Advertisement
Guest User

xorg.conf

a guest
Jul 7th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 295.49 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Tue May 1 00:35:47 PDT 2012
  3.  
  4. # nvidia-settings: X configuration file generated by nvidia-settings
  5. # nvidia-settings: version 1.0 (buildmeister@builder75) Fri Mar 12 01:44:55 PST 2010
  6.  
  7. Section "ServerLayout"
  8. Identifier "Layout0"
  9. Screen 0 "Screen0" 0 0
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. InputDevice "Mouse0" "SendCoreEvents"
  12. InputDevice "Synaptics Touchpad"
  13. Option "Xinerama" "0"
  14. EndSection
  15.  
  16. Section "ServerFLags"
  17. Option "AllowEmptyInput" "true"
  18. Option "AutoAddDevices" "true"
  19. Option "AutoEnableDevices" "true"
  20. EndSection
  21.  
  22. Section "Files"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Mouse0"
  29. Driver "evdev"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/input/mouse0"
  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 "InputDevice"
  44. Identifier "Synaptics Touchpad"
  45. Driver "synaptics"
  46. Option "Device" "/dev/psaux"
  47. Option "SHMConfig" "on"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.  
  52. # HorizSync source: edid, VertRefresh source: edid
  53. Identifier "Monitor0"
  54. VendorName "Unknown"
  55. ModelName "CMO"
  56. HorizSync 30.0 - 75.0
  57. VertRefresh 60.0
  58. Option "DPMS"
  59. EndSection
  60.  
  61. Section "Device"
  62. Identifier "Device0"
  63. Driver "nvidia"
  64. VendorName "NVIDIA Corporation"
  65. BoardName "GeForce 9700M GT"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Device0"
  71. Monitor "Monitor0"
  72. DefaultDepth 24
  73. Option "TwinView" "1"
  74. Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +0+0"
  75. SubSection "Display"
  76. Depth 24
  77. EndSubSection
  78. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement