| View previous topic :: View next topic |
| Author |
Message |
CrEsPo Tux's lil' helper


Joined: 15 Mar 2005 Posts: 130 Location: Canada
|
Posted: Thu Sep 28, 2006 2:13 am Post subject: |
|
|
Thanks for the reply, I just noticed that it's actually working in a sense that using 'Ctrl + Alt + Mouse' rotates the cube, though it's all white. I thought nothing worked, so I guess I can be happy about that.
How would I apply that patch though? In all my time using Linux I never had to deal with a patch except once, which was a long time ago. I totally forget how to apply patches, and I'm not sure how I would recompile mesa considering I emerged it using Gentoo. Sorry for the stupid questions, but I'm not as well versed as I should be . |
|
| Back to top |
|
 |
kenjiru n00b

Joined: 07 Feb 2006 Posts: 41 Location: Romania
|
Posted: Thu Sep 28, 2006 10:14 am Post subject: |
|
|
| Quote: |
Try the following:
1) emerge =glproto-1.4.7
2) emerge xgl
|
It worked for me. Thx. |
|
| Back to top |
|
 |
gotaserena Apprentice


Joined: 23 Feb 2005 Posts: 153 Location: fourth worst city in the world
|
Posted: Thu Sep 28, 2006 11:38 am Post subject: |
|
|
emerge compiz-quinnstorm and press control-Z when the source is unpacked. cd to /var/tmp/portage/compiz-quinnstorm-<VERSION>/work/compiz/src and nano Makefile.am. Find near the top the lines "../mesa/lib/libGL.a:", "make -C ../mesa/" and delete them. Go to the line "compiz_LDADD = @COMPIZ_LIBS@ ../mesa/lib/libGL.a -lm" and change "../mesa/lib/libGL.a" to "/usr/lib/" or wherever the path to your libGL.a is. Now save and type "fg" at the command prompt. |
|
| Back to top |
|
 |
CrEsPo Tux's lil' helper


Joined: 15 Mar 2005 Posts: 130 Location: Canada
|
Posted: Thu Sep 28, 2006 1:11 pm Post subject: |
|
|
Thanks for the reply, I searched my system and didn't find a libGL.a anywhere, is there a package I should install to get this? I tried using libGL.la instead of libGL.a and compiz compiled, but I still got the white screen.
These are the three lines I tried:
| Code: |
compiz_LDADD = @COMPIZ_LIBS@ /usr/lib -lm
|
| Code: |
compiz_LDADD = @COMPIZ_LIBS@ /usr/lib
|
| Code: |
compiz_LDADD = @COMPIZ_LIBS@ /usr/lib/libGL.la
|
|
|
| Back to top |
|
 |
c0un7d0wn n00b


Joined: 03 Oct 2004 Posts: 10
|
Posted: Thu Sep 28, 2006 3:28 pm Post subject: |
|
|
Here is a list of what is installed
| Code: |
emerge -pv ati-drivers mesa glproto mesa xgl
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-drivers/ati-drivers-8.29.6 USE="acpi opengl -doc" 56,422 kB
[ebuild R ] media-libs/mesa-6.5.1-r1 USE="nptl -debug -doc -hardened -motif" VIDEO_CARDS="-i810 -mach64 -mga -none -r128 -radeon -s3virge -savage -sis (-sunffb) -tdfx -trident -via" 0 kB
[ebuild R ] x11-proto/glproto-1.4.8 USE="-debug" 0 kB
[ebuild R ] x11-base/xgl-0.0.1_pre20060928 USE="ipv6 xinerama -debug" 0 kB [1]
Total size of downloads: 56,422 kB
Portage overlays:
[1] /var/portage/local/layman/portage-xgl
|
this is what fixed the white cube problem applied to compiz-quinnstorm:
| Code: |
--- src/Makefile.am.old 2006-09-05 00:41:55.000000000 +0800
+++ src/Makefile.am 2006-09-18 21:55:20.000000000 +0800
@@ -7,10 +7,7 @@
bin_PROGRAMS = compiz
bin_SCRIPTS = compiz-start
-../mesa/lib/libGL.a:
- make -C ../mesa/
-
-compiz_LDADD = @COMPIZ_LIBS@ ../mesa/lib/libGL.a -lm
+compiz_LDADD = @COMPIZ_LIBS@ -L/usr/lib/opengl/xorg-x11/lib -lGL -lm
compiz_LDFLAGS = -export-dynamic
compiz_SOURCES = \
main.c \
|
then, to start compiz, as compiz-manager couldnt start compiz correctly:
| Code: |
serkan@ferrari ~ $ LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so.1.2 compiz-start
|
Hope this helps.. |
|
| Back to top |
|
 |
dziadu Guru


Joined: 04 May 2006 Posts: 463 Location: Kraków/Darmstadt/Munich
|
Posted: Thu Sep 28, 2006 3:33 pm Post subject: |
|
|
Try:
| Code: | | compiz_LDADD = @COMPIZ_LIBS@ -L/usr/lib/opengl/xorg-x11/lib -lGL -lm |
If you have 64-bit system, try /usr/lib64/...
Then, run compiz like that:
| Code: |
Xgl :1 ...
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY:=1 dbus-launch compiz --replace dbus csm
...
|
|
|
| Back to top |
|
 |
CrEsPo Tux's lil' helper


Joined: 15 Mar 2005 Posts: 130 Location: Canada
|
Posted: Thu Sep 28, 2006 7:12 pm Post subject: |
|
|
Thanks for the suggestions. I tried both, but I'm still getting the white cube . Should I re-emerge anything else after patching compiz? I noticed 'c0un7d0wn' has nptl emerged with mesa, so I'm going to try adding that to mesa right now and see if that works.
edit: Mesa wont let me compile with nptl, it's ignoring my usage flag :S |
|
| Back to top |
|
 |
lexflex Guru

Joined: 05 Mar 2006 Posts: 363 Location: the Netherlands
|
Posted: Thu Sep 28, 2006 8:34 pm Post subject: same problem, nothing helped so far. |
|
|
Hi,
I have the same problems as above; I have been trying for a few days now and by now I tried all of the things written about, ( i have an NVIDIA 6800 ) downgrading glproto, re-emerging stuff in the right order , re-emerging xorg-server, etc, but everything keeps on turning white and giving the " can't be bound to texture " error message ( running in a nested window... ). I use compiz-quinnstorm...
It does not seem to work, are there any more hints which might be able to help ?
Thanks !
Lex. |
|
| Back to top |
|
 |
Bloot Tux's lil' helper


Joined: 10 Mar 2006 Posts: 99 Location: Barcelona
|
Posted: Thu Sep 28, 2006 11:58 pm Post subject: |
|
|
| I downgraded x11-base/xgl-0.0.1_pre20060928 to x11-base/xgl-0.0.1_pre20060823-r1, try if it helps you. My glproto version installed is the latest one. |
|
| Back to top |
|
 |
Parasietje Apprentice

Joined: 25 Jan 2004 Posts: 194
|
Posted: Fri Sep 29, 2006 2:39 pm Post subject: |
|
|
The patch worked perfectly! Now, I get the following output:
| Code: |
jessica ~ # ldd `which compiz`
linux-gate.so.1 => (0xffffe000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7f0d000)
libz.so.1 => /lib/libz.so.1 (0xb7efc000)
libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xb7ef9000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb7ef6000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7ef0000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7eed000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7ee5000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7ee2000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7edd000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7eda000)
libstartup-notification-1.so.0 => /usr/lib/libstartup-notification-1.so.0 (0xb7ed1000)
libGL.so.1 => //usr//lib/opengl/nvidia/lib/libGL.so.1 (0xb7e4c000)
libSM.so.6 => /usr/lib/libSM.so.6 (0xb7e43000)
libICE.so.6 => /usr/lib/libICE.so.6 (0xb7e2c000)
libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb7e17000)
libXt.so.6 => /usr/lib/libXt.so.6 (0xb7dc8000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb7db9000)
libXi.so.6 => /usr/lib/libXi.so.6 (0xb7db1000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7cc4000)
libdl.so.2 => /lib/libdl.so.2 (0xb7cc0000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7cad000)
libm.so.6 => /lib/libm.so.6 (0xb7c89000)
libc.so.6 => /lib/libc.so.6 (0xb7b71000)
libGLcore.so.1 => //usr//lib/opengl/nvidia/lib/libGLcore.so.1 (0xb73ae000)
libnvidia-tls.so.1 => //usr//lib/opengl/nvidia/lib/libnvidia-tls.so.1 (0xb73ac000)
/lib/ld-linux.so.2 (0xb7f52000)
|
Earlier, there were no references to libGL-libraries
I hope the patch will be included in SVN soon. I found it very very irritating. When, after a large system upgrade, something is broken, the search for the problem can continue for a LONG time... |
|
| Back to top |
|
 |
lexflex Guru

Joined: 05 Mar 2006 Posts: 363 Location: the Netherlands
|
Posted: Fri Sep 29, 2006 5:29 pm Post subject: |
|
|
Thanks !!!
Downgrading helped, it seems to work now , before I was still using the xgl-0.0.1_p20060414 version !
Now I can see an x-term instead of just a white box , and some of the effects work ! I will try some more now !
| Bloot wrote: | | I downgraded x11-base/xgl-0.0.1_pre20060928 to x11-base/xgl-0.0.1_pre20060823-r1, try if it helps you. My glproto version installed is the latest one. |
|
|
| Back to top |
|
 |
CrEsPo Tux's lil' helper


Joined: 15 Mar 2005 Posts: 130 Location: Canada
|
Posted: Fri Sep 29, 2006 5:30 pm Post subject: |
|
|
Am I doing this patch right?
| Code: | INCLUDES = \
@COMPIZ_CFLAGS@ \
-I$(top_srcdir)/include \
-DPLUGINDIR=\"$(plugindir)\" \
-DIMAGEDIR=\"$(imagedir)\"
bin_PROGRAMS = compiz
bin_SCRIPTS = compiz-start
compiz_LDADD = @COMPIZ_LIBS@ -L/usr/lib/opengl/xorg-x11/lib -lGL -lm
compiz_LDFLAGS = -export-dynamic
compiz_SOURCES = \ |
| Code: | linux-gate.so.1 => (0xffffe000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4002b000)
libz.so.1 => /lib/libz.so.1 (0x40050000)
libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x40061000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x40064000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x40067000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x4006c000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x40070000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x4007a000)
libstartup-notification-1.so.0 => /usr/lib/libstartup-notification-1.so.0 (0x4007d000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x40085000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x40088000)
libGL.so.1 => //usr//lib/opengl/ati/lib/libGL.so.1 (0x4008d000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x4012c000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x40136000)
libXmu.so.6 => /usr/lib/libXmu.so.6 (0x4014e000)
libXt.so.6 => /usr/lib/libXt.so.6 (0x40163000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x401b5000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x401c3000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x401cb000)
libdl.so.2 => /lib/libdl.so.2 (0x402c1000)
libpthread.so.0 => /lib/libpthread.so.0 (0x402c5000)
libm.so.6 => /lib/libm.so.6 (0x40318000)
libc.so.6 => /lib/libc.so.6 (0x4033b000)
/lib/ld-linux.so.2 (0x40000000)
|
Seems like it's working because it states the 'libGL.so.1' file :S.
<i>edit: I got it working finally . I upgraded to '0.0.1_pre20060928', redid the patch with compiz and it started working . Thanks to everyone for their help .</i> |
|
| Back to top |
|
 |
CrEsPo Tux's lil' helper


Joined: 15 Mar 2005 Posts: 130 Location: Canada
|
Posted: Fri Sep 29, 2006 7:08 pm Post subject: |
|
|
Thought I might as well as here: In the xorg.conf, in order to make it apply to DISPLAY=:1 would I change the following?
This:
| Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig Screen 0" 0 0
|
To:
| Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 1 "aticonfig Screen 0" 0 0
|
I tried this, but the system kept hard locking, which is because when I don't have DRI working on X and I'm using the ATi drivers it will hard lock the system. I also tried: Screen 0 "aticonfig Screen 0" 1 0 and Screen 0 "aticonfig Screen 0" 0 1, all which produce hard locks when running on the XGL dislay as I'm almost certain DRI isn't running properly.
Using startx DRI works fine, but when I use startxgl, which places XGL on DISPLAY=:1, I can't get DRI working as I don't think I'm configuring xorg.conf to use the proper screen. |
|
| Back to top |
|
 |
taskara Advocate

Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Sat Sep 30, 2006 3:38 am Post subject: |
|
|
| gotaserena wrote: |
emerge compiz-quinnstorm and press control-Z when the source is unpacked. cd to /var/tmp/portage/compiz-quinnstorm-<VERSION>/work/compiz/src and nano Makefile.am. Find near the top the lines "../mesa/lib/libGL.a:", "make -C ../mesa/" and delete them. Go to the line "compiz_LDADD = @COMPIZ_LIBS@ ../mesa/lib/libGL.a -lm" and change "../mesa/lib/libGL.a" to "/usr/lib/" or wherever the path to your libGL.a is. Now save and type "fg" at the command prompt. |
Another way is to run | Code: | | ebuild /path/to/ebuild unpack | go to the directory and apply the patch etc, then | Code: | | ebuild /path/to/ebuild compile ; ebuild /path/to/ebuild install ; ebuild /path/to/ebuild qmerge |
On another note, I found that Xgl was working all along after downgrading gl-proto but NOT in a windowed mode where I was testing No wonder I couldn't fix it. Logging into my desktop with Xgl works just fine.
-c _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
| Back to top |
|
 |
pressenter n00b


Joined: 06 Dec 2005 Posts: 48
|
Posted: Sat Sep 30, 2006 5:53 pm Post subject: |
|
|
I've just updated to beryl-core and i have the white-screen problem. Downgrading to glproto-1.4.7 did not help and these are my errors:
| Code: |
which: no wmaker in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no blackbox in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no icewm in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no enlightenment in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no yawd in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no gtk-window-decorator in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no wmaker in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no blackbox in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no icewm in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
which: no enlightenment in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/opt/phex/bin:/usr/games/bin)
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
Couldn't load settings. Reverting to defaults.
Couldn't load theme. Reverting to defaults.
XGL Present
Initiating splash
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
X connection to :1.0 broken (explicit kill or server shutdown).
XGL Present
Initiating splash
** (beryl-manager:13046): WARNING **: Beryl caught deadly signal 15
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't open /proc//environ
** (beryl-manager:13046): WARNING **: Couldn't find a Selection Owner, perhaps no WM running?
Otherwise, manually kill your wm, and report the bug to the developers, it doesn't follow the standards.
Falling back to looking for a defined WM in xlsclients. |
Any ideas? _________________ Welcome to my Gentoo page: http://pressenter.ovh.org |
|
| Back to top |
|
 |
tylerwylie Guru


Joined: 19 Sep 2004 Posts: 458 Location: /US/Georgia/Atlanta
|
Posted: Sat Sep 30, 2006 6:35 pm Post subject: |
|
|
| Recompile XGL and/or Mesa and compiz after downgrading glproto. |
|
| Back to top |
|
 |
pressenter n00b


Joined: 06 Dec 2005 Posts: 48
|
Posted: Sat Sep 30, 2006 6:48 pm Post subject: |
|
|
This will propably be a VERY noobish question, but am i suppose to have compiz package besides beryl-core?
EDIT:/ Managed to solve the problem. I've emerged glproto-1.4.7 than compiz-quinnstorm and without removing quinnstorm i've installed beryl. Everything works great now. Thank you for any help.  _________________ Welcome to my Gentoo page: http://pressenter.ovh.org |
|
| Back to top |
|
 |
Bloot Tux's lil' helper


Joined: 10 Mar 2006 Posts: 99 Location: Barcelona
|
Posted: Sun Oct 01, 2006 12:02 am Post subject: |
|
|
With beryl-core installed you can safely remove all the compiz-quinnstorm related packages. Besides, with beryl-core I had to upgrade xgl version to the latest one again to avoid the white screen problem.
Greets!. |
|
| Back to top |
|
 |
zulus69 n00b


Joined: 12 May 2006 Posts: 4
|
Posted: Wed Oct 04, 2006 9:41 pm Post subject: White screen problem |
|
|
When i choose in beryl-manager (tray) window manager - Beryl, I have splash of beryl and then white desktop, so i can rotate this white cube
HW: Radeon 9600XT, glproto-1.4.8 (tryed to use 1.47 and recompiling xorg and mesa, no use...
Help me, please Thank you.. _________________ wbr, zul |
|
| Back to top |
|
 |
Zarathustra[H] Guru


Joined: 30 Dec 2002 Posts: 389 Location: Cambridge, MA, USA
|
Posted: Wed Oct 04, 2006 9:43 pm Post subject: |
|
|
| PGS wrote: | Hello,
compiz<->Xgl compatibility seems to have been broken by the recent glproto update to 1.4.8.
Try the following:
1) emerge =glproto-1.4.7
2) emerge xgl
In other words: downgrade glproto and re-emerge Xgl. Please let me know if this worked for you, it has for me.
Regards, Ray. |
Thanks for the suggestion... But since glproto is a dependancy of xgl, how do I prevent it from upgrading glproto right back to 1.4.8 again before reemerging xgl? _________________ ----
Athlon 64 3000+ / 1Gb Kingston Hyperx PC3500 / MSI K8N Neo / Geforce 6800GT
---- |
|
| Back to top |
|
 |
zulus69 n00b


Joined: 12 May 2006 Posts: 4
|
Posted: Wed Oct 04, 2006 9:47 pm Post subject: |
|
|
| Zarathustra[H] wrote: | | PGS wrote: | Hello,
compiz<->Xgl compatibility seems to have been broken by the recent glproto update to 1.4.8.
Try the following:
1) emerge =glproto-1.4.7
2) emerge xgl
In other words: downgrade glproto and re-emerge Xgl. Please let me know if this worked for you, it has for me.
Regards, Ray. |
Thanks for the suggestion... But since glproto is a dependancy of xgl, how do I prevent it from upgrading glproto right back to 1.4.8 again before reemerging xgl? |
Maybe you can mask it, but this downgrade had no use in my case...  _________________ wbr, zul |
|
| Back to top |
|
 |
Zarathustra[H] Guru


Joined: 30 Dec 2002 Posts: 389 Location: Cambridge, MA, USA
|
Posted: Thu Oct 05, 2006 12:20 am Post subject: |
|
|
| zulus69 wrote: | | Zarathustra[H] wrote: | | PGS wrote: | Hello,
compiz<->Xgl compatibility seems to have been broken by the recent glproto update to 1.4.8.
Try the following:
1) emerge =glproto-1.4.7
2) emerge xgl
In other words: downgrade glproto and re-emerge Xgl. Please let me know if this worked for you, it has for me.
Regards, Ray. |
Thanks for the suggestion... But since glproto is a dependancy of xgl, how do I prevent it from upgrading glproto right back to 1.4.8 again before reemerging xgl? |
Maybe you can mask it, but this downgrade had no use in my case...  |
Thanks..
Tried masking it, but it caused a host of dependancy issues, since the current version of mesa depends on glproto-1.4.8 and when I masked that too, the current version of XGL depends on the current version of mesa, etc.
I spent some time messing around with masking different versions of different ebuilds until I gave up.
I wish someone would just fix the portage overlay  _________________ ----
Athlon 64 3000+ / 1Gb Kingston Hyperx PC3500 / MSI K8N Neo / Geforce 6800GT
---- |
|
| Back to top |
|
 |
zulus69 n00b


Joined: 12 May 2006 Posts: 4
|
Posted: Thu Oct 05, 2006 9:35 am Post subject: |
|
|
| Zarathustra[H] wrote: | | zulus69 wrote: | | Zarathustra[H] wrote: | | PGS wrote: | Hello,
compiz<->Xgl compatibility seems to have been broken by the recent glproto update to 1.4.8.
Try the following:
1) emerge =glproto-1.4.7
2) emerge xgl
In other words: downgrade glproto and re-emerge Xgl. Please let me know if this worked for you, it has for me.
Regards, Ray. |
Thanks for the suggestion... But since glproto is a dependancy of xgl, how do I prevent it from upgrading glproto right back to 1.4.8 again before reemerging xgl? |
Maybe you can mask it, but this downgrade had no use in my case...  |
Thanks..
Tried masking it, but it caused a host of dependancy issues, since the current version of mesa depends on glproto-1.4.8 and when I masked that too, the current version of XGL depends on the current version of mesa, etc.
I spent some time messing around with masking different versions of different ebuilds until I gave up.
I wish someone would just fix the portage overlay  |
I'm waiting for fixes too Hope it'll happen soon... _________________ wbr, zul |
|
| Back to top |
|
 |
pressenter n00b


Joined: 06 Dec 2005 Posts: 48
|
Posted: Fri Oct 06, 2006 9:44 pm Post subject: |
|
|
And what about the white screen problem on aiglx? Anybody has any ideas? Tried emerging glproto-1.4.7 and this time it doesn't fix the problem. This is what i get when trying to run beryl-xgl:
| Code: |
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl-xgl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
Initiating splash
No framebuffer_object support! (only simple blur aviable)
beryl-xgl: pixmap 0x1e00048 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x1200a22 to texture
beryl-xgl: pixmap 0x1e0004a can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc00390 to texture
beryl-xgl: pixmap 0x1e0004c can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x12009bc to texture
beryl-xgl: pixmap 0x1e0004e can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc0002b to texture
beryl-xgl: pixmap 0x1e00050 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc00003 to texture
beryl-xgl: pixmap 0x1e00052 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x100001d to texture
beryl-xgl: pixmap 0x1e00052 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x100001d to texture
beryl-xgl: pixmap 0x1e00052 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x100001d to texture
beryl-xgl: pixmap 0x1e00056 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x1800007 to texture
beryl-xgl: pixmap 0x1e00056 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x1800007 to texture
beryl-xgl: pixmap 0x1e00050 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc00003 to texture
beryl-xgl: pixmap 0x1e00050 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc00003 to texture
beryl-xgl: pixmap 0x1e0004e can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc0002b to texture
beryl-xgl: pixmap 0x1e0004e can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0xc0002b to texture
beryl-xgl: pixmap 0x1e0004c can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x12009bc to texture
beryl-xgl: pixmap 0x1e0004c can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x12009bc to texture
|
Maybe a little help?  _________________ Welcome to my Gentoo page: http://pressenter.ovh.org |
|
| Back to top |
|
 |
Phlogiston Veteran


Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Oct 15, 2006 11:29 am Post subject: |
|
|
| pressenter wrote: | And what about the white screen problem on aiglx? Anybody has any ideas? Tried emerging glproto-1.4.7 and this time it doesn't fix the problem. This is what i get when trying to run beryl-xgl:
| Code: |
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl-xgl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
Initiating splash
No framebuffer_object support! (only simple blur aviable)
beryl-xgl: pixmap 0x1e00048 can't be bound to texture
beryl-xgl: Couldn't bind redirected window 0x1200a22 to texture
beryl-xgl: pixmap 0x1e0004a can't be bound to texture
|
Maybe a little help?  |
I'm having the ecactly same problem but on latest cvs mesa with the open source radeon driver. I tried remerging everthing with older glproto (which I had to do with --nodeps, because xserver from cvs wants glproto from cvs.)
Does anyone has a solution? Could it be that it's actually beryl's fault? I mean is it incompatible with latest cvs versions? Shall I file a nice bug report where you all guys could comment? _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
| Back to top |
|
 |
|