Created
March 11, 2019 07:06
-
-
Save Akiyamka/f69f0b61671122ee6ae9d235c79f9c35 to your computer and use it in GitHub Desktop.
Linux usefull commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bumblebeed -vv --driver nvidia # start demon in debug mode | |
optirun -vvv glxgears # start optirun in debug mode | |
grep -i glx /var/log/Xorg.0.log # glx loading log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
journalctl -p err -b # Show last errors from log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment