I have Ubuntu 16.04 and when I launch some fullscreen aplications, they randomly (at a given moment) freeze my display. I can move the mouse pointer using the mousepad but neither I can't click nor press a key combination to exit the aplication. If I press Alt+F1 (I think), then I go completely into CLI. My question is, if I suspect that this is a bug from one or more of my repositories, how can I detect wich of them is buggy and how to file this bug (under which package)?
Thanks for your patiente, as I am new at this.
Alt+F1
, butCtrl+Alt+F1
. It switches you to a virtual terminal, where you could, e.g., run a new graphic session, or to do anything else. To switch back pressCtrl+Alt+F7
(though the number isn't mandatory; e.g. on Archlinux graphical session is rather…F1
). The problem looks to me is either drivers or Unity. To pin it down, try installing another DE, or latest userspace drivers (a note: graphic drivers on Linux are consist of kernel side and userspace, so to check I'd go for DE). – Hi-Angel Aug 16 '16 at 05:21~/.xsession-errors
and/var/log/Xorg.0.log
files for errors (and perhapsdmesg
), though in my experience in such cases they didn't mention anything useful, but just for the safe case. – Hi-Angel Aug 16 '16 at 05:22xkill
, it allows you to press with cursor to a window, and the acc. process would be killed (press Escape to cancel). – Hi-Angel Aug 16 '16 at 05:34…gdm restart
. A reboot would work too, of course). And I confused a bit: to cancelxkill
it is "right mouse button", not Escape. – Hi-Angel Aug 16 '16 at 07:38