[opensuse] Compiz, start it from where?
Hi list, - Now, if I download and install the latest and shiniest Nvidia driver fors my DELL in order to run compiz/cube rotate all fancy stuff... - where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying? - in short, where do I start it?? -- ------------------------------------------------------------------------- Med venlig hilsen/Best regards Verner Kjærsgaard Novell Certified Linux Professional 10035701 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Verner Kjærsgaard pecked at the keyboard and wrote:
Hi list,
- Now, if I download and install the latest and shiniest Nvidia driver fors my DELL in order to run compiz/cube rotate all fancy stuff...
- where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying?
- in short, where do I start it??
Make sure you have the following package installed and then start the program from the menu tree (System-->More Programs-->Compiz Fusion Icon). (Also, in the future please specify which version of openSUSE you are running and which desktop.) Name : fusion-icon Relocations: (not relocatable) Version : 0.0.1_071020 Vendor: openSUSE Build Service Release : 2.1 Build Date: Sun Oct 21 08:56:20 2007 Install Date: Sun Oct 28 17:40:53 2007 Build Host: build15 Group : System/GUI/Tools Source RPM: fusion-icon-0.0.1_071020-2.1.src.rpm Size : 106911 License: GPLv2 Signature : DSA/SHA1, Sun Oct 21 08:57:10 2007, Key ID 3b3011b76b9d6523 Packager : cyberorg - <cyberorg@cyberorg.info> URL : http://opencompositing.org Summary : This package contains Fusion-Icon. Description : This package contains tray icon that launches compiz, compizconfig-settings-manager and decorators. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Tirsdag den 12. Februar 2008 skrev Ken Schneider:
Verner Kjærsgaard pecked at the keyboard and wrote:
Hi list,
- Now, if I download and install the latest and shiniest Nvidia driver fors my DELL in order to run compiz/cube rotate all fancy stuff...
- where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying?
- in short, where do I start it??
Make sure you have the following package installed and then start the program from the menu tree (System-->More Programs-->Compiz Fusion Icon).
(Also, in the future please specify which version of openSUSE you are running and which desktop.)
Name : fusion-icon Relocations: (not relocatable) Version : 0.0.1_071020 Vendor: openSUSE Build Service Release : 2.1 Build Date: Sun Oct 21 08:56:20 2007 Install Date: Sun Oct 28 17:40:53 2007 Build Host: build15 Group : System/GUI/Tools Source RPM: fusion-icon-0.0.1_071020-2.1.src.rpm Size : 106911 License: GPLv2 Signature : DSA/SHA1, Sun Oct 21 08:57:10 2007, Key ID 3b3011b76b9d6523 Packager : cyberorg - <cyberorg@cyberorg.info> URL : http://opencompositing.org Summary : This package contains Fusion-Icon. Description : This package contains tray icon that launches compiz, compizconfig-settings-manager and decorators.
-- Ken Schneider SuSe since Version 5.2, June 1998
- thanks a lot for your help! - I'm on SuSE10.3/KDE/plain vanilla, sorry I forgot to mention. - I've got the newest NVIDIA driver, it loads perfedtly fine and it runs Google Earth like a breeze. I take that as an acid test :-) - I installed compiz and all. When I start the compiz icon, I right click and select compiz as windows manager. This causes my windows to loose the handles...and it does not start anything compiz. I.E., I cannot rotate and anything. I still got my 8 desktops and all. I'm puzzled a little...any hints? -- ------------------------------------------------------------------------- Med venlig hilsen/Best regards Verner Kjærsgaard Novell Certified Linux Professional 10035701 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Feb 12, 2008 12:55 PM, Verner Kjærsgaard <vk@os-academy.dk> wrote:
- where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying?
- in short, where do I start it??
compiz-manager See : http://en.opensuse.org/NVIDIA http://en.opensuse.org/Compiz_Fusion Cheers -J -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
CyberOrg wrote:
On Feb 12, 2008 12:55 PM, Verner Kjærsgaard <vk@os-academy.dk> wrote:
- where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying?
- in short, where do I start it??
compiz-manager
See : http://en.opensuse.org/NVIDIA http://en.opensuse.org/Compiz_Fusion
Cheers
-J
Run compiz-manager from konsole like J suggested. If it doesn't start, post the output here and somebody will be able to help you. I too have a shiny (relatively new 8600GT overclock edition). For me, the start command required is: #!/bin/bash emerald --replace & sleep 1 LIBGL_ALWAYS_INDIRECT=1 compiz \ --ignore-desktop-hints \ --replace \ --indirect-rendering \ --no-libgl-fallback \ --sm-disable \ ccp & When you find the cli options you need to start compiz, just edit /usr/lib/python2.5/site-packages/FusionIcon/data.py and add the options to line 36 so that it reads similar to: compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', '--no-libgl-fallback', '--indirect-re ndering', 'ccp'] You will then be able to start compiz using fusion-icon. Have fun! -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Tirsdag den 12. Februar 2008 skrev David C. Rankin:
CyberOrg wrote:
On Feb 12, 2008 12:55 PM, Verner Kjærsgaard <vk@os-academy.dk> wrote:
- where on earth to I tell SuSE/KDE to switch to that fancy stuff? - I once found it, but now (10.3), I just can't find/remember what to do to get i flying?
- in short, where do I start it??
compiz-manager
See : http://en.opensuse.org/NVIDIA http://en.opensuse.org/Compiz_Fusion
Cheers
-J
Run compiz-manager from konsole like J suggested. If it doesn't start, post the output here and somebody will be able to help you.
I too have a shiny (relatively new 8600GT overclock edition). For me, the start command required is:
#!/bin/bash emerald --replace & sleep 1 LIBGL_ALWAYS_INDIRECT=1 compiz \ --ignore-desktop-hints \ --replace \ --indirect-rendering \ --no-libgl-fallback \ --sm-disable \ ccp &
When you find the cli options you need to start compiz, just edit /usr/lib/python2.5/site-packages/FusionIcon/data.py
and add the options to line 36 so that it reads similar to:
compiz_args = ['--replace', '--sm-disable', '--ignore-desktop-hints', '--no-libgl-fallback', '--indirect-re ndering', 'ccp']
You will then be able to start compiz using fusion-icon.
Have fun!
This is fantastic! I'll get to it, - and print this out! - thanks to all! -- ------------------------------------------------------------------------- Med venlig hilsen/Best regards Verner Kjærsgaard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
CyberOrg
-
David C. Rankin
-
Ken Schneider
-
Verner Kjærsgaard