fifth try adding “plymouth.enable=0”
added “nouveau” to the INITRD_MODULES line in /etc/sysconfig/kernel
ran mkinitrd as superuser
mkinitrd fifth try 2016ago16.txt at
http://paste.opensuse.org/91054764
changed the script in boot.local as you proposed
#Make sure we are in command of /usr/X11R6/lib
if -e /etc/ld.so.conf.d/nvidia-gfxG0*.conf ]; then
/bin/rm /etc/ld.so.conf.d/nvidia-gfxG0*.conf
fi
if -e /etc/modprobe.d/nvidia-*.conf ]; then
#remove blacklist, we don't need it
/bin/rm /etc/modprobe.d/nvidia-*.conf
/sbin/mkinitrd
fi
#Check graphics mode fix symlinks
if `grep -c "nomodeset" /proc/cmdline` -eq 0 ]; then
/usr/sbin/update-alternatives --set libglx.so /usr/lib64/xorg/modules/extensions/xorg/xorg-libglx.so
/sbin/ldconfig /usr/lib64
/bin/cat > /etc/X11/xorg.conf.d/20-nouveau.conf << END
Section "Device"
Identifier "Default Device"
Driver "nouveau"
EndSection
END
# use Mesa's libGL
ln -sf /usr/lib64/libGL.so.1.2.0 /usr/lib64/libGL.so.1
fi
if `grep -c "nomodeset" /proc/cmdline` -gt 0 ]; then
/usr/sbin/update-alternatives --set libglx.so /usr/lib64/xorg/modules/extensions/nvidia/nvidia-libglx.so
/sbin/ldconfig /usr/X11R6/lib64
/bin/rm /etc/X11/xorg.conf.d/20-nouveau.conf
# use nvidia's libGL
ln -sf /usr/X11R6/lib64/libGL.so.1 /usr/lib64/libGL.so.1
fi
boot leap 42.1 adding “plymouth.enable=0”
seems to boot with nouveau becouse resolution is high (small characters)
start with [FAILED] Failed to start Load Kernel Modules
See "systemctl status system-modules-load.service" for details
hang a lot at
[OK] Found Device TOSHIBA_MQ01ABD1 susestable
then started dracut initqueue hook
then hang a lot at
[OK] Reached target Initrd Default Target
then continue but stop with error
"general protection fault: 0000 #1] PREEMPT SMP"
"Modules linked in: nf_log_ipv6 and many others..."
"CPU: 4 PID: 16263 COMM: Xorg Tained: P W O 4.1.27-27default #1"
and many other numbers
retry,
boot leap 42.1 adding “plymouth.enable=0”
the same as before hangs included but
leap 42.1 boot, nouveau login screen appear, plasma5 start with nouveau, it seems to works, the cube effect doesn’t works
system settings>display configuration>compositor> “enable compositor at startup” is checked
“rendering backend” was Xrender I changed in OpenGL 3.1
but the system seems very slow
reboot
it works but the system seems very slow and very hot
I have the impression that the thermal control doesn’t works well
system settings>display configuration>compositor> “enable compositor at startup” is checked
“rendering backend” was Xrender I changed in OpenGL 3.1 before but it is again at Xrender
the log is this
Xorg.0-2-nouveau-default-script-nonomodeset-yesdisableplymouth-boot2.2ok-nouveau-2016ago1622e37.log at
http://paste.opensuse.org/58387988
when I reboot it stops at
"[OK] Reached target Shutdown"
and hangs there, the hard disk continues to blink, after 3minutes I hard-shutdown
reboot with “plymouth.enable=0” and “nomodeset” to activate nvidia
seems to boot with nvidia resolution but I have a text login
the log should be this, after the reboot I found an Xorg.0.old and copied as
Xorg.0-2-nouveau-default-script-yesnomodeset-yesdisableplymouth-boot2.2fail-text-2016ago16_23e18.log.old.log at http://paste.opensuse.org/55503723
reboot again with “plymouth.enable=0” and “nomodeset”
leap 42.1 boot, nvidia splash, nvidia login, plasma5 start, it seems to works, the cube effect doesn’t works
system settings>display configuration>compositor> “enable compositor at startup” is checked
“rendering backend” was Xrender I changed in OpenGL 3.1 and the cube effect works
this is the log
Xorg.0-2-nouveau-default-script-yesnomodeset-yesdisableplymouth-boot2.2ok-nvidia-2016ago16_23e21.log at
http://paste.opensuse.org/33565889
at the end nouveau seems to not works properly, nvidia seems to works properly, both needs of a double reboot to works
have I to leave “nouveau” to the INITRD_MODULES line in /etc/sysconfig/kernel after have ran mkinitrd??
manythanks, ciao, pier 