Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. root@Kodi:/home/s34get# cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 304.131 (buildmeister@swio-display-x64-rhel04-16) Sun Nov 8 22:48:17 PST 2015
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "LG"
  34. ModelName "55EF9509"
  35. HorizSync 30.0 - 83.0
  36. VertRefresh 58.0 - 62.0
  37. Option "DPMS"
  38. ModeLine "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "Device0"
  43. Driver "nvidia"
  44. VendorName "NVIDIA Corporation"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen0"
  49. Device "Device0"
  50. Monitor "Monitor0"
  51. DefaultDepth 24
  52. Option "NoLogo" "True"
  53. Option "DynamicTwinView" "False"
  54. SubSection "Display"
  55. Depth 24
  56. Modes "1920x1080"
  57. EndSubSection
  58. EndSection
  59.  
  60. Section "Extensions"
  61. Option "Composite" "Disable"
  62. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement