Re: Kernel 5.3
Posted: Mon Jul 29, 2019 12:33 pm
Please see email.
ace
ace
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4324
Many thanks for testing the alpha1 with your Logitech USB wireless mouse!acefnq wrote:Please see email.
ace
Code: Select all
OpenGL vendor string: X.Org
OpenGL renderer string: AMD RV620 (DRM 2.50.0 / 5.3.0-rc1_A-EON_X5000)
OpenGL core profile version string: 3.2 (Core Profile) Mesa 19.0.0
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.0 Mesa 19.0.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.0.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
Code: Select all
OpenGL vendor string: X.Org
OpenGL renderer string: AMD RV620 (DRM 2.50.0 / 5.3-a1_A-EON_X5000-03135-ge9a83bd23220-dirty)
OpenGL core profile version string: 3.2 (Core Profile) Mesa 19.0.0
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.0 Mesa 19.0.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.0.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
Hi Allan,acefnq wrote:Christian
RC2 = Boot to Firepro Logitech mouse works sometimes
RC2-hid1 = Boot to Firepro Logitech mouse does not work.
Will try alpha2 tonight.
allan
Hi Allan,acefnq wrote:Christian
Can confirm 5.3-alpha2 boots but Logitech mouse does not work.
allan
Code: Select all
Section "Device"
Identifier "ATI RV620 [FirePro 2260]"
Driver "radeon"
BusID "PCI:5@4096:0:0"
EndSection
Code: Select all
OpenGL vendor string: X.Org
OpenGL renderer string: AMD RV620 (DRM 2.50.0 / 5.3.0-rc1_A-EON_X5000)
OpenGL core profile version string: 3.2 (Core Profile) Mesa 19.0.0
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.0 Mesa 19.0.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.0.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
But it was very good that we were able to find a solution because many users want to use hardware 3D acceleration on OS4.1 with the first new graphics card and a second old one for hardware 3D acceleration on Linux PPC.Michel Dänzer wrote: Reviewing the information, I'm afraid it's not clear that there's a bug here.
The description says the FirePro is the secondary card in a PCIe 1x slot, whereas the R7 is in the PCIe 16x slot. Thus it seems pretty clear that without explicit configuration, Xorg should be expected to come up on the R7. Arguably it was actually the previous behaviour that was buggy.
Something like this in /etc/X11/xorg.conf should be enough to make Xorg use the FirePro card:
Section "Device"
Identifier "whatever"
BusID "PCI:5@4096:0:0"
EndSection
Hi Allan,acefnq wrote:Hi Christian
Unfortunately same results only works intermittently.
allan