# XF86Config-4 for Dell Inspiron 8200 w/ Geforce4 440 # and Enhanced UXGA LCD. # # 08.30.2002 Rodney "meff" Gordon II # 09.24.2002 Peter Teuben (mods for Redhat 7.3 - added lower res Screen1, Screen2, ..... Section "Files" FontPath "unix/:7100" # FontPath "/usr/X11R6/lib/X11/fonts/misc" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi" # FontPath "/usr/X11R6/lib/X11/fonts/TrueType" EndSection Section "Module" Load "bitmap" Load "freetype" Load "dbe" Load "glx" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "PS/2" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5-110 VertRefresh 28-90 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "nvidia" Option "NoLogo" "1" Option "NvAGP" "0" Option "CursorShadow" "1" Option "UseEdidFreqs" "1" Option "BackingStore" "1" EndSection # # there are 4 screen's here, Screen0...Screen1, with highest resolution resp. # 1600, 1400, 1280 and 1024 in X. Sometimes external displays just can't sync # up on something highres, so the way to activate that is (e.g. 1400x1050 mode) # startx -- :1 -screen Screen1 # Notice the USB mouse won't work on the 2nd screen :-( # 'X --help' gives all the options Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen3" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection