Guest User

xorg.conf

a guest
Mar 27th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. FontPath "/usr/local/lib/X11/fonts/misc/:unscaled"
  10. FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
  11. FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
  12. FontPath "/usr/local/lib/X11/fonts/misc/"
  13. FontPath "/usr/local/lib/X11/fonts/Type1/"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/cyrillic/"
  17. FontPath "/usr/local/lib/X11/fonts/TTF/"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.  
  22. # generated from default
  23. Identifier "Mouse0"
  24. Driver "mouse"
  25. Option "Protocol" "auto"
  26. Option "Device" "/dev/sysmouse"
  27. Option "Emulate3Buttons" "no"
  28. Option "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.  
  33. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "keyboard"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 28.0 - 33.0
  43. VertRefresh 43.0 - 72.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. Option "AddARGBGLXVisuals" "True"
  59. SubSection "Display"
  60. Depth 24
  61. EndSubSection
  62. EndSection
  63.  
  64. Section "Extensions"
  65. Option "Composite" "Enable"
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment