Inxi setup incorrect? and how to best uninstall inxi?
andreas1107
Status: Curious
Joined: 27 May 2022
Posts: 5
Reply Quote
Hi, I installed inxi following the instructions here: https://smxi.org/docs/inxi-installation.htm

Ever since I installed, some of my apps don't work. For example, Steam or Monero-gui.

Also my desktop background has a bit of green random marks on it every time I boot up (but if I change desktop background, these marks disappear).

Can anyone point me to something I'm doing wrong in terms of setup?

And what is the "proper" / good way of uninstalling inxi and re-setting the laptop to what it was previously?

Thanks!
Andreas


Output from sgfxi --debugger: https://nc.nl.tab.digital/s/FZSBcaZp3accTXn

:: Code ::

inxi -F
System:
  Host: andreas-ThinkPad-T490s Kernel: 5.17.0-5.1-liquorix-amd64 arch: x86_64
    bits: 64 Desktop: GNOME v: 3.36.9 Distro: Ubuntu 20.04.3 LTS (Focal Fossa)
Machine:
  Type: Laptop System: LENOVO product: 20NX002RUK v: ThinkPad T490s
    serial: <superuser required>
  Mobo: LENOVO model: 20NX002RUK v: SDK0J40697 WIN
    serial: <superuser required> UEFI: LENOVO v: N2JET84W (1.62 )
    date: 01/03/2020
Battery:
  ID-1: BAT0 charge: 26.5 Wh (44.8%) condition: 59.2/57.0 Wh (103.9%)
    volts: 11.6 min: 11.6
CPU:
  Info: quad core model: Intel Core i7-8565U bits: 64 type: MT MCP cache:
    L2: 1024 KiB
  Speed (MHz): avg: 3806 min/max: 400/2001 cores: 1: 2120 2: 4042 3: 4098
    4: 4277 5: 4246 6: 4126 7: 4212 8: 3331
Graphics:
  Device-1: Intel UHD Graphics 620 driver: i915 v: kernel
  Device-2: IMC Networks Integrated Camera type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 1.20.11 with: Xwayland driver: X:
    loaded: intel gpu: i915 resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel UHD Graphics 620 (WHL GT2)
    v: 4.6 Mesa 22.1.0 - kisak-mesa PPA
Audio:
  Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel
  Sound Server-1: ALSA v: k5.17.0-5.1-liquorix-amd64 running: yes
  Sound Server-2: PulseAudio v: 13.99.1 running: yes
Network:
  Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
  IF: wlp0s20f3 state: up mac: dc:fb:48:34:44:6e
  Device-2: Intel Ethernet I219-V driver: e1000e
  IF: enp0s31f6 state: down mac: 98:fa:9b:86:52:98
Drives:
  Local Storage: total: 238.47 GiB used: 207.12 GiB (86.9%)
  ID-1: /dev/nvme0n1 vendor: Toshiba model: N/A size: 238.47 GiB
Partition:
  ID-1: / size: 231.49 GiB used: 206.7 GiB (89.3%) fs: ext4 dev: /dev/dm-1
  ID-2: /boot size: 703.1 MiB used: 430.6 MiB (61.2%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-3: /boot/efi size: 511 MiB used: 5.2 MiB (1.0%) fs: vfat
    dev: /dev/nvme0n1p1
Swap:
  ID-1: swap-1 type: file size: 4 GiB used: 1018.4 MiB (24.9%)
    file: /swapfile
  ID-2: swap-2 type: partition size: 976 MiB used: 0 KiB (0.0%)
    dev: /dev/dm-2
Sensors:
  System Temperatures: cpu: 40.0 C pch: 40.0 C mobo: N/A
  Fan Speeds (RPM): fan-1: 0
Info:
  Processes: 355 Uptime: 3h 49m Memory: 7.59 GiB used: 3.77 GiB (49.7%)
  Shell: Bash inxi: 3.3.16

Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
This is absurd, inxi has nothing to do with your graphics stack. I'm not sure why you posted the sgfxi debugger, that's also not related to inxi. But that is a red flag in a sense, since it indicates you have essentially no idea what you are doing, sgfxi isn't used or required for intel no matter what, so there's zero reason it would exist on your system in the first place. I'm guessing you've done more than you are saying, though you probably did not realize you did more than you are saying, which makes it impossible to help you unravel whatever it is you did.

You may have pulled in some other package at some point, but this issue has nothing to do with inxi. inxi reads your system data, it doesn't create it or alter it.

Given you have an Intel graphics device, it's also not going to be related to non supported hardware or drivers like with nvidia, and in some cases, amd.

There's a corner case possibility that your apt is not setup correctly, and you didn't pay attention when using apt-get install inxi, and you ended up pulling in a ton of recommends and suggests, one of which messed up steam.

But also likely is that a wine package messed up steam.

This has nothing to do with inxi, period, zero. You won't be able to resolve whatever issues you are having until you stop looking in the wrong place for the causes.
Back to top
andreas1107
Status: Curious
Joined: 27 May 2022
Posts: 5
Reply Quote
Thanks for the clarity! OK, I ran a script at some point where I had to login via root outside of the window manager.

I can't find what this was but somewhere looking for graphics improvements...

Any chance you would know what this script could be? I can't find it and didn't write down what I did.. :/
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
It's unrealistic to expect this level of psychic ability from anyone you are asking to help you. You are the one who ran 'some script', clearly without having any idea of what you were doing, and that had some result, which you did not find pleasing. The moral of this particular story is know what you are doing and why before doing it, then remember what you did, since nobody else can have any idea of that. My guess is you messed up xorg or xorg configuration or ... well, just guesses. Nothing to do with inxi, as I said.
Back to top
andreas1107
Status: Curious
Joined: 27 May 2022
Posts: 5
Reply Quote
I investigated some more and have a different question - actually about sgfxi. As this is unrelated to inxi I've opened a new thread instead here: https://techpatterns.com/forums/about2946.html
Thanks!
Back to top
Display posts from previous:   

All times are GMT - 8 Hours