#******************************************************** # Created for Dell Inspiron UWXGA screen(1920x1200) laptop # and a Phillips 51cm TV. Use as a reference only. #******************************************************** #******************************************************** # Server Layout #******************************************************** Section "ServerLayout" Identifier "TwinViewTV" Screen 0 "Screen-DFP" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection #******************************************************** # Files #******************************************************** 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 #******************************************************** # Modules #******************************************************** Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" EndSection #******************************************************** # Input Devices #******************************************************** Section "InputDevice" # Option "XkbModel" "pc105" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "hp2505" Option "XkbLayout" "us" 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 Section #******************************************************** Section "Monitor" Identifier "Monitor-TV" VendorName "Monitor Vendor" ModelName "Phillips TV" HorizSync 30 - 50 VertRefresh 60 Option "dpms" EndSection #******************************************************** # Device Section #******************************************************** Section "Device" Identifier "Videocard-DFP" Driver "nvidia" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce FX (generic)" # Enabling Twinview Option "TwinView" Option "SecondMonitorHorizSync" "74 - 74" Option "SecondMonitorVertRefresh" "60" Option "MetaModes" "640x480, 1920x1200" Option "TwinViewOrientation" "DFP-0 LeftOf TV-0" # Option "ConnectedMonitor" "DFP-0, TV-0" Option "TVStandard" "PAL-B" EndSection #******************************************************** # Screen Section #******************************************************** Section "Screen" Identifier "Screen-DFP" Device "Videocard-DFP" Monitor "Monitor-TV" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection