Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 256.53  (buildmeister@builder97.nvidia.com)  Fri Aug 27 20:55:22 PDT 2010
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "X.org Configured"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Mouse0" "CorePointer"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12.     ModulePath      "/usr/lib/xorg/modules"
  13.     FontPath        "/usr/share/fonts/X11/misc"
  14.     FontPath        "/usr/share/fonts/X11/cyrillic"
  15.     FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  16.     FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  17.     FontPath        "/usr/share/fonts/X11/Type1"
  18.     FontPath        "/usr/share/fonts/X11/100dpi"
  19.     FontPath        "/usr/share/fonts/X11/75dpi"
  20.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21.     FontPath        "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load           "extmod"
  26.     Load           "record"
  27.     Load           "glx"
  28.     Load           "dri2"
  29.     Load           "dbe"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.     Identifier     "Keyboard0"
  34.     Driver         "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.     Identifier     "Mouse0"
  39.     Driver         "mouse"
  40.     Option         "Protocol" "auto"
  41.     Option         "Device" "/dev/input/mice"
  42.     Option         "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.     Identifier     "Monitor0"
  47.     VendorName     "Monitor Vendor"
  48.     ModelName      "Monitor Model"
  49. EndSection
  50.  
  51. Section "Device"
  52.  #"nvidia"
  53.     Identifier     "Card0"
  54.     Driver         "nvidia"
  55.     VendorName     "nVidia Corporation"
  56.     BoardName      "G98 [GeForce 8400 GS]"
  57. EndSection
  58.  
  59. Section "Screen"
  60.     Identifier     "Screen0"
  61.     Device         "Card0"
  62.     Monitor        "Monitor0"
  63.     SubSection     "Display"
  64.         Viewport    0 0
  65.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  66.     EndSubSection
  67.     SubSection     "Display"
  68.         Viewport    0 0
  69.         Depth       24
  70.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  71.     EndSubSection
  72. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement