Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. nick@nick-MacBookPro:~$ lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
  2. > cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
  3. > ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
  4. > grep LoadModule /var/log/Xorg.0.log
  5. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  6. drm_kms_helper 47182 1 i915
  7. drm 244037 3 i915,drm_kms_helper
  8. /dev/video0
  9. /dev/fb0
  10. /dev/dri/card0
  11. /dev/dri/controlD64
  12. BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=4bd9a995-8039-4f6e-a334-77b367fdd30b ro quiet splash vt.handoff=7
  13. /etc/modprobe.d/
  14. /etc/modprobe.d/dkms.conf
  15. /etc/modprobe.d/blacklist-framebuffer.conf
  16. /etc/modprobe.d/alsa-base.conf
  17. /etc/modprobe.d/blacklist-modem.conf
  18. /etc/modprobe.d/vmwgfx-fbdev.conf
  19. /etc/modprobe.d/blacklist-bcm43.conf
  20. /etc/modprobe.d/blacklist.conf
  21. /etc/modprobe.d/mlx4.conf
  22. /etc/modprobe.d/blacklist-oss.conf
  23. /etc/modprobe.d/fbdev-blacklist.conf
  24. /etc/modprobe.d/blacklist-watchdog.conf
  25. /etc/modprobe.d/iwlwifi.conf
  26. /etc/modprobe.d/blacklist-rare-network.conf
  27. /etc/modprobe.d/blacklist-ath_pci.conf
  28. /etc/modprobe.d/blacklist-firewire.conf
  29. # modprobe information used for DKMS modules
  30. #
  31. # This is a stub file, should be edited when needed,
  32. # used by default by DKMS.
  33. ls: cannot access /etc/X11/xorg.conf: No such file or directory
  34. direct rendering: Yes
  35. server glx vendor string: SGI
  36. client glx vendor string: Mesa Project and SGI
  37. OpenGL vendor string: Intel Open Source Technology Center
  38. [ 52.333] (II) LoadModule: "glx"
  39. [ 52.789] (II) LoadModule: "intel"
  40. [ 52.831] (II) LoadModule: "modesetting"
  41. [ 52.837] (II) LoadModule: "fbdev"
  42. [ 52.850] (II) LoadModule: "vesa"
  43. [ 52.875] (II) LoadModule: "fbdevhw"
  44. [ 52.901] (II) LoadModule: "dri2"
  45. [ 53.234] (II) LoadModule: "evdev"
  46. [ 53.276] (II) LoadModule: "synaptics"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement