[Bug 896630] New: On installation of bumblebee "blacklist nouveau" is not added to /etc/modprobe.d/50-blacklist.conf.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c0 Summary: On installation of bumblebee "blacklist nouveau" is not added to /etc/modprobe.d/50-blacklist.conf. Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: hakan.bergman@comhem.se QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36 optirun/primusrun gives following error: Cannot access secondary GPU: KMS not enabled Reproducible: Always Steps to Reproduce: 1.Installation of bumblebee from http://download.opensuse.org/repositories/X11:/Bumblebee/openSUSE_13.1/ 2. 3. Actual Results: Nothing is added to /etc/modprobe.d/50-blacklist.con. Expected Results: Add the line "blacklist nouveau" to /etc/modprobe.d/50-blacklist.conf. It's a simple typo in the file nvidia-bumlebee.spec in nvidia-bumblebee-340.32-2.1.src.rpm and possibly other versions of the rpm. This section: "if grep "nouveau" /etc/modprobe.d/50-blacklist.conf > /dev/null ; then echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf fi" should be fixed like this: "if ! grep "nouveau" /etc/modprobe.d/50-blacklist.conf > /dev/null ; then echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf fi" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |bwiedemann@suse.com, | |tchvatal@suse.com AssignedTo|bnc-team-screening@forge.pr |bwiedemann@suse.com |ovo.novell.com | --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-09-15 12:36:29 CEST --- submitted the fix in https://build.opensuse.org/request/show/249232 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c2 Wolfgang Bauer <wbauer@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wbauer@tmo.at --- Comment #2 from Wolfgang Bauer <wbauer@tmo.at> 2014-09-15 11:10:25 UTC --- Sorry for joining in here, as I don't even have an Optimus system myself. But as I see it, modifying the /etc/modprobe.d/50-blacklist.conf file just creates problems. For example, the blacklist would still be there after uninstalling the package. Wouldn't it be better to just create a separate file in /etc/modprobe.d/ owned by the package, which contains the blacklist? Thanks for considering this... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-09-15 17:39:47 CEST --- I was thinking of that as well. This solves the uninstall. Let's see what the maintainer thinks of this variant: https://build.opensuse.org/request/show/249351 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
I was thinking of that as well. This solves the uninstall. Let's see what the maintainer thinks of this variant: https://build.opensuse.org/request/show/249351 But it wouldn't matter on an Optimus system, it will run on the Intel chip anyway. There are a few Optimus system with a MUX so you can run the Nvidia card as
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c4 Håkan Bergman <hakan.bergman@comhem.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hakan.bergman@comhem.se --- Comment #4 from Håkan Bergman <hakan.bergman@comhem.se> 2014-09-16 18:22:35 UTC --- (In reply to comment #3) primary adapter, but those who use that feature would probably use the nvidia driver anyway. Besides newer Optimus chips don't support the implementation of a MUX AFAIK. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c5 --- Comment #5 from Wolfgang Bauer <wbauer@tmo.at> 2014-09-16 18:35:18 UTC --- Ok, but still it is easier and less error-prone to just put the blacklist into a separate file IMHO. This bug report actually proves this, as the used grep "magic" didn't work as intended... ;) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896630 https://bugzilla.novell.com/show_bug.cgi?id=896630#c6 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-09-17 13:15:39 CEST --- fix went in, so it should be working now -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com