Section "Files" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/sgi-fonts" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/local/share/fonts" EndSection Section "Extensions" Option "Composite" "Enable" # Option "RENDER" "true" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" Load "synaptics" EndSection Section "ServerLayout" Identifier "single" Screen 0 "ScreenLFP" 0 0 # Screen 1 "ScreenTV" 0 0 # Option "Clone" "off" # Option "Xinerama" "off" InputDevice "SynapticsMouse1" "CorePointer" # InputDevice "Mouse0" "AlwaysCore" InputDevice "Mouse0" "SecondCore" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" # next line is to stop evdev grabbing keyboard Option "AutoAddDevices" "false" EndSection Section "ServerLayout" Identifier "Dual" Screen 0 "ScreenLFP" 0 0 Screen 1 "ScreenTV" 0 0 # Option "Clone" "off" # Option "Xinerama" "off" InputDevice "SynapticsMouse1" "CorePointer" InputDevice "Mouse0" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Option "XkbModel" "evdev" # Option "XkbLayout" "gb" Option "xkb_model" "kbd" Option "xkb_layout" "gb" EndSection Section "InputDevice" Identifier "SynapticsMouse1" Driver "synaptics" Option "Device" "/dev/input/event5" Option "Protocol" "Auto" Option "SHMConfig" "1" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "100" Option "MaxTapMove" "110" Option "MaxDoubleTapTime" "90" Option "ClickTime" "10" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.025" Option "EdgeMotionMinSpeed" "2" Option "EdgeMotionMaxSpeed" "4" Option "UpDownScrolling" "1" Option "LeftRightScrolling" "0" #Option "CircScrollDelta" "0.1" #Option "CircScrollTrigger" "2" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" # Option "Device" "/dev/input/by-id/usb-PATEN_USB_Receiver-mouse" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "LFP0" VendorName "Toshiba" ModelName "Unknown LFP" # UseModes "VidModes" EndSection Section "Monitor" Identifier "TV0" VendorName "Unknown" ModelName "Unknown TV" HorizSync 30.0-50.0 # TV is supposed to be 15.734, but only this works for me VertRefresh 60 Modeline "800x600" 50.00 800 800 800 800 600 600 600 600 # UseModes "VidModes" EndSection #Section "Modes" # Identifier "VidModes" # Modeline "1024x768" 83.00 1024 1080 1192 1360 768 769 772 803 # Modeline "800x600" 50.32 800 840 928 1056 600 601 604 627 # Modeline "800x600" 42.83 800 840 920 1040 600 601 604 624 # Modeline "768x576" 46.12 768 808 888 1008 576 577 580 602 # Modeline "768x576" 39.22 768 800 880 992 576 577 580 599 # Modeline "640x480" 31.13 640 664 728 816 480 481 484 502 # Modeline "640x480" 26.87 640 664 728 816 480 481 484 499 #EndSection Section "Device" #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # Option "NoAccel" "false" # [] Option "DRI" "true" # [] Option "PageFlip" "true" # [] # Option "XAANoOffscreenPixmaps" "true" # Option "AccelMethod" "xaa" # old style, faster for i810 Option "AccelMethod" "exa" # new style, slow Option "MigrationHeuristic" "greedy" # these 2 rumoured to help EXA performance Option "ExaNoComposite" "false" Identifier "CardLFP" # Driver "i810" Driver "intel" VendorName "Intel Corp." BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" Option "MonitorLayout" "TV,LFP" Option "DPMS" # Screen 0 EndSection Section "Device" #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # Option "DRI" "true" # [] Option "NoAccel" "false" # [] Option "PageFlip" "true" # [] Option "XAANoOffscreenPixmaps" "true" Identifier "CardTV" # Driver "i810" Driver "intel" VendorName "Intel Corp." BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" Option "MonitorLayout" "NONE,LFP+TV" Option "DPMS" # Screen 1 EndSection Section "Screen" Identifier "ScreenLFP" Device "CardLFP" Monitor "LFP0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "ScreenTV" Device "CardTV" Monitor "TV0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1024x768" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1024x768" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "768x576" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection