KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.84k stars 454 forks source link

Intel NUC7 - No GPU Detected #676

Open x86txt opened 4 years ago

x86txt commented 4 years ago

The latest screenfetch-dev (3.9.1) doesn't display the GPU for my NUC7, but it is available via lspci as noted below.

[X ] bug report

Bug report

matt@pve3:~$ screenfetch -v
:: Finding distro...found as 'Proxmox VE 6.2'
:: Finding hostname and user...found as 'matt@pve3'
:: Finding kernel version...found as 'x86_64 Linux 5.4.41-1-pve'
:: Finding current uptime...found as '1h 15m'
:: Finding current package count...found as '665'
:: Finding current shell...found as 'bash 5.0.3'
:: Finding current resolution(s)...found as 'No X Server'
:: Finding desktop environment...found as 'Not Present'
:: Finding window manager...found as 'Not Found'
:: Finding window manager theme...found as 'Not Found'
:: Finding GTK2 theme...found as 'Not Found'
:: Finding GTK3 theme...found as 'Not Found'
:: Finding icon theme...found as 'Not Found'
:: Finding user font...found as 'Not Found'
:: Finding current CPU...found as 'Intel Core i3-7100U @ 4x 2.4GHz [58.0°C]'
:: Finding current disk usage...found as '30G / 1.1T (3%%)'
:: Finding current GPU...found as 'Not Found'
:: Finding current RAM usage...found as '3844MiB / 32031MiB'
matt@pve3:~$ lspci | grep "VGA.*:"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
x86txt commented 4 years ago

Hi, was this addressed? It seems to work fine under Ubuntu 20.04 now. The issue I had above was under Proxmox (Debian 10).