## # Monitor 0 # # This section describes the CRT, projector, or whatever external device # you will be using. # Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 320 240 HorizSync 28-82 Identifier "Monitor[0]" ModelName "1280X1024@60HZ" Option "DPMS" VendorName "--> CRT" VertRefresh 40-60 UseModes "Modes[0]" EndSection ## # Modes 0 # # The modeline for 1440x900 I created myself, based on a tutorial about # modelines on Toshiba laptops. Works well. I don't remember the URL. # Section "Modes" Identifier "Modes[0]" Modeline "1440x900" 95.8 1440 1472 1600 1728 900 904 908 924 -HSync -VSync Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 Modeline "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794 Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621 Modeline "640x480" 23.06 640 656 720 800 480 481 484 497 EndSection ## # Video Card 0 # Section "Device" BoardName "GeForce FX Go5200" BusID "1:0:0" Driver "nvidia" Identifier "Device[0]" VendorName "NVidia" # The "second monitor" is actually your laptop's LCD. Option "UseEdidFreqs" "true" Option "NoLogo" "true" # removes the nVidia flash screen # when X starts up Option "TwinView" Option "SecondMonitorHorizSync" "29-55" Option "SecondMonitorVertRefresh" "40-60" # MetaModes defines how the system toggles between displays and display # resolutions. Read the nVidia manual from their website. Each # comma-separated pair describes which resolution to use for *each* # display. Pressing the "+" key for your numeric keypad (NOT the one on # the top row, next to your numerals) toggles between them. On my machine, # I have to press , , and the semicolon key all at the same # time. Note that the nVidia drivers ignore the key combination # for toggling displays, which is more standard in laptops. (Says so in # the manual.) Option "MetaModes" "1024x768, 1440x900; 800x600, 1440x900" Option "TwinViewOrientation" "Clone" Option "NoTwinViewXineramaInfo" "true" EndSection ## # Screen 0 # Section "Screen" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1440x900" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1440x900" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1440x900" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1440x900" "1024x768" "800x600" "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Screen "Screen[0]" EndSection