Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
38 user(s) are online (19 user(s) are browsing Forums)

Members: 0
Guests: 38

more...

Support us!

Headlines

Forum Index


Board index » All Posts (AlfredOne)




Re: Problem using Sil 3132 Sata2 controller with X5000
Just popping in
Just popping in


@Hypex

Quote:

I once plugged in a USB2 card into my X1000. It showed up on the PCI bus but Ranger reported it as something different than expected. Maybe as storage and not USB. I recall posting something about the details and seemed to get an angry response back. Which I thought was rather strange as I did recall the same card plugged into my XE came up in Ranger as being a standard USB card. The same software Ranger reported the same card as being different in my X1000.

Same card. Same software. Different machine. Gave a different hardware info. No explanation as to how this would happen if the hardware should be hardwired but different firmware used in this case.


I haven't had any such problems with the X1000. What version of CFE is installed on your X1000?

Go to top


Re: Problem using Sil 3132 Sata2 controller with X5000
Just popping in
Just popping in



Go to top


Re: No longer booting with RX560.
Just popping in
Just popping in


You probably have a problem with the screen mode you were using with the workbench.

1) Can you boot without the startup sequence?
2) Could you tell me what version of RadeonRX.chip you are using?
3) Do you remember which workbench screenmode you use?

Go to top


Re: No longer booting with RX560.
Just popping in
Just popping in


Hi @TiredOfLife,
How exactly did you roll back to update 2?

Have you checked that the RadeonRX.chip file is still present in the Kickstart directory and that it is among the modules loaded in the Kicklayout file?

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just popping in
Just popping in


@daveyw
What version of SFS are you using?

Go to top


Re: Touchscreen HID driver & QEMU's USB Tablet device
Just popping in
Just popping in


Hello,
I'm resurrecting this thread just to let you know that with the Update 3 of OS4.1 Final Edition, QEMU's USB Tablet device should work properly. Therefore, the hidtablet.usbfd driver I attached in this thread is no longer needed.


Edited by AlfredOne on 2025/10/29 13:37:39
Go to top


Re: Problems using a SiI3132 SATA2 controller card with my SAM460LE
Just popping in
Just popping in


@skygecko

Hi,
my Sil3132 controller works perfectly on my Sam460LE.
Please, can you post a photo of your Sil3132 card?

Go to top


Re: Which FTP Client can best be used within AOS4? (AmiFTP always crashing)
Just popping in
Just popping in


I use PFtp.

Go to top


Re: X1000 Video card issue
Just popping in
Just popping in


Have you tried changing the PCI slot where you mount the graphics card?

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

Ok, I will try. In any case, @Hans is certainly right. A tablet with absolute coordinates is not suitable for controlling a rotation. Absolute coordinates have left and right bounds, and rotation is likely mapped absolutely to -90 degrees on the left and +90 degrees on the right.
A mouse, on the other hand, only indicates relative movements, so it allows you to rotate without limits in both directions.

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

I can't run Quake2 on QEmu.
If i try, i get the message "Error: Couldn't create window".

I have:
- minigl.library v2.24
- Warp3D.library 53.27

Where am I doing wrong?

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

Quote:
What I have noticed, however, is that the first time I use AmigaOs4.1 the host mouse pointer is displayed.....as soon as I make an entry with the mouse, the guest takes over.


This also seems like a different behavior of the host window manager.
It starts sending events to AmigaOS only when the QEMU screen acquires focus with the first click.
If I instead launch in fullscreen, QEMU acquires focus directly and the guest cursor starts working immediately.

p.s.: Where did you find the startup audio? It's wonderful. I want it.

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@all
The driver is ready:
- added wheel support
- added more checks to prevent it from taking control of devices that are already managed well by hid.usbfd.

I can't upload here.
Anyone interested, can pm me their email, and I will send the driver.
Note: this is a temporary driver to better use QEMU tablet device, but should work with similar devices.
The ultimate goal is to integrate everything into hidtouch.usbfd (only the part that is not yet managed in hid.usbfd).

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


I'll add wheel support as soon as I find some free time tonight and send you the updated hidtablet.usbfd driver here.
then I thought of integrating the code into the hidtouch.usbfd driver which will thus manage tablet devices as well as touchscreens.

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

In fullscreen it should never happen. It is behaving as if it were window mode and the AmigaOS window ended one line before the screen border.
I tried both on my laptop screen and on an external 4k monitor and in fullscreen I can reach the edge without the host cursor appearing.
What options do you use to launch QEmu?

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro
I tested both fullscreen and windowed mode and I don't have your problem. Can you make a video?

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

I didn't realize there was also the menu problem.
Does this also happen when you're in fullscreen?

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

The 2 mouse cursors, host and guest, visible at the same time, I think are inevitable.
In "tablet" mode, as soon as the cursor leaves the emulated AmigaOS screen, the host cursor appears, but the Amiga cursor no longer receives events and remains stationary in the last position.

Go to top


Re: Touchscreen HID driver & QEMU
Just popping in
Just popping in


@Maijestro

The difference is how QEMU emulates a pointing device.
Normally QEMU shows a touchpad or a mouse as a standard HID mouse, so AmigaOS4.1 sees a HID mouse and receives from QEMU events with relative movements in x and y. In this case the official hid.usbfd driver of amigaos handles this in the right way.
You can verify that events received are relative x,y by looking at the mouse cursor positions in the emulated AmigaOS4.1 and the "real" mouse cursor of the host system: they do not match. In general it is not a problem, except in particular cases (see Hans's post).

Alternatively, QEMU can emulate the pointing device as a HID tablet instead of a HID mouse. In this case, QEMU does not expose a mouse, but exposes a tablet as an input device and sends absolute coordinates to AmigaOS4 such that the AmigaOS4 mouse cursor coincides with the host operating system's mouse cursor. Hans reported that this mode would be useful when using the Virtio GPU device.
The problem is that the amigaos hid.usbfd driver cannot currently manage the tablet device.

So I wrote a driver that handles a tablet device.
Using the HID protocol, this driver can actually manage all tablet like devices, but I was wondering if it wasn't worth making the driver more selective, so that it works only when it detects the QEMU emulated tablet.

Go to top


Re: Support for other touch devices
Just popping in
Just popping in


@vagappc

sketchblock reads pressure.


Edited by AlfredOne on 2024/3/1 17:00:55
Go to top



TopTop
(1) 2 3 4 5 »



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
6 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project