
Code: Select all
#############################################################################
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
#############################################################################
Section "Module"
Load "extmod"
Load "ddc"
Load "dbe"
Load "type1"
Load "freetype"
Load "glx"
EndSection
#############################################################################
#Ohh, pretty.
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
#############################################################################
Section "InputDevice"
Identifier "keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "microsoft"
Option "XkbLayout" "us"
EndSection
#############################################################################
Section "InputDevice"
Identifier "mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Resolution" "800"
Option "SampleRate" "125"
EndSection
#############################################################################
Section "Device"
Identifier "video0"
Driver "nvidia"
Option "RenderAccel" "On"
Option "UseEdidFreqs" "On"
EndSection
#############################################################################
Section "Monitor"
Identifier "monitor0"
VendorName "Samsung"
ModelName "Syncmaster 955DF"
DisplaySize 352 264
HorizSync 30-85
VertRefresh 50-160
Option "DPMS" "On"
Option "SyncOnGreen" "On"
EndSection
#############################################################################
Section "Screen"
Identifier "screen0"
Device "video0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x960" "1024x768" "800x600" "640x480" "320x200"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1024x768" "800x600" "640x480" "320x200"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x960" "1024x768" "800x600" "640x480" "320x200"
ViewPort 0 0
EndSubSection
EndSection
#############################################################################
Section "ServerLayout"
Identifier "layout0"
Screen "screen0"
InputDevice "mouse0" "CorePointer"
InputDevice "keyboard0" "CoreKeyboard"
EndSection
#EOF
I have a ATI Radeon 9000 pro graphics card
Code: Select all
Section "Device"
Identifier "video0"
Driver "nvidia"
Option "RenderAccel" "On"
Option "UseEdidFreqs" "On"
EndSection