Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. jhonnytunes@jhonnytunespc:~$ cat /etc/X11/xorg.conf
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 295.33 (buildd@allspice) Fri Mar 30 13:37:33 UTC 2012
  4.  
  5.  
  6. Section "ServerLayout"
  7. Identifier "Layout0"
  8. Screen 0 "Screen0" 0 0
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. Option "Xinerama" "0"
  12. EndSection
  13.  
  14. Section "Files"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.  
  19. # generated from default
  20. Identifier "Mouse0"
  21. Driver "mouse"
  22. Option "Protocol" "auto"
  23. Option "Device" "/dev/psaux"
  24. Option "Emulate3Buttons" "no"
  25. Option "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.  
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.  
  37. # HorizSync source: edid, VertRefresh source: edid
  38. Identifier "Monitor0"
  39. VendorName "Unknown"
  40. ModelName "Samsung SyncMaster"
  41. HorizSync 30.0 - 61.0
  42. VertRefresh 56.0 - 75.0
  43. Option "DPMS"
  44. EndSection
  45.  
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. BoardName "GeForce G210M"
  51. EndSection
  52.  
  53. Section "Screen"
  54.  
  55. # Removed Option "metamodes" "DFP: nvidia-auto-select +0+0, CRT: nvidia-auto-select +1366+0"
  56. Identifier "Screen0"
  57. Device "Device0"
  58. Monitor "Monitor0"
  59. DefaultDepth 24
  60. Option "TwinView" "1"
  61. Option "TwinViewXineramaInfoOrder" "DFP-0"
  62. Option "metamodes" "CRT: nvidia-auto-select +1366+0, DFP: nvidia-auto-select +0+0"
  63. SubSection "Display"
  64. Depth 24
  65. EndSubSection
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement