Difference between revisions of "CRT-Nvidia"

From QWiki
*>Raket
*>Raket
 
Line 41: Line 41:
 
     VertRefresh    43.0 - 160
 
     VertRefresh    43.0 - 160
 
     Modeline "640x480_160.00"  72.85  640 680 752 864  480 481 484 527  -hsync +vsync
 
     Modeline "640x480_160.00"  72.85  640 680 752 864  480 481 484 527  -hsync +vsync
#    Option        "DPMS"
 
#    Option "PreferredMode" "640x480_160.00"
 
 
     EndSection
 
     EndSection
 
     Section "Device"
 
     Section "Device"

Latest revision as of 16:40, 14 September 2015

  1. nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. nvidia-xconfig: version 352.41 (root@skal) Mon Sep 14 15:24:00 CEST 2015
   Section "ServerLayout"
   Identifier     "Layout0"
   Screen      0  "Screen0"
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Mouse0" "CorePointer"
   EndSection
   Section "Files"
   FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
   FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath        "/usr/lib/X11/fonts/misc/"
   FontPath        "/usr/lib/X11/fonts/Type1/"
   FontPath        "/usr/lib/X11/fonts/Speedo/"
   FontPath        "/usr/lib/X11/fonts/100dpi/"
   FontPath        "/usr/lib/X11/fonts/75dpi/"
   FontPath        "/usr/lib/X11/fonts/cyrillic/"
   FontPath        "/usr/lib/X11/fonts/TTF/"
   EndSection
   Section "InputDevice"
   # generated from default
   Identifier     "Mouse0"
   Driver         "mouse"
   Option         "Protocol" "auto"
   Option         "Device" "/dev/psaux"
   Option         "Emulate3Buttons" "no"
   Option         "ZAxisMapping" "4 5"
   EndSection
   Section "InputDevice"
   # generated from default
   Identifier     "Keyboard0"
   Driver         "kbd"
   EndSection
   Section "Monitor"
   Identifier     "Monitor0"
   VendorName     "Unknown"
   ModelName      "Unknown"
   HorizSync       28.0 - 95
   VertRefresh     43.0 - 160
   Modeline "640x480_160.00"  72.85  640 680 752 864  480 481 484 527  -hsync +vsync
   EndSection
   Section "Device"
   Identifier     "Device0"
   Driver         "nvidia"
   VendorName     "NVIDIA Corporation"
   Option "IgnoreEDID" "true"
   Option "ModeValidation" "AllowNonEdidModes"
   Option "UseEDID" "false"
   EndSection
   Section "Screen"
   Identifier     "Screen0"
   Device         "Device0"
   Monitor        "Monitor0"
   DefaultDepth    24
   SubSection     "Display"
   Depth       24
   #       Modes "640x480_160.00"
   Modes "1280x1024"
   EndSubSection
   EndSection