| View previous topic :: View next topic |
| Author |
Message |
scoobydu Veteran


Joined: 16 Feb 2003 Posts: 1076 Location: 'Mind the Gap'
|
Posted: Sun Feb 12, 2006 1:06 pm Post subject: |
|
|
Ok, thanks both for the quick response was hoping DavidR may have turned waimea into compiz, hence no gnome deps, but appears not, looks like its linked to gnome for Novell linux..
Xgl works on my Powerbook, but no window decorations with compiz  _________________ Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective| |
|
| Back to top |
|
 |
TheS4int Tux's lil' helper


Joined: 18 May 2005 Posts: 79
|
Posted: Sun Feb 12, 2006 1:12 pm Post subject: |
|
|
when i use hannos package i become balck screen with shiny effects and fade into black
but with pijulas package all done fine. |
|
| Back to top |
|
 |
prymitive Apprentice

Joined: 13 Jun 2004 Posts: 260
|
Posted: Sun Feb 12, 2006 1:19 pm Post subject: |
|
|
| wernero wrote: | | Code: |
src_compile() {
cp ${FILESDIR}/qwmwindow.moc ${S}/kde/window-decorator/
cp ${FILESDIR}/qwmscreen.moc ${S}/kde/window-decorator/
./autogen.sh --host=${CHOST} \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
|| die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
}
|
|
maybe this would be better:
| Code: |
src_compile() {
cd ${S}/kde/window-decorator
moc qwmwindow.h -oqwmwindow.moc
moc qwmscreen.h -oqwmscreen.moc
cd ${S}
./autogen.sh --host=${CHOST} --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man || die
emake || die
} |
|
|
| Back to top |
|
 |
TheS4int Tux's lil' helper


Joined: 18 May 2005 Posts: 79
|
Posted: Sun Feb 12, 2006 1:41 pm Post subject: |
|
|
| smn wrote: | | TheS4int wrote: | yes great, that does the job!!! THX
only "compiz --replace gconf" causes no window decoration |
if you use gconf you need to add all the modules you want to load to the /apps/compiz/general/allscreens/options/active_plugins key. |
you are absolutly right...
the way i have wobbly and all other effects running with gconf (with decorated windows [title bar, borders, lines]) is to do...
add decoration key to
/apps/compiz/general/allscreens/options/active_plugins
(but as the second key, after gconf, before wobbly, else you become an error)
then you can run
| Code: | | compiz --replace gconf decoration fade switcher move resize place minimize cube rotate zoom scale wobbly |
and you have all fancy effects
here is my start script...
| Code: |
#!/bin/bash
Xgl :1 -ac -accel xv:fbo -accel glx:pbuffer &
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY=:1 compiz --replace gconf decoration fade switcher move resize place minimize cube rotate zoom scale wobbly
DISPLAY=:1 gnome-window-decorator &
DISPLAY=:1 gnome-session &
DISPLAY=:1 xbindkeys & |
Last edited by TheS4int on Sun Feb 12, 2006 3:02 pm; edited 2 times in total |
|
| Back to top |
|
 |
stealth_gsx1300r n00b


Joined: 30 Dec 2003 Posts: 24 Location: Southern MD
|
Posted: Sun Feb 12, 2006 1:54 pm Post subject: |
|
|
| duby2291 wrote: | Well I have run into a problem, I am not able to find anyone else with this problem so I figured I can post a question to see if anyone else is having a similar problem
Anyone seen this before?
[/code]
| Quote: | duby229@xgl-test ~ $ Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer
dlopen: libGLcore.so.1: cannot open shared object file: No such file or directory
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/xgl-test:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running |
|
If you have a nvidia card, make sure you have nvidia-glx installed and that it is eselected "eselect opengl set list" |
|
| Back to top |
|
 |
stealth_gsx1300r n00b


Joined: 30 Dec 2003 Posts: 24 Location: Southern MD
|
Posted: Sun Feb 12, 2006 1:58 pm Post subject: |
|
|
| Anyone able to run Xgl as a user other than root? |
|
| Back to top |
|
 |
nazgum Tux's lil' helper


Joined: 19 Apr 2003 Posts: 111 Location: Canada
|
Posted: Sun Feb 12, 2006 2:00 pm Post subject: |
|
|
Anyone know how to use the expose feature of xgl that lists your open windows in a filmstrip?
I know f12 sorts all your windows into previews, but I loved the filmstrip feature on macs and can't figure out how to do it with xgl.
Also anyone else's pager messed up in gnome? mine only shows one workspace and its all squished..
besides that xgl running awesome here tho =) _________________ Jabber: nazgum@jabber.org |
|
| Back to top |
|
 |
tchak Tux's lil' helper


Joined: 19 Aug 2003 Posts: 124 Location: France/Russia
|
Posted: Sun Feb 12, 2006 2:19 pm Post subject: |
|
|
| Quote: | | Anyone able to run Xgl as a user other than root? |
Newer tried to run it as root, so yes it run as my normal user
| Quote: | Anyone know how to use the expose feature of xgl that lists your open windows in a filmstrip?
I know f12 sorts all your windows into previews, but I loved the filmstrip feature on macs and can't figure out how to do it with xgl.
Also anyone else's pager messed up in gnome? mine only shows one workspace and its all squished.. |
What's this "filmstrip" stuff?
My pager is OK. It show 4 workspaces.
Some one have an Idea on how to do screenshots? _________________ maybe this world is another planet's hell...
Athlon64 | ATI Mobility Radeon 9700 | Netgear (Prism54) + ASUS (USB2 ZD1211) |
|
| Back to top |
|
 |
Belliash Advocate


Joined: 24 Nov 2004 Posts: 2394 Location: Legnica, Poland
|
|
| Back to top |
|
 |
TheS4int Tux's lil' helper


Joined: 18 May 2005 Posts: 79
|
|
| Back to top |
|
 |
tchak Tux's lil' helper


Joined: 19 Aug 2003 Posts: 124 Location: France/Russia
|
Posted: Sun Feb 12, 2006 2:42 pm Post subject: |
|
|
http://tchak13.free.fr/files/Screenshot.png
This is what I get... Not to sexy...
Am I the only one who have some problems with Xgl + screenshots?
Another question
Is glxgears (and other glx applications) souposed to run with Xgl? _________________ maybe this world is another planet's hell...
Athlon64 | ATI Mobility Radeon 9700 | Netgear (Prism54) + ASUS (USB2 ZD1211)
Last edited by tchak on Sun Feb 12, 2006 2:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
nesl247 Veteran

Joined: 15 Jun 2004 Posts: 1614 Location: Florida
|
Posted: Sun Feb 12, 2006 2:48 pm Post subject: |
|
|
| Anyone know why the switcher plugin was not built? Also why is it that gnome-window-decorate puts these really ugly window decorations on? And I can't check to see if it is a setting in the gnome-theme-manager because whenever I load it, it gets a crash.. (Only when using XGL). |
|
| Back to top |
|
 |
ianegg Apprentice


Joined: 26 Oct 2005 Posts: 279 Location: Breakfast.
|
Posted: Sun Feb 12, 2006 2:49 pm Post subject: |
|
|
| duby2291 wrote: | Well I have run into a problem, I am not able to find anyone else with this problem so I figured I can post a question to see if anyone else is having a similar problem
Anyone seen this before?
[/code]
| Quote: | duby229@xgl-test ~ $ Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer
dlopen: libGLcore.so.1: cannot open shared object file: No such file or directory
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/xgl-test:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running |
|
If you don't have another X server running, you may need to delete the lock files in /tmp. Happened to me a few times.. The way I got rid of them is: | Code: | rm /tmp/.X?-lock
rm /tmp/.X11-unix/X? | Then try starting it again.
| nazgum wrote: | Anyone know how to use the expose feature of xgl that lists your open windows in a filmstrip?
I know f12 sorts all your windows into previews, but I loved the filmstrip feature on macs and can't figure out how to do it with xgl.
Also anyone else's pager messed up in gnome? mine only shows one workspace and its all squished..
besides that xgl running awesome here tho =) | There was a patch for this posted a few pages back. Look for "switcher".
| rafkup wrote: | | Can someboody made ebuild for xgl? |
There are already several ebuilds floating around. Look a few pages back for pijalu's last overlay, which should be your best bet to get everything working without much hassle. |
|
| Back to top |
|
 |
boniek Guru


Joined: 26 Mar 2005 Posts: 373
|
Posted: Sun Feb 12, 2006 3:14 pm Post subject: |
|
|
So far almost everything works great. Things to improve:
1) thumb buttons on my mx500 don't work :/ - larger button is detected as button number 49 (wtf?) and smaller one is not detected at all (checked in xev). Also xgl uses xorg6.8's way of mapping mouse keys so only 7 buttons are available to the user.
2) my gnome pager used to switch desktops looks funky - it uses taskbar color as color for desktop's preview background
3) why xgl messes with input (eg. mouse - look 1) ) and window decoration stuff? this is bad, why would we want to reinvent things (obviusly I don't know what Xgl infact is)?
4) very rarely 100% cpu usage by xgl, also I can't shut down Xgl without zapping it (ctrl+alt+backspace)
5) it would be nice to see fluid animation when changing transparency levels instead of immediate change
Other than that it is nice (till I find another irritating bug )! Great work and many thanks for Novell and David Reveman.
My specs:
~x86 system,
ati radeon 9500 @ fglrx 8.22.5,
xgl & rest of stuff emerged yesterday using latest hanno's ebuilds. _________________ [HOWTO]New freetype subpixel font rendering for lcd monitors |
|
| Back to top |
|
 |
monkeyBox Tux's lil' helper


Joined: 14 Feb 2003 Posts: 111 Location: Dallas, TX
|
Posted: Sun Feb 12, 2006 3:25 pm Post subject: |
|
|
Help! I got everything installed correctly. No compile errors. When I run this ocmmand:
| Code: | | Xgl :1 -ac -accel xv -accel glx:pbuffer |
...Nothing happens. No errors, no segfaults, no X, nothing. It just sits there and does nothing. ps aux shows that it's running. What the heck's going on here?[/code] |
|
| Back to top |
|
 |
DeeZiD n00b

Joined: 18 Jun 2005 Posts: 34
|
Posted: Sun Feb 12, 2006 3:44 pm Post subject: |
|
|
TheS4int:
Does your german keyboard-layout work under Xgl?
It does't work for me
But I really like compiz an it effects.
Is there any way to activate other layouts than the english one?
regards Dennis |
|
| Back to top |
|
 |
smn n00b

Joined: 24 Jan 2004 Posts: 68 Location: Vienna, Austria
|
Posted: Sun Feb 12, 2006 4:30 pm Post subject: |
|
|
| boniek wrote: | | 5) it would be nice to see fluid animation when changing transparency levels instead of immediate change |
how did you set the transparency? is there a transparency module for compiz?
btw: i too have the mx500-thumb-button-bug, really annoying, cant live without my thumb buttons  |
|
| Back to top |
|
 |
tchak Tux's lil' helper


Joined: 19 Aug 2003 Posts: 124 Location: France/Russia
|
Posted: Sun Feb 12, 2006 4:33 pm Post subject: |
|
|
| DeeZiD wrote: | TheS4int:
Does your german keyboard-layout work under Xgl?
It does't work for me
But I really like compiz an it effects.
Is there any way to activate other layouts than the english one?
regards Dennis |
add -kb option when you run Xgl _________________ maybe this world is another planet's hell...
Athlon64 | ATI Mobility Radeon 9700 | Netgear (Prism54) + ASUS (USB2 ZD1211) |
|
| Back to top |
|
 |
LL0rd l33t


Joined: 24 May 2004 Posts: 651 Location: Schlundcity
|
Posted: Sun Feb 12, 2006 4:33 pm Post subject: |
|
|
Okay, Xgl works for me now, but what are the commands? How can I rotate to the other side of the cube? _________________ Alte Mathematiker sterben nicht - sie verlieren nur einige ihrer Funktionen. |
|
| Back to top |
|
 |
TheS4int Tux's lil' helper


Joined: 18 May 2005 Posts: 79
|
Posted: Sun Feb 12, 2006 4:35 pm Post subject: |
|
|
at time there is no way for me to activate german layout.
one time i have started it with german layout. but dont know i have done it. it think i have started an xterm instead of gnome-session in my script. and then started gnome-session in it.
other...
Ive found out that fullscreen with mplayer works well with -vo gl2. almoust the same cpu usage in fullscreen like window mode.
but i have to start mplayer without GUI. it crashed my decoration -> title bars and borders where gone.
Last edited by TheS4int on Sun Feb 12, 2006 4:36 pm; edited 1 time in total |
|
| Back to top |
|
 |
smcallis182 Apprentice


Joined: 04 Apr 2004 Posts: 197 Location: Kansas City
|
Posted: Sun Feb 12, 2006 4:35 pm Post subject: |
|
|
| Does anyone know where I can find the code for compiz that's commented? The CVS source isn't, presumably to save bandwidth. Anyone have any clue? |
|
| Back to top |
|
 |
DeeZiD n00b

Joined: 18 Jun 2005 Posts: 34
|
Posted: Sun Feb 12, 2006 4:42 pm Post subject: |
|
|
tchak: thanks, I will try that
TheS4int: xine & mplayer work very fine here with xv, is gl2 faster?[/quote] |
|
| Back to top |
|
 |
DeeZiD n00b

Joined: 18 Jun 2005 Posts: 34
|
Posted: Sun Feb 12, 2006 4:46 pm Post subject: |
|
|
The -kb-option doesn't seem to work
regards Dennis |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10951 Location: the dutch mountains
|
Posted: Mon Feb 13, 2006 6:49 pm Post subject: |
|
|
Continued here _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
|