Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" Option "DAMAGE" "true" EndSection Section "ServerLayout" Option "BlankTime" "5" # Blank the screen after 5 minutes (Fake) Option "StandbyTime" "10" # Turn off screen after 10 minutes (DPMS) Option "SuspendTime" "20" # Full suspend after 20 minutes Option "OffTime" "30" # Turn off after half an hour Identifier "X.Org Configured" Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" leftof "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "USB Mouse" "AlwaysCore" InputDevice "Synaptics" "AlwaysCore" Option "AIGLX" "true" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/default/ghostscript" EndSection Section "Module" Load "ddc" Load "vbe" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" Load "type1" Load "freetype" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" #Option "XkbOptions" "grp:toggle,grp_led:scroll" #Option "XkbVariant" ",winkeys" EndSection #Section "InputDevice" # Identifier "PS/2 Mouse" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/misc/psaux" # Option "Emulate3Buttons" "true" # Option "Emulate3Timeout" "70" # Option "SendCoreEvents" "true" # Option "ZAxisMapping" "4 5" #EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Protocol" "event" Option "Device" "/dev/input/event4" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.10" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" "true" HorizSync 28.0 - 96.0 VertRefresh 50.0 - 75.0 EndSection #Section "Monitor" # Identifier "Monitor1" # Option "DPMS" #EndSection Section "Device" Option "sw_cursor" Identifier "Card0" Driver "radeon" VendorName "All" BoardName "All" #BusID "PCI:1:0:0" Option "AGPMode" "4" Option "RenderAccel" "on" Option "EnablePageFlip" "true" Option "AGPFastWrite" "true" #Option "AccelMethod" "EXA" # This two lines are needed to prevent fonts from being scrambled Option "XaaNoScanlineImageWriteRect" Option "XaaNoScanlineCPUToScreenColorExpandFill" Option "MergedFB" "true" #ombre Option "backingstore" "true" #AIGLX Option "XAANoOffscreenPixmaps" "true" # Option "DRI" "true" EndSection #Section "Device" # Identifier "Device1" # Driver "radeon" # #BusID "PCI:1:0:0" # Screen 1 #EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection #Section "Screen" # Identifier "Screen1" # Device "Device1" # Monitor "Monitor1" # DefaultDepth 24 # SubSection "Display" # Depth 1 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection # SubSection "Display" # Depth 4 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection # SubSection "Display" # Depth 8 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection # SubSection "Display" # Depth 15 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection # SubSection "Display" # Depth 16 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection # SubSection "Display" # Depth 24 # Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" # EndSubSection #EndSection Section "DRI" Mode 0666 EndSection