grandfso

Untitled

Jan 9th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $ lspci -k | grep -EA3 'VGA|3D|Display'
  2. 00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
  3. Subsystem: Dell Device 0818
  4. Kernel driver in use: i915
  5. Kernel modules: i915
  6. --
  7. 02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce MX130] (rev ff)
  8. Kernel modules: nvidia
  9. 3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
  10. Subsystem: Dell RTS525A PCI Express Card Reader
  11.  
  12.  
  13.  
  14. $ cat /etc/X11/xorg.conf
  15. cat: /etc/X11/xorg.conf: No such file or directory
  16.  
  17.  
  18.  
  19. $cat /var/log/Xorg.0.log | grep LoadModule
  20. [ 14.202] (II) LoadModule: "glx"
  21. [ 14.229] (II) LoadModule: "modesetting"
  22. [ 14.234] (II) LoadModule: "fbdev"
  23. [ 14.235] (II) LoadModule: "vesa"
  24. [ 14.264] (II) LoadModule: "fbdevhw"
  25. [ 14.265] (II) LoadModule: "glamoregl"
  26. [ 14.540] (II) LoadModule: "fb"
  27. [ 14.741] (II) LoadModule: "libinput"
  28. [ 15.162] (II) LoadModule: "synaptics"
  29.  
  30.  
  31. $cd /usr/lib/insync && ./py -c "import ctypes.util;
  32. > print(ctypes.CDLL(ctypes.util.find_library('GL'), ctypes.RTLD_GLOBAL))"
  33. <CDLL 'libGL.so.1', handle 5607ddd698e0 at 7f5b0432a150>
Add Comment
Please, Sign In to add comment