Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "dri" Load "glx" Load "record" Load "xtrap" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" Option "RandR" "on" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "pt" EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/mouse" #EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" 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" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "Buttons" "7" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor LFP" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor TV" HorizSync 30-121 VertRefresh 48-160 # Option "DPMS" # Option "NODDC" EndSection Section "Monitor" Identifier "CRT" HorizSync 31-64 VertRefresh 56-75 Option "DPMS" EndSection Section "Device" Identifier "Device Both" Driver "i810" BusID "0:2:0" # Option "PageFlip" "true" Option "DevicePresence" "true" # Clone works Option "MonitorLayout" "TV,LFP" Option "Clone" "true" # This makes alanh module blank the screen and give an error on int10 # Option "MonitorLayout" "TV+LFP" # Option "Clone" "false" # This makes alanh module give an error about no modes # Option "MonitorLayout" "NONE,TV+LFP" # Option "Clone" "false" VideoRam 65536 EndSection Section "Device" Identifier "Device LFP" Driver "i810" BusID "0:2:0" Option "MonitorLayout" "TV,LFP" # Option "DevicePresence" "yes" Option "DisplayInfo" "no" Option "VBERestore" "yes" # Story of this: When FlipPrimary is "true" it flips the primary -- but it forgets to UNflip the primary! LOL! So if you do it twice, you're right back where you started. # Option "FlipPrimary" "true" # Option "DDC" "no" Screen 1 # VideoRam 65536 ## Option "NoAccel" "True" ## Option "SWcursor" "True" ## Option "ColorKey" "integer" ## Option "CacheLines" "integer" ## Option "Dac6Bit" "True" ## Option "DRI" "False" ## Option "NoDDC" "True" ## Option "ShowCache" "True" # Option "XvMCSurfaces" "7" ## Option "PageFlip" "True" # Option "MonitorLayout" "TV,LFP" # Option "Clone" "True" ## Option "FlipPrimary" "True" # Option "DevicePresence" "True" EndSection Section "Device" Identifier "Device TV" Driver "i810" BusID "0:2:0" Option "MonitorLayout" "TV,LFP" Screen 0 EndSection Section "Screen" Identifier "Screen LFP" Device "Device LFP" Monitor "Monitor LFP" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen TV" Device "Device TV" Monitor "Monitor TV" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen Both" Device "Device Both" Monitor "Monitor LFP" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Both" Screen "Screen Both" InputDevice "TouchPad" "CorePointer" InputDevice "Generic Mouse" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Dual" Screen "Screen LFP" 0 0 Screen "Screen TV" RightOf "Screen LFP" InputDevice "TouchPad" "CorePointer" InputDevice "Generic Mouse" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "true" EndSection Section "DRI" Mode 0666 EndSection