[Git-commits] [grml/grml-hwinfo] 67431a: grml-hwinfo: Add inxi output
Michael Prokop
noreply at github.com
Fri Sep 22 18:45:01 CEST 2023
Branch: refs/heads/master
Home: https://github.com/grml/grml-hwinfo
Commit: 67431af6d071544751399d8259293a932800bb06
https://github.com/grml/grml-hwinfo/commit/67431af6d071544751399d8259293a932800bb06
Author: Darshaka Pathirana <dpat at syn-net.org>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M grml-hwinfo
Log Message:
-----------
grml-hwinfo: Add inxi output
* `inxi -F -xx` shows full with extra data level 2 output for inxi
(except some verbose options)
* `inxi -FJ --admin` shows full with admin extra data (which sets extra
data level 3) and `-J` which shows USB data for attached Hubs and
Devices.
Extra Data Level 2 is enough for most use cases, but admin extra data
should show everything possible.
Closes: grml/grml-hwinfo#8
Commit: 635644978d312c546e7fb0dd764cd749ad523eb5
https://github.com/grml/grml-hwinfo/commit/635644978d312c546e7fb0dd764cd749ad523eb5
Author: Darshaka Pathirana <dpat at syn-net.org>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M grml-hwinfo
Log Message:
-----------
grml-hwinfo: Warn the user if grml-hwinfo is running without X server
Not all data is collected when grml-hwinfo is run without an X server.
The user is now warned.
Also improved the check if the X server is not running.
So far, we relied on the existence of the $DISPLAY variable to detect if
the X server is running.
If the variable is set but the X server is not running, we use xset
quietly to see if we can connect to the X server.
Inspired by: https://stackoverflow.com/a/11965765/2142030
Commit: e436207fe18500d1ea6d5c22bda6e5b03061bef4
https://github.com/grml/grml-hwinfo/commit/e436207fe18500d1ea6d5c22bda6e5b03061bef4
Author: Michael Prokop <mika at grml.org>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M grml-hwinfo
Log Message:
-----------
Merge remote-tracking branch 'origin/github/pr/9'
Commit: f7055833a2be67a16a09f560c75e1f04b77c96bd
https://github.com/grml/grml-hwinfo/commit/f7055833a2be67a16a09f560c75e1f04b77c96bd
Author: Michael Prokop <mika at grml.org>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 0.17.1
Compare: https://github.com/grml/grml-hwinfo/compare/ea9763831216...f7055833a2be
More information about the Git-commits
mailing list