On Wednesday, 25 January 2017 22:40:14 CET you wrote:
nicholas wrote:
On Wednesday, 25 January 2017 22:03:22 CET you wrote:
Frankly I don't know what "early mode setting" is. But I'm eager to learn about it.
But I've tested using i915.semaphores=1 or not and it does not make a difference (anymore).
im not an expert in the twisted world of graphics but used it to solve tty font problem: in etc/default/grub add i915.modeset=1 to the end of GRUB_CMDLINE_LINUX_DEFAULT and remake
Thanks for the hint. But i915.modeset=1 does not make a difference either.
can check which driver your using first with grep -P "(L|Unl)oading" /var/log/Xorg.0.log add see which one does not get unloaded
# grep -P "(L|Unl)oading" /var/log/Xorg.0.log [ 27.046] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 27.062] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 27.069] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 27.072] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 27.076] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 27.096] (II) Loading sub module "fbdevhw" [ 27.097] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 27.099] (II) Loading sub module "dri3" [ 27.099] (II) Loading sub module "dri2" [ 27.099] (II) Loading sub module "present" [ 27.099] (II) Unloading modesetting [ 27.099] (II) Unloading fbdev [ 27.099] (II) Unloading fbdevhw [ 27.099] (II) Unloading vesa [ 27.319] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 27.549] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
Ciao, Michael. looks to me like there is something wrong, since you specify modesetting and it is then unloaded. have you a config file e.g. in /usr/share/X11/xorg.conf.d/ which is contradicting?
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org