View previous topic :: View next topic |
Author |
Message |
BuBuaBu l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/31880205443a81b00d3c07.jpg)
Joined: 09 Jul 2005 Posts: 914 Location: France
|
Posted: Sat Mar 25, 2006 11:59 pm Post subject: [Xgl] gnome-window-decorator ne se lance pas |
|
|
J'ai lu pas mal sur le forum, mais pas de solution pour ce problème :
Instalation de Xgl a l'aide du wiki : http://gentoo-wiki.com/XGL
Au moment de tester j'effectue :
Code: |
Xgl :2 -ac -accel glx:pbuffer -accel xv:pbuffer &
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY=:2 compiz gconf&
DISPLAY=:2 gnome-window-decorator &
|
et voila le resultat :
Code: | The program 'gnome-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 89 error_code 1 request_code 149 minor_code 23)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
|
Xgl continu de marcher, quelque application comme firefox fonctionne (en plein ecran, sans bordure, donc une seul appli a la fois)
J'utilise KDE 3.5 et ma carte graphique est une radeon 9800 pro.
Last edited by BuBuaBu on Sun Mar 26, 2006 11:39 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nevro15 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Megaman/megaman.gif)
Joined: 17 Jan 2006 Posts: 47
|
Posted: Sun Mar 26, 2006 11:29 am Post subject: |
|
|
Je te suggère d'essayer ceci :
Code: |
$ Xgl :2 -ac -accel glx:pbuffer -accel xv:pbuffer &
$ LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY=:2 compiz --replace switcher decoration wobbly fade minimize cube rotate zoom scale move resize place &
$ DISPLAY=:2 gnome-window-decorator &
$ DISPLAY=:2 gnome-panel
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BuBuaBu l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/31880205443a81b00d3c07.jpg)
Joined: 09 Jul 2005 Posts: 914 Location: France
|
Posted: Sun Mar 26, 2006 11:41 am Post subject: |
|
|
même résultat. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nevro15 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Megaman/megaman.gif)
Joined: 17 Jan 2006 Posts: 47
|
Posted: Sun Mar 26, 2006 11:55 am Post subject: |
|
|
Tu as compilé mesa avec VIDEO_CARDS="none", VIDEO_CARDS="ati" ou VIDEO_CARDS="vesa" ?
Si tu as compilé mesa avec VIDEO_CARDS="ati", essaye de recompiler glproto, mesa, xgl et compiz avec VIDEO_CARDS="none" (ou VIDEO_CARDS="vesa"). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BuBuaBu l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/31880205443a81b00d3c07.jpg)
Joined: 09 Jul 2005 Posts: 914 Location: France
|
Posted: Sun Mar 26, 2006 12:51 pm Post subject: |
|
|
nevro15 wrote: | Tu as compilé mesa avec VIDEO_CARDS="none", VIDEO_CARDS="ati" ou VIDEO_CARDS="vesa" ?
Si tu as compilé mesa avec VIDEO_CARDS="ati", essaye de recompiler glproto, mesa, xgl et compiz avec VIDEO_CARDS="none" (ou VIDEO_CARDS="vesa"). |
mesa était compilé avec VIDEO_CARDS="fglrx", enfin comme fglrx n'est pas util dans mesa, il était compilé sans rien.
J'ai ajouté none a cette variable et recompilé le tout.
Pas de changement. (il faut relancer X complètement ??) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|