i need to get some lines in my xorg.conf to get some 3d gui stuff happenin, i need to add the following lines:
Under “Device”
Option "AddARGBGLXVisuals" "True"
and under “Modules”
Load "dbe""
Load "extmod""
Now that gives me somthing like this,
Code: Select all
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Modules"
Load "dbe"
Load "extmod"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
EndSection
What gives?
i have my Nvidia drivers installed and working properly ( as far as i know anyway ) i have been playing quake for the past 45 mins.

as for the linux distro i am using Fedora 6.
Any help is welcome.