Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ricky@ricky:~$ sudo nvidia-settings -q all | grep SLIMode
  2. [sudo] password for ricky:
  3. ricky@ricky:~$ cat /etc/X11/xorg.conf
  4. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  5. # nvidia-xconfig: version 346.59 (buildmeister@swio-display-x86-rhel47-04) Tue Mar 31 14:42:07 PDT 2015
  6.  
  7.  
  8. Section "ServerLayout"
  9. Identifier "Layout0"
  10. Screen 0 "Screen0" 0 0
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. EndSection
  14.  
  15. Section "Files"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19.  
  20. # generated from default
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/psaux"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.  
  31. # generated from default
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Unknown"
  40. HorizSync 28.0 - 33.0
  41. VertRefresh 43.0 - 72.0
  42. Option "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Device0"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49. BusID "PCI:3:0:0"
  50. EndSection
  51.  
  52. Section "Screen"
  53. Identifier "Screen0"
  54. Device "Device0"
  55. Monitor "Monitor0"
  56. DefaultDepth 24
  57. Option "SLI" "AA"
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
  62.  
  63. ricky@ricky:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement