Bumblebee et squeeze

J’ai tenter d’installer bumblebee sur mon pc portable ayant 2 CG:
_Intel HD3000
_Nvidia GT555M

J’ai suivi la procédure d’installation à la lettre sur le wiki mais lorsque je veux tester l’accélération 3D j’obtiens ceci:

[ 3161.103372] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 3161.103448] [ERROR]Aborting because fallback start is disabled.

A savoir que j’ai configuré une souris dans xorg.conf

Autre petit truc que je trouve étrange:

/etc/init.d/bumblebeed status
ne me renvoie rien sur l’état de bumblebee

Je continue à chercher et je vous tiens au courant mais si vous avez des idées je suis preneur^^

Bumblebee possède et suit les dispositions de son propre xorg.conf, dont je n’ai malheureusement pas en tête le nom et la localisation exacts, mais que tu as dû croiser dans les docs. Moralité :

  1. je crois me souvenir que lorsque l’on a Bumblebee, il ne faut pas de /etc/X11/xorg.conf, regarde ce que cela donne en renommant le tien ;
  2. pour l’affaire de la souris, peut-être qu’ainsi tout rentrera dans l’ordre, sinon c’est alors sur ce fameux xorg.conf propre à Bumblebee qu’il faudrait travailler.

J’ai supprimer le xorg.conf de base mais ça ne change rien.
En revanche j’ai trouvé 3 fichiers de config dans /usr/local/etc/bumblebee/

xorg.conf.nouveau

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    Option         "AutoAddDevices" "false"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
EndSection

xorg.conf.nvidia

Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "DFP"
EndSection

bumblebee.conf

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia

## Client options. Will take effect on the next optirun executed.
[optirun]
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=true


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
Module=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia,/usr/lib/xorg/modules
XorgConfFile=/usr/local/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/usr/local/etc/bumblebee/xorg.conf.nouveau

Après je ne sais pas trop quoi modifier à part ‘AllowFallbackToIGC=true’ qui avait un false
J’ai maintenant

optirun glxgears
[ 2534.706072] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[ 2534.706153] [WARN]The Bumblebee server was not available.
Unrecognized deviceID 116
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  27
  Current serial number in output stream:  29

C’est bien cela que tu as suivi ?
http://wiki.debian.org/fr/Bumblebee

Normalement, cela marche. Quelque chose m’étonne vaguement, c’est cette localisation des fichiers de config Bumblebee dans le /usr/local, mais je peux me tromper.

C’est bien ce tuto que j’avais suivi

Bon au final j’ai tout désinstaller (bumblebee) et je suis passé sur sid et là, l’installation via le dépôt marche

C’est pas vraiment une solution au problème original mais ça marche.

Wheezy ne devrait plus tarder à devenir la stable, et là il y a aussi les paquets Bumblebee.

+1