-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
The error above happens when I try to optirun something, glxgears or otherwise. I work with Blender 3D, making not being able to access my GPU extremely frustrating.
When I run optirun -vvv glxgears, I get this (just the important bit):
...
[ 860.372651] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus:/usr/lib/primus:/usr/lib32/primus
[ 860.372718] [DEBUG]Using auto-detected bridge primus
[ 860.375964] [INFO]Response: No - error: Could not load GPU driver
[ 860.376023] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 860.376056] [DEBUG]Socket closed.
...
My bumblebee.conf has Driver=nvidia and KernelDriver=nvidia-current (which I determined by running find /lib/modules/$(uname -r) -name 'nvidia*.ko*' as per the troubleshooting instructions in the wiki).
Here are my system specs:
uname -a output: Linux iceraven 3.14-2-amd64 #1 SMP Debian 3.14.15-2 (2014-08-09) x86_64 GNU/Linux
GPU: Nvidia 780M
Driver: Components of the nvidia-driver metapackage (recently updated to nvidia driver version 340.something) in the jessie repo.
Thank you in advance!