Advertisement
Guest User

xorg.conf

a guest
Apr 19th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 295.33 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) Sat Mar 17 16:01:53 PDT 2012
  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/lib/X11/fonts/misc/:unscaled"
  14. FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  15. FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  16. FontPath "/usr/lib/X11/fonts/misc/"
  17. FontPath "/usr/lib/X11/fonts/Type1/"
  18. FontPath "/usr/lib/X11/fonts/Speedo/"
  19. FontPath "/usr/lib/X11/fonts/100dpi/"
  20. FontPath "/usr/lib/X11/fonts/75dpi/"
  21. FontPath "/usr/lib/X11/fonts/cyrillic/"
  22. FontPath "/usr/lib/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. Option "NvAGP" "3"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "Device0"
  62. Monitor "Monitor0"
  63. DefaultDepth 24
  64. SubSection "Display"
  65. Depth 24
  66. EndSubSection
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement