Difference between revisions of "CRT-Nvidia"

From QWiki
*>Raket
*>Raket
Line 8: Line 8:
 
     InputDevice    "Mouse0" "CorePointer"
 
     InputDevice    "Mouse0" "CorePointer"
 
     EndSection
 
     EndSection
 
 
     Section "Files"
 
     Section "Files"
 
     FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
 
     FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
Line 21: Line 20:
 
     FontPath        "/usr/lib/X11/fonts/TTF/"
 
     FontPath        "/usr/lib/X11/fonts/TTF/"
 
     EndSection
 
     EndSection
 
 
     Section "InputDevice"
 
     Section "InputDevice"
 
     # generated from default
 
     # generated from default
Line 31: Line 29:
 
     Option        "ZAxisMapping" "4 5"
 
     Option        "ZAxisMapping" "4 5"
 
     EndSection
 
     EndSection
 
 
     Section "InputDevice"
 
     Section "InputDevice"
 
     # generated from default
 
     # generated from default
Line 46: Line 43:
 
#    Option        "DPMS"
 
#    Option        "DPMS"
 
#    Option "PreferredMode" "640x480_160.00"
 
#    Option "PreferredMode" "640x480_160.00"
EndSection
+
    EndSection
 
 
 
     Section "Device"
 
     Section "Device"
 
     Identifier    "Device0"
 
     Identifier    "Device0"
Line 56: Line 52:
 
     Option "UseEDID" "false"
 
     Option "UseEDID" "false"
 
     EndSection
 
     EndSection
 
 
     Section "Screen"
 
     Section "Screen"
 
     Identifier    "Screen0"
 
     Identifier    "Screen0"

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
  1. Option "DPMS"
  2. Option "PreferredMode" "640x480_160.00"
   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