Advertisement
rkuhnjr

My Xorg

Jul 17th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 325.08 (buildmeister@swio-display-x64-rhel04-12) Wed Jun 26 18:41:44 PDT 2013
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. FontPath "/usr/lib64/X11/fonts/misc/:unscaled"
  14. FontPath "/usr/lib64/X11/fonts/100dpi/:unscaled"
  15. FontPath "/usr/lib64/X11/fonts/75dpi/:unscaled"
  16. FontPath "/usr/lib64/X11/fonts/misc/"
  17. FontPath "/usr/lib64/X11/fonts/Type1/"
  18. FontPath "/usr/lib64/X11/fonts/Speedo/"
  19. FontPath "/usr/lib64/X11/fonts/100dpi/"
  20. FontPath "/usr/lib64/X11/fonts/75dpi/"
  21. FontPath "/usr/lib64/X11/fonts/cyrillic/"
  22. FontPath "/usr/lib64/X11/fonts/TTF/"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/psaux"
  32. Option "Emulate3Buttons" "no"
  33. Option "ZAxisMapping" "4 5"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.  
  38. # generated from default
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Unknown"
  46. ModelName "Unknown"
  47. HorizSync 28.0 - 33.0
  48. VertRefresh 43.0 - 72.0
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Device0"
  54. Driver "nvidia"
  55. VendorName "NVIDIA Corporation"
  56. EndSection
  57.  
  58. Section "Screen"
  59. Identifier "Screen0"
  60. Device "Device0"
  61. Monitor "Monitor0"
  62. DefaultDepth 24
  63. Option "MultiGPU" "on"
  64. Option "SLI" "on"
  65. SubSection "Display"
  66. Depth 24
  67. EndSubSection
  68. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement