Nous sommes le Jeu 19 Juin, 2025 23:22
Supprimer les cookies

Pb sous beryl0.2 avec Composite-debian-Intel Graphics I945

Au quotidien encore quelques soucis ?

Ven 16 Mars, 2007 15:02

Bonjour j'esperais que mon bug avec beryl sous Kde serait résolu avec la 0.2 mais rien n'y fait: quand je le lance un message d'erreur m'indique que
"Le gestionnaire Composite s'est arrêté anormalement deux fois en une minute et est par conséquent désactivé pour cette session."
J'ai bien suivi les indication pour l'instal que j'ai put lire sur différent forum, qui sont toujours à peu près toujours les mêmes: modifier xorg.conf, ajouter des dépots pour sources.list; installer les pilotes pour xgl adapté à ma carte-graphique. C'est peut-être de ça que viens le problème parceque je ne trouve aucun pilote pour ma carte intel graphics I945-GM (intégré à la plateforme Core Duo), que ce soit avec OpenGL ou xgl. Quand je fais la ligne de commande
Code: Tout sélectionner
$beryl-manager &
j'ai ça:
Code: Tout sélectionner
  X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  16
  Current serial number in output stream:  17
trying '/home/mr2m/.xcompmgrrc' as configfile


finished parsing the config file


Voila si quelqu'un voit d'où viens le problème...
Debian Etch/Kubuntu Feisty Fawn!- Amarok 1.4.5, Kaffeine, aMSN 0.96!, Surface Evolver, Ktorrent, Openoffice.org 2.1/2.2, Iceweasel/Firefox 2.0 , Flashplayer 9.0!,

"And the truth, unwinding, scrapping away, at my mind, please stop asking me to describe...For one moment, I wish you'd hold your stage, with no feelings at all...OPEN-minded, I'm sure I used to be so FREE"[Muse, Citizen Erased]
Mr M

Messages : 185
Géo : Grenoble (le plus souvent)

Ven 16 Mars, 2007 18:11

As-tu l'accélération 3D fonctionnelle ?
Donne le contenu de ton xorg.conf.
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Dim 18 Mars, 2007 22:50

Bah pour moi la 3D semble pas poser de blème et pour mon xorg.conf voili-voilou:
Code: Tout sélectionner
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run ***spam*** command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fr"
   Option      "XkbVariant"   "latin9"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "Device"
   Identifier   "Carte vidéo générique"
   Driver      "vesa"
   BusID      "PCI:0:2:0"
    Option       "RenderAccel"       "true"
   Option       "AddARGBGLXVisuals"    "On"
   Option       "XAANoOffscreenPixmaps"
EndSection

Section "Monitor"
   Identifier   "écran générique"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Carte vidéo générique"
   Monitor      "écran générique"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   Option       "RenderAccel"       "true"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection
Debian Etch/Kubuntu Feisty Fawn!- Amarok 1.4.5, Kaffeine, aMSN 0.96!, Surface Evolver, Ktorrent, Openoffice.org 2.1/2.2, Iceweasel/Firefox 2.0 , Flashplayer 9.0!,

"And the truth, unwinding, scrapping away, at my mind, please stop asking me to describe...For one moment, I wish you'd hold your stage, with no feelings at all...OPEN-minded, I'm sure I used to be so FREE"[Muse, Citizen Erased]
Mr M

Messages : 185
Géo : Grenoble (le plus souvent)

Lun 19 Mars, 2007 18:16

Là tu utilises la driver générique "vesa" (dans ta section Device), donc tu ne dois pas avoir d'accélération 3D...

Pour ton chip graphique i945, tu dois utiliser le driver i810 il me semble. Donc remplace "vesa" par "i810" dans ton fichier et relance X.
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Lun 19 Mars, 2007 19:46

Bon j'ai fais comme tu as dit yostral... j'ai changé le device en i810 au lieu de vesa, au passage j'ai installé xserver-xorg-video-i810 parceque je préferre pas tester avec le ~-modesetting.
Au premier reboot X11 se charge pas, je tente un login en ligne de commande avec $startx, on me met que le device i810 est inconnu, alors que j'avais bien xserve-xorg-video-i810 d'installé. comme j'essaye de changer xorg.conf avec vi je me trompe de dossier vi se fige, j'arrive même pas à revenir à la ligne de commande (pourtant Ctrl+C m'a toujours été utile), je redémarre avec Ctrl+alt+supr et là miracle X11 se charge normalement, je me log(faudrait que je pense à mettre ça par défaut dans ma config de kdm), mais en testant une nouvelle fois beryl toujours le même vieux problème de Composite qui s'arrête 2 fois en moins de 2 secondes... Qu'est-ce que je fais maintenant???
Debian Etch/Kubuntu Feisty Fawn!- Amarok 1.4.5, Kaffeine, aMSN 0.96!, Surface Evolver, Ktorrent, Openoffice.org 2.1/2.2, Iceweasel/Firefox 2.0 , Flashplayer 9.0!,

"And the truth, unwinding, scrapping away, at my mind, please stop asking me to describe...For one moment, I wish you'd hold your stage, with no feelings at all...OPEN-minded, I'm sure I used to be so FREE"[Muse, Citizen Erased]
Mr M

Messages : 185
Géo : Grenoble (le plus souvent)

Lun 19 Mars, 2007 20:19

En console tape :
Code: Tout sélectionner
lspci | grep "VGA"

et
Code: Tout sélectionner
glxinfo | grep "direct rendering"

et donne les résultats.

Et vire de ton xorg.conf :
Code: Tout sélectionner
    Option       "RenderAccel"       "true"
   Option       "AddARGBGLXVisuals"    "On"

et la section extension à la fin, avec le composite enable.

Et à la ligne :
Code: Tout sélectionner
   Option       "XAANoOffscreenPixmaps"

il manque "true" (je crois...):
Code: Tout sélectionner
   Option       "XAANoOffscreenPixmaps"  "true"
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Mer 21 Mars, 2007 21:15

Code: Tout sélectionner
mr2m@ip-40:~$ lspci | grep "VGA"
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
mr2m@ip-40:~$ glxinfo | grep "direct rendering"
libGL warning: 3D driver claims to not support visual 0x5b
direct rendering: Yes

Et pour le xorg.conf, C'est fait... ça devrait marcher au redémarrage???
Debian Etch/Kubuntu Feisty Fawn!- Amarok 1.4.5, Kaffeine, aMSN 0.96!, Surface Evolver, Ktorrent, Openoffice.org 2.1/2.2, Iceweasel/Firefox 2.0 , Flashplayer 9.0!,

"And the truth, unwinding, scrapping away, at my mind, please stop asking me to describe...For one moment, I wish you'd hold your stage, with no feelings at all...OPEN-minded, I'm sure I used to be so FREE"[Muse, Citizen Erased]
Mr M

Messages : 185
Géo : Grenoble (le plus souvent)

Sam 24 Mars, 2007 20:07

Ton redémarrage n'a pas été fructueux ? :)

Redonne ton xorg.conf, maintenant que tu as fait tes modifs.
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Dim 25 Mars, 2007 13:23

Non pas plus fructueux!!! Revoila mon xorg.conf:
Code: Tout sélectionner
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run ***spam*** command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fr"
   Option      "XkbVariant"   "latin9"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "Device"
   Identifier   "Carte vid� g��ique"
   Driver      "i810"
   BusID      "PCI:0:2:0"
    Option       "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
   Identifier   "�ran g��ique"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Carte vid� g��ique"
   Monitor      "�ran g��ique"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   Option       "RenderAccel"       "true"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection
Debian Etch/Kubuntu Feisty Fawn!- Amarok 1.4.5, Kaffeine, aMSN 0.96!, Surface Evolver, Ktorrent, Openoffice.org 2.1/2.2, Iceweasel/Firefox 2.0 , Flashplayer 9.0!,

"And the truth, unwinding, scrapping away, at my mind, please stop asking me to describe...For one moment, I wish you'd hold your stage, with no feelings at all...OPEN-minded, I'm sure I used to be so FREE"[Muse, Citizen Erased]
Mr M

Messages : 185
Géo : Grenoble (le plus souvent)

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit