Guest User

xorg.conf

a guest
Aug 29th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ─╼ cat /etc/X11/xorg.conf [1039]
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 367.36.02 (buildmeister@swio-display-x64-rhel04-19) Mon Jul 25 06:12:03 PDT 2016
  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 "LG Electronics LG ULTRAWIDE"
  41. HorizSync 30.0 - 90.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 GT 730"
  51. EndSection
  52.  
  53. Section "Screen"
  54.  
  55. # Removed Option "metamodes" "VGA-0: nvidia-auto-select +1920+0, HDMI-0: nvidia-auto-select +0+0"
  56. Identifier "Screen0"
  57. Device "Device0"
  58. Monitor "Monitor0"
  59. DefaultDepth 24
  60. Option "Stereo" "0"
  61. Option "nvidiaXineramaInfoOrder" "DFP-1"
  62. Option "metamodes" "HDMI-0: nvidia-auto-select +1920+0, DVI-D-0: nvidia-auto-select +0+0"
  63. Option "SLI" "Off"
  64. Option "MultiGPU" "Off"
  65. Option "BaseMosaic" "off"
  66. SubSection "Display"
  67. Depth 24
  68. EndSubSection
  69. EndSection
Advertisement
Add Comment
Please, Sign In to add comment