![]() Registered Member ![]()
|
I am on a fresh install of Kubuntu 15.10 and my laptop crashes daily. I don't know what causes it, but about once or twice a day my laptop will freeze and become unresponsive until reboot.
I do not know what is causing this. It has happened under a vast set of circumstances, but my impression is that it is most common when I am doing something to do with graphics (e.g. switching virtual desktops, particularly when opening a graphics-heavy website). Any pointers on how to debug this are much appreciated. I'm on KDE 5.4.2, kernel 4.2.0-17-generic. Many thanks! |
![]() ![]()
|
Check whether you can still switch VT (press ctrl+alt+f2) or ssh into the machine (you'll have to start sshd for this) when this happens.
Maybe only the compositor is stalled, try to press SHIFT+Alt+F12 when this happens. |
![]() Registered Member ![]()
|
I can't switch to any of the tty terminals. Ctrl + Alt + F1 through F6 don't work.
I will try the Shift + Alt + F12 and the SSH bit next time. Thanks for the suggestions. |
![]() ![]()
|
If you can't switch VT, that means the kernel is frozen, you'll likely not even be able to ping the machine.
In that case you'l have to enable the sysreq (before! the freeze occurs) so you can unroll the system https://wiki.archlinux.org/index.php/Sy ... figuration https://en.wikipedia.org/wiki/Magic_SysRq_key This will most likely be a bug in the kernel module for your GPU, so google for that ("lsmod" shows the loaded modules, "lspci" the relevant hardware section and /var/log/Xorg.0.log will contain some relevant information) For a broad oversight, paste the output of "qdbus org.kde.KWin /KWin supportInformation" (if here, please use "code" tags) |
![]() Registered Member ![]()
|
This is so odd. Watching a vid and PC froze. Audio and mouse continued to work, but the screen was frozen. I reckon if it's a GPU that would make sense since the audio is independent? I'm hoping that when Intel releases the 15.10 stack it gets fixed... In the meantime, from /var/log/Xorg.0.log, I found a log of lines referencing Intel graphics. Not sure which is the relevant one... Also,
|
![]() ![]()
|
If the audio continues to play, the kernel is still processing, but you might have trouble on the video kernel module (what prevents you from visually switching to another VT since the framebuffer is no longer updated)
You should still be able to ssh into the machine. However, if the mouse still moves, that means the framebuffer is updating (and input etc. processed) - suspending the compositor (SHIFT+Alt+F12) or killing kwin should be should likely be sufficient. You might be able to workaround driver bugs by downgrading the acceleration method glamor -> sna -> uxa Check /var/log/Xorg.0.log on what's currently used and adjust it: /etc/X11/xorg.conf.d/20-intel.conf
Be aware that people reported failures to startup X11 when creating such snippets - the forum may generate stray chars or the browsers copy such (I don't know, had no trouble itr.) |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]