Guest User

Untitled

a guest
Jun 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Apr 16 19:36:29 PDT 2009
  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 "ServerFlags"
  12. Option "AutoAddDevices" "False"
  13. Option "AllowEmptyInput" "False"
  14. EndSection
  15.  
  16. Section "Files"
  17. RgbPath "/usr/share/X11/rgb"
  18. ModulePath "/usr/lib/xorg/modules"
  19. FontPath "/usr/share/fonts/misc"
  20. FontPath "/usr/share/fonts/100dpi:unscaled"
  21. FontPath "/usr/share/fonts/75dpi:unscaled"
  22. FontPath "/usr/share/fonts/TTF"
  23. FontPath "/usr/share/fonts/Type1"
  24. EndSection
  25.  
  26. Section "Module"
  27. Load "dbe"
  28. Load "xtrap"
  29. Load "extmod"
  30. Load "glx"
  31. Load "record"
  32. Load "freetype"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. Option "XkbLayout" "us,cs"
  39. Option "XkbVariant" ",latin"
  40. Option "XkbOptions" "grp:alt_shift_toggle"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Mouse0"
  45. Driver "mouse"
  46. Option "Protocol" "auto"
  47. Option "Device" "/dev/input/mice"
  48. Option "ZAxisMapping" "4 5 6 7"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor0"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58.  
  59. #@VendorName "nVidia Corporation"
  60. #BoardName "G70 [GeForce Go 7600]"
  61. #BusID "PCI:1:0:0"
  62. Identifier "Card0"
  63. Driver "nvidia"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "Screen0"
  68. Device "Card0"
  69. Monitor "Monitor0"
  70. SubSection "Display"
  71. Viewport 0 0
  72. EndSubSection
  73. SubSection "Display"
  74. Viewport 0 0
  75. Depth 4
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 8
  80. EndSubSection
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 15
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 16
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 24
  92. EndSubSection
  93. EndSection
Add Comment
Please, Sign In to add comment