I just flashed my laptops bios to newest version and now I have the option to define how i'd like to set my graphic mode. I have the option to check "integrated" and "switchable". The difference seems to be using only internal gpu or both (the dedicated nvidia optimus).
If setting to integrated, I can boot Ubuntu without acpi=off
, but when setting to "switchable" I need to set acpi=off
in grub options.
My question is why or how is the acpi option related with the dedicated gpu?
I'd like to use my laptop also for gaming so I'm depending on "switchable". How's the name of the boot option to fix my gpu issue without completely disabling acpi? Since I have here a bunch of options but I don't understand the differences due lack of knowledge.
acpi=off
could be dangerous... tried bumblebee? – Web-E Sep 17 '13 at 15:36To fix this issue
The tricky part was, I was not able to get bumblebee running (optirun glxspheres). This is because bumblebee needs to have acpi. But as mentioned above, you need first temporary acpi=off to overall be able to install bumblebee.
– Dionysius Sep 17 '13 at 17:35