Difference between revisions of "CRT-Nvidia"

From QWiki
*>Raket
(New page: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 352.41 (root@skal) Mon Sep 14 15:24:00 CEST 2015 Section "ServerLayout" Identifier ...)
 
*>Raket
Line 2: Line 2:
 
# nvidia-xconfig:  version 352.41  (root@skal)  Mon Sep 14 15:24:00 CEST 2015
 
# nvidia-xconfig:  version 352.41  (root@skal)  Mon Sep 14 15:24:00 CEST 2015
  
Section "ServerLayout"
+
    Section "ServerLayout"
 
     Identifier    "Layout0"
 
     Identifier    "Layout0"
 
     Screen      0  "Screen0"
 
     Screen      0  "Screen0"
 
     InputDevice    "Keyboard0" "CoreKeyboard"
 
     InputDevice    "Keyboard0" "CoreKeyboard"
 
     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"
 
     FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
 
     FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
Line 20: Line 20:
 
     FontPath        "/usr/lib/X11/fonts/cyrillic/"
 
     FontPath        "/usr/lib/X11/fonts/cyrillic/"
 
     FontPath        "/usr/lib/X11/fonts/TTF/"
 
     FontPath        "/usr/lib/X11/fonts/TTF/"
EndSection
+
    EndSection
  
Section "InputDevice"
+
    Section "InputDevice"
 
     # generated from default
 
     # generated from default
 
     Identifier    "Mouse0"
 
     Identifier    "Mouse0"
Line 30: Line 30:
 
     Option        "Emulate3Buttons" "no"
 
     Option        "Emulate3Buttons" "no"
 
     Option        "ZAxisMapping" "4 5"
 
     Option        "ZAxisMapping" "4 5"
EndSection
+
    EndSection
  
Section "InputDevice"
+
    Section "InputDevice"
 
     # generated from default
 
     # generated from default
 
     Identifier    "Keyboard0"
 
     Identifier    "Keyboard0"
 
     Driver        "kbd"
 
     Driver        "kbd"
EndSection
+
    EndSection
Section "Monitor"
+
    Section "Monitor"
 
     Identifier    "Monitor0"
 
     Identifier    "Monitor0"
 
     VendorName    "Unknown"
 
     VendorName    "Unknown"
Line 48: Line 48:
 
EndSection
 
EndSection
  
Section "Device"
+
    Section "Device"
 
     Identifier    "Device0"
 
     Identifier    "Device0"
 
     Driver        "nvidia"
 
     Driver        "nvidia"
Line 54: Line 54:
 
     Option "IgnoreEDID" "true"
 
     Option "IgnoreEDID" "true"
 
     Option "ModeValidation" "AllowNonEdidModes"
 
     Option "ModeValidation" "AllowNonEdidModes"
    Option "UseEDID" "false"
+
    Option "UseEDID" "false"
EndSection
+
    EndSection
  
Section "Screen"
+
    Section "Screen"
 
     Identifier    "Screen0"
 
     Identifier    "Screen0"
 
     Device        "Device0"
 
     Device        "Device0"
Line 63: Line 63:
 
     DefaultDepth    24
 
     DefaultDepth    24
 
     SubSection    "Display"
 
     SubSection    "Display"
        Depth      24
+
    Depth      24
#      Modes "640x480_160.00"
+
    #      Modes "640x480_160.00"
        Modes "1280x1024"
+
    Modes "1280x1024"
 
     EndSubSection
 
     EndSubSection
EndSection
+
    EndSection

Revision as of 16:07, 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