Section "dri" Mode 0666 EndSection Section "Module" Load "glx" Load "dbe" # Double buffer extension SubSection "extmod" Option "xfree86-dga" EndSubSection Load "type1" Load "freetype" #Load "randr" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "250 30" Option "XkbModel" "eurocase_eck_201" Option "XkbLayout" "cz" Option "XkbOptions" "grp:shift_toggle,grp_led:scroll" #Option "CustomKeycodes" "on" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "CorePointer" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Resolution" "400" EndSection Section "Monitor" Identifier "LCD" VendorName "AG Neovo" ModelName "F-419" # HorizSync 24.0 - 80.0 # VertRefresh 49.0 - 75.0 # ModeLine "1280x1024" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync EndSection Section "Device" Identifier "GPU" VendorName "nVIDIA" BoardName "GeForce 8600 GT" Driver "nvidia" Option "Coolbits" "1" Option "RenderAccel" "true" Option "backingstore" "true" Option "NoLogo" "true" Option "DPMS" # Option "AllowGLXWithComposite" "true" # Option "TripleBuffer" "True" EndSection #Section "Extensions" # Option "Composite" "true" #EndSection Section "Screen" Identifier "Screen" Device "GPU" Monitor "LCD" # DefaultDepth 24 # Option "TwinView" "0" # Option "metamodes" "1280x1024_75 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0" # Option "ModeValidation" "NoEdidDFPMaxSizeCheck" # Option "ModeValidation" "NoEdidModes" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 # initial origin if mode is smaller than desktop EndSubSection #Option "AddARGBGLXVisuals" "true" EndSection Section "ServerLayout" Identifier "Server Layout" Screen "Screen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection