Compiz carte Intel Acer5510 Xubuntu
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é...
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:
- Compiz carte Intel Acer5510 Xubuntu
- Carte d'identité - Accueil - Services publics
- Pile carte mere - Guide
- Xubuntu - Télécharger - Systèmes d'exploitation
- Changer carte graphique - Guide
- Débloquer carte sim sans code puk - Guide
1 réponse
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.
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 :
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
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