Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
160
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 290.10  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 2011
  3.  
  4. # Section "ServerLayout"
  5. #     Identifier     "Layout0"
  6. #     Screen      0  "Screen0"
  7. # #    InputClass    "Keyboard0" "CoreKeyboard"
  8. #     InputDevice    "Mouse0" "CorePointer"
  9. # EndSection
  10.  
  11. Section "Files"
  12.  
  13.     ModulePath "/usr/lib64/xorg/modules"
  14.     ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
  15.  
  16. EndSection
  17.  
  18. # Section "InputDevice"
  19. #     # generated from data in "/etc/conf.d/gpm"
  20. #     Identifier     "Mouse0"
  21. #     Driver         "mouse"
  22. #     Option         "Protocol"
  23. #     Option         "Device" "/dev/input/mice"
  24. #     Option         "Emulate3Buttons" "no"
  25. #     Option         "ZAxisMapping" "4 5"
  26. # EndSection
  27. Section "InputClass"
  28.         Identifier "evdev pointer catchall"
  29.         MatchIsPointer "on"
  30.         MatchDevicePath "/dev/input/event*"
  31.         Driver "evdev"
  32. EndSection
  33.  
  34. Section "InputClass"
  35.         Identifier "evdev keyboard catchall"
  36.         MatchIsKeyboard "on"
  37.         MatchDevicePath "/dev/input/event*"
  38.         Driver "evdev"
  39.     Option         "XkbLayout"     "us"
  40.     Option         "XkbOptions"    "compose:rwin,terminate:ctrl_alt_bksp"
  41. EndSection
  42.  
  43. Section "InputClass"
  44.         Identifier "evdev touchpad catchall"
  45.         MatchIsTouchpad "on"
  46.         MatchDevicePath "/dev/input/event*"
  47.         Driver "evdev"
  48. EndSection
  49.  
  50. Section "InputClass"
  51.         Identifier "evdev tablet catchall"
  52.         MatchIsTablet "on"
  53.         MatchDevicePath "/dev/input/event*"
  54.         Driver "evdev"
  55. EndSection
  56.  
  57. Section "InputClass"
  58.         Identifier "evdev touchscreen catchall"
  59.         MatchIsTouchscreen "on"
  60.         MatchDevicePath "/dev/input/event*"
  61.         Driver "evdev"
  62. EndSection
  63.  
  64.  
  65. Section "Monitor"
  66.     Identifier     "Monitor0"
  67.     VendorName     "Unknown"
  68.     ModelName      "Unknown"
  69.     HorizSync       28.0 - 33.0
  70.     VertRefresh     43.0 - 72.0
  71.     Option         "DPMS"
  72. EndSection
  73.  
  74. Section "Device"
  75.     Identifier     "Device0"
  76.     Driver         "nvidia"
  77.     VendorName     "NVIDIA Corporation"
  78. #    Load           "glx"
  79. #    Load           "dri"
  80.     Option         "NoLogo" "true"
  81.  
  82. EndSection
  83.  
  84. Section "Screen"
  85.     Identifier     "Screen0"
  86.     Device         "Device0"
  87.     Monitor        "Monitor0"
  88.     Option         "AllowGLXWithComposite" "True"
  89.     Option         "AddARGBGLXVisuals" "True"
  90.     DefaultDepth    24
  91.     SubSection     "Display"
  92.         Depth       24
  93.     EndSubSection
  94. EndSection
  95.  
  96. # Section "Extensions"
  97. #     Option         "Composite" "Enable"
  98. # EndSection
  99. #
  100. #
  101. # Section "Module"
  102. #     Load "extmod"
  103. #     Load "dbe"
  104. #     Load "type1"
  105. #     Load "freetype"
  106. #     Load "glx"
  107. # EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement