Page 11 of 124

Re: New kernels

Posted: Sun Feb 13, 2022 10:10 am
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

Re: New kernels

Posted: Sun Feb 13, 2022 2:13 pm
by Skateman
I will post more details later today!

For those interested..
https://www.skateman.nl/index.php/2022/ ... -graphics/

Re: New kernels

Posted: Mon Feb 14, 2022 4:09 am
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! :-)

Re: New kernels

Posted: Mon Feb 14, 2022 4:33 pm
by xeno74

Re: New kernels

Posted: Mon Feb 14, 2022 11:32 pm
by kilaueabart
In spite of receiving not one euro of salary, 5.17-rc4 is doing its job!
Screenshot 17rc4.png

Re: New kernels

Posted: Tue Feb 15, 2022 4:00 am
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! :-)

Re: New kernels

Posted: Tue Feb 15, 2022 8:50 pm
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...

Re: New kernels

Posted: Wed Feb 16, 2022 4:18 am
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

Re: New kernels

Posted: Wed Feb 16, 2022 6:51 pm
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:

Re: New kernels

Posted: Wed Feb 16, 2022 10:15 pm
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