########################################################################## # Sample XF86Config file for NVIDIA XFree86 drivers. # # Refer to the XF86Config(4/5) man page for details about the format of # this file. # # Be sure to replace the monitor values with correct values for your # monitor! ########################################################################## Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin5/misc" FontPath "/usr/X11R6/lib/X11/fonts/latin5/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/latin5/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/latin5/Type1" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/xtest" ModulePath "/usr/X11R6/lib/modules" RgbPath "/usr/X11R6/lib/X11/rgb" EndSection ########################################################################## # Server flags section. ########################################################################## Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging #NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. #DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. #DontZoom # This allows the server to start up even if the # mouse device can't be opened/initialised. AllowMouseOpenFail EndSection ########################################################################## # Input devices ########################################################################## # # Keyboard section # Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "Protocol" "Standard" Option "XkbKeyCodes" "xfree86" Option "XkbLayout" "de" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" Option "XkbVariant" "nodeadkeys" EndSection # # Pointer section # Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "on" Option "Name" "AutoDetected" Option "Protocol" "ps/2" Option "Vendor" "AutoDetected" EndSection ########################################################################## # Module section ########################################################################## Section "Module" Load "dbe" Load "type1" Load "speedo" Load "extmod" Load "freetype" # Load the glx module. Load "glx" EndSection ########################################################################## # Monitor section ########################################################################## Section "Monitor" Identifier "Inspiron i8000" VendorName "Dell" ModelName "LCD 1600x1200" # be sure to replace these values with values appropriate for your # monitor! # HorizSync 31-90 HorizSync 30-100 VertRefresh 60-60 EndSection ########################################################################## # Graphics device section(s) ########################################################################## Section "Device" Identifier "NV AGP" VendorName "nvidia" Driver "nvidia" # Driver "nv" # update this with the PCI id of your card. Consult the output # of the 'lspci' command. BusID "PCI:1:0:0" EndSection #Section "Device" # Identifier "NV AGP TwinView" # VendorName "nvidia" # Driver "nvidia" # # update this with the PCI id of your card. Consult the output # # of the 'lspci' command. # BusID "PCI:1:0:0" # # # sample twinview setup # Option "TwinView" # # be sure to replace the HorizSync and VertRefresh with correct values # # for your monitor! # Option "SecondMonitorHorizSync" "31-82" # Option "SecondMonitorVertRefresh" "55-120" # Option "TwinViewOrientation" "RightOf" # Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" # Option "ConnectedMonitor" "crt,crt" #EndSection ########################################################################## # Screen sections ########################################################################## # # screen section for an nvidia AGP card # Section "Screen" Identifier "Screen AGP" Device "NV AGP" Monitor "Inspiron i8000" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x400" EndSubsection Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" # "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection # # screen section for an nvidia AGP TwinView card # (look at the appropriate Device section) # #Section "Screen" # Identifier "Screen AGP TwinView" # Device "NV AGP TwinView" # Monitor "Inspiron i8000" # DefaultColorDepth 24 # Subsection "Display" # Depth 8 # Modes "1280x1024" "1024x768" "800x600" "640x400" # EndSubsection # Subsection "Display" # Depth 16 # Modes "1280x1024" "1024x768" "800x600" "640x480" # EndSubsection # Subsection "Display" # Depth 24 # Modes "1280x1024" "1024x768" "800x600" "640x480" # EndSubsection #EndSection # ########################################################################## # ServerLayout sections # (invoke using the '-layout' option of 'startx'. ########################################################################## # # just one agp card # Section "ServerLayout" Identifier "AGP" Screen "Screen AGP" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection