KittyKatt / screenFetch

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

logo cut in half #705

Open imre84 opened 3 years ago

imre84 commented 3 years ago

I'm submitting a ... (check one with "x")

[x] bug report
[ ] new distro request

Bug report

hello, please check the attached screenshot, I think the line "Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)" shouldn't cut the logo in half.

the attached screenshot

:: Finding distro...found as 'Ubuntu 20.04'
:: Finding hostname and user...found as 'imi@af1'
:: Finding kernel version...found as 'x86_64 Linux 5.4.0-65-generic'
:: Finding current uptime...found as '11h 55m'
:: Finding current package count...found as '2441'
:: Finding current shell...found as 'bash'
:: Finding current resolution(s)...found as '1920x1080'
:: Finding desktop environment...found as 'GNOME 3.36.5'
:: Finding window manager...found as 'Mutter'
:: Finding window manager theme...found as 'Adwaita'
:: Finding GTK2 theme...found as 'Yaru'
:: Finding GTK3 theme...found as 'Yaru'
:: Finding icon theme...found as 'Yaru'
:: Finding user font...found as 'Ubuntu 11'
:: Finding current CPU...found as 'Intel Core i7-7500U @ 4x 3.5GHz [73.0°C]'
:: Finding current disk usage...found as '832G / 926G (95%%)'
:: Finding current GPU...found as 'Not Found'
:: Finding current RAM usage...found as '4244MiB / 15892MiB'
                          ./+o+-       imi@af1
                  yyyyy- -yyyyyy+      OS: Ubuntu 20.04 focal
               ://+//////-yyyyyyo      Kernel: x86_64 Linux 5.4.0-65-generic
           .++ .:/++++++/-.+sss/`      Uptime: 11h 55m
         .:++o:  /++++++++/:--:/-      Packages: 2441
        o:+o+:++.`..```.-/oo+++++/     Shell: bash
       .:+o:+o/.          `+sssoo+/    Resolution: 1920x1080
  .++/+:+oo+o:`             /sssooo.   DE: GNOME 3.36.5
 /+++//+:`oo+o               /::--:.   WM: Mutter
 \+/+o+++`o++o               ++////.   WM Theme: Adwaita
  .++.o+++oo+:`             /dddhhh.   GTK Theme: Yaru [GTK2/3]
       .+.o+oo:.          `oddhhhh+    Icon Theme: Yaru
        \+.++o+o``-````.:ohdhhhhh+     Font: Ubuntu 11
         `:o+++ `ohhhhhhhhyo++os:      Disk: 832G / 926G (95%)
           .o:`.syhhhhhhh/.oo++o`      CPU: Intel Core i7-7500U @ 4x 3.5GHz [73.0°C]
               /osyyyyyyo++ooo+++/     GPU: Intel Corporation HD Graphics 620 (rev 02)
Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)
                   ````` +oo+++o\:     RAM: 4244MiB / 15892MiB
                          `oo++.      
KittyKatt commented 3 years ago

This is happening because detectGPU is detecting multiple things. I have not yet fixed the issue that appears when this happens and it's been around for a long time. I think it's high time I looked into it.