Advertisement
tyler22

Untitled

Mar 12th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. /etc/X11/xorg.conf
  2. ******************
  3. # nvidia-settings: X configuration file generated by nvidia-settings
  4. # nvidia-settings: version 280.13 (buildd@allspice) Thu Aug 11 20:54:45 UTC 2011
  5.  
  6. Section "Monitor"
  7. Identifier "Monitor0"
  8. VendorName "Unknown"
  9. ModelName "LG Electronics LG TV"
  10. HorizSync 31.0 - 82.0
  11. VertRefresh 57.0 - 63.0
  12. Option "DPMS"
  13. # HorizSync source: edid, VertRefresh source: edid
  14. EndSection
  15.  
  16. Section "Screen"
  17. Identifier "Screen0"
  18. Device "Device0"
  19. Monitor "Monitor0"
  20. DefaultDepth 24
  21. Option "TwinView" "1"
  22. Option "TwinViewXineramaInfoOrder" "DFP-0"
  23. Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
  24. SubSection "Display"
  25. Depth 24
  26. EndSubSection
  27. EndSection
  28.  
  29. Section "InputDevice"
  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. Identifier "Keyboard0"
  40. Driver "kbd"
  41. # generated from default
  42. EndSection
  43.  
  44. Section "ServerLayout"
  45. Identifier "Layout0"
  46. Screen 0 "Screen0" 0 0
  47. InputDevice "Keyboard0" "CoreKeyboard"
  48. InputDevice "Mouse0" "CorePointer"
  49. Option "Xinerama" "0"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Device0"
  54. Driver "nvidia"
  55. VendorName "NVIDIA Corporation"
  56. BoardName "GeForce GTS 250"
  57. BusID "PCI:3:0:0"
  58. Option "NoLogo" "True"
  59. EndSection
  60.  
  61.  
  62. *****************************
  63.  
  64. Results of running xrandr command
  65. *****************************
  66. xrandr: Failed to get size of gamma for output default
  67. Screen 0: minimum 3840 x 1200, current 3840 x 1200, maximum 3840 x 1200
  68. default connected 3840x1200+0+0 0mm x 0mm
  69. 3840x1200 50.0*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement