bkerby

xorg.conf

Feb 4th, 2012
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. $> cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 290.10 ([email protected]) Wed Nov 16 18:47:40 PST 2011
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from data in "/etc/conf.d/gpm"
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol"
  20. Option "Device" "/dev/input/mice"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "evdev"
  29. Option "XkbLayout" "us,ru"
  30. Option "XkbOptions" "grp:caps_toggle"
  31. EndSection
  32.  
  33. Section "Monitor"
  34. Identifier "Monitor0"
  35. VendorName "Unknown"
  36. ModelName "Unknown"
  37. HorizSync 28.0 - 33.0
  38. VertRefresh 43.0 - 72.0
  39. Option "DPMS"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "Device0"
  44. Driver "nvidia"
  45. VendorName "NVIDIA Corporation"
  46. EndSection
  47.  
  48. Section "Screen"
  49. Identifier "Screen0"
  50. Device "Device0"
  51. Monitor "Monitor0"
  52. DefaultDepth 24
  53. SubSection "Display"
  54. Depth 24
  55. EndSubSection
  56. EndSection
  57.  
  58. Section "Files"
  59. FontPath "/usr/share/fonts/100dpi/:unscaled"
  60. FontPath "/usr/share/fonts/75dpi/:unscaled"
  61. FontPath "/usr/share/fonts/misc/:unscaled"
  62. FontPath "/usr/share/fonts/Type1/"
  63. FontPath "/usr/share/fonts/terminus/"
  64. FontPath "/usr/share/fonts/myfonts/"
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment