I've been having lots of graphical issues with specific applications on Ubuntu 18.04 using my Dell Latitude 7490. For instance on GitKraken:
The same thing happens on:
- Zoom
- Slack
- Signal
- Skype
- Discord
- Telegram (I think)
- Chrome
- Chromium
I think this is giving me random crashes after some point (where my session just closes and I lose everything that's opened, but the RAM doesn't lower). I'd like to fix the graphical issues first and hope that it fixes the random crashes.
I get the feeling there's an underlying cause there, some software thingy, a driver issue, but I have no idea where to look or what relevant information to give. I thought about:
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)
$ hostnamectl
Operating System: Ubuntu 18.04.5 LTS
Kernel: Linux 5.4.0-64-generic
Architecture: x86-64
$ glxinfo | grep -i "vendor\|rendering"
direct rendering: Yes
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: Intel Open Source Technology Center (0x8086)
OpenGL vendor string: Intel Open Source Technology Center
It might be relevant that I'm using i3
and compton
, though it happens on a regular Gnome session and with compton
not running.