# how to debug problems
# create script
vim /scripts/mon_all_logs.sh
# fill with this
find /var/log/ -type f \( -name "*" \) ! -path '*.gz*' -exec tail -n0 -f "$file" {} +

# something is wrong here
tail /var/log/Xorg.0.log
[  3219.109] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  3219.109] (EE) modeset(0): present flip failed
[  3219.126] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  3219.126] (EE) modeset(0): present flip failed
[  3219.142] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  3219.142] (EE) modeset(0): present flip failed
[  3220.011] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  3220.012] (EE) modeset(0): present flip failed
[  3222.749] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  3222.749] (EE) modeset(0): present flip failed

how to fix it:

install mate-tweak:

apt update
apt install mate-tweak

one finds it here:

Links:

https://bugzilla.redhat.com/show_bug.cgi?id=1645553

https://community.parrotsec.org/t/self-reseting-to-loging-screen/3368/3

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin