#******************************************************** # Created for Dell Inspiron UWXGA screen(1920x1200) laptop # and a Phillips 17 inch Monitor. Use as a reference only. #******************************************************** #******************************************************** # Server Layout #******************************************************** Section "ServerLayout" Identifier "DualServer" Screen 0 "Screen-DFP" 0 0 Screen 1 "Screen-CRT" 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 #******************************************************** # 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 #******************************************************** # 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 Section "DRI" Group 0 Mode 0666 EndSection