Nvidia Optimus con Bumblebee su Debian 10
Tanti laptop hanno la doppia scheda video Intel e Nvidia, e quindi si può installare Bumblebee che supporta i laptop con tecnologia NVIDIA Optimus Praticamente si fa il rendering con Nvidia che sarà visalizzata con la scheda Intel.
Per identificare le schede:
$ su -
# apt install inxi
# inxi -G
output:
Graphics: Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915 v: kernel Device-2: NVIDIA GM107M [GeForce GTX 860M] driver: N/A Display: server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz OpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 18.3.6
Installazione:
# dpkg --add-architecture i386
# apt-get update
# apt-get install bumblebee-nvidia primus primus-libs:i386 libgl1-nvidia-glx:i386 mesa-utils libgl1-nvidia-glx
aggiungere il proprio nome utente al gruppo bumbeblee:
$ sudo adduser $USER bumblebee
$ sudo reboot
per testare scheda intel:
$ glxgears -info
per testare scheda nvidia:
$ optirun glxgears -info
Nvidia Optimus con Bumblebee su Debian 10
enjoy 😉