########################################################################## # 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! ########################################################################## # # 07-Mar-03 amo Modified from nvidia example # cd /usr/local/src/nvidia/NVIDIA_GLX-1.0-4191 # cp usr/share/doc/XF86Config.sample /etc/X11/XF86Config.nvidia.sample # # 17-Mar-03 amo Tweeked from Rh-7.2 for Rh-*.0 for nvidia quadro4 # 18-Mar-03 amo Added 140x x 105x resolutions # # Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" # FontPath "unix/:-1" # FontPath "/usr/X11R6/lib/X11/fonts/local/" # FontPath "/usr/X11R6/lib/X11/fonts/misc/" # 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/75dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 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 "Keyboard0" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # # Pointer section # Section "InputDevice" # PS/2 Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" # Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" # EndSection # # USB mouse # # Section "InputDevice" # # If the normal CorePointer mouse is not a USB mouse then # # this input device can be used in AlwaysCore mode to let you # # also use USB mice at the same time. # # USB # Identifier "DevInputMice" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "no" # EndSection ########################################################################## # Module section ########################################################################## Section "Module" # double buffering Load "dbe" # misc extensions Load "extmod" Load "fbdevhw" # Load "dri" Load "GLcore" # Load the OpenGL X protocol modules Load "glx" Load "record" Load "type1" Load "freetype" EndSection ########################################################################## # Monitor section ########################################################################## Section "Monitor" Identifier "Dell P1130" VendorName "Dell" ModelName "P1130" # be sure to replace these values with values appropriate for your # monitor! # # For Dell M992 # HorizSync 30-96 # VertRefresh 50-160 # # For Dell P992 # HorizSync 30-107 # VertRefresh 48-170 # # Per Dell website Specs for P1130 # HorizSync 30-130 # VertRefresh 48-170 # # Calculated from Koala.ilog.fr/cgi-bin/nph-colas-modelines # -- Loses Sync on X11/xdm # # Modeline "1280x1024" 218.79 1280 1336 1616 1728 1024 1026 1038 1064 +hsync +vsync # 119Hz # # # # ModeLine from rams@...uiowa.edu HorizSync 30.0 - 121.0 VertRefresh 48.0 - 160.0 # Modeline "1280x1024" 220 1280 1328 1488 1728 1024 1025 1028 1072 +hsync +vsync # # # # ModeLine from rams@...uiowa.edu # DisplaySize 400 300 # # HorizSync 30.0 - 121.0 # VertRefresh 48.0 - 160.0 # ModeLine "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync # ModeLine "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync # ModeLine "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync # ModeLine "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync # Modeline "1280x1024" 220 1280 1328 1488 1728 1024 1025 1028 1072 +hsync +vsync # ModeLine "1408x1056" 231.47 1408 1472 1792 1920 1056 1058 1070 1096 #110Hz # Option "dpms" EndSection ########################################################################## # Graphics device section(s) ########################################################################## Section "Device" Identifier "Nvidia Quadro4" VendorName "nvidia" BoardName "Quadro4" Driver "nvidia" # # update this with the PCI id of your card. Consult the output # of the 'lspci' command. # BusID "PCI:1:0:0" Option "UseEdidFreqs" "true" Option "IgnoreEDID" "false" Option "NvAgp" "1" Option "CursorShadow" "1" Option "Stereo" "3" # QuadBuffered Stereo EndSection ########################################################################## # Screen sections ########################################################################## # # screen section for an nvidia AGP card # Section "Screen" Identifier "Screen0" Device "Nvidia Quadro4" Monitor "Dell P1130" DefaultColorDepth 24 # DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" # Modes "1280x1024" "1024x768" "800x600" "640x400" # Modes "1408x1056" "1280x1024" "1024x768" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" # Modes "1280x1024" "1024x768" "800x600" "640x480" # Modes "1408x1056" "1280x1024" "1024x768" EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" # Modes "1280x1024" "1024x768" "800x600" "640x480" # Modes "1408x1056" "1280x1024" "1024x768" EndSubsection EndSection ########################################################################## # ServerLayout sections # (invoke using the '-layout' option of 'startx'. ########################################################################## # # just one agp card # Section "ServerLayout" Identifier "AGP" Screen "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # # # Section "DRI" Mode 0666 EndSection # # End of file