I want to know this: How can I restart/refresh MATE without logout?
After a while without using my laptop my MATE desktop crashed, I only see dots or pixels ("…") everywhere (menu, app, etc) and I can’t see any text. I can see windows and buttons.
I fixed it with logout/login, but I want to keep all my apps open.
[quote=“navarroaxel, post:1, topic:13726”]After a while without using my laptop my MATE desktop crashed, I only see dots or pixels ("…") everywhere (menu, app, etc) and I can’t see any text. I can see windows and buttons.[/quote]Whereas your workaround (simply restarting the DE) obviously is effective, personally I think I’d much rather see this particular issue fixed/resolved.
So, I’d suggest looking for the cause. Instead of merely treating the symptoms.
[quote=“navarroaxel, post:4, topic:13726, full:true”]How can I diagnosis this behavior?[/quote]Well, in this case – not entirely sure. It is very specific and somewhat unexpected behaviour. I’ve personally not observed it before.
Could you tell me the exact process? As in, are you hibernating the machine without ever shutting it down and is it after several of such hibernations that things get weird? Or is it just randomly on its own?
Things like that. Talk us through what happens leading up to the phenomenon.
I have a second monitor using HDMI, my primary is my laptop eDP1 touch screen. And I left the keyboard by 1 o 2 hours and when I logged in back I saw that. Everything was functional but I cannot read nothing. I didn't suspend or hibernate my laptop. My current energy plan is never put computer to sleep, but put the display to sleep after 5 min.
My touch (xinput) -> eGalax Inc. eGalaxTouch EXC7910-1057-13.00.00 id=10 [slave pointer (2)]
And every time I plug in my second monitor I need to run this command xinput map-to-output 10 eDP1. Otherwise the touch maps to the 2 monitors area.
Try not letting the display go to sleep; disable your screensaver, see if the problem persists. If unhooking the screensaver obviates the issue, then we know it’s something to do with the screensaver, etc.
That is such an odd phenomenon. Looks like either some driver related corruption or, worst case scenario, hardware related artifacts. Based on the hopeful scenario, that it is purely software – let’s start with:
I’ve seen similar symptoms when the mount for the partition where shared fonts live gets messed up. To me it smells of missing font. Suggest checking that direction if you run out of clues.
Well, one simple thing we could try to possibly rule out some font issues is rebuild the font cache:
sudo fc-cache -fv
Personally, I’d also be interested in the output of the following:
cat /proc/meminfo
and
cat /proc/swaps
It might even be related to swap issues. The kernel swapping relevant data away and the swap somehow having been corrupted when the data is addressed and needs to be retrieved from swap. Lots of options where things could be going wrong.