Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 610"
Option "AddARGBGLXVisuals" "true"
EndSection
Code: Select all
Section "Device"
Identifier "Asus EN8400GS"
Driver "nvidia"
Option "RenderAccel" "True"
Option "TwinView" "True"
Option "DynamicTwinView" "True"
EndSection
Manu311 wrote:I had the same problem (I guess) but it didn't fix with removing the libglx-file. I had to overwrite it by the nvidia-driver-file instead.
Since I just updated my system (after 4 weeks) I assume it's the same thing.
djr868 wrote:This solution also worked for me on a clean Gentoo installManu311 wrote: I found updating xorg.conf module search path appears to cleaner fix for this issue:
Section "Files"
ModulePath "/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules"
EndSection
Update things to search nvidia first which allows the NVIDIA glx.so library to be found first and then search xorg/modules so you can get the nvidia driver.