Re: [opensuse] Suse 10.3 Beta1 +Compiz-fusion
On Sat, 2007-08-11 at 17:57 -0700, Ben Kevan wrote:
On Saturday 11 August 2007 04:02:57 pm Art Fore wrote:
On Sat, 2007-08-11 at 10:06 -0700, Ben Kevan wrote:
On Saturday 11 August 2007 09:03:17 am CyberOrg wrote:
On 8/11/07, Art Fore <art.fore@comcast.net> wrote:
Does anyone know how to get compiz-fusion running? I have installed all of the packages incloding those for gnome and kde, but the only thing I can find is compiz manager which does not have any start or stop in it that I can find.
If you have supported graphics card
Try init 3 -> log in as root -> gnome-xgl-switch --enable-xgl -> init 5
login and launch compiz as follows
compiz --replace ccp &
Launch ccsm and select all the plugins you require, type in your window decorator command in decoration plugin.
see also: http://dev.beryl-project.org/~cyberorg/suse/38
Cheers
-J
I would suggest not running XGL with Compiz Fusion if you have native NVIDIA drivers.. What video card do you have?
Here, check out a blog that I wrote about compiz fusion:
http://www.benkevan.com/blog/compiz-fusion-on-opensuse-102/
Hope it helps
-- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me
I have Nvidia geforce 7300 and it is working with the NVIDIA driver. (That would not install with YAST, downloaded the latest version and installed manuall). I will try your writeup when I get back from my swim this morning, but I do have a question. Why does compiz-fusion not require the xgl? (I will uninstall xgl, all of the programs you have listed are installed).
Art
Why would it not install via YaST? Did you do the G01 package? That's the correct one to use. If you are running on native NVIDIA drivers, it can do the rendering for you, and that is why you don't need XGL to do your rendering. Less CPU usage too (I previously ran XGL with Beryl and then switched to NVIDIA native driver, and worked much better and CPU usage stayed way lower with Xorg)..
Thanks
Ben
Done a complete reinstall. The compiz-fusion for 10.3 are in cyberorg SUSEFactory repository instead of 10.2. 10.2 versions have too many dependency problems. The NVIDIA drivers show up in Yast now, but they are for the wrong kernel version. I did install the NVIDIA 100.14.11 driver with no problem. Everything worked upto the sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future. Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 8/12/07, Art Fore <art.fore@comcast.net> wrote:
sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals
It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future.
That should be with double dashes nvidia-xconfig --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals Ciao -J -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sun, 2007-08-12 at 21:33 +0530, CyberOrg wrote:
On 8/12/07, Art Fore <art.fore@comcast.net> wrote:
sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals
It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future.
That should be with double dashes
nvidia-xconfig --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals
Ciao
-J Tried that also, same thing.
Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sunday 12 August 2007 09:03:28 am CyberOrg wrote:
On 8/12/07, Art Fore <art.fore@comcast.net> wrote:
sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals
It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future.
That should be with double dashes
nvidia-xconfig --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals
Ciao
-J
Yeah, I believe wordpress always shows it as a long single.. Sorry about that.. They are indeed -- .. if you do man nvidia-xconfig you can see what each one does.. and also verify it takes 2 --'s -- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sun, 2007-08-12 at 18:05 -0700, Ben Kevan wrote:
On Sunday 12 August 2007 09:03:28 am CyberOrg wrote:
On 8/12/07, Art Fore <art.fore@comcast.net> wrote:
sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals
It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future.
That should be with double dashes
nvidia-xconfig --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals
Ciao
-J
Yeah, I believe wordpress always shows it as a long single.. Sorry about that..
They are indeed -- .. if you do man nvidia-xconfig you can see what each one does.. and also verify it takes 2 --'s
-- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me
Since I could not get compiz to work in 10.3, I tried it on 10.2, also with GeForce 7300 GL. Installed the nvidia drivers per http://www.benkevan.com/blog/compiz-fusion-on-opensuse-102/ Still same problem with the nvidia-xconfig. Turns out I have two of them, /usr/bin/nvidia-xconfig and /usr/bin/X11/nvidia-xconfig. Tried both by adding the path to the command, same thing. Done some searching on the internet where someone had added option "composite" "enabled" in the xorg.conf extensions section. Tried that, still no success with the compiz –replace ccp &. I added the following to the xorg.conf Section "Extensions" option "composite" "enabled" option "allow-glx-with-composite" "enabled" option "render-accel" "enabled" option "add-argb-glx-visuals" "enabled" EndSection Still no success. Here is the output from the pertinent part of the /var/log/xorg.0.log (II) NVIDIA(0): Setting mode "1680x1050" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "CalcAlgorithm" is not used (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX /usr/share/man/man1/nvidia-xconfig.1.gz file does state the all of the --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals are valid arguments. Could Ben Kevan post his info from the xorg.conf and xorg.0.log file so we can compare the two? Or, does anyone else have any suggestions. Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, 2007-08-13 at 21:58 +0800, Art Fore wrote:
On Sun, 2007-08-12 at 18:05 -0700, Ben Kevan wrote:
On Sunday 12 August 2007 09:03:28 am CyberOrg wrote:
On 8/12/07, Art Fore <art.fore@comcast.net> wrote:
sudo nvidia-xconfig –composite –allow-glx-with-composite –render-accel – add-argb-glx-visuals
It comes back with invalid option -composite. Guess it is because of not having the susefied nvidia drivers for 10.3. Maybe in the near future.
That should be with double dashes
nvidia-xconfig --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals
Ciao
-J
Yeah, I believe wordpress always shows it as a long single.. Sorry about that..
They are indeed -- .. if you do man nvidia-xconfig you can see what each one does.. and also verify it takes 2 --'s
-- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me
Since I could not get compiz to work in 10.3, I tried it on 10.2, also with GeForce 7300 GL. Installed the nvidia drivers per http://www.benkevan.com/blog/compiz-fusion-on-opensuse-102/
Still same problem with the nvidia-xconfig. Turns out I have two of them, /usr/bin/nvidia-xconfig and /usr/bin/X11/nvidia-xconfig. Tried both by adding the path to the command, same thing.
Done some searching on the internet where someone had added option "composite" "enabled" in the xorg.conf extensions section. Tried that, still no success with the compiz –replace ccp &. I added the following to the xorg.conf
Section "Extensions" option "composite" "enabled" option "allow-glx-with-composite" "enabled" option "render-accel" "enabled" option "add-argb-glx-visuals" "enabled" EndSection
Still no success. Here is the output from the pertinent part of the /var/log/xorg.0.log
(II) NVIDIA(0): Setting mode "1680x1050" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "CalcAlgorithm" is not used (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX
/usr/share/man/man1/nvidia-xconfig.1.gz file does state the all of the --composite --allow-glx-with-composite --render-accel --add-argb-glx-visuals are valid arguments.
Could Ben Kevan post his info from the xorg.conf and xorg.0.log file so we can compare the two? Or, does anyone else have any suggestions.
Art
Something I just noted. I rebooted and tried again with the compiz –replace ccp & and got the following error in addition to what I had before compiz: Trying '/usr/$LIB/libIndirectGL.so.1' ERROR: ld.so: object '/usr/$LIB/libIndirectGL.so.1' from LD_PRELOAD cannot be preloaded: ignored. I have no /usr/$LIB directory. Anyone know what this means? Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 8/13/07, Art Fore <art.fore@comcast.net> wrote:
Something I just noted. I rebooted and tried again with the compiz –replace ccp & and got the following error in addition to what I had before
compiz: Trying '/usr/$LIB/libIndirectGL.so.1' ERROR: ld.so: object '/usr/$LIB/libIndirectGL.so.1' from LD_PRELOAD cannot be preloaded: ignored.
I have no /usr/$LIB directory. Anyone know what this means?
Copy and paste this in shell as root, spelling mistakes are not excused ;) : nvidia-xconfig --composite --allow-glx-with-composite --add-argb-glx-visuals Install Mesa from xorg72 repository ( http://software.opensuse.org/search ) Ciao -J -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, 2007-08-13 at 20:34 +0530, CyberOrg wrote:
On 8/13/07, Art Fore <art.fore@comcast.net> wrote:
Something I just noted. I rebooted and tried again with the compiz –replace ccp & and got the following error in addition to what I had before
compiz: Trying '/usr/$LIB/libIndirectGL.so.1' ERROR: ld.so: object '/usr/$LIB/libIndirectGL.so.1' from LD_PRELOAD cannot be preloaded: ignored.
I have no /usr/$LIB directory. Anyone know what this means?
Copy and paste this in shell as root, spelling mistakes are not excused ;) :
nvidia-xconfig --composite --allow-glx-with-composite --add-argb-glx-visuals
Install Mesa from xorg72 repository ( http://software.opensuse.org/search )
Ciao
-J
No luck. Still the same even after rebooting. Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
. I added the following to the xorg.conf
option "composite" "enabled"
My xorg.cong only has the one line above under extensions
option "allow-glx-with-composite" "enabled" option "render-accel" "enabled" option "add-argb-glx-visuals" "enabled"
These three lines go under Screen in my (working) nvidia setup
Still no success.
Have you set: DefaultDepth 24 under Screen? Just a thought. Steve. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, 13 Aug 2007 18:24:23 +0100, Primm <lynn@steve-ss.com> wrote:
. I added the following to the xorg.conf
option "composite" "enabled"
My xorg.cong only has the one line above under extensions
option "allow-glx-with-composite" "enabled" option "render-accel" "enabled" option "add-argb-glx-visuals" "enabled"
These three lines go under Screen in my (working) nvidia setup
Still no success.
Have you set:
DefaultDepth 24
under Screen?
Just a thought.
Steve.
Hi, just a quick note to say that the first official version: Compiz-Fusion 0.5.2 (development) was released today. http://forum.compiz-fusion.org/showthread.php?t=3154 Thanks, David. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi, just a quick note to say that the first official version: Compiz-Fusion 0.5.2 (development) was released today. http://forum.compiz-fusion.org/showthread.php?t=3154 Thanks,
David.
Are those more up to date than the git releases in the opensuse 10.2 cyberorg repo? What do you recommend for folk with git installs. Uninstall the git and install 0.5.2 meanwhile? Not clear on how to follow the project. Cheers. Steve. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 13 August 2007 05:11:16 pm Primm wrote:
Hi, just a quick note to say that the first official version: Compiz-Fusion 0.5.2 (development) was released today. http://forum.compiz-fusion.org/showthread.php?t=3154 Thanks,
David.
Are those more up to date than the git releases in the opensuse 10.2 cyberorg repo? What do you recommend for folk with git installs. Uninstall the git and install 0.5.2 meanwhile? Not clear on how to follow the project.
Cheers. Steve.
Those should be more up to date then those on Cyberorg repository. Although there was no numbering system before this (that I know of). Hopefully Cyberorg repo will be updated shortly.. May just install from source.. -- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 8/14/07, Ben Kevan <ben.kevan@gmail.com> wrote:
On Monday 13 August 2007 05:11:16 pm Primm wrote:
Hi, just a quick note to say that the first official version: Compiz-Fusion 0.5.2 (development) was released today. http://forum.compiz-fusion.org/showthread.php?t=3154 Thanks,
David.
Are those more up to date than the git releases in the opensuse 10.2 cyberorg repo? What do you recommend for folk with git installs. Uninstall the git and install 0.5.2 meanwhile? Not clear on how to follow the project.
Hopefully Cyberorg repo will be updated shortly..
Compiz-Fusion packages in X11:XGL (Stable) are now updated to 0.5.2. The -git packages in home:cyberorg(Test) are roughly equal to 0.5.2 packages in X11:XGL. They may require xorg packages from xorg73 repository to run. More details here: http://dev.beryl-project.org/~cyberorg/suse/51/ Cheers -J -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, 2007-08-13 at 19:24 +0200, Primm wrote:
. I added the following to the xorg.conf
option "composite" "enabled"
My xorg.cong only has the one line above under extensions
option "allow-glx-with-composite" "enabled" option "render-accel" "enabled" option "add-argb-glx-visuals" "enabled"
These three lines go under Screen in my (working) nvidia setup
Still no success.
Have you set:
DefaultDepth 24
under Screen?
Just a thought.
Steve.
Yes Art -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Art Fore
-
Ben Kevan
-
CyberOrg
-
d_garbage
-
Primm