@Vincent, optirun is available in Sid with the bumblebee package : http://packages.debian.org/search?searchon=contents&keywords=optirun&mode=path&suite=unstable&arch=anyin wheezy-backports/Jessie and Sid.
Max 2013/8/6 Vincent Cheng <vincentc1...@gmail.com> > On Tue, Aug 6, 2013 at 12:45 PM, LOMBARD Maxime <berilli...@gmail.com> > wrote: > > To be sure that it's not an upstream bug with nvidia driver, I installed > > Archlinux. > > > > Actually, Archlinux use nvidia driver 325.15 + Kernel 3.10.5 and the > result > > for "optirun -vv glxgears" : > >> > >> [ 685.720509] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf > >> [ 685.720883] [DEBUG]optirun version 3.2.1 starting... > >> [ 685.720896] [DEBUG]Active configuration: > >> [ 685.720901] [DEBUG] bumblebeed config file: > >> /etc/bumblebee/bumblebee.conf > >> [ 685.720905] [DEBUG] X display: :8 > >> [ 685.720909] [DEBUG] LD_LIBRARY_PATH: > /usr/lib/nvidia:/usr/lib32/nvidia > >> [ 685.720913] [DEBUG] Socket path: /var/run/bumblebee.socket > >> [ 685.720925] [DEBUG] Accel/display bridge: auto > >> [ 685.720928] [DEBUG] VGL Compression: proxy > >> [ 685.720931] [DEBUG] VGLrun extra options: > >> [ 685.720934] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus > >> [ 685.720953] [DEBUG]Using auto-detected bridge virtualgl > >> [ 686.827120] [INFO]Response: Yes. X is active. > >> > >> [ 686.827137] [INFO]Running application using virtualgl. > >> [ 686.827251] [DEBUG]Process vglrun started, PID 1294. > >> 10653 frames in 5.0 seconds = 2130.505 FPS > > > > You're using virtualgl instead of primus. If you want to compare > Debian (where only primus is packaged, not virtualgl) and Arch with an > environment as similar as possible, install primus and try > $ optirun -vv -b primus glxgears > > (Note to self: I should definitely get around to packaging virtualgl...) > > Vincent >