Linux Kamarada composed on 2017-07-31 17:18 (UTC-0300): ...
Then, I uninstalled the drm-kmp-default package and rebooted. Until now (uptime = 25 minutes), no crashes with GNOME. I'm going home now, tomorrow I will watch and see if the problem has really been solved.
I'm not sure if I'm using Xorg's integrated modesetting driver because if I try to find what video driver is in use on my system (following instructions I found here: https://askubuntu.com/a/254877/560233), I retrieve the following:
# lspci -nnk | grep -i vga -A3 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000] Kernel driver in use: i915 Kernel modules: i915
That's kernel driver in use, not Xorg driver in use. Try: $ inxi -c0 -G Graphics: Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller Display Server: X.Org 1.17.2 drivers: modesetting (unloaded: fbdev,vesa) Resolution: 1920x1200@60.0hz GLX Renderer: Mesa DRI Intel Haswell Desktop GLX Version: 3.0 Mesa 11.0.8
Am I still using the Intel driver? As I uninstalled the xf86-video-intel package, shouldn't it have been gone?
Using integrated modeset rather than xf86-video-intel you'll see something resembling the following: # grep modeset /var/log/Xorg.0.log | wc -l 258 # grep intel /var/log/Xorg.0.log | wc -l 7 The bigger wc number is indicator of the driver actually in use, while the smaller is basically saying what hardware is present. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org