Bumblebee Troubleshooting
Fix boot Manjaro on Laptop with Skylake CPU.
Follow this paste: https://gist.github.com/mauri870/5a54e415140875b9150ca31c491811f6 for DETAILS.
Edit /etc/default/grub
and add to GRUB_CMDLINE_LINUX
line:
acpi_osi=! acpi_osi="Windows 2009"
Save changes in file and run:
sudo update-grub
Reference:
Enable NVIDIA card after waking from suspend
The bumblebee daemon may fail to activate the graphics card after suspending. A possible fix involves setting bbswitch as the default method for power management. Set PMMethod=bbswitch via command:
sudo sed -i "s/PMMethod=auto/PMMethod=bbswitch/" "/etc/bumblebee/bumblebee.conf"
Reboot.
Reference:
Hello,
I'm running Manjaro with Gnome 3.26. I'm having an annoying issue with my laptop. Every time it goes to sleep and wakes again, the external display does not come back. I am forced to disconect and reconnect the HDMI cable. I've tried both the 4.9 and 4.14 kernels with no change.
The laptop is the Xiaomi Notebook Pro and has an nVidia MX150. I'm using the video-hybrid-intel-nvidia-bumblebee driver from Manjaro Settings Manager.
Fix OpenGL glxinfo tool Error: couldn't find RGB GLX visual or fbconfig
Intel Xorg file /etc/X11/mhwd.d/intel.conf required additional code Section "OutputClass"
Section "OutputClass"
Identifier "intel"
ModulePath "/usr/lib/xorg/modules/extensions"
EndSection
Reboot.
Reference:
it should load intel glx not nvidia one.
first check if this file is present /usr/lib/xorg/modules/extensions/libglx.so
if yes, try adding this to your current xorg config, maybe it fixes the glx error:
Section "OutputClass"
Identifier "intel"
ModulePath "/usr/lib/xorg/modules/extensions"
EndSection
reboot
in case screen cant start login manager, switch to another tty (ctrl+alt+F-Key (e.g. f4)) login and remove added lines
NVIDIA card does not launch at all
Since lastest rebuild bumbebee package REQUIRED manually add user to bumblebee group via command:
sudo gpasswd -a $USER bumblebee
LOGOUT and LOGIN.
Reference:
Hi, idk why but when you fresh install Manjaro with non-free drivers enabled, it installs bumblebee correctly in an Optimus system, enables the service, but does not add yourself to the bumblebee group.
I think it could be a great idea to add that feature
Or it is just a regression? In the past I remember that it was all automatic.