You are not logged in.

#1 2006-09-06 11:40:29

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

ATTENTION compiz/quinn users!

I upgraded quinn's compiz/plugins today (0.0.13.45_0ubuntu1-1/0.16_0ubuntu1-1) and found that there is a new config GUI called "csm" and old gconf has been dumped. And there are some problems you will encounter if you're going to upgrade: · As I know, csm doesn't migrate your old gconf configs. · Many options are no longer automatically updated after you change them - you may have to restart compiz · gconf plugin has been removed, it's not even optional.You can see my repository info there => http://aquila.deus.googlepages.com/archlinuxpackages

Cheers!

Offline

#2 2006-09-09 20:05:14

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

Re: ATTENTION compiz/quinn users!

Odice wrote:

What i have to change of my previous (using Arch Wiki) compiz xgl installation and configuration?
can you upload the cgwd-themer?

Thanks big_smile

Hi! cgwd-themer is inside the cgwd package. Installation is the same, except for that now you also have to pacman -S csm.

Your previous compiz settings in gconf will just be gone - you need to re-configure it using csm.

Offline

#3 2006-09-10 05:43:19

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: ATTENTION compiz/quinn users!

Quick question on your repo...

I appears that you have been keeping up with the new interfaces and such, but Im confused at how I would install your versions of Xgl/Compiz in comparison to the Arch Wiki.

I noticed that gconf didnt work a while ago, so I simply used the defaults. I would like to use your version, but how?

Do I follow the Arch Linux Wiki page and use your repo instead of their's?

Do I create the files the same way, subsituting the compiz --replace <Long> with compiz --replace dbus csm (Or something like that?)

Sorry for all the questions, but this project is moving so fast its hard to keep up with wink

Thanks!!!

Joe

Offline

#4 2006-09-10 06:32:24

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: ATTENTION compiz/quinn users!

Well, I figured it out ok, and it all works,,,

You have to use dbus-launch for all the commands, however...

Also, when I run dbus-launch cgwd, I dont see any themes... is there a seperate theme package now?

Thanks!!!

Joe

Offline

#5 2006-09-10 16:42:45

jotapesan
Member
From: chile
Registered: 2006-05-30
Posts: 27
Website

Re: ATTENTION compiz/quinn users!

wow!  all my package conflict nightmare is over!

i use launch dbus-launcher csm, but the compiz configuration doesn't change sad


suggestion:
Can you edit the
usr/share/applications/csm.desktop and /usr/share/applications/gcompizthemer.desktop to make easier the use of the packages ?

Offline

#6 2006-09-10 16:55:23

jotapesan
Member
From: chile
Registered: 2006-05-30
Posts: 27
Website

Re: ATTENTION compiz/quinn users!

here's my solution. Now compiz looks great!!

$ cat /usr/bin/compizrc
#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2
dbus-launch compiz --replace dbus csm miniwin decoration transset
place state wobbly fade minimize cube rotate zoom
scale move resize place switcher trailfocus water bs &
        dbus-launch cgwd --replace &
fi

Offline

#7 2006-09-10 18:22:18

thorlinux
Member
From: deutschland
Registered: 2005-08-02
Posts: 23

Re: ATTENTION compiz/quinn users!

jotapesan wrote:

here's my solution. Now compiz looks great!!

$ cat /usr/bin/compizrc
#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2
dbus-launch compiz --replace dbus csm miniwin decoration transset
place state wobbly fade minimize cube rotate zoom
scale move resize place switcher trailfocus water bs &
        dbus-launch cgwd --replace &
fi

LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2 compiz --indirect-rendering --strict-binding --replace dbus csm &
cgwd --replace & 

gruß

Offline

#8 2006-09-10 22:56:49

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: ATTENTION compiz/quinn users!

jotapesan wrote:

here's my solution. Now compiz looks great!!

$ cat /usr/bin/compizrc
#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2
dbus-launch compiz --replace dbus csm miniwin decoration transset
place state wobbly fade minimize cube rotate zoom
scale move resize place switcher trailfocus water bs &
        dbus-launch cgwd --replace &
fi

Mine is even more simple and works like a charm...

#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ 
LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2 
dbus-launch compiz --replace dbus csm &
dbus-launch cgwd --replace &
xmodmap -e "keycode 22 = BackSpace"
fi

Offline

#9 2006-09-11 03:31:27

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

Re: ATTENTION compiz/quinn users!

{
  __GL_SYNC_TO_VBLANK=0 Xgl :5 +kb -ac -br -accel glx:pbuffer -accel xv:fbo -fullscreen -lines -vbo -xvfilter linear -vertextype float >/tmp/xgl.log 2>&1
  echo "EXIT $?" >>/tmp/xgl.log
}&
export DISPLAY=:5
sleep 2

#__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace gconf decoration wobbly fade minimize cube rotate scale move
__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace dbus csm >/tmp/compiz.log 2>&1 &
#cgwd &
gnome-window-decorator &

smile

Offline

#10 2006-09-12 21:19:20

jotapesan
Member
From: chile
Registered: 2006-05-30
Posts: 27
Website

Re: ATTENTION compiz/quinn users!

Joeman1 wrote:
jotapesan wrote:

here's my solution. Now compiz looks great!!

$ cat /usr/bin/compizrc
#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2
dbus-launch compiz --replace dbus csm miniwin decoration transset
place state wobbly fade minimize cube rotate zoom
scale move resize place switcher trailfocus water bs &
        dbus-launch cgwd --replace &
fi

Mine is even more simple and works like a charm...

#!/bin/bash
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
       LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ 
LD_PRELOAD=/opt/mesa-xgl-cvs/lib/libGL.so.1.2 
dbus-launch compiz --replace dbus csm &
dbus-launch cgwd --replace &
xmodmap -e "keycode 22 = BackSpace"
fi

so.. is not necesary to load all the plugins ????/ interesting... ill give it a try...

Offline

#11 2006-09-12 21:21:42

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

Re: ATTENTION compiz/quinn users!

jotapesan wrote:

so.. is not necesary to load all the plugins ????/ interesting... ill give it a try...

Most plugins are loaded by default in the latest compiz. You can use csm to turn on the others later.

Offline

#12 2006-09-13 14:48:09

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,488

Re: ATTENTION compiz/quinn users!

aquila_deus wrote:
{
  __GL_SYNC_TO_VBLANK=0 Xgl :5 +kb -ac -br -accel glx:pbuffer -accel xv:fbo -fullscreen -lines -vbo -xvfilter linear -vertextype float >/tmp/xgl.log 2>&1
  echo "EXIT $?" >>/tmp/xgl.log
}&
export DISPLAY=:5
sleep 2

#__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace gconf decoration wobbly fade minimize cube rotate scale move
__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace dbus csm >/tmp/compiz.log 2>&1 &
#cgwd &
gnome-window-decorator &

smile

What * is * this?


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#13 2006-09-13 16:53:29

aquila_deus
Member
From: Taipei
Registered: 2005-07-02
Posts: 348
Website

Re: ATTENTION compiz/quinn users!

Moo-Crumpus wrote:
aquila_deus wrote:
{
  __GL_SYNC_TO_VBLANK=0 Xgl :5 +kb -ac -br -accel glx:pbuffer -accel xv:fbo -fullscreen -lines -vbo -xvfilter linear -vertextype float >/tmp/xgl.log 2>&1
  echo "EXIT $?" >>/tmp/xgl.log
}&
export DISPLAY=:5
sleep 2

#__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace gconf decoration wobbly fade minimize cube rotate scale move
__GL_FSAA_MODE=2 __GL_LOG_MAX_ANISO=1 __GL_SYNC_TO_VBLANK=1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib compiz --replace dbus csm >/tmp/compiz.log 2>&1 &
#cgwd &
gnome-window-decorator &

smile

What * is * this?

It starts xgl and compiz with nvidia-specific settings smile

Offline

#14 2006-09-21 21:38:16

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,488

Re: ATTENTION compiz/quinn users!

... is it your ... errrh ... xinitrc? Sometimes my brain is .... slow.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

Board footer

Powered by FluxBB