Guest User

Untitled

a guest
Jun 28th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [michal@(none) ~]$ cat /etc/X11/xorg.conf
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 302.17 ([email protected]) Tue Jun 12 19:45:12 PDT 2012
  4.  
  5. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  6. # nvidia-xconfig: version 295.53 ([email protected]) Sat May 12 00:17:08 PDT 2012
  7.  
  8. Section "ServerLayout"
  9. Identifier "Layout0"
  10. Screen 0 "Screen0" 0 0
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. Option "Xinerama" "0"
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20.  
  21. # generated from default
  22. Identifier "Mouse0"
  23. Driver "mouse"
  24. Option "Protocol" "auto"
  25. Option "Device" "/dev/psaux"
  26. Option "Emulate3Buttons" "no"
  27. Option "ZAxisMapping" "4 5"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.  
  32. # generated from default
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Unknown"
  40. ModelName "Chi Mei Optoelectronics corp."
  41. HorizSync 30.0 - 75.0
  42. VertRefresh 59.0
  43. Option "DPMS"
  44. EndSection
  45.  
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. BoardName "GeForce 7000M / nForce 610M"
  51. EndSection
  52.  
  53. Section "Screen"
  54.  
  55. # Option "metamodes" "DFP-0: nvidia-auto-select { ViewPortIn=1280x800 }"
  56. Identifier "Screen0"
  57. Device "Device0"
  58. Monitor "Monitor0"
  59. DefaultDepth 24
  60. Option "Stereo" "0"
  61. # Option "metamodes" "1280x800_60 +0+0"
  62. Option "metamodes" "nvidia-auto-select +0+0; 1280x800 +0+0; 1280x800 { ViewPortIn=1280x800 }"
  63. SubSection "Display"
  64. Depth 24
  65. EndSubSection
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment