Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XGL (Part 3)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 26, 27, 28, 29, 30, 31  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
boniek
Guru
Guru


Joined: 26 Mar 2005
Posts: 373

PostPosted: Tue Apr 04, 2006 9:10 am    Post subject: Reply with quote

Phlogiston wrote:
smypee wrote:
am I the only one who's xgl is broken since revision 54? all I get is "couldn't open display" messages. it runs fine inside another xserver though...


Same problem here with latest coffee overlay, is there a solution available? And how do I easily downgrade?

Same problem here as well. Hopefully it will be fixed in near future.
_________________
[HOWTO]New freetype subpixel font rendering for lcd monitors
Back to top
View user's profile Send private message
neophyte46
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 171
Location: Australia

PostPosted: Tue Apr 04, 2006 9:24 am    Post subject: Re: compiz, gnome and nvidia Reply with quote

Maxwell wrote:
Xamindar wrote:
Maxwell wrote:

Another question, the plugin order is to be pasted into gconf-editor with spaces separating, commas or what?


Thanks for the help


no, in gconf editor you need to put a seperate entry for each plugin and make sure they are in order. Just move them up and down until they are all in the correct order.


Thanks, the add button wasn't very obvious... :P


Well i'm still having the same behaviour with the plugins. I'm using revision 71 of the new repos. Where can i diagnose that a certain plugin has some problem, needs a certain plugin to be loaded previously or some kind of log?


Thanks for the help


I'm not entirely sure if you can find out a dependency tree for each of the respective plugins. I think at the moment anyway, it is a trial and error approach with respect fo finding the correct loading order.

By all means, if there is indeed a way. I would love it hear it
_________________
Acer Aspire 1690; Pentium M 1.73Ghz, 1gig DDRII 533mhz dual channel, ATI 128mb x700 PCIE,
Athlon 64 X2 3800+ @ 2.5Ghz, 2gig DDR 400, 4x120gig sata raid, A8N-SLI, ASUS 256mb 7800GTX Extreme
http://codelines.net.au - Software design and development
Back to top
View user's profile Send private message
Maxwell
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 97

PostPosted: Tue Apr 04, 2006 9:41 am    Post subject: Re: compiz, gnome and nvidia Reply with quote

Thanks for the help[/quote]

I'm not entirely sure if you can find out a dependency tree for each of the respective plugins. I think at the moment anyway, it is a trial and error approach with respect fo finding the correct loading order.

By all means, if there is indeed a way. I would love it hear it[/quote]

Me too. But, for the moment, what is your magical combination?
_________________
Freedom works. Use it!
Linux, by Gentoo
Back to top
View user's profile Send private message
gravedigga_23
Apprentice
Apprentice


Joined: 11 Oct 2005
Posts: 166
Location: Oldenburg

PostPosted: Tue Apr 04, 2006 9:50 am    Post subject: Reply with quote

-=GGW=- $ol!d $n4>|e wrote:
gravedigga_23 wrote:
Has anyone else issues with minimize plugin since the newest update?
When i minimize a app to taskbar i can see a nice animation, but not anymore
when i kill or create a app.


you need the annjel plugins for that, its part of them. Forget the exact use variable, but its the wierd soundin one


Code:
emergeinfo.sh compiz

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/compiz-0.0.7_p20060404  USE="gnome kde quinnstorm svg -aiglx -theme_plain"


as u can see there are only two USE Flags not set, and CoffeBuzz said not to use the theme_plain one, and aiglx has a strange mirror effect for me.

I tried the install.sh script after deleting my whole overlay and reset it, and I cant reemerge Glitz :-(
here is the output:

Code:
In file included from glitz_glxint.h:34,
                 from glitz_glx_drawable.c:30:
/usr/include/GL/gl.h:71:22: GL/glext.h: No such file or directory
/usr/include/GL/gl.h:1634:22: GL/glext.h: No such file or directory
In file included from glitz_glxint.h:35,
                 from glitz_glx_drawable.c:30:
/usr/include/GL/glx.h:335:23: GL/glxext.h: No such file or directory
make[3]: *** [glitz_glx_drawable.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT glitz_glx_format.lo -MD -MP -MF .deps/glitz_glx_format.Tpo -c glitz_glx_format.c  -fPIC -DPIC -o .libs/glitz_glx_format.o
In file included from glitz_glxint.h:34,
                 from glitz_glx_format.c:30:
/usr/include/GL/gl.h:71:22: GL/glext.h: No such file or directory
/usr/include/GL/gl.h:1634:22: GL/glext.h: No such file or directory
In file included from glitz_glxint.h:35,
                 from glitz_glx_format.c:30:
/usr/include/GL/glx.h:335:23: GL/glxext.h: No such file or directory
glitz_glx_format.c: In function `_glitz_glx_query_formats':
glitz_glx_format.c:164: error: `GLX_VISUAL_CAVEAT_EXT' undeclared (first use in this function)
glitz_glx_format.c:164: error: (Each undeclared identifier is reported only once
glitz_glx_format.c:164: error: for each function it appears in.)
glitz_glx_format.c:166: error: `GLX_SLOW_VISUAL_EXT' undeclared (first use in this function)
glitz_glx_format.c:167: error: `GLX_NON_CONFORMANT_VISUAL_EXT' undeclared (first use in this function)
glitz_glx_format.c: In function `_glitz_glx_query_formats_using_fbconfigs':
glitz_glx_format.c:280: error: `GLX_SLOW_VISUAL_EXT' undeclared (first use in this function)
glitz_glx_format.c:281: error: `GLX_NON_CONFORMANT_VISUAL_EXT' undeclared (first use in this function)
make[3]: *** [glitz_glx_format.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/glitz-0.5.5_p20060323/work/glitz/src/glx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/glitz-0.5.5_p20060323/work/glitz/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glitz-0.5.5_p20060323/work/glitz'
make: *** [all] Error 2

!!! ERROR: media-libs/glitz-0.5.5_p20060323 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  glitz-0.5.5_p20060323.ebuild, line 26:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


ERROR: emerge... [FAIL]

Please examine the output above for explanation on failed emerge


I use the latest CoffeBuzz overlay and an Nvidia Card
Back to top
View user's profile Send private message
Maxwell
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 97

PostPosted: Tue Apr 04, 2006 10:50 am    Post subject: Reply with quote

Quote:
Code:

ERROR: emerge... [FAIL]

Please examine the output above for explanation on failed emerge


I use the latest CoffeBuzz overlay and an Nvidia Card


You have glitz use flag enabled also, right? (My use flags: X, cairo, svg, glitz)
_________________
Freedom works. Use it!
Linux, by Gentoo
Back to top
View user's profile Send private message
gravedigga_23
Apprentice
Apprentice


Joined: 11 Oct 2005
Posts: 166
Location: Oldenburg

PostPosted: Tue Apr 04, 2006 10:53 am    Post subject: Reply with quote

Maxwell wrote:
Quote:
Code:

ERROR: emerge... [FAIL]

Please examine the output above for explanation on failed emerge


I use the latest CoffeBuzz overlay and an Nvidia Card


You have glitz use flag enabled also, right? (My use flags: X, cairo, svg, glitz)


yep all enabled
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


Joined: 24 Feb 2006
Posts: 546
Location: 3rd Rock

PostPosted: Tue Apr 04, 2006 12:00 pm    Post subject: Reply with quote

gravedigga_23 wrote:
Maxwell wrote:
Quote:
Code:

ERROR: emerge... [FAIL]

Please examine the output above for explanation on failed emerge


I use the latest CoffeBuzz overlay and an Nvidia Card


You have glitz use flag enabled also, right? (My use flags: X, cairo, svg, glitz)


yep all enabled


I had the same problem with trunk rev 71 last night.
Upgraded to trunk rev 74 and emerge went flawless.

Maxwell wrote:
Thanks for the help

I'm not entirely sure if you can find out a dependency tree for each of the respective plugins. I think at the moment anyway, it is a trial and error approach with respect fo finding the correct loading order.

By all means, if there is indeed a way. I would love it hear it

Me too. But, for the moment, what is your magical combination?


I used the updated order in the HOWTO and all functions are working.
gconf,miniwin,decoration,transset,wobbly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,
switcher,trailfocus,water


EDIT: Just upgraded to trunk rev 84...... everything still working fine.
_________________
Core i7 920 D0 | Asus P6T DLX | Patriot Viper 1600 6GB | Antec Quattro 850W
Geforce 8800GTX OC2 768MB | Dell 22" LCD | Koolance Exos2/Swiftech GTZ
GCC 4.6.1 | 3.7.x-geek | Xorg-7.4-x | KDE-4.7.x | Compiz
Back to top
View user's profile Send private message
Maxwell
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 97

PostPosted: Tue Apr 04, 2006 1:46 pm    Post subject: Reply with quote

Quote:
EDIT: Just upgraded to trunk rev 84...... everything still working fine.


Same here, but now when i start compiz it gaves me an error:
Quote:
missing GLX_EXT_texture_from_pixmap


What it may be? Some X proto or nvidia driver problem?


P.S.: I don't have direct rendering with my FX5200, but i have glx and had compiz working before updating to revision 84.
_________________
Freedom works. Use it!
Linux, by Gentoo
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Tue Apr 04, 2006 3:10 pm    Post subject: Reply with quote

It seems like alt-tab no longer goes through windows on all desktops. Is there any way to get this behavior back? It looks like compiz no longer has the switch_all_desktops use flag.
Back to top
View user's profile Send private message
neophyte46
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 171
Location: Australia

PostPosted: Tue Apr 04, 2006 3:49 pm    Post subject: Reply with quote

Gnufsh wrote:
It seems like alt-tab no longer goes through windows on all desktops. Is there any way to get this behavior back? It looks like compiz no longer has the switch_all_desktops use flag.


What version are you on?

I just udated to the latest xgl-coffee/trunk overlay and have it. If you look through the settings in gconf you may discover that it incorporates both.

Code:

Alt+Tab switches through windows on current desktop
Ctrl+Alt+Tab switches through windows across all desktops


I believe these two settings are now known as 'initiate' and 'initiate_all'

By the way, for anybody else interested. I haven't discovered any problems yet with the latest xgl-coffee/trunk (forgive me as I forget what version I checked out) I'm on Compiz.....404 anyway

trinity josh # emerge compiz -av
Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/compiz-0.0.7_p20060404  USE="gnome kde svg -aiglx -quinnstorm* -theme_plain" 0 kB [2]

Total size of downloads: 0 kB


Can anybody tell me what the other use flag is fore; aiglx? I noticed there was an option in one of the plugins for it too.




Cheers
_________________
Acer Aspire 1690; Pentium M 1.73Ghz, 1gig DDRII 533mhz dual channel, ATI 128mb x700 PCIE,
Athlon 64 X2 3800+ @ 2.5Ghz, 2gig DDR 400, 4x120gig sata raid, A8N-SLI, ASUS 256mb 7800GTX Extreme
http://codelines.net.au - Software design and development
Back to top
View user's profile Send private message
Maximus2000
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 127
Location: USA

PostPosted: Tue Apr 04, 2006 3:55 pm    Post subject: Reply with quote

Ok I am trying to get Xgl to start with GDM. I followed the wiki but when I log into my kde account I get this in my copiz.log....
Code:
compiz: Support for non power of two textures missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :1

I am using the fglrx driver too. If you would like me to post my Xorg.93.log I will.
_________________
Thanks
Maximus
Back to top
View user's profile Send private message
neophyte46
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 171
Location: Australia

PostPosted: Tue Apr 04, 2006 4:40 pm    Post subject: Reply with quote

boniek wrote:
Phlogiston wrote:
smypee wrote:
am I the only one who's xgl is broken since revision 54? all I get is "couldn't open display" messages. it runs fine inside another xserver though...


Same problem here with latest coffee overlay, is there a solution available? And how do I easily downgrade?

Same problem here as well. Hopefully it will be fixed in near future.


I'm not getting this, but my gdm that normally boots doesn't now because it says it cannot load Glcore, speedo and synaptics error. After trying with the startxgl script, closing the xserver (via ctrl-backspace) I might get lucky and launch gdm again where it loads properly. Otherwise, everything still works fine. Though I think one of the compiz plugins sucks up the cpu hard :(

Any ideas?

With respect to yours, are you able to provide more information regarding the 'couldn't open display'
_________________
Acer Aspire 1690; Pentium M 1.73Ghz, 1gig DDRII 533mhz dual channel, ATI 128mb x700 PCIE,
Athlon 64 X2 3800+ @ 2.5Ghz, 2gig DDR 400, 4x120gig sata raid, A8N-SLI, ASUS 256mb 7800GTX Extreme
http://codelines.net.au - Software design and development
Back to top
View user's profile Send private message
hulmeman
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 184
Location: Duchy of Lancaster, England.

PostPosted: Tue Apr 04, 2006 5:51 pm    Post subject: Reply with quote

I've got problems with the latest builds for xorg-server in xgl-testing (revision 75):

'xorg-server-1.0.99.1_p20060402.ebuild' merges OK, but I get this error when I startx:
Code:
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: X(xf86SigHandler+0x94) [0x4764b4]
1: /lib/libc.so.6 [0x2b26463f58b0]
2: [0x88c61f]

Fatal server error:
Caught signal 11.  Server aborting

And, 'xorg-server-1.0.99.2_p20060404.ebuild' will not merge at all, I get this error:
Code:
../../fb/.libs/libfb.a(fbwindow.o): In function `fbFillRegionSolid':
fbwindow.c:(.text+0x646): undefined reference to `fbHaveMMX'
collect2: ld returned 1 exit status
make[3]: *** [Xvfb] Error 1
make[3]: Leaving directory `/var/tmp/portage/xorg-server-1.0.99.2_p20060404/work/xorg/hw/vfb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-server-1.0.99.2_p20060404/work/xorg/hw/vfb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xorg-server-1.0.99.2_p20060404/work/xorg/hw'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xorg-server-1.0.99.2_p20060404 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  ebuild.sh, line 1236:   Called x-modular_src_compile
  x-modular.eclass, line 304:   Called x-modular_src_make
  x-modular.eclass, line 299:   Called die

!!! emake failed

Which is weird, as both the above ebuilds are identical, but:
Code:
diff xorg-server-1.0.99.1_p20060328.ebuild xorg-server-1.0.99.1_p20060402.ebuild
82c82
<       x11-proto/scrnsaverproto
---
>       >=x11-proto/scrnsaverproto-1.1.0
134c134
<       epatch "${FILESDIR}/mesa-dri-copy-sub-buffer-2.patch"
---
>       #epatch "${FILESDIR}/mesa-dri-copy-sub-buffer-2.patch"
137c137
<       epatch "${FILESDIR}/overlay-dix.patch"
---
>       #epatch "${FILESDIR}/overlay-dix.patch"

Seems I need the 'mesa-dri-copy-sub-buffer-2.patch' and the 'overlay-dix.patch', which are commented out in the latest ebuilds! I'm running amd64/nvidia.

'xorg-server-1.0.99.1_p20060328' merges and runs OK. Any ideas?

btw, libcm merge also fails with:
Code:
overlaytest.c:1:19: cm/ws.h: No such file or directory
overlaytest.c: In function `main':
overlaytest.c:6: warning: implicit declaration of function `g_type_init'
overlaytest.c:8: error: `WsDisplay' undeclared (first use in this function)
overlaytest.c:8: error: (Each undeclared identifier is reported only once
overlaytest.c:8: error: for each function it appears in.)
overlaytest.c:8: error: `display' undeclared (first use in this function)
overlaytest.c:8: warning: implicit declaration of function `ws_display_new'
overlaytest.c:8: error: `NULL' undeclared (first use in this function)
overlaytest.c:9: error: `WsScreen' undeclared (first use in this function)
overlaytest.c:9: error: `screen' undeclared (first use in this function)
overlaytest.c:9: warning: implicit declaration of function `ws_display_get_default_screen'
overlaytest.c:10: error: `WsWindow' undeclared (first use in this function)
overlaytest.c:10: error: `root' undeclared (first use in this function)
overlaytest.c:10: warning: implicit declaration of function `ws_screen_get_root_window'
overlaytest.c:11: error: `overlay' undeclared (first use in this function)
overlaytest.c:13: warning: implicit declaration of function `ws_display_init_composite'
overlaytest.c:15: warning: implicit declaration of function `ws_window_redirect_subwindows'
overlaytest.c:17: warning: implicit declaration of function `ws_screen_get_gl_window'
overlaytest.c:19: warning: implicit declaration of function `g_print'
make[3]: *** [overlaytest.o] Error 1
make[3]: *** Waiting for unfinished jobs....
magtest.c: In function `main':
magtest.c:118: warning: passing arg 1 of `cm_magnifier_new' from incompatible pointer type
magtest.c:143: warning: implicit declaration of function `ws_window_gl_finish'
magtest.c:87: warning: unused variable `root'
magtest.c: At top level:
magtest.c:32: warning: 'paint_window' defined but not used
make[3]: Leaving directory `/var/tmp/portage/libcm-0.0.17_p20060401/work/libcm/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libcm-0.0.17_p20060401/work/libcm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libcm-0.0.17_p20060401/work/libcm'
make: *** [all] Error 2

!!! ERROR: x11-libs/libcm-0.0.17_p20060401 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  libcm-0.0.17_p20060401.ebuild, line 56:   Called die
Back to top
View user's profile Send private message
smypee
n00b
n00b


Joined: 11 Oct 2003
Posts: 64
Location: Zurich

PostPosted: Tue Apr 04, 2006 6:53 pm    Post subject: Reply with quote

@roderick: thanks for all your advice. I did a full reinstall today using the install.sh script, but still no success. The I tried a manual installation according to the wiki - still got the message "couldn't open display".

I'm using svn revision 85 of the coffee overlay. package versions are:
Code:

x11-proto/glproto-1.4.6
media-libs/glitz-0.5.5_p20060323
media-libs/mesa-6.5.0_p20060404
x11-base/xgl-0.0.1_p20060401
x11-wm/compiz-0.0.7_p20060404

opengl is set to ati (I'm using fglrx 8.23.7).
So I guess I'll keep on trying with every new revision...
Back to top
View user's profile Send private message
boniek
Guru
Guru


Joined: 26 Mar 2005
Posts: 373

PostPosted: Tue Apr 04, 2006 7:28 pm    Post subject: Reply with quote

neophyte46 wrote:
boniek wrote:
Phlogiston wrote:
smypee wrote:
am I the only one who's xgl is broken since revision 54? all I get is "couldn't open display" messages. it runs fine inside another xserver though...


Same problem here with latest coffee overlay, is there a solution available? And how do I easily downgrade?

Same problem here as well. Hopefully it will be fixed in near future.


I'm not getting this, but my gdm that normally boots doesn't now because it says it cannot load Glcore, speedo and synaptics error. After trying with the startxgl script, closing the xserver (via ctrl-backspace) I might get lucky and launch gdm again where it loads properly. Otherwise, everything still works fine. Though I think one of the compiz plugins sucks up the cpu hard :(

Any ideas?

With respect to yours, are you able to provide more information regarding the 'couldn't open display'

Well I don't really know what kind of information you need. Everything compiles without an error. When trying to launch compiz I get "couldn't open display" . No other errors.
_________________
[HOWTO]New freetype subpixel font rendering for lcd monitors
Back to top
View user's profile Send private message
Maximus2000
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 127
Location: USA

PostPosted: Tue Apr 04, 2006 8:38 pm    Post subject: Reply with quote

Xgl from coffee-testing will not compile getting this error.....
Code:
checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto renderproto fixesproto >= 4.0 dam                  ageproto xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto >= 1.1                   bigreqsproto resourceproto fontsproto inputproto xf86dgaproto videoproto compositeproto >= 0.3 trapproto recordpr                  oto resourceproto xineramaproto evieproto xkbfile xfont xau fontenc xdmcp) were not met:

Requested 'scrnsaverproto >= 1.1' but version of ScrnSaverProto is 1.0.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/xgl-0.0.1_p20060404/work/xgl-xorg/config.log

!!! ERROR: x11-base/xgl-0.0.1_p20060404 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  ebuild.sh, line 1236:   Called x-modular_src_compile
  x-modular.eclass, line 303:   Called x-modular_src_configure
  x-modular.eclass, line 290:   Called econf '--prefix=/usr' '--datadir=/usr/share' '--disable-ipv6' '--enable-xgl                  ' '--enable-xglx' '--enable-glx' '--enable-dri' '--disable-xorg' '--disable-aiglx' '--disable-dmx' '--disable-xvfb                  ' '--disable-xnest' '--disable-xprint' '--with-mesa-source=/var/tmp/portage/xgl-0.0.1_p20060404/work/Mesa' '--with                  -dri-driver-path=/usr/lib/xorg/modules/dri' '--sysconfdir=/etc/X11' '--localstatedir=/var' '--enable-install-setui                  d' '--with-font-dir=/usr/share/fonts' '--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/                  share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1'
  ebuild.sh, line 527:   Called die



I cannot find scrnsaverproto-1.1 in portage.
_________________
Thanks
Maximus
Back to top
View user's profile Send private message
demonhunter
n00b
n00b


Joined: 01 Oct 2005
Posts: 19

PostPosted: Tue Apr 04, 2006 8:59 pm    Post subject: Reply with quote

ok guys, i got something new for you!

In the meantime I can start compiz, I get the blue background etc. This is the first time I got it to run so I do not know yet if any of the plugins already works.

Now for the new part: After I started compiz, I get this whenever I start any program within Xgl:

Code:
 sh-3.00$ Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  453
  Current serial number in output stream:  453


Now that I did not find anywhere in this forum or the wiki!

What could it be???
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Tue Apr 04, 2006 9:16 pm    Post subject: Reply with quote

neophyte46 wrote:
Gnufsh wrote:
It seems like alt-tab no longer goes through windows on all desktops. Is there any way to get this behavior back? It looks like compiz no longer has the switch_all_desktops use flag.


What version are you on?

I just udated to the latest xgl-coffee/trunk overlay and have it. If you look through the settings in gconf you may discover that it incorporates both.

Code:

Alt+Tab switches through windows on current desktop
Ctrl+Alt+Tab switches through windows across all desktops


I believe these two settings are now known as 'initiate' and 'initiate_all'

By the way, for anybody else interested. I haven't discovered any problems yet with the latest xgl-coffee/trunk (forgive me as I forget what version I checked out) I'm on Compiz.....404 anyway

trinity josh # emerge compiz -av
Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-wm/compiz-0.0.7_p20060404  USE="gnome kde svg -aiglx -quinnstorm* -theme_plain" 0 kB [2]

Total size of downloads: 0 kB


Can anybody tell me what the other use flag is fore; aiglx? I noticed there was an option in one of the plugins for it too.




Cheers

I'm on the latest as of this morning. Thanks for the tip. ctrl+alt+tab seems to be a lot harder to hit than just alt-tab, so I may change this.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Apr 04, 2006 10:01 pm    Post subject: Reply with quote

boniek wrote:

Well I don't really know what kind of information you need. Everything compiles without an error. When trying to launch compiz I get "couldn't open display" . No other errors.


Of course still same problem here, solution please...
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Gangsta
n00b
n00b


Joined: 11 Dec 2005
Posts: 12

PostPosted: Tue Apr 04, 2006 10:33 pm    Post subject: Reply with quote

i got a problem with Xgl, i use an ati radeon 9600 with fglrx drivers,
and when ever i start Xgl, in xorg or standalone, it crashes when i type enough to reach the bottom of my xterm, or when i start something from xterm.

The only thing that works is typing in my terminal till i reach te bottom, is there anyone who can help me?

I see only one Error in Xorg.93.log:

Code:
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 0
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 0
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 0
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 0


dmesg give no error. I'm stuck dont what to do.
_________________
Sempron 2800+, Ati Radeon 9600, Xfce-svn, xgl-0.0.1_p20060401 and .compiz-0.0.7_p20060404
Back to top
View user's profile Send private message
demonhunter
n00b
n00b


Joined: 01 Oct 2005
Posts: 19

PostPosted: Wed Apr 05, 2006 12:19 am    Post subject: Reply with quote

Alright... I found something out again. Apparently while I ran the install script, I had the xorg-x11 opengl still selected from my previous tries! Unfortunately the script does not catch this kind of stupidity, so it emerged everything with the wrong opengl.

I came to this conclusion when i could not even run glxinfo anymore when ati-opengl was selected! If I do so, my Xserver just restarts. Same with any application that might use opengl.

Now I even recompiled every package that was emerged during the install script with the xorg-opengl that was not supposed to. But the problem persists. How do I get my opengl working again? What do I have to reemerge?

Thanks in advance!
Back to top
View user's profile Send private message
Gangsta
n00b
n00b


Joined: 11 Dec 2005
Posts: 12

PostPosted: Wed Apr 05, 2006 12:53 am    Post subject: Reply with quote

demonhunter wrote:
Alright... I found something out again. Apparently while I ran the install script, I had the xorg-x11 opengl still selected from my previous tries! Unfortunately the script does not catch this kind of stupidity, so it emerged everything with the wrong opengl.

I came to this conclusion when i could not even run glxinfo anymore when ati-opengl was selected! If I do so, my Xserver just restarts. Same with any application that might use opengl.

Now I even recompiled every package that was emerged during the install script with the xorg-opengl that was not supposed to. But the problem persists. How do I get my opengl working again? What do I have to reemerge?

Thanks in advance!


Your using the xorg-server from the overlay i presume. I dont think the problem is that you compiled the packages with xorg-s11 selected.

I think there is something in that version of xorg-server that cant work with the ati(fglrx) drivers, i had the same problem and the online solution to get opengl working again was to go back to the xorg-server from portage, but i cant get Xgl/Compiz working with its kinda irritating.

Xorg-server-1.0.99.1:
Fglrx: dont work very good only 2d.
Radeon: no dri.
Xgl/Compiz: Xgl work with radeon, only compiz complains about Support for non power of two.

Xorg-server-.1.0.2-R1:
Fglrx: Works.
Radeon: no dri.
Xgl/Compiz: Xgl work with radeon, only compiz complains about Support for non power of two. Xgl crashes when using ati(fglrx).
_________________
Sempron 2800+, Ati Radeon 9600, Xfce-svn, xgl-0.0.1_p20060401 and .compiz-0.0.7_p20060404
Back to top
View user's profile Send private message
Cold-Phoenix
n00b
n00b


Joined: 17 Jun 2004
Posts: 24

PostPosted: Wed Apr 05, 2006 2:56 am    Post subject: Reply with quote

There seems to be an issue with window focus and selection at the moment, from what i can see if you have a number of windows stacked (normally 3+) you can click on the top window but the click will pass to one of the lower windows and bring it to the front even though you clicked on the topmost window. Has anyone else had this problem? Any bugfixes around?
Back to top
View user's profile Send private message
scrop
n00b
n00b


Joined: 27 Mar 2006
Posts: 24

PostPosted: Wed Apr 05, 2006 3:07 am    Post subject: Reply with quote

Let me ask this, under normal Xorg server firefox's tool bar fonts are normal. Under Xgl the tool bar fonts are enormous. Has anyone else seenthat?
Back to top
View user's profile Send private message
codemaker
Guru
Guru


Joined: 03 Jun 2004
Posts: 398
Location: Lisboa, Portugal

PostPosted: Wed Apr 05, 2006 7:14 am    Post subject: Reply with quote

Cold-Phoenix wrote:
There seems to be an issue with window focus and selection at the moment, from what i can see if you have a number of windows stacked (normally 3+) you can click on the top window but the click will pass to one of the lower windows and bring it to the front even though you clicked on the topmost window. Has anyone else had this problem? Any bugfixes around?


Yes, I noticed that too and somebody else on this thread. Don't know of any fix...
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 26, 27, 28, 29, 30, 31  Next
Page 27 of 31

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum