<div dir="ltr"><div>Hi Vincent, <br><br></div>1- I re-installed Debian Sid + Nvidia Experimental. Concerning "nvidia-modprobe.conf, i have this :<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

berillions@debian64:~$ cat /etc/nvidia/nvidia-modprobe.conf <br>alias nvidia nvidia-current<br></blockquote><div><br></div><div>2- Result of  "update-alternatives --config glx" before to re-install "libgl1-mesa-glx" :<br>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
root@debian64:/home/berillions# update-alternatives --config glx<br>There is only a "alternative" in the group of links glx (which supplies /usr/lib/glx) : /usr/lib/nvidia<br></blockquote><br></div><div>--> I tried to launch primusrun glxgears : "primus: fatal: Bumblebee daemon reported: error: Could not load GPU driver"<br>
</div><div><br>3- Result after to re-install "libgl1-mesa-glx" :<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">It exist 2 choices for alternative glx (which supplies /usr/lib/glx).<br>
<br>  Select   Way                  Priority  State<br>------------------------------------------------------------<br>* 0            /usr/lib/nvidia          100       automatic mode<br>  1            /usr/lib/mesa-diverted   5         manual mode<br>
  2            /usr/lib/nvidia          100       manual mode<br></blockquote><br></div><div>I must to choose "/usr/lib/mesa-diverted" ?<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/7 Vincent Cheng <span dir="ltr"><<a href="mailto:vincentc1208@gmail.com" target="_blank">vincentc1208@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Maxime and Francesco,<br>
<br>
If you could take a moment to confirm a few things for me for<br>
debugging purposes, that'd be great.<br>
<br>
First, can you verify that with the latest nvidia-alternative package<br>
from experimental, that you have a file called<br>
"/etc/nvidia/nvidia-modprobe.conf" present on your filesystem, and<br>
that it contains an alias for the nvidia module (nvidia-current)? In<br>
that case, the module being renamed shouldn't be an issue...<br>
<br>
Second, please verify that:<br>
# update-alternatives --config glx<br>
...only gives you the option of having /usr/lib/nvidia provide the glx<br>
alternative, but if you do:<br>
# apt-get install --reinstall libgl1-mesa-glx<br>
# update-alternatives --config glx<br>
...you are now given the option to select /usr/lib/mesa-diverted as<br>
the desired glx alternative (which you should do; your primary X<br>
server is driven by your intel gpu and requires mesa's libGL for 3d<br>
acceleration, not nvidia's).<br>
<br>
Thanks,<br>
Vincent<br>
<br>
Note for self reference: may be related to #717650 or #718954. Also<br>
interesting leads provided on upstream github ticket<br>
(<a href="https://github.com/Bumblebee-Project/Bumblebee/issues/452" target="_blank">https://github.com/Bumblebee-Project/Bumblebee/issues/452</a>).<br>
</blockquote></div><br></div>