View previous topic :: View next topic |
Author |
Message |
us3rnotfound n00b
Joined: 20 May 2020 Posts: 23
|
Posted: Wed May 20, 2020 6:33 pm Post subject: An Intel-only solution on an NVIDIA Optimus Laptop |
|
|
I have a laptop with Optimus and without an option in BIOS dealing with hybrid graphics settings. However I only selected the Intel 915 component in the kernel config device drivers. lspci-k shows there’s no kernel driver for the NVIDIA discrete graphics. Is this good enough? Can I assume I’m only using Intel in my X environment? How can I confirm that %100? |
|
Back to top |
|
|
us3rnotfound n00b
Joined: 20 May 2020 Posts: 23
|
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed May 20, 2020 10:00 pm Post subject: |
|
|
I use sys-power/bbswitch to turn off the NVIDIA chip: https://github.com/Bumblebee-Project/bbswitch
Works perfectly fine. My wattmeter shows that power consumption goes down by 4 W as soon as I run
Code: | echo 'OFF' > /proc/acpi/bbswitch |
|
|
Back to top |
|
|
us3rnotfound n00b
Joined: 20 May 2020 Posts: 23
|
Posted: Wed May 20, 2020 10:30 pm Post subject: |
|
|
mike155 wrote: | I use sys-power/bbswitch to turn off the NVIDIA chip: https://github.com/Bumblebee-Project/bbswitch
Works perfectly fine. My wattmeter shows that power consumption goes down by 4 W as soon as I run
Code: | echo 'OFF' > /proc/acpi/bbswitch |
|
Cool, did you even install an nvidia driver? Or can you just run bbswitch? |
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed May 20, 2020 11:41 pm Post subject: |
|
|
bbswitch works without an NVIDIA driver. There's no need to install an NVIDIA driver.
The only thing to remember is: whenever you install a new kernel, you must re-install bbswitch. |
|
Back to top |
|
|
us3rnotfound n00b
Joined: 20 May 2020 Posts: 23
|
Posted: Thu May 21, 2020 12:46 am Post subject: |
|
|
mike155 wrote: | bbswitch works without an NVIDIA driver. There's no need to install an NVIDIA driver.
The only thing to remember is: whenever you install a new kernel, you must re-install bbswitch. |
Thanks I did it. Made a .conf file in /etc/modules-load.d/ to made systemd modprobe bbswitch, then creates a unit file to disable nvidia chip on boot up, ensuring it loads after systemd-modules-load. |
|
Back to top |
|
|
|