Describe your issue
Hey there!
For some reason when I install xlibre with proprietary nvidia drivers (I normally use the ones provided by the xanmod repo) xlibre just doesn't have any for of hardwareacceleration.
The reason why is, because for some reason two lines are missing in /usr/share/X11/xorg.conf.d/10-nvidia.conf. Namely 'Module "glx"' and 'Module "glxserver_nvidia"'.
So instead of this:
/usr/share/X11/xorg.conf.d/10-nvidia.conf
Section "OutputClass"
Identifier "NVidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Module "glx"
Module "glxserver_nvidia"
Option "AllowEmptyInitialConfiguration"
ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
EndSection
I have this
Section "OutputClass"
Identifier "NVidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
EndSection
Afterwards everything just works (if you want to use nvidia-ddx instead of modesetting + glamor that is)
Thanks for providing this amazing repo btw!
Steps to reproduce
- Install Devuan or Debian
- Install Xlibre
- Install proprietary nvidia drivers
What did you expect?
No response
Additional context
No response
Extra fields
Describe your issue
Hey there!
For some reason when I install xlibre with proprietary nvidia drivers (I normally use the ones provided by the xanmod repo) xlibre just doesn't have any for of hardwareacceleration.
The reason why is, because for some reason two lines are missing in /usr/share/X11/xorg.conf.d/10-nvidia.conf. Namely 'Module "glx"' and 'Module "glxserver_nvidia"'.
So instead of this:
/usr/share/X11/xorg.conf.d/10-nvidia.conf
I have this
Afterwards everything just works (if you want to use nvidia-ddx instead of modesetting + glamor that is)
Thanks for providing this amazing repo btw!
Steps to reproduce
What did you expect?
No response
Additional context
No response
Extra fields