I'm trying to get the Nvidia legacy drivers to use glx but even though the driver manager shows the proprietary drivers loaded but glxgears wont run. Here's some of my xorg.conf
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "E15TG"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "800x600@60" "1024x768@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "E15TG"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "800x600@60" "1024x768@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Comment