# Multi-head display. External monitor is 1280x1024 with the LCD landscape, # scrolling up and down to cover a 1024x1024 area of the desktop to the # right of the external monitor Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection Section "InputDevice" Identifier "TC1000 Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "TC1000 Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" EndSection Section "InputDevice" Identifier "TC1000 pen" Driver "tc1k" Option "AlwaysCore" "on" Option "Device" "/dev/ttyS0" Option "BaudRate" "19200" Option "MaximumXPosition" "8600" Option "MinimumXPosition" "154" Option "MaximumYPosition" "6485" Option "MinimumYPosition" "110" Option "InvertY" Option "Emulate3Buttons" EndSection Section "Device" Identifier "Nvidia GeForce2 Go" VendorName "nvidia" Driver "nvidia" Option "IgnoreEDID" "true" Option "TwinView" Option "SecondMonitorHorizSync" "30-96" Option "SecondMonitorVertRefresh" "48-120" # Both Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024, 1024x768 @1024x1024; NULL, 1024x768; 1280x1024, NULL" Option "ConnectedMonitor" "CRT,LCD" EndSection Section "Monitor" Identifier "External Monitor" HorizSync 28-96 VertRefresh 43-120 Option "DPMS" EndSection Section "Screen" Identifier "Extended Screen" Device "Nvidia GeForce2 Go" Monitor "External Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Side-by-Side Layout" Screen "Extended Screen" InputDevice "TC1000 Keyboard" InputDevice "TC1000 Mouse" # pen driver needs work for multi-head #InputDevice "TC1000 pen" EndSection Section "DRI" Mode 0666 EndSection