Advertisement
Guest User

nvidia diagnostics for JR from Bill

a guest
Jan 2nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. root@laptop:~# journalctl -b --no-pager _COMM=gdm-x-session
  2. -- Logs begin at Thu 2017-12-28 19:50:37 CET, end at Tue 2018-01-02 20:11:48 CET. --
  3. -- No entries --
  4. root@laptop:~# nvidia-installer -v |grep version
  5. nvidia-installer: version 384.98 (buildmeister@swio-display-x86-rhel47-02)
  6. root@laptop:~# uname -a
  7. Linux laptop.my.desk 4.14.8-300.fc27.x86_64 #1 SMP Wed Dec 20 19:00:18 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  8. root@laptop:~# cat /etc/X11/xorg.conf
  9. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  10. # nvidia-xconfig: version 384.98 (buildmeister@swio-display-x86-rhel47-02) Thu Oct 26 15:56:05 PDT 2017
  11.  
  12. Section "ServerLayout"
  13. Identifier "Layout0"
  14. Screen 0 "Screen0"
  15. InputDevice "Keyboard0" "CoreKeyboard"
  16. InputDevice "Mouse0" "CorePointer"
  17. EndSection
  18.  
  19. Section "Files"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/input/mice"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 28.0 - 33.0
  43. VertRefresh 43.0 - 72.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
  62.  
  63. root@laptop:~# cat /etc/X11/xorg.conf.d/
  64. cat: /etc/X11/xorg.conf.d/: Is a directory
  65. root@laptop:~# cd /etc/X11/xorg.conf.d/
  66. root@laptop:/etc/X11/xorg.conf.d# ls
  67. 00-keyboard.conf
  68. root@laptop:/etc/X11/xorg.conf.d# cat 00-keyboard.conf
  69. # Written by systemd-localed(8), read by systemd-localed and Xorg. It's
  70. # probably wise not to edit this file manually. Use localectl(1) to
  71. # instruct systemd-localed to update it.
  72. Section "InputClass"
  73. Identifier "system-keyboard"
  74. MatchIsKeyboard "on"
  75. Option "XkbLayout" "us"
  76. Option "XkbVariant" "euro"
  77. EndSection
  78. root@laptop:/etc/X11/xorg.conf.d#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement