New kernels

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Sun Feb 13, 2022 8:15 am Kernel 5.17 RC3 up and running on my AmigaOne X5000
This is my first kernel test using two videocards in my X5000
Hi Skateman,

This is really great! Well done! Can you use 3D hardware acceleration? (glxinfo | grep -i opengl)

What did you do to make it work?

Have a nice weekend! :-)

Cheers,
Christian
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

I will post more details later today!

For those interested..
https://www.skateman.nl/index.php/2022/ ... -graphics/
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Sun Feb 13, 2022 2:13 pm For those interested..
https://www.skateman.nl/index.php/2022/ ... -graphics/
Thanks a lot! :-)
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: New kernels

Post by kilaueabart »

In spite of receiving not one euro of salary, 5.17-rc4 is doing its job!
Screenshot 17rc4.png
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

kilaueabart wrote: Mon Feb 14, 2022 11:32 pm In spite of receiving not one euro of salary, 5.17-rc4 is doing its job!
Great! Thanks a lot for testing! :-)
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Kernel 5.17 RC4 up and running on my AmigaOne X5000

Image

Big picture: https://www.skateman.nl/wp-content/uplo ... -47-19.png

..still working on hardware acceleration on the second graphics card...
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Tue Feb 15, 2022 8:50 pm Kernel 5.17 RC4 up and running on my AmigaOne X5000

..still working on hardware acceleration on the second graphics card...
Thanks a lot for testing! :-)

Maybe Julian's xorg.conf helps you with your second graphics card.

Image

Further information: Void Linux -- X1000 thread
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

At this point not a single Xorg.conf setup worked. When using the "radeon" driver in the Xorg.conf its done. It results in a black screen. The xorg.0.log always outputs the same. This is regardless of the graphics card used. I have tried a Firegl and HD5450 but both respond the same. The only working driver is still FBdev. I have tried many, xorg settings already. :mrgreen:
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Yeah!!! its working!

Image

Big picture: https://www.skateman.nl/wp-content/uplo ... -05-02.png

[amigaone@void-live ~]$ glxinfo | grep -i opengl
OpenGL vendor string: X.Org
OpenGL renderer string: AMD CEDAR (DRM 2.50.0 / 5.17.0-rc4_A-EON_X5000, LLVM 12.0.1)
OpenGL core profile version string: 3.2 (Core Profile) Mesa 21.3.3
OpenGL core profile shading language version string: 1.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.3.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 21.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:

My Xorg.conf

Section "Monitor"
Identifier "Monitor0"
EndSection

Section "Device"
Identifier "Device1"
Driver "radeon"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Module"
Load "dri"
Load "dri2"
Load "dbe"
Load "glx"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "RANDR" "Enable"
Option "DAMAGE" "Enable"
Option "GLX" "Enable"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Viewport 0 0
EndSubSection
EndSection
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Post Reply