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 3 of 30
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 30
  • Next
Author
Message
monkeyBox
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 111
Joined: Fri Feb 14, 2003 5:07 pm
Location: Dallas, TX
Contact:
Contact monkeyBox
Website

Post by monkeyBox » Sun Feb 12, 2006 9:49 pm

smcallis182 wrote:
I'm doing this from within an existing X session. Here's what's running after I run the cmd from within a terminal:

Code: Select all

$ ps aux | grep X
root     14459  0.6  5.3 32804 27752 tty7    SL   09:42   1:22 /usr/X11R6/bin/X :0 -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
bdavis    9087  0.1  1.6 17260 8460 pts/0    S    13:24   0:00 Xgl :1 -ac -accel glx:pbuffer -accel xv
bdavis    9110  0.0  0.0  1464  476 pts/1    S    13:24   0:00 grep X
You might want to try dropping out of X to do it (that's what works for me), and did you install the modular xorg? This is what I show running (and I'm typing this from inside Xgl):

1000 14082 1 54 10:50 tty1 01:58:44 Xgl -ac -accel xv:fbo -accel glx:pbuffer
root 14092 14082 0 10:50 tty7 00:01:22 /usr/bin/Xorg -auth /tmp/.Xgl-auth-twCE1Q -nolisten tcp -dpms -v -s 0 :93 -terminate
1000 15698 15692 0 14:26 pts/1 00:00:00 grep X
Hmm.. thought I installed Modular Xorg correctly according to the howto from the wiki.. Maybe I didn't? I just started my "normal" X session using GDM.
Top
maxcow
Tux's lil' helper
Tux's lil' helper
Posts: 126
Joined: Fri Jul 04, 2003 5:21 pm

Post by maxcow » Sun Feb 12, 2006 10:02 pm

CoronaLover wrote:Am I the only one who STILL get the black windows bug? :cry:
No, I think everybody with nVidia Geforce 4 MX or similar cards have that problem.
Well, at least I do... :(
Top
zenith_
n00b
n00b
Posts: 2
Joined: Wed Jun 01, 2005 5:17 pm

Post by zenith_ » Sun Feb 12, 2006 10:09 pm

ferg wrote:Hi
Got it working vith latest ati propretary drivers :)

... snip ...

I've also got it working with the ATI drivers. It's looks pretty good. The only downside for me is that for some reason the Mono-Beagle daemon starts consuming 100% CPU. I've not investigated enough to prove it's Xgl, but it only started misbehaving when I ran it for the first time!
What did you do to get this working?

Everything I have emerged have worked fine, but when I start Compiz my screen messes up much like what others have posted screenshots of, with the screen all garbled. Glxcompmgr worked fine, but Compiz does not for some reason....

I really have no clue to as to why it does not work, especially when everybody seems to have better success with the ATI drivers...
Last edited by zenith_ on Sun Feb 12, 2006 10:20 pm, edited 1 time in total.
Top
ianegg
Apprentice
Apprentice
User avatar
Posts: 279
Joined: Wed Oct 26, 2005 1:15 pm
Location: Breakfast.

Post by ianegg » Sun Feb 12, 2006 10:10 pm

TheS4int wrote:has someone tryed to start a tv prog

tvtime and xawtv brings up damaged pictures. is there a way to bring up an overlay through opengl ? ati has an option "OpenGLOverlay"
dont know it has something to do with video overlay. i have a FX5200.

http://www.bytesource.de/bilder/xawtv.png xawtv

http://www.bytesource.de/bilder/tvtime.png tvtime
Tvtime used to get corrupted for me.. it just crashes as soon as I start it currently, though. kdetv allows you to use X11 as an output, but it doesn't stretch to fullscreen.
Top
DeeZiD
n00b
n00b
Posts: 34
Joined: Sat Jun 18, 2005 8:29 pm

Post by DeeZiD » Sun Feb 12, 2006 10:13 pm

@Superstoned: That would be great :)

@TheS4int: I only have problems with ugly flickering because I don't know how to setup VerticalSync for the xserver and that I cannot zoom into the video. I'm using kaffeine with my DVB-t-card.


Does anyone know how to setup vertical sync for the whole Xserver?
My TFT has 60Hz (vert.)


regards Dennis
Top
Plastic
l33t
l33t
Posts: 649
Joined: Wed Mar 24, 2004 12:22 am

Post by Plastic » Sun Feb 12, 2006 10:16 pm

DeeZiD wrote:@Plastic

I've non of these problems. Wobbly causes not even a single problem.

I'm using Hanno's ebuild from 02-11-06 and GCC 4.0.2
My CFLAGS:

Code: Select all

CFLAGS="-O3 -march=athlon-xp -pipe -fvisibility-inlines-hidden"
which card do you have?

regards Dennis
This thread moves too fast. Anyway, I have a Geforce 7800GT, using 8178 drivers. I'm guessing this is AMD64 related. Using latest versions of Hanno's ebuilds.
Top
boniek
Guru
Guru
User avatar
Posts: 373
Joined: Sat Mar 26, 2005 6:02 pm

Post by boniek » Sun Feb 12, 2006 10:20 pm

Okay for people asking how to get true transparency in Xgl just install transset-df (ebuild here ) and xbindkeys (in portage). Then create in your home directory file named .xbindkeysrc with following content:

Code: Select all

"transset-df --min 0.2 -p --dec 0.1"
 control + b:4

"transset-df -p --inc 0.2"
 control + b:5
And then just launch xbindkeys. Now you can control transparency of selected window by pressing ctrl and mouse-wheel-up or mouse-wheel-down (minimum transparency level is set to 0.2, increment is 0.1 if we are fading out and 0.2 if we are fading in - I think it is sensible enough).

I found another irritating bug - when app is loading there is launch feedback in the form of several frames of increasing size (hopefully you get what I mean ;) ). This is awfully slow and cpu usage is skyrocketing :roll: Any ideas how to fix (or disable) it?
Last edited by boniek on Sun Feb 12, 2006 10:29 pm, edited 4 times in total.
[HOWTO]New freetype subpixel font rendering for lcd monitors
Top
BlackEdder
Advocate
Advocate
User avatar
Posts: 2588
Joined: Mon Apr 26, 2004 8:47 am
Location: Dutch enclave in Egham, UK
Contact:
Contact BlackEdder
Website

Post by BlackEdder » Sun Feb 12, 2006 10:23 pm

rob2687 wrote:Is zoom working for anyone?
I can't get it to trigger zoom...
It is working fine here, with windowskey and mousewheelup or windowskey+rightmousebutton
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Sun Feb 12, 2006 10:43 pm

Ok, I just added the switcher patch to the hwto when someone updated the compiz cvs with enabled switcher :?

So to repeat, the switcher plugin is now enabled in compiz cvs
Top
Treovo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 88
Joined: Tue Mar 30, 2004 10:03 pm

Post by Treovo » Sun Feb 12, 2006 10:43 pm

When trying to start compiz with

Code: Select all

LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz
I get:

Code: Select all

 
compiz: Support for non power of two textures missing
compiz: Failed to manage screen: 0
compiz: No manageable screens foudn on display: 1
.: Free your mind and your ass will follow :.
Top
Plastic
l33t
l33t
Posts: 649
Joined: Wed Mar 24, 2004 12:22 am

Post by Plastic » Sun Feb 12, 2006 10:50 pm

Treovo wrote:When trying to start compiz with

Code: Select all

LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz
I get:

Code: Select all

 
compiz: Support for non power of two textures missing
compiz: Failed to manage screen: 0
compiz: No manageable screens foudn on display: 1
You probably need to update your graphics card drivers. What is your graphics card?
Top
DeeZiD
n00b
n00b
Posts: 34
Joined: Sat Jun 18, 2005 8:29 pm

Post by DeeZiD » Sun Feb 12, 2006 10:57 pm

OMG: the window-switcher is really stunning :)
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

Post by rob2687 » Sun Feb 12, 2006 10:59 pm

Belgabor wrote:Ok, I just added the switcher patch to the hwto when someone updated the compiz cvs with enabled switcher :?

So to repeat, the switcher plugin is now enabled in compiz cvs
Can you post a link to the patch?
Sorry but this thread is getting kinda big.
Top
Plastic
l33t
l33t
Posts: 649
Joined: Wed Mar 24, 2004 12:22 am

Post by Plastic » Sun Feb 12, 2006 11:02 pm

rob2687 wrote:
Belgabor wrote:Ok, I just added the switcher patch to the hwto when someone updated the compiz cvs with enabled switcher :?

So to repeat, the switcher plugin is now enabled in compiz cvs
Can you post a link to the patch?
Sorry but this thread is getting kinda big.
No patch needed. Just delete /usr/portage/distfiles/cvs-src/compiz and re-emerge.
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Sun Feb 12, 2006 11:03 pm

rob2687 wrote:
Belgabor wrote:Ok, I just added the switcher patch to the howto when someone updated the compiz cvs with enabled switcher :?

So to repeat, the switcher plugin is now enabled in compiz cvs
Can you post a link to the patch?
Sorry but this thread is getting kinda big.
The point of my post was that the patch is no longer necessary, just get compiz now form cvs :lol:
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Sun Feb 12, 2006 11:05 pm

Plastic wrote: No patch needed. Just delete /usr/portage/distfiles/cvs-src/compiz and re-emerge.
No need to delete. emerge uses cvs update.
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

Post by rob2687 » Sun Feb 12, 2006 11:05 pm

Cool.
I'm running this on Ubuntu. So I just updated from CVS, uninstalled, compile and make installed but I'm getting nothing :?
Top
TheS4int
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Wed May 18, 2005 2:46 pm

Post by TheS4int » Sun Feb 12, 2006 11:07 pm

i have running tv under XGL with mplayer.

just compile mplayer with "v4l2" useflag. good for me at the time
Top
DeeZiD
n00b
n00b
Posts: 34
Joined: Sat Jun 18, 2005 8:29 pm

Post by DeeZiD » Sun Feb 12, 2006 11:20 pm

@TheS4int: Do you have tearing in your videos using mplayer/xine with xv, sdl or opengl2?
Top
tchak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 124
Joined: Tue Aug 19, 2003 6:48 pm
Location: France/Russia
Contact:
Contact tchak
Website

Post by tchak » Sun Feb 12, 2006 11:22 pm

duby2291 wrote:Fixed the libdrm problem!!

I just symlinked /usr/lib64/xorg/modules/linux/libdrm.so.2.0.0 to /usr/lib/libdrm.so..

I got it running with all effects except for wobbly.... Anybody else mage to get wobbly working?
Recompil compiz with wery basic CFLAGS. Compiz is very fragile...
example :

Code: Select all

CFLAGS="-march=athlon64"
maybe this world is another planet's hell...
Athlon64 | ATI Mobility Radeon 9700 | Netgear (Prism54) + ASUS (USB2 ZD1211)
Top
Plastic
l33t
l33t
Posts: 649
Joined: Wed Mar 24, 2004 12:22 am

Post by Plastic » Sun Feb 12, 2006 11:29 pm

tchak wrote:
duby2291 wrote:Fixed the libdrm problem!!

I just symlinked /usr/lib64/xorg/modules/linux/libdrm.so.2.0.0 to /usr/lib/libdrm.so..

I got it running with all effects except for wobbly.... Anybody else mage to get wobbly working?
Recompil compiz with wery basic CFLAGS. Compiz is very fragile...
example :

Code: Select all

CFLAGS="-march=athlon64"
I can't even get wobbly running with no CFLAGS at all. I think it breaks on AMD64. For those who do have wobbly working, can you tell me the exact order of the plugins you are starting? It actually makes a huge difference for some (ex: if switcher is started before fade, it is glitchy and slow).
Top
BlackEdder
Advocate
Advocate
User avatar
Posts: 2588
Joined: Mon Apr 26, 2004 8:47 am
Location: Dutch enclave in Egham, UK
Contact:
Contact BlackEdder
Website

Post by BlackEdder » Sun Feb 12, 2006 11:30 pm

The switcher is very nice. Does anyone else have problems with missing decorations around some applications ? Most seem to work fine except vlc in my case.
Top
TheS4int
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 79
Joined: Wed May 18, 2005 2:46 pm

Post by TheS4int » Sun Feb 12, 2006 11:32 pm

DeeZiD wrote:@TheS4int: Do you have tearing in your videos using mplayer/xine with xv, sdl or opengl2?
yes. all the same whether I use with gl2 or xv or x11. i think its because vsync is disabled under XGL. its like a game :D
Top
omidxo
n00b
n00b
User avatar
Posts: 71
Joined: Wed Feb 23, 2005 12:19 pm

Post by omidxo » Sun Feb 12, 2006 11:47 pm

Any change about compiz:
2006-02-11 David Reveman <davidr@novell.com>

* configure.ac: Bump version to 0.0.2.

* src/window.c:
* src/event.c:
* plugins/fade.c:
* src/display.c:
* include/compiz.h: Lower brightness of windows that are not responding
and all windows when showing logout dialog.

* gnome/window-decorator/gnome-window-decorator.c: Use metacity
titlebar font settings.

* gnome/compiz-window-manager.c: Add titlebar font setting.

* plugins/Makefile.am:
* plugins/switcher.c: Add switcher plugin.

* plugins/gconf.c: Add alpha to color options.
Top
DeeZiD
n00b
n00b
Posts: 34
Joined: Sat Jun 18, 2005 8:29 pm

Post by DeeZiD » Sun Feb 12, 2006 11:55 pm

@TheS4int:

When I'm using X instead of Xgl I can always enable VerticalSync for Opengl oder Xv but in Xgl it is impossible. :(

Isn't there any switch for xorg.conf?


regards Dennis
Top
Locked

745 posts
  • Page 3 of 30
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 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