http://bugzilla.novell.com/show_bug.cgi?id=577000 http://bugzilla.novell.com/show_bug.cgi?id=577000#c21 --- Comment #21 from gérald Maricau <novell.maricau@a-bc.net> 2010-02-16 16:00:56 UTC --- It doesn't work for me like Michal Marek, dale ritchey, Because i've been updating like Clark Tompsett, i don't know what has Clark Tompsett done to get it working directly without the temporary workaround that is still working : with or without an /etc/X11/xorg.conf file) login in as root and run this command : rmod i915;init 3;sleep 4;init 5;sleep 15;exit Please Clark Tompsett could you say if you applied the patch and the way you did it and what version of kernel ? PS: my kernel is kernel-default-2.6.32-41.1.x86_64 or kernel-desktop-2.6.32-3.10.x86_64 What i did locate setup-kms.sh I took a backup of the file setup-kms.sh and /boot dir # cd / # tar cjvf boot-setup-kms.sh.tar.bz2 /boot /lib/mkinitrd/scripts/setup-kms.sh # cd /lib/mkinitrd/scripts/ # patch < 0001-Fix-bogus-expansion-of-wildchar-characters-in-pci-de.patch patching file setup-kms.sh Hunk #1 FAILED at 29. 1 out of 1 hunk FAILED -- saving rejects to file setup-kms.sh.rej # mkinitrd .. cp: cannot stat `/usr/lib64/libdirect-1.2.so.0': No such file or directory cp: cannot stat `/usr/lib64/libdirectfb-1.2.so.0': No such file or directory cp: cannot stat `/usr/lib64/libfusion-1.2.so.0': No such file or directory .. SOLUTIONS: # ln -s /usr/lib64/libdirect-1.2.so.9 /usr/lib64/libdirect-1.2.so.0 # ln -s /usr/lib64/libdirectfb-1.2.so.9 /usr/lib64/libdirectfb-1.2.so.0 # ln -s /usr/lib64/libfusion-1.2.so.9 /usr/lib64/libfusion-1.2.so.0 CONTROL: # ls -l /usr/lib64/libdirect-1.2.so.0 /usr/lib64/libdirectfb-1.2.so.0 /usr/lib64/libfusion-1.2.so.0 lrwxrwxrwx 1 root root 29 Feb 16 16:40 /usr/lib64/libdirect-1.2.so.0 -> /usr/lib64/libdirect-1.2.so.9 lrwxrwxrwx 1 root root 31 Feb 16 16:44 /usr/lib64/libdirectfb-1.2.so.0 -> /usr/lib64/libdirectfb-1.2.so.9 lrwxrwxrwx 1 root root 29 Feb 16 16:45 /usr/lib64/libfusion-1.2.so.0 -> /usr/lib64/libfusion-1.2.so.9 # mkinitrd without errors, but when i reboot the machine i've got the same problem ! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.