XiMA4

xorg.conf

Aug 30th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. └─╼ cat /etc/X11/xorg.conf
  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. Option "StandbyTime" "7"
  13. Option "SuspendTime" "8"
  14. Option "OffTime" "9"
  15. # Option "BlankTime" "10"
  16. EndSection
  17.  
  18. Section "Files"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.  
  23. # generated from default
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/psaux"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.  
  34. # generated from default
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.  
  41. # HorizSync source: edid, VertRefresh source: edid
  42. Identifier "Monitor0"
  43. VendorName "Unknown"
  44. ModelName "LG Electronics LG ULTRAWIDE"
  45. HorizSync 30.0 - 90.0
  46. VertRefresh 56.0 - 75.0
  47. Option "DPMS" "true"
  48. EndSection
  49.  
  50. Section "Device"
  51. Identifier "Device0"
  52. Driver "nvidia"
  53. VendorName "NVIDIA Corporation"
  54. BoardName "GeForce GT 730"
  55. EndSection
  56.  
  57. Section "Screen"
  58.  
  59. # Removed Option "metamodes" "VGA-0: nvidia-auto-select +1920+0, HDMI-0: nvidia-auto-select +0+0"
  60. Identifier "Screen0"
  61. Device "Device0"
  62. Monitor "Monitor0"
  63. DefaultDepth 24
  64. Option "Stereo" "0"
  65. Option "nvidiaXineramaInfoOrder" "DFP-1"
  66. Option "metamodes" "HDMI-0: nvidia-auto-select +1920+0, DVI-D-0: nvidia-auto-select +0+0"
  67. Option "SLI" "Off"
  68. Option "MultiGPU" "Off"
  69. Option "BaseMosaic" "off"
  70. SubSection "Display"
  71. Depth 24
  72. EndSubSection
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment