Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (23 loc) · 795 Bytes

option-userspace.md

File metadata and controls

23 lines (23 loc) · 795 Bytes

userspace

option-userspace, copy/paste and execute via terminal the indented below in order to gather session/desktop/userspace output which may help in trouble-shooting the issue you are having.


sudo inxi -U ; sudo update-pciids ; ( date ; echo --userspace-- ; inxi -c0 -MSGrsxxtcm20 ; echo --grub-kernel-options-start-- ; grep -Ei 'GRUB_CMDLINE_' /etc/default/grub ; echo --grub-kernel-options-end-- ; echo --xsession-errors-start-- ; grep -Eir "error:|failed" --include=".xsession-error*" ; echo --xsession-errors-end-- ; date ; ) > ~/trouble-shoot-history.txt | echo "Done, the log has been saved to ~/trouble-shoot-history.txt"


"To Share" instructions are here..