Search found 56 matches

by AlfredOne
Sun Feb 18, 2024 3:49 pm
Forum: Platform: AmigaOne X1000
Topic: Dual Gfx Card: Radeon HIS4670 + RX550.
Replies: 3
Views: 15823

Re: Dual Gfx Card: Radeon HIS4670 + RX550.

Up to now I have used the following two cards:
Slot 1: Radeon R9 280X (HD
Slot 2: Radeon HIS4670
Both cards works with RadeonHD drivers V3.7.

Now it would have been useful for me to use a Radeon RX550 together with one of the two RadeonHDs but there appears to be some incompatibility between the ...
by AlfredOne
Tue Feb 13, 2024 2:13 am
Forum: Platform: AmigaOne X1000
Topic: Dual Gfx Card: Radeon HIS4670 + RX550.
Replies: 3
Views: 15823

Dual Gfx Card: Radeon HIS4670 + RX550.

Hello,
I'm trying to get these two graphics cards to work together in the X1000.

-----------------------
Hardware Setup:
-----------------------
The cards are installed as follows:
1st PCI-E slot: Radeon HIS4670 (RV730 chipset, card name "Radeon RV730")
2nd PCI-E slot: Radeon RX550 (POLARIS12 ...
by AlfredOne
Wed Jan 12, 2022 5:34 pm
Forum: SDK Support
Topic: LHA archives on Linux
Replies: 6
Views: 34759

Re: LHA archives on Linux

lhasa was the first tool I used and opened a bug on the github site:
https://github.com/fragglet/lhasa/issues/37

This is the answer from the author of lhasa:

"The problem is that the item that should have been a directory (type "lhd") is erroneously stored as a regular file (type "lh0"), due to ...
by AlfredOne
Tue Jan 11, 2022 4:06 pm
Forum: SDK Support
Topic: LHA archives on Linux
Replies: 6
Views: 34759

LHA archives on Linux

Hello,
I'm trying to build adtools to cross-compile for AmigaOS4.1 on Linux Mint.
I have a problem extracting the "base.lha" archive contained in SDK 53.34.
The base.lha contains the following empty directories:
- Include/include_h/exec
- Include/include_h/expansion
- Include/include_h/utility
On ...
by AlfredOne
Sat May 15, 2021 9:00 am
Forum: SDK Support
Topic: SDK for AmigaOS3.2?
Replies: 8
Views: 35499

SDK for AmigaOS3.2?

When will the SDK for AmigaOS3.2 be available?
by AlfredOne
Mon Jan 04, 2021 6:03 pm
Forum: General Developer Support
Topic: Touchscreen support on AmigaOS4
Replies: 2
Views: 5876

Re: Touchscreen support on AmigaOS4

I have also almost completed the driver to support multitouch monitors with HID protocol.
Almost all modern monitors will probably be supported with the HID driver.
I will try to finish it by the end of the Christmas holidays.
by AlfredOne
Thu Dec 24, 2020 2:22 am
Forum: General Developer Support
Topic: Touchscreen support on AmigaOS4
Replies: 2
Views: 5876

Touchscreen support on AmigaOS4

Hello guys,
if anyone is curious to try some touchscreens on AmigaOS4, I have just released my touch.device (first public beta release).
It's the result of about 5 months of work spread over 10 years of my spare time.

More details on the project homepage:
https://project4a.webs.com/touch-device ...
by AlfredOne
Wed Nov 25, 2020 7:54 pm
Forum: General Developer Support
Topic: Testers wanted - USB3 XHCI USBHCD
Replies: 13
Views: 18349

Re: Testers wanted - USB3 XHCI USBHCD

Hello,
any news?
by AlfredOne
Mon Aug 17, 2020 12:38 am
Forum: Platform: AmigaOne X1000
Topic: Dual Display unstable on X1000
Replies: 9
Views: 21120

Re: Dual Display unstable on X1000

Hi all,

I have Dopus launch on the older 4650 display and it seems OK. But, I get mirroring of 4650 on the other monitor sometimes, really slow mirroring. I get lock ups when switching between displays and screens. I can be on display 2 and click take cursor back to then main display. Instead of ...
by AlfredOne
Mon Jun 15, 2020 9:01 am
Forum: General Developer Support
Topic: USB device with multiple interfaces
Replies: 2
Views: 4486

Re: USB device with multiple interfaces

I observed this:
1) when i claim the Interface 0 and i request the HID Report Descriptor, i get an HID Report descriptor for a touchscreen with 10 touch points.
2) when i claim the Interface 1 and i request the HID Report Descriptor, i get an HID Report descriptor with only one touch point.

In the ...