Manoel,
Segui a sugestão do Jaron no tópico em inglês,
http://forum.mandriva.com/en/viewtopic.php?t=135018para iniciar o bumblebeed:
systemctl start bumblebeed.service
para habilitá-lo automáticamente:
systemctl enable bumblebeed.service
Aqui está o resultado do teste padrão com o glxgears lançado com o comando optirun, que usa a nvidia, e sem o optirun para voltar a usar a placa gráfica da intel. Note que se obtém quase 10 vezes mais quadros por segundo com o optirun!
[adhefe@localhost ~]$ optirun glxgears
[ERROR]Error running "modinfo": No such file or directory
2820 frames in 5.0 seconds = 563.935 FPS
2877 frames in 5.0 seconds = 575.336 FPS
2893 frames in 5.0 seconds = 578.498 FPS
2876 frames in 5.0 seconds = 575.161 FPS
2873 frames in 5.0 seconds = 574.416 FPS
2938 frames in 5.0 seconds = 587.572 FPS
2947 frames in 5.0 seconds = 589.278 FPS
2886 frames in 5.0 seconds = 577.153 FPS
[VGL] ERROR: in readback--
[VGL] 230: Window has been deleted by window manager
[adhefe@localhost ~]$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.256 FPS
300 frames in 5.0 seconds = 59.857 FPS
300 frames in 5.0 seconds = 59.848 FPS
300 frames in 5.0 seconds = 59.856 FPS
300 frames in 5.0 seconds = 59.856 FPS
300 frames in 5.0 seconds = 59.858 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 3871 requests (3871 known processed) with 0 events remaining.
Eu não sei o que significa a mensagem de erro sobre o modinfo. O erro no final da aplicação é devido à interrupção com CTRL C.