Compiz carte Intel Acer5510 Xubuntu

JahJah73 Messages postés 208 Date d'inscription   Statut Membre Dernière intervention   -  
mamiemando Messages postés 33774 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,

J'ai un soucis pour lancer compiz sur un portable avec CarteGraphique Intel GMA...
J'ai telecharger compiz...
et quand je le lance en console :

­root@cerbere-laptop:/home/cerbere# compiz
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Detected PCI ID for VGA:
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: not present.
aborting and using fallback: /usr/bin/xfwm
no /usr/bin/xfwm found, exiting

Jsuis totalement pommé...
A voir également:

1 réponse

mamiemando Messages postés 33774 Date d'inscription   Statut Modérateur Dernière intervention   7 883
 
J'ai un soucis pour lancer compiz sur un portable avec CarteGraphique Intel GMA...
J'ai téléchargé compiz...


Comme tout logiciel, tu es sensé installer tes paquets via ton gestionnaire de paquet (aptitude, apt-get, synaptic etc...). Tu n'as donc rien à "télécharger", en tout cas pas manuellement.

sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude install compiz-gnome


Checking for Xgl: not present.

Ceci signifie que ta carte ne supporte pas en l'état actuel d'accélération 3D, comme le montre probablement la commande glxinfo. Exemple de cas où c'est bon signe :

(mando@aldur) (~) $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce 6600 GT/AGP/SSE/3DNOW!
    GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,


Je ne connais pas trop les cartes intel (les seules fois où j'y ai été confrontée, tout marchait directement), mais à ta place, je commencerais par jeter un œil ici à ta place :
http://doc.ubuntu-fr.org/materiel#intel

Bonne chance
0