Section "Module" # Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # Load "type1" # Load "freetype" # Load "glx" # Load "dri" # Load "extmod" # Load "record" # Load "fbdevhw" EndSection Section "Files" # FontPath "unix/:-1" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/arkpandora" FontPath "/usr/share/fonts/artwiz-aleczapka-en" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/inconsolata" FontPath "/usr/share/fonts/liberation-fonts" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/proggy-fonts" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/util" EndSection Section "ServerFlags" Option "RandR" "true" # Set the basic blanking screen saver timeout. Option "blank time" "10" # 10 minutes # Set the DPMS timeouts. These are set here because they are global # rather than screen-specific. These settings alone don't enable DPMS. # It is enabled per-screen (or per-monitor), and even then only when # the driver supports it. Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" Option "AutoAddDevices" "false" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 5" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" # PS/2 Mouse Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "ButtonsMapping" "1 2 3 4 5 6 7" Option "Emulate3Buttons" "false" EndSection Section "Device" Identifier "Generic VGA" Driver "vga" # Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 # BusID "PCI:0:10:0" # Option "hw cursor" "off" EndSection Section "Monitor" Identifier "Eizo_Forex_FX2431W" HorizSync 31.5-80 VertRefresh 55-76 Option "dpms" # Modeline "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 # Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 EndSection Section "Device" Identifier "Radeon_9200SE" Driver "radeon" # Option "AGPFastWrite" "true" # Option "AGPMode" "8" # Option "AccelMethod" "EXA" # Option "EXAVSync" "on" # Option "ColorTiling" "on" # Option "DisplayPriority" "HIGH" EndSection Section "Screen" Identifier "Screen 1" Device "Radeon_9200SE" Monitor "Eizo_Forex_FX2431W" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1920x1200" "1600x1200" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1920x1200" "1600x1200" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1920x1200" "1600x1200""1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection