Guest User

Untitled

a guest
Jul 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. RgbPath "/usr/X11R6/lib/X11/rgb"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "type1"
  19. Load "freetype"
  20. Load "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. # generated from data in "/etc/sysconfig/keyboard"
  35. Identifier "Keyboard0"
  36. Driver "keyboard"
  37. Option "XkbLayout" "de"
  38. Option "XkbModel" "pc105"
  39. Option "XkbVariant" "nodeadkeys"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Unknown"
  45. ModelName "Unknown"
  46. HorizSync 30.0 - 110.0
  47. VertRefresh 50.0 - 150.0
  48. Option "DPMS"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "Device0"
  53. Driver "nvidia"
  54. VendorName "NVIDIA Corporation"
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "Screen0"
  59. Device "Device0"
  60. Monitor "Monitor0"
  61. DefaultDepth 24
  62. SubSection "Display"
  63. Depth 24
  64. EndSubSection
  65. EndSection
Add Comment
Please, Sign In to add comment