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

Goto page Previous  1, 2, 3 ... 32, 33, 34 ... 38, 39, 40  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
akb
Guru
Guru


Joined: 25 Jan 2003
Posts: 314
Location: Wolfenbüttel/Germany

PostPosted: Mon May 29, 2006 10:40 pm    Post subject: Reply with quote

another quick tipp: i've searched for a possibility to change compiz' titlebar font and noticed that it makes use of metacitys titlebar setting. so one simply has to change /apps/metacity/general/titlebar_font in gconf-editor (or use a gnome app to edit settings for metacity i think).
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Mon May 29, 2006 11:16 pm    Post subject: Reply with quote

akb wrote:
another quick tipp: i've searched for a possibility to change compiz' titlebar font and noticed that it makes use of metacitys titlebar setting. so one simply has to change /apps/metacity/general/titlebar_font in gconf-editor (or use a gnome app to edit settings for metacity i think).

if you have gnome installed on your machine, you can type gnome-font-properties to chanhe compiz titlebar font.
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
star.dancer
Tux's lil' helper
Tux's lil' helper


Joined: 18 Sep 2004
Posts: 93

PostPosted: Tue May 30, 2006 5:00 am    Post subject: xgl and NetworkManager Reply with quote

Does anyone have NetworkManger working with Xgl? It seems nm-applet is starting fine here, but it doesn´t show up in any of my panels, I have a sneaking suspicion that this has to do with xgl/compiz somehow.
Back to top
View user's profile Send private message
reflex
n00b
n00b


Joined: 07 Jul 2005
Posts: 38

PostPosted: Tue May 30, 2006 8:47 am    Post subject: Reply with quote

firefox downloads crashes compiz everytime :(
Back to top
View user's profile Send private message
mikkoloo
Apprentice
Apprentice


Joined: 04 Nov 2003
Posts: 159
Location: .se and .nl

PostPosted: Tue May 30, 2006 2:40 pm    Post subject: Reply with quote

from the wiki:

Code:
x11-wm/compiz-quinnstorm gnome svg # This does not support KDE


In what way? Id like to try some of the effects in quinnstorm, but I just wanted to know the severity of the "not supported" message there.
_________________
----
AMD 64 4000+, nforce4 mobo, 2GB RAM, 200Gb SATA HDD, xfx Geforce 7900GT XE
----
HP pavilion zv5470EA: AMD 64 3400+, 512 Mb RAM, 80 Gb HDD, nvidia GeForce4 440 Go 64M, Cabletron RoamAbout 802.11 DS (orinoco gold) WiFi. Creative Webcam Pro (ov511)
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Tue May 30, 2006 2:41 pm    Post subject: Reply with quote

To my knowledge, most of the stuff is made for gnome. I am probably wrong here.. That and the fact that compiz-quinnstorm's ebuild doesn't have the kde USE flag, thus it isn't supported.

If compiz-quinnstorm does work for kde, I will add the kde flag in there and remove the warning from the wiki.
Back to top
View user's profile Send private message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Tue May 30, 2006 2:52 pm    Post subject: Reply with quote

How can I do to run the XGL directly at startup? I followed the howto, but it works only from this startxgl:
Code:
##########/usr/bin/startxgl-xfce4##########
#!/bin/bash

USE_COLOR=1
msg() {
  if [ $USE_COLOR -eq 1 ]; then
    echo -e "\033[1;32m==>\033[1;0m \033[1;1m$1\033[1;0m" >&2
  else
    echo "==> $1" >&2
  fi
}

if [ -z "$1" ]; then
  xgldisplay=1
else
  xgldisplay=$1
fi

# OpenGL settings (only for nVidia users!!!)
export __GL_FSAA_MODE=1
export __GL_LOG_MAX_ANISO=2
export __GL_SYNC_TO_VBLANK=1

msg "Starting XGL at display :$xgldisplay"
# ATI users must use "xv:pbuffer"!!!
Xgl :$xgldisplay -ac -accel xv -accel glx:pbuffer &
sleep 1
msg "Starting Compiz (window and composite manager)"
DISPLAY=:$xgldisplay LD_LIBRARY_PATH=/opt/mesa-cvs/lib/ compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher opacity &
sleep 1
msg "Starting gnome-window-decorator"
DISPLAY=:$xgldisplay gnome-window-decorator &
sleep 1
msg "Starting xfce4-session"
DISPLAY=:$xgldisplay xfce4-session

_________________
http://www.feelingsofgreatness.net
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


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

PostPosted: Tue May 30, 2006 3:26 pm    Post subject: Reply with quote

nesl247 wrote:
To my knowledge, most of the stuff is made for gnome. I am probably wrong here.. That and the fact that compiz-quinnstorm's ebuild doesn't have the kde USE flag, thus it isn't supported.

If compiz-quinnstorm does work for kde, I will add the kde flag in there and remove the warning from the wiki.


I've been using compiz-quinnstorm with kde with no problems.
I have both kde and gnome installed but work pretty much
always in kde. I use GDM to start XGL. I also have FVWM
installed and it run's fine on top of XGL.
_________________
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
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Tue May 30, 2006 3:27 pm    Post subject: Reply with quote

Guess I will be adding in the KDE flag then.
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Tue May 30, 2006 4:25 pm    Post subject: Reply with quote

Wait, do you use compiz-quinnstorm with kde-window-decorator, or with gnome-window-decorator? If gnome, someone can remove that warning about not support for kde.

Unless you use k-w-d, I won't add the kde useflag because that is what it is for.
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


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

PostPosted: Tue May 30, 2006 4:37 pm    Post subject: Reply with quote

nesl247 wrote:
Wait, do you use compiz-quinnstorm with kde-window-decorator, or with gnome-window-decorator? If gnome, someone can remove that warning about not support for kde.

Unless you use k-w-d, I won't add the kde useflag because that is what it is for.


i use gnome-window-decorator
_________________
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
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Tue May 30, 2006 4:41 pm    Post subject: Reply with quote

Ok then, just need to remove the warning on the wiki. k-w-d is useless in compiz-quinnstorm as the patches are for gnome.
Back to top
View user's profile Send private message
akb
Guru
Guru


Joined: 25 Jan 2003
Posts: 314
Location: Wolfenbüttel/Germany

PostPosted: Tue May 30, 2006 6:10 pm    Post subject: Reply with quote

mel_82 wrote:
How can I do to run the XGL directly at startup? I followed the howto, but it works only from this startxgl:


you could make use of my description -> https://forums.gentoo.org/viewtopic-p-3344649.html#3344649
its not a real walkthrough/howto, but you can use it as a template for your needs, i think.
Back to top
View user's profile Send private message
mikkoloo
Apprentice
Apprentice


Joined: 04 Nov 2003
Posts: 159
Location: .se and .nl

PostPosted: Tue May 30, 2006 9:24 pm    Post subject: Reply with quote

nesl247 wrote:
To my knowledge, most of the stuff is made for gnome. I am probably wrong here.. That and the fact that compiz-quinnstorm's ebuild doesn't have the kde USE flag, thus it isn't supported.

If compiz-quinnstorm does work for kde, I will add the kde flag in there and remove the warning from the wiki.


As far as I see quinnstorm is working fine on my KDE. I just have an issue with the animations beeing in slow motion (without that mode on). But I red somewhere that that's a bug and is fixed in the latest CVS. The native window switcher in KDE doesnt work either, but I think that's about it. It's damn stable and I've never had a crash due to XGL.

edit: I dont know if this cosmetic issue is specific to KDE, but once I minimize a window by clicking the bar button on the bottom kicker and then clicks it again its gonna show up on another spot, usually very low and just half of the window above the visible area..
_________________
----
AMD 64 4000+, nforce4 mobo, 2GB RAM, 200Gb SATA HDD, xfx Geforce 7900GT XE
----
HP pavilion zv5470EA: AMD 64 3400+, 512 Mb RAM, 80 Gb HDD, nvidia GeForce4 440 Go 64M, Cabletron RoamAbout 802.11 DS (orinoco gold) WiFi. Creative Webcam Pro (ov511)
Back to top
View user's profile Send private message
SPY_jmr1
n00b
n00b


Joined: 02 Jan 2004
Posts: 62

PostPosted: Tue May 30, 2006 10:05 pm    Post subject: Reply with quote

mikkoloo wrote:


As far as I see quinnstorm is working fine on my KDE. I just have an issue with the animations beeing in slow motion (without that mode on). But I red somewhere that that's a bug and is fixed in the latest CVS. The native window switcher in KDE doesnt work either, but I think that's about it. It's damn stable and I've never had a crash due to XGL.

edit: I dont know if this cosmetic issue is specific to KDE, but once I minimize a window by clicking the bar button on the bottom kicker and then clicks it again its gonna show up on another spot, usually very low and just half of the window above the visible area..


The speed thing, it needed some messing with the speed values in gconf-config (what I use) to fix. I had to take some decimal values out and just replaced them with 8 and 3, the same as the other speed settings.

The minimize thing, mine does that too, not sure exactly what causes it, but it seems the worst if you minimize and then quickly un-minimize. If you give it a second, it does ok.

I noticed also that at some point, I assume in compiz, the grouping of docked windows was fixed. Before, in an app such as xmms with multiple docked windows, it would treat them seperately rather then as a group.

All solid and stable here on kde 3.5.2.
Back to top
View user's profile Send private message
roderick
l33t
l33t


Joined: 11 Jul 2005
Posts: 908
Location: St. John's, NL CANADA

PostPosted: Wed May 31, 2006 3:12 am    Post subject: Reply with quote

The KDE flag and Qt requirements were removed intentionally.

They were there to build the skeleton kde-window-decorator. Since this is a non-functional skeleton, we removed it and it should stay that way (at least until someone fleshes out the kde-window-decorator).

This does not mean compiz will not work with KDE, it just means you have to install a whole lot of gnome packages to make it run on a KDE only system (not ideal, but it works). In this case, you use the gnome-window-decorator and load the normal KDE (probably via startkde).

Hope this helps clear up some confusion.
_________________
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Back to top
View user's profile Send private message
mikkoloo
Apprentice
Apprentice


Joined: 04 Nov 2003
Posts: 159
Location: .se and .nl

PostPosted: Wed May 31, 2006 6:57 am    Post subject: Reply with quote

yea, it does. i dont mind using the gnome-window-decorator and it works like a charm, but i understand its gnome and not native qt/kde code at all. I still have an issue with xmms btw. The playlist is treated sepparatley.

I just updated the svn btw and to my surprise the function where you hit Ctrl Alt Down to get an overwiew of all screens is gone! It was an awsome thing, where did it go? Maybe one of my plugins failed or something but I just updated, didnt really change anything. Even tried the quinnstorm, but it just flipped "novell" up on the bottom of the box, which is like 1/10 000 as useful ;)
_________________
----
AMD 64 4000+, nforce4 mobo, 2GB RAM, 200Gb SATA HDD, xfx Geforce 7900GT XE
----
HP pavilion zv5470EA: AMD 64 3400+, 512 Mb RAM, 80 Gb HDD, nvidia GeForce4 440 Go 64M, Cabletron RoamAbout 802.11 DS (orinoco gold) WiFi. Creative Webcam Pro (ov511)
Back to top
View user's profile Send private message
gravedigga_23
Apprentice
Apprentice


Joined: 11 Oct 2005
Posts: 166
Location: Oldenburg

PostPosted: Wed May 31, 2006 7:34 am    Post subject: Reply with quote

mikkoloo wrote:
yea, it does. i dont mind using the gnome-window-decorator and it works like a charm, but i understand its gnome and not native qt/kde code at all. I still have an issue with xmms btw. The playlist is treated sepparatley.


U are funny :D
U wants a native QT window decorator for compiz, and u use xmms1 what is based on gtk1 :-)
Try amarok >= 1.4, its great, and native QT!
xmms2 has some QT GUIs too.
Back to top
View user's profile Send private message
mikkoloo
Apprentice
Apprentice


Joined: 04 Nov 2003
Posts: 159
Location: .se and .nl

PostPosted: Wed May 31, 2006 9:10 am    Post subject: Reply with quote

Yea I know all that, but,

Well, I didnt really say I wanted a QT window decorator, I actually said Im fine with the gnome one. The thing is I have GTK applications that work with minimizing several MDI (child) windows. I had the same issue with blackbox and xmms before (it simply doesnt treat the playlist as a part of xmms as it should do), so its not KDE/compiz related I guess, just how xmms is done.

I have used amarok a looong time but sometimes xmms is better suited.
xmms2? what did i miss? (sorry, dont answer this, overly off topic)
_________________
----
AMD 64 4000+, nforce4 mobo, 2GB RAM, 200Gb SATA HDD, xfx Geforce 7900GT XE
----
HP pavilion zv5470EA: AMD 64 3400+, 512 Mb RAM, 80 Gb HDD, nvidia GeForce4 440 Go 64M, Cabletron RoamAbout 802.11 DS (orinoco gold) WiFi. Creative Webcam Pro (ov511)
Back to top
View user's profile Send private message
fastMoon
n00b
n00b


Joined: 30 Jul 2003
Posts: 41

PostPosted: Wed May 31, 2006 10:44 am    Post subject: starting xgl/compiz Reply with quote

question about my custom script from a shell :

#!/bin/bash
#exec /usr/bin/fvwm
echo "Starting X Server with XGL"
Xgl :1 -ac -accel xv:pbuffer -accel glx:pbuffer &
sleep 15
echo " Starting Compiz"
DISPLAY=:1 /usr/bin/compiz --replace gconf &
sleep 15
echo " Starting Window Manager"
DISPLAY=:1 gnome-window-decorator &
DISPLAY=:1 /usr/libexec/gnome-settings-daemon &
DISPLAY=:1 nautilus -n --sync &
DISPLAY=:1 gnome-panel &
exec DISPLAY=:1 xterm
#echo " DONE!"
#sleep 1

it gives some errors but it works :) :) and I can use all the nice compiz-effects.
but when I choose this session in entrance ( or any other logon manager: qingy, kdm, gdm, xdm) it doesn't work.
Or it seems to end directly....
I just want one session for Xgl/Compiz in /etc/X11/Sessions
any thoughts appreciated
_________________
Let's try and bring some water to the moon.
Back to top
View user's profile Send private message
akb
Guru
Guru


Joined: 25 Jan 2003
Posts: 314
Location: Wolfenbüttel/Germany

PostPosted: Wed May 31, 2006 10:51 am    Post subject: Reply with quote

are you reading this thread or is it my fault as my description is unusable? -> https://forums.gentoo.org/viewtopic-p-3344649.html#3344649

edit: :-)
Back to top
View user's profile Send private message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Wed May 31, 2006 12:11 pm    Post subject: Reply with quote

I can't use the F12 compiz feature... I believe it may be a compiz plugin problem.

With gconf-editor I see:
apps -> compiz -> general -> allscreens -> options ->
active plugin=gconf,decoration,woobly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,switcher

But in "apps -> compiz -> plugins" the only folder is "fade".
_________________
http://www.feelingsofgreatness.net
Back to top
View user's profile Send private message
sternklang
Veteran
Veteran


Joined: 10 Sep 2005
Posts: 1641
Location: Somewhere in time and space

PostPosted: Wed May 31, 2006 12:28 pm    Post subject: Reply with quote

mikkoloo wrote:
I just updated the svn btw and to my surprise the function where you hit Ctrl Alt Down to get an overwiew of all screens is gone! It was an awsome thing, where did it go?

Yeah, I hate it when a new feature steals an existing keybinding. To get it back, edit /apps/compiz/plugins/cube/screen0/options/unfold and set it back to <Control><Alt>Down, then edit /apps/compiz/plugins/rotate/screen0/options/rotate_down and either change it to a different keybinding or (as I did) delete the binding so it's disabled. If you do the latter, you should probably also delete the binding for rotate_up.
Back to top
View user's profile Send private message
Xithix
Apprentice
Apprentice


Joined: 31 Dec 2004
Posts: 228

PostPosted: Wed May 31, 2006 1:54 pm    Post subject: Reply with quote

mel_82 wrote:
I can't use the F12 compiz feature... I believe it may be a compiz plugin problem.

With gconf-editor I see:
apps -> compiz -> general -> allscreens -> options ->
active plugin=gconf,decoration,woobly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,switcher

But in "apps -> compiz -> plugins" the only folder is "fade".


Try hitting your Pause/Break key instead of F12.
Back to top
View user's profile Send private message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Wed May 31, 2006 3:40 pm    Post subject: Reply with quote

Xithix wrote:

Try hitting your Pause/Break key instead of F12.

Hei! Thanks, that works..

But if I can't view the scale plugin in gconf-editor.. How can I change the default shortcut?
_________________
http://www.feelingsofgreatness.net
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 ... 32, 33, 34 ... 38, 39, 40  Next
Page 33 of 40

 
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