#******************************************************** # Created for Dell Inspiron UWXGA screen(1920x1200) laptop # and a Phillips 17 inch Monitor or a Phillips 51cm TV. # Use as a reference only. #******************************************************** #******************************************************** # Multiply Server Layouts # SingleServer will be the defaul # Boot to run level 3 to use the others. # startx -- -layout DualServer # see man startx #******************************************************** Section "ServerLayout" Identifier "SingleServer" Screen 0 "Screen-DFP" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "DualServer" Screen 0 "Screen-DFP" 0 0 Screen 1 "Screen-CRT" RightOf "Screen-DFP" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "TwinView" Screen 0 "TwinView-DFP" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "TwinViewTV" Screen 0 "TwinView-TV" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "DualServerTV" Screen 0 "Screen-DFP" 0 0 Screen 1 "Screen-TV" RightOf "Screen-DFP" 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-DFP" VendorName "Monitor Vendor" ModelName "LCD Panel 1920x1200" HorizSync 30 - 70 VertRefresh 60 ModeLine "1920x1200" 162.0 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync Option "dpms" EndSection Section "Monitor" Identifier "Monitor-CRT" VendorName "Monitor Vendor" ModelName "Phillips M107" HorizSync 30.0 - 71.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection #******************************************************** # TwinView 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)" BusID "AGP:01:00:00" Screen 0 Option "UseEdidFreqs" "yes" Option "ConnectedMonitor" "DFP-0" Option "NoLogo" "yes" EndSection Section "Device" Identifier "Videocard-CRT" Driver "nvidia" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce FX (generic)" BusID "AGP:01:00:00" Screen 1 Option "UseEdidFreqs" "yes" Option "ConnectedMonitor" "CRT-0" Option "NoLogo" "yes" EndSection #******************************************************** # TwinView Device Section #******************************************************** Section "Device" Identifier "TwinView-DFP" Driver "nvidia" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce FX (generic)" ## # Enabling Twinview -- the CRT will always be the "Primary Monitor" ## Option "TwinView" Option "MetaModes" "1024x768, 1920x1200" Option "SecondMonitorHorizSync" "74 - 74" Option "SecondMonitorVertRefresh" "60" # Option "TwinViewOrientation" "DFP-0 LeftOf CRT-0" Option "TwinViewOrientation" "CRT-0 RightOf DFP-0" EndSection #******************************************************** # TwinView TV Device Section #******************************************************** Section "Device" Identifier "Videocard-TV" Driver "nvidia" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce FX (generic)" # Enabling Twinview Option "TwinView" Option "SecondMonitorHorizSync" "74-74" Option "SecondMonitorVertRefresh" "60-60" Option "MetaModes" "640x480, 1920x1200" Option "TwinViewOrientation" "DFP-0 LeftOf TV-0" Option "TVStandard" "PAL-B" EndSection #******************************************************** # Dual FlatPanel & TV Device Section #******************************************************** Section "Device" Identifier "Dual-TV" Driver "nvidia" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce FX (generic)" BusID "AGP:01:00:00" Screen 1 Option "ConnectedMonitor" "TV-0" # Option "NoLogo" "yes" EndSection #******************************************************** # Screen Section #******************************************************** Section "Screen" Identifier "Screen-DFP" Device "Videocard-DFP" Monitor "Monitor-DFP" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen-CRT" Device "Videocard-CRT" Monitor "Monitor-CRT" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection #******************************************************** # TwinView Screen Section #******************************************************** Section "Screen" Identifier "TwinView-DFP" Device "TwinView-DFP" Monitor "Monitor-DFP" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection #******************************************************** # TwinView TV Screen Section #******************************************************** Section "Screen" Identifier "TwinView-TV" Device "Videocard-TV" Monitor "Monitor-TV" DefaultDepth 24 SubSection "Display" Depth 24 Modes "640x480" # Modes "800x600" "640x480" # Modes "1024x768""800x600" "640x480" EndSubSection EndSection #******************************************************** # Dual FlatPanel & TV Screen Section #******************************************************** Section "Screen" Identifier "Screen-TV" Device "Dual-TV" Monitor "Monitor-TV" DefaultDepth 24 SubSection "Display" Depth 24 Modes "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection