Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "type1" Load "int10" Load "record" Load "speedo" Load "glx" # libglx.a Load "dri" # libdri.a EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # FontPath "unix/:-1" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" # FontPath "/usr/X11R6/lib/X11/fonts/ukr/" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 30 - 90 VertRefresh 50 - 85 Option "DPMS" EndSection Section "dri" Mode 0666 EndSection Section "Device" Identifier "Radeon9500" Driver "radeon" Option "no_accel" "no" Option "no_dri" "no" EndSection # === ATI device section === #Section "Device" # Identifier "ATI Graphics Adapter" # Driver "fglrx" # Option "no_accel" "no" # Option "no_dri" "no" # Option "DesktopSetup" "0x00000100" # Option "MonitorLayout" "AUTO, AUTO" # Option "IgnoreEDID" "off" # Option "HSync2" "30 - 90" # Option "VRefresh2" "50 - 85" # Option "ScreenOverlap" "0" # Option "VideoOverlay" "on" # Option "OpenGLOverlay" "off" # Option "CenterMode" "off" # Option "PseudoColorVisuals" "off" # Option "Stereo" "off" # Option "StereoSyncEnable" "1" #EndSection Section "Screen" Identifier "Screen0" Device "Radeon9500" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" # ViewPort 0 0 # initial origin if mode is smaller than desktop EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection