Section "ServerFlags" # Option "DefaultServerLayout" "Default Layout" Option "DefaultServerLayout" "Multihead Layout" EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Synaptics Mouse" "CorePointer" InputDevice "Mouse0" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Multihead Layout" Screen 0 "Screenmh0" LeftOf "Screenmh1" Screen 1 "Screenmh1" InputDevice "Synaptics Mouse" "CorePointer" InputDevice "Mouse0" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "on" EndSection Section "Files" # RgbPath is the location of the RGB database. Note, this is the name # of the file minus the extension (like ".txt" or ".db"). There is # normally no need to change the default. Multiple FontPath entries # are allowed (they are concatenated together) By default, Red Hat 6.0 # and later now use a font server independent of the X server to # render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "synaptics" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics Mouse" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection ######################### ##### Monitor Setup ##### Section "Monitor" Identifier "LCD Panel" ModelName "LCD Panel 1280x800" HorizSync 31.5 - 67.0 # VertRefresh 50.0 - 75.0 VertRefresh 50.0 - 60.0 # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz Modeline "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync # 1280x800 @ 70 Hz ModeLine "1280x800_70" 98.9 1280 1352 1488 1696 800 801 804 833 -Hsync +Vsync Option "dpms" # command to get these modeline: # gtf 1280 800 xx where xx is the refresh rate (60,70, 75) EndSection Section "Monitor" Identifier "Monitor1" ModelName "CRT 1024x768" HorizSync 31.0 - 75.0 VertRefresh 50.0 - 85.0 Option "dpms" EndSection ######################## ##### Device Setup ##### Section "Device" Identifier "Videocard0" Driver "i810" VideoRam 65535 # BusID "PCI:0:2:0" # Option "VBERestore" "true" # Option "DRI" "false" Option "DPMS" EndSection Section "Device" Identifier "Videocardmh0" Driver "i810" VideoRam 65535 BusID "PCI:0:2:0" Screen 0 # Option "VBERestore" "true" Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "Videocardmh1" Driver "i810" VideoRam 65535 BusID "PCI:0:2:0" Screen 1 # Option "VBERestore" "true" Option "MonitorLayout" "CRT,LFP" EndSection ######################## ##### Screen Setup ##### Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "LCD Panel" DefaultDepth 24 SubSection "Display" # Viewport 0 0 Depth 24 Modes "1280x800_60" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screenmh0" Device "Videocardmh0" Monitor "LCD Panel" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800_60" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screenmh1" Device "Videocardmh1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection ##################### #### DRI Section #### Section "DRI" Group 0 Mode 0666 EndSection