Search found 293 matches

by h2-1
Wed Dec 13, 2023 1:34 am
Forum: Storage
Topic: response to inxi Drives section 40 sec delay
Replies: 4
Views: 510

Re: response to inxi Drives section 40 sec delay

If you are ever curious about what is hanging or slow, start inxi with the same options and add --debug 3 That will scroll most of the functions as it runs them between line item output blocks. Remember, inxi builds up the data to make the next item output block BEFORE it prints. So the issue is alw...
by h2-1
Wed Nov 01, 2023 1:46 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

Thanks for bringing this to my attention, this incorrect data source has existed since the feature was added. However, I think previously it generally reflected reality, but it may never have, I just don't know. Anyway, the previous /sys file was not a valid data source, as I, and you, and previous ...
by h2-1
Wed Nov 01, 2023 1:12 am
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

this fix for wakeups is now out in inxi 3.3.31. Update from your local inxi dispensary.
by h2-1
Fri Oct 06, 2023 7:02 pm
Forum: Software & Applications
Topic: How can I get xsensors to open somewhere else (Solved, kinda sorta)
Replies: 10
Views: 269

Re: How can I get xsensors to open somewhere else (Solved, kinda sorta)

Lady Fitzgerald, my comments were related to a possible issue with the inxi report on your monitor sizes and diagonals, not related to the issue of this thread, it's something someone noticed and alerted me about. Certainly the data is wrong, but most likely it's coming from the system and is wrong ...
by h2-1
Fri Oct 06, 2023 4:56 pm
Forum: Software & Applications
Topic: How can I get xsensors to open somewhere else (Solved, kinda sorta)
Replies: 10
Views: 269

Re: How can I get xsensors to open somewhere else (Solved, kinda sorta)

I can't make any comments on the inxi monitors output because the monitor EDID data section was still being developed and debugged after 3.3.13. If I were to guess however, I'd guess the Display Port adapters are sending the same signal and data for each port, that's what it looks like based on the ...
by h2-1
Thu Sep 28, 2023 9:12 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

I also did not understand the wakeup_count in the kernel docs, I thought it was saying one thing, but it was saying something completely different, and thus I believe I may totally remove it as a datasource since I can't understand what it means or what it refers to. Your example is a good one, and ...
by h2-1
Wed Sep 27, 2023 8:15 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

I'm looking through various datasets, and find a few things: I can see why I used wakeup_count, in older kernels etc, suspend_stats/success does not exist. I found many instances where success is 0, and wakeup_count is in one case massive, 49000+, clearly something spinning out of control, but also ...
by h2-1
Wed Sep 27, 2023 5:45 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

The raw patch is in pinxi, and I really wish this would have been reported to me prior to the 3.3.30 release because this won't hit next inxi until enough updates and fixes have accumulated to warrant a new release. It would be great if at least one forum person who generally tracks the forums could...
by h2-1
Wed Sep 27, 2023 1:11 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

To add to this, first, the language for wakeup_count is somewhat opaque, and leaves undefined what a wakeup event is. So I can say, on non suspending systems, both counts are as expected 0. On hibernate/resume systems, suspend count is 0, and on mine, I get a wakeup count of 1. I don't know where th...
by h2-1
Wed Sep 27, 2023 12:31 pm
Forum: Software & Applications
Topic: High number of wakeups in the output of inxi -xxx -I
Replies: 11
Views: 568

Re: High number of wakeups in the output of inxi -xxx -I

I'm not positive, but this looks like either a bug in the kernel, or in the kernel documentation. I verified this issue on my system. It's unfortunate that you didn't file an issue report for this when you discovered it since it's only by pure coincidence (someone from mint alerted me today about th...
by h2-1
Tue Sep 26, 2023 11:16 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

pinxi man is installed like so: sudo pinxi -U --man The man page is optional, this was by request from some users who did not want a default install of man with a pinxi update, which made sense, so that's how pinxi updates work. One of the fairly natural things that happens is that the earliest test...
by h2-1
Mon Sep 25, 2023 7:41 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

This is now released, inxi 3.3.30 is out the door. Note the change to codeberg.org/smxi/inxi code repositories, but they are still mirrored to github for a while longer.
by h2-1
Thu Sep 21, 2023 12:53 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

SMG, thanks for the extra info. Since it not within the scope of --recommends to show when distros change the package names, I changed (Ubuntu: mesa-utils-extra) to (or: mesa-utils-extra) Many distros seem to be having trouble settling on what egl is and how to package it. fedora/opensuse/redhat hav...
by h2-1
Tue Sep 19, 2023 9:46 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

One other detail, while I dug in a bit to these things, I'm still not clear on what this stuff all is, for example, EGL platform surfaceless I don't fully understand, and my old assumption was that GBM was EGL, but GBM is just an EGL platform, that was a misunderstanding that was in all the egl mess...
by h2-1
Tue Sep 19, 2023 9:39 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

Re what shows with 2 or more gpus, say intel and amd, I have that data because a tester had such a system. For OpenGL: it shows the device driving it, I was not sure if there is any case where opengl shows data for more than 1 device, the code partially supports doing that, but I have not seen any s...
by h2-1
Tue Sep 19, 2023 9:25 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

I've been having issues with distros changing the packages for egl in particular, so I've had to do the --recommends list for egl and glx a few times. I'd assumed that the Ubuntu and Debian packages were the same, so I didn't check Ubuntu package names. On Debian testing: dpkg -S /usr/bin/eglinfo me...
by h2-1
Sat Sep 16, 2023 2:16 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

Re: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

I guess I won't post on Mint for new features testing anymore, which is fine. This is not a 'chat about linux' topic. It's a technical development issue, where I'm attempting to give Mint users and developers early access to new features which may impact their users. Anyway, it was worth a try, give...
by h2-1
Fri Sep 15, 2023 3:07 pm
Forum: Chat about Linux
Topic: pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan
Replies: 17
Views: 1210

pinxi/inxi -G/graphics API upgrade: EGL, GLX, Vulkan

A new upgrade to the inxi graphics API feature is in final testing stage. To test/give feedback/find issues, install or update pinxi: # to update installed: pinxi -U # to install: cd /usr/local/bin && sudo wget -O pinxi smxi.org/pinxi && sudo chmod +x pinxi This came about because I ...
by h2-1
Wed Jan 25, 2023 10:28 pm
Forum: Open Chat
Topic: inxi equivalent
Replies: 5
Views: 1094

Re: inxi equivalent

This is funny, because I actually started inxi for gnu/linux precisely because I had been a windows sys admin and there was no program like it. There's some gui stuff, like cpu-x or whatever. So I'm glad to hear this is still the case. I think the gui thing cpu-x or whatever it's called shows some s...
by h2-1
Wed Dec 28, 2022 4:35 pm
Forum: Beginner Questions
Topic: [Solved] New kernel not works. Will it work in the future?
Replies: 16
Views: 1031

Re: New kernel not works. Will it work in the future?

Note that newer inxi features a lot more graphics data, but you need to use at least -Gxx verbosity level, ideally -Ga to really see what's going on. This sounds like an incorrectly labeled thread however, it sounds like the graphics output is going to the wrong port, and it's not related to the ker...

Go to advanced search