Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

XGL (part 2)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
745 posts
  • Page 8 of 30
    • Jump to page:
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 30
  • Next
Author
Message
etx
n00b
n00b
Posts: 19
Joined: Mon Feb 13, 2006 7:53 pm

Re: i810/i915GM

Post by etx » Mon Feb 13, 2006 10:20 pm

HazarT wrote:Has anyone got xgl/mesa/compiz up and running with the i810 driver??

All i got was a black screen and very broken windows. xterm shows up, but gnome-terminal gets very diffused!

Note: this was before the update, now i just have the Undefined symbol error like the rest of you. Keep up the good work CoffeeBuzz!

http://gentoo-wiki.com/HOWTO_XGL#Black_Windows

Sounds like everyone is seeing this bug. Hrmz...
Top
Thrain
Guru
Guru
User avatar
Posts: 380
Joined: Mon Sep 01, 2003 12:56 pm

Post by Thrain » Mon Feb 13, 2006 10:22 pm

Hello,
solved unresolved symbol bug.

Xgl simply needs to be updated because Mesa adds a new file (t_vb_arbshader.c).

You have to:
- open /usr/portage/distfiles/cvs-src/xgl-xorg/GL/mesa/tnl/Makefile.am
- find these lines and add:

Code: Select all

nodist_libtnl_la_SOURCES = t_array_api.c \
                      t_array_import.c \
                      t_context.c \
                      t_pipeline.c \
                      t_save_api.c \
                      t_save_loopback.c \
                      t_save_playback.c \
                      t_vb_arbprogram.c \
                      t_vb_arbprogram_sse.c \
                      t_vb_arbshader.c \
You HAVE TO ADD the last line

- open /usr/portage/distfiles/cvs-src/xgl-xorg/GL/symlink-mesa.sh
- find these line and add:

Code: Select all

    action t_save_api.h
    action t_save_loopback.c
    action t_save_playback.c
    action t_vb_arbprogram.c
    action t_vb_arbprogram.h
    action t_vb_arbprogram_sse.c
    action t_vb_arbshader.c
You HAVE TO ADD the last line

- exec these commands:

Code: Select all

cd /usr/portage/distfiles/cvs-src/
cp Mesa/src/mesa/shader/slang/slang_utility.* xgl-xorg/GL/mesa/tnl
- and then:

Code: Select all

emerge xgl
;) Happy xgl-ing :lol:
Thrain

"...only astonishment knows..."
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Mon Feb 13, 2006 10:38 pm

recall wrote:Does anyone knows how to put any svg image on the top of cube?
I know that i have to change /apps/compiz/plugins/cube/screen0/options/svgs to some directory, where are those svgs, but nothing happens.
Pay attention while emerging compiz. After configure runs it will show which parts are enabled, the last option being svg. If that says 'no' probably some dependency is missing.
Top
steve_d555
Guru
Guru
User avatar
Posts: 458
Joined: Sun Nov 07, 2004 12:39 am
Location: Belmont, Massachusetts

Post by steve_d555 » Mon Feb 13, 2006 10:44 pm

I have made a couple patches and fixed some of the ebuilds and my current mesa overlay works perfectly. I have posted it here until further notice.
rubyforums | blog | boxwhore
Top
etx
n00b
n00b
Posts: 19
Joined: Mon Feb 13, 2006 7:53 pm

Post by etx » Mon Feb 13, 2006 10:57 pm

Hey Thrain thanks that worked. Now I get another error so im off to figure this one out.

compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :1
Top
Thrain
Guru
Guru
User avatar
Posts: 380
Joined: Mon Sep 01, 2003 12:56 pm

Post by Thrain » Mon Feb 13, 2006 11:01 pm

etx wrote:Hey Thrain thanks that worked. Now I get another error so im off to figure this one out.

compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :1

Code: Select all

LD_LIBRARY_PATH=/usr/lib:/usr/lib/opengl/xorg-x11/lib/ compiz
To you and all others new to this topic please read the howto
http://gentoo-wiki.com/HOWTO_XGL

Have a nice day (or night...) ;)
Thrain

"...only astonishment knows..."
Top
Tyler_Durden
Apprentice
Apprentice
User avatar
Posts: 189
Joined: Tue Jul 27, 2004 10:01 am
Location: Germany

Post by Tyler_Durden » Mon Feb 13, 2006 11:03 pm

Thrain wrote:
;) Happy xgl-ing :lol:
Thanks for your good work, the fun is back again!
Last edited by Tyler_Durden on Mon Feb 13, 2006 11:08 pm, edited 1 time in total.
Gentoo 17.1 x86_64
Intel Core i9-9900K
Asus MAXIMUS XI HERO
AMD Radeon 6800XT
64GB DDR4
Samsung SSD 970 EVO Plus 1TB
8x Seagate Archive (SATA-RAID 64TB)
Digital Devices Cine S2 V6.5 DVB Adapter
Top
steve_d555
Guru
Guru
User avatar
Posts: 458
Joined: Sun Nov 07, 2004 12:39 am
Location: Belmont, Massachusetts

Post by steve_d555 » Mon Feb 13, 2006 11:07 pm

Not wanting to go through 30 pages of other posts but has anyone got XGL to work with Openbox. Everything starts up but one seems to cancel out the other.

EDIT: Otherwise I love it. Everyone seems to dislike Wobbly Windows but I think it is very entertaining especially when you can control it :D
rubyforums | blog | boxwhore
Top
CoffeeBuzz
Apprentice
Apprentice
User avatar
Posts: 269
Joined: Wed Jun 15, 2005 7:11 pm
Location: Canada Eh.
Contact:
Contact CoffeeBuzz
Website

Post by CoffeeBuzz » Mon Feb 13, 2006 11:24 pm

Thrain wrote:Hello,
solved unresolved symbol bug.

Xgl simply needs to be updated because Mesa adds a new file (t_vb_arbshader.c).
haha came in and stole my thunder ;) (look a page back)... i'll have patches out and a new ebuild within a few hours.
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Top
HazarT
n00b
n00b
Posts: 13
Joined: Mon Feb 07, 2005 5:11 am

Wee, a new bug:

Post by HazarT » Mon Feb 13, 2006 11:48 pm

Hello, i tried fixing the unresolved symbols on two different ways now. Both ways solves the problem but they leave me with this:

laptop Desktop # Xgl :1 -ac -accel xv -accel glx:pbuffer
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 94
Current serial number in output stream: 95

laptop Desktop # Xgl :1
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 94
Current serial number in output stream: 95

I have re-emerged both mesa and xgl, what could be the matter? I'm using the intel i810 driver.
Top
recall
n00b
n00b
User avatar
Posts: 32
Joined: Thu Dec 29, 2005 9:31 am
Location: Lithuania

Post by recall » Tue Feb 14, 2006 12:11 am

Belgabor wrote:
recall wrote:Does anyone knows how to put any svg image on the top of cube?
I know that i have to change /apps/compiz/plugins/cube/screen0/options/svgs to some directory, where are those svgs, but nothing happens.
Pay attention while emerging compiz. After configure runs it will show which parts are enabled, the last option being svg. If that says 'no' probably some dependency is missing.
Yes you were right, in default ebuild there is missing --eneble-libsvg-cairo option. But now i found, that i must show svg file itself, not directory as described. So how can i switch images with those shortcuts without any aditional scripts?
Top
bob_111
Apprentice
Apprentice
Posts: 155
Joined: Tue Oct 12, 2004 7:15 am

Post by bob_111 » Tue Feb 14, 2006 12:17 am

Plastic wrote:
bob_111 wrote:Heya fellas. It seems i have gottern everything to work (Except wobbly windows :cry:) on ~AMD64 and nvidia. The only problem is graphoic distortions that make using it impossible. Im using the latest Gnome-light and gtk+, cairo ect. Anyone else have this problem ?

- bob_111
What kind of graphics distortions? There was a post about something like this earlier in the thread.
Hey, i managed to grab them in a screenshot http://img127.imageshack.us/my.php?image=distort4lu.jpg. The distortions go away if i re-render the ecreen / widfet / what ever. It could it be my version of gtk+ or nvidia drivers ?

- bob_111
Top
Haystack
n00b
n00b
Posts: 60
Joined: Mon Nov 28, 2005 4:37 pm
Location: Utrecht, Netherlands
Contact:
Contact Haystack
Website

Re: Wee, a new bug:

Post by Haystack » Tue Feb 14, 2006 12:31 am

HazarT wrote:Hello, i tried fixing the unresolved symbols on two different ways now. Both ways solves the problem but they leave me with this:

laptop Desktop # Xgl :1 -ac -accel xv -accel glx:pbuffer
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 94
Current serial number in output stream: 95

laptop Desktop # Xgl :1
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 94
Current serial number in output stream: 95

I have re-emerged both mesa and xgl, what could be the matter? I'm using the intel i810 driver.
It's very important that the server DOESN'T use the libGL.so deliverd with your driver, but the one delivered with glx:

LD_PRELOAD=/usr/lib/libGL.so Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer

If the /usr/lib/libGL.so isn't the right one, just do a locate to a good one.

http://lists.freedesktop.org/archives/x ... 12101.html
Top
Haystack
n00b
n00b
Posts: 60
Joined: Mon Nov 28, 2005 4:37 pm
Location: Utrecht, Netherlands
Contact:
Contact Haystack
Website

Post by Haystack » Tue Feb 14, 2006 12:34 am

Has anyone outhere any experience with segmentation faults sometimes while starting compiz? It results in XGL shutting down...
Top
duby2291
Guru
Guru
User avatar
Posts: 583
Joined: Sun Oct 17, 2004 4:47 am

Post by duby2291 » Tue Feb 14, 2006 1:02 am

That wiki page is total bull####!!!

We got ******* comin on this thread yelling at everyone to read the wiki page except half of the things that the wiki is instructing is just flat out incorrect....

profane comment!!!!

profane comment!!!!


If you ####### can yell then I should be allowed to yell as well.......
Last edited by duby2291 on Tue Feb 14, 2006 1:18 am, edited 1 time in total.
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

Post by nesl247 » Tue Feb 14, 2006 1:05 am

Dubby, calling us jackasses is not the way to get us to help. And I wouldn't use wobbly windows. I hear nothing but complaints about it. Just follow the wiki and remove the wobbly window part.
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

Post by rob2687 » Tue Feb 14, 2006 1:08 am

Your problem may be related to something completely different. If you see something incorrent in the wiki then correct it! That's the beauty of a wiki. I don't see anything wrong with it. Maybe a couple things should be updated but that's it.

Wobbly works fine here.
Top
duby2291
Guru
Guru
User avatar
Posts: 583
Joined: Sun Oct 17, 2004 4:47 am

Post by duby2291 » Tue Feb 14, 2006 1:17 am

I'm sorry fella's I'll edit my post.... Lost my head there I guess....

Sorry about the foulness... Wont happen again....


Anyhow, I am still not able to get wobbly to work I've tried -O2 -O1 -O0, none of them work....

I had decorations working yesterday but now today they are broken again.... I'm stumped and upset, but I guess that is why the call it experimental huh?
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Tue Feb 14, 2006 2:00 am

recall wrote:
Belgabor wrote:
recall wrote:Does anyone knows how to put any svg image on the top of cube?
I know that i have to change /apps/compiz/plugins/cube/screen0/options/svgs to some directory, where are those svgs, but nothing happens.
Pay attention while emerging compiz. After configure runs it will show which parts are enabled, the last option being svg. If that says 'no' probably some dependency is missing.
Yes you were right, in default ebuild there is missing --eneble-libsvg-cairo option. But now i found, that i must show svg file itself, not directory as described. So how can i switch images with those shortcuts without any aditional scripts?
Unfortunately I don't quite get you :)
I didn't actually try this, but my (hopefully) intelligent guesses follow:
The gconf key is a list of svgs to show.
You can define two shortcuts to go forward/backward (by default space and backspace iirc)
Maybe the central point in getting this to work is you need to activate a key in the rotate settings that allow you to 'lock' onto the top of the cube.

Sorry if that wasn't helpful, maybe if you tell exactly what you tried and did/didn't work I can refine my guesswork :D
Top
d is for decker
n00b
n00b
Posts: 4
Joined: Tue Feb 14, 2006 2:21 am

library load order

Post by d is for decker » Tue Feb 14, 2006 2:31 am

I am an unfortunate black window nvidia user. I was wondering if someone who has this working could do an strace and post/mail/pm the output. What i am looking for is:

Code: Select all

strace Xgl :1 -ac -accel xv -accel glx:pbuffer &> ~/xgl.log&
strace compiz gconf.... &> ~/compiz.log&
xterm
Where you use whatever usual stuff for the LD_* environment variables. I am suspicious of the way in which dlopen is working on my system and recall that reveman said that linking order and symbol resolution/shadowing are *essential* tricks to getting it working.

thanks in advance

EDIT: *refresh*
Top
Tekel
n00b
n00b
Posts: 72
Joined: Fri Dec 16, 2005 2:42 pm
Location: Philadelphia PA
Contact:
Contact Tekel
Website

Post by Tekel » Tue Feb 14, 2006 2:43 am

TheS4int wrote:
flowolf wrote:I made a cool video: http://www.webalice.it/cimi86/gnome/xgl_gray.avi
I have another one but I don't have space to host it :roll:
how did you change the windows style? when i try to change ive every time the same icons in the titlebar.
ive found an style thats like your one at the video... http://www.bytesource.de/bilder/style.png
Any Answer to this quesiton I am sure there are people who are courious to know
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

Post by rob2687 » Tue Feb 14, 2006 3:06 am

Maybe that's glxcompmgr in the video.
Top
Tekel
n00b
n00b
Posts: 72
Joined: Fri Dec 16, 2005 2:42 pm
Location: Philadelphia PA
Contact:
Contact Tekel
Website

Post by Tekel » Tue Feb 14, 2006 3:44 am

rob2687 wrote:Maybe that's glxcompmgr in the video.
Maybe there are a few things he has that look different form my compiz install.
Top
lucida
Apprentice
Apprentice
Posts: 191
Joined: Thu Feb 20, 2003 7:33 pm

3 annoying things

Post by lucida » Tue Feb 14, 2006 3:49 am

Got Xgl up&running 3 days ago without much problem, I guess I'm lucky.
but...

1. Doesn't work well with NVidia's FSAA, especially on mplayer
2. gnome-terminal works around 50% of the time, but xterm just works without any problem
3. can't logout normally, have to ctrl+alt+backspace, then "pkill -u lucida", otherwise, xgl wouldn't start next time

and, may be dumb, but in which package can I find transset working with compiz?
Top
steve_d555
Guru
Guru
User avatar
Posts: 458
Joined: Sun Nov 07, 2004 12:39 am
Location: Belmont, Massachusetts

Re: 3 annoying things

Post by steve_d555 » Tue Feb 14, 2006 4:47 am

lucida wrote:Got Xgl up&running 3 days ago without much problem, I guess I'm lucky.
but...

1. Doesn't work well with NVidia's FSAA, especially on mplayer
2. gnome-terminal works around 50% of the time, but xterm just works without any problem
3. can't logout normally, have to ctrl+alt+backspace, then "pkill -u lucida", otherwise, xgl wouldn't start next time

and, may be dumb, but in which package can I find transset working with compiz?
Check out transset-df and xbindkeys. It allows you to use Ctrl+Wheel to control transparency. Check it out at Gentoo-Wiki.
Otherwise you can just use the transset in portage.
rubyforums | blog | boxwhore
Top
Locked

745 posts
  • Page 8 of 30
    • Jump to page:
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 30
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic