Ok. Check that you have the package “kernel-firmware” installed. I’m not sure if the intel driver needs this, but it is definitely needed with certain radeon cards and the open source driver.
And please do try to run “sudo /sbin/mkinitrd”.
zbyszek@linux-44wk:~> /sbin/lspci -nnk | grep -A3 VGA00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) Subsystem: Sony Corporation Device [104d:820f] Kernel modules: i915 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03) zbyszek@linux-44wk:~>
Ok, as Miuku already wrote, the i915 kernel module seems to be loaded and used.
zbyszek@linux-44wk:~> ls /etc/X11/xorg.xonf.d/ ls: cannot access /etc/X11/xorg.xonf.d/: No such file or directory zbyszek@linux-44wk:~> sudo ls /etc/X11/xorg.xonf.d/ root's password: ls: cannot access /etc/X11/xorg.xonf.d/: No such file or directory zbyszek@linux-44wk:~>
Sorry, that was a typo.
It should have been this of course:
ls /etc/X11/xorg.conf.d/
I wonder if it’s possible to somehow force the installation to use the correct intel driver. If yes I’m willing to start the new installation of SUSE.
Yes, it is.
Edit the file /etc/X11/xorg.conf.d/50-device.conf to look like this: (or create a new file, /etc/X11/xorg.conf.d/50-mydevice.conf f.e., with this content)
Section "Device"
Identifier "Default Device"
Driver "intel"
EndSection
But beware: if the intel driver is not working, Xorg will fail to start and you will drop to text mode.
If that’s the case, please boot to “Recovery Mode” (“Advanced Options” in the boot menu) and post the file /var/log/Xorg.0.log.old .
Maybe this will tell in more detail then why the intel driver fails.
Another thing that could be worth a try is to disable plymouth (the boot splash) by adding “plymouth.enable=0” to the boot options.
Either do that in YaST->System->Boot Loader->Boot Loader Options, or press ‘e’ at the boot menu to edit the entry for one boot (search for the line starting with “linux” and append it there, then press ‘F10’ to boot).