You are not logged in.
Pages: 1
I've just installed BL and it's been working ok from what I can tell, but almost constantly when I boot up it and log in it freezes. I can still move my mouse, but can't do anything and Conky isn't changing at all. Sometimes it happens almost instantly when I log in and try to do something and sometimes it happens later without any obvious cause. Any help would be great.
Offline
If you open the task manager (run `htop` in a terminal), which processes are using up all the cycles?
Is there anything in ~/.xsession-errors or /var/log/xorg/Xorg.0.log?
You can also check the systemd journal, guide here:
https://www.digitalocean.com/community/ … stemd-logs
To view the systemd logs as your normal user, add them to the "systemd-journal" group with:
sudo gpasswd -a $USER systemd-journal
Offline
Pages: 1