bonjour a tous,
j'ai lu ce tutorial avec beaucoup d'interet, merci beaucoup pour toutes ces informations.
j'ai essaye d'installer xgl..
mais je me retrouve avec que du blanc partout. je ne vois rien que du blanc.
si j'appuie sur alt+ctrl et que je bouge la souris (+LeftMouseButton) je vois bien un cube, blanc 😉
le seul truc visible c un logo fedora sur le dessus du cube ..
est -ce que quelqu'un peut m'aider ?
voila les mes info:
hard: athlon 64 3800+ x2 / nvidia geforce7800gtx
(mais j'ai installe la version 32bit de FC5)
[keisangi@shinobu ~]$ glxinfo | grep "direct"
direct rendering: Yes
[keisangi@shinobu ~]$ gnome-xgl-info
G nVidia Corporation
0 kmod-nvidia is installed for the kernel release 1.2111_FC5
1 -accel glx:pbuffer -accel xv
(pourquoi il y'a un "1" au lieu d'un "0" sur la ligne au dessus ?)
[keisangi@shinobu ~]$ glxgears
52307 frames in 5.0 seconds = 10461.385 FPS
71815 frames in 5.0 seconds = 14362.972 FPS
71842 frames in 5.0 seconds = 14368.394 FPS
71792 frames in 5.0 seconds = 14358.222 FPS
vi /etc/gdm/custom.conf
[servers]
0=Xgl
[server-Xgl]
name=Xgl server
command=/usr/bin/Xgl :0 -accel glx:pbuffer -accel xv
handled=true
flexible=true
priority=0
vi /usr/bin/gnome-compizrc
#!/bin/bash
#
# Start compiz with gnome-session if xgl is started
#
if [ "`ps ax | grep -c Xgl`" == "3" ]; then
sleep 3
DISPLAY=:0 compiz --replace gconf &
DISPLAY=:0 gnome-window-decorator &
fi
#xmodmap /usr/share/xmodmap/xmodmap.fr
vi /etc/yum.repos.d/Xgl-testing.repo
#
# Repository : Xgl-testing
#
[Xgl-testing]
name=Nouveau dépôt pour tester l'Xgl
baseurl=
http://users.telenet.be/quenta/repo/
gpgcheck=0
enabled=1
j'ai esaye avec gdm et sans..c pareil, j'ai que du blanc (et des messages d'erreur a propos de textures)
compiz: pixmap 0x200191 can't be bound to texture
compiz: Couldn't bind redirected window 0xa00003 to texture
compiz: pixmap 0x2000ae can't be bound to texture
compiz: Couldn't bind redirected window 0xc0002f to texture
compiz: pixmap 0x2000a9 can't be bound to texture
compiz: Couldn't bind redirected window 0xc00003 to texture
[....]
help! O_o
merci d'avance 🙂