summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee/files/bbswitch-setup
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bumblebee/files/bbswitch-setup')
-rw-r--r--x11-misc/bumblebee/files/bbswitch-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/files/bbswitch-setup b/x11-misc/bumblebee/files/bbswitch-setup
index 7f6c7249..6f265ffd 100644
--- a/x11-misc/bumblebee/files/bbswitch-setup
+++ b/x11-misc/bumblebee/files/bbswitch-setup
@@ -9,7 +9,7 @@ start() {
ebegin "Setting up bbswitch"
# make sure that the nvidia and nouveau modules are
# removed, then reload bbswitch.
- for mod in nvidia nouveau; do
+ for mod in nvidia nvidia_drm nvidia_modeset nouveau; do
modprobe -r ${mod} 2> /dev/null # best effort
done
# reload bbswitch now