Advertisement
Guest User

Xorg.conf

a guest
Sep 14th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 256.44 (buildmeister@builder97.nvidia.com) Thu Jul 29 01:59:48 PDT 2010
  3. # Default Single Head, No Touchscreen
  4. #
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "0"
  11. Option "BlankTime" "0"
  12. Option "StandbyTime" "0"
  13. Option "SuspendTime" "0"
  14. Option "OffTime" "0"
  15. EndSection
  16.  
  17. Section "ServerFlags"
  18. Option "DontVTSwitch" "true"
  19. Option "DontZap" "true"
  20. Option "DontZoom" "true"
  21. EndSection
  22.  
  23. Section "Files"
  24. FontPath "/usr/share/fonts/centralstation"
  25. FontPath "/usr/share/fonts/default/Type1"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. # generated from default
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/psaux"
  34. Option "Emulate3Buttons" "no"
  35. Option "ZAxisMapping" "4 5"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. # generated from data in "/etc/sysconfig/keyboard"
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. Option "XkbLayout" "us"
  43. Option "XkbModel" "pc105"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. # HorizSync source: edid, VertRefresh source: edid
  48. Identifier "Monitor0"
  49. Option "DPMS" "off"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. # HorizSync source: edid, VertRefresh source: edid
  54. Identifier "Monitor1"
  55. Option "DPMS" "off"
  56. EndSection
  57.  
  58. Section "Device"
  59. Identifier "Device0"
  60. Driver "nvidia"
  61. VendorName "NVIDIA Corporation"
  62. BoardName "Quadro NVS 290"
  63. Screen 0
  64. Option "NoLogo" "true"
  65. Option "SWCursor" "off"
  66. Option "HWCursor" "on"
  67. Option "DPI" "90x88"
  68. EndSection
  69.  
  70. Section "Screen"
  71. Identifier "Screen0"
  72. Device "Device0"
  73. Monitor "Monitor0"
  74. DefaultDepth 24
  75. Option "metamodes" "CRT-0: 1680x1050 +0+0"
  76. SubSection "Display"
  77. Depth 24
  78. EndSubSection
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement