Advertisement
Guest User

Untitled

a guest
Apr 27th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 260.19.44 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Sun Feb 27 22:59:57 PST 2011
  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 "glx"
  26. Load "dbe"
  27. Load "record"
  28. Load "extmod"
  29. Load "dri2"
  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.  
  53. ### Available Driver options are:-
  54. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  55. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  56. ### [arg]: arg optional
  57. #Option "SWcursor" # [<bool>]
  58. #Option "HWcursor" # [<bool>]
  59. #Option "NoAccel" # [<bool>]
  60. #Option "ShadowFB" # [<bool>]
  61. #Option "VideoKey" # <i>
  62. Identifier "Card0"
  63. Driver "nv"
  64. VendorName "nVidia Corporation"
  65. BoardName "C68 [GeForce 7050 PV / nForce 630a]"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Card0"
  71. Monitor "Monitor0"
  72. SubSection "Display"
  73. Viewport 0 0
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 4
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 8
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 15
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 16
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 24
  94. EndSubSection
  95. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement