Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Setup bumblebee after migration from arch (Read 998 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Setup bumblebee after migration from arch

The optimus system, while useful in terms of energy consumption, is usually a pain for us linux users.

After migrating from arch, whenever I tried using optirun or primusrun, I got the following:
Code: [Select]
[  8825.104] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

and
Code: [Select]
lsmod | grep nouveau
reported that the nouveau driver had been loaded instead of the proprietary nvidia one.

The solution is simple: inside /etc/bumblebee/bumblebee.conf, add (or update)
Code: [Select]
Driver=nvidia
in the
Code: [Select]
[bumblebeed]
section.

Hope that will help someone else in the future.