Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
60
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 260.19.21  (buildmeister@builder101)  Thu Nov  4 21:47:28 PDT 2010
  3.  
  4. Section "ServerLayout"
  5.  
  6.     Identifier     "X.org Configured"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Mouse0" "CorePointer"
  9.     InputDevice    "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "Module"
  13.     Load           "extmod"
  14.     Load           "dri2"
  15.     Load           "dbe"
  16.     Load           "record"
  17.     Load           "glx"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.     Identifier     "Keyboard0"
  22.     Driver         "kbd"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.     Identifier     "Mouse0"
  27.     Driver         "mouse"
  28.     Option         "Protocol" "auto"
  29.     Option         "Device" "/dev/input/mice"
  30.     Option         "ZAxisMapping" "4 5 6 7"
  31. EndSection
  32.  
  33. Section "Monitor"
  34.     Identifier     "Monitor0"
  35.     VendorName     "Monitor Vendor"
  36.     ModelName      "Monitor Model"
  37.     Modeline       "1366x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync
  38.     Option         "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42.     Identifier     "Card0"
  43.     Driver         "nouveau"
  44.     BusID          "PCI:1:0:0"
  45. EndSection
  46.  
  47. Section "Screen"
  48.     Identifier     "Screen0"
  49.     Device         "Card0"
  50.     Monitor        "Monitor0"
  51.     SubSection     "Display"
  52.         Viewport    0 0
  53.     EndSubSection
  54.     SubSection     "Display"
  55.         Viewport    0 0
  56.         Depth       4
  57.     EndSubSection
  58.     SubSection     "Display"
  59.         Viewport    0 0
  60.         Depth       8
  61.     EndSubSection
  62.     SubSection     "Display"
  63.         Viewport    0 0
  64.         Depth       15
  65.     EndSubSection
  66.     SubSection     "Display"
  67.         Viewport    0 0
  68.         Depth       16
  69.     EndSubSection
  70.     SubSection     "Display"
  71.         Viewport    0 0
  72.         Depth       24
  73.     EndSubSection
  74. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement