openSUSE Forums > Applications » How to activate compiz ( at startup ),Opensuse 11.1, KDE 3.5

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read

Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28-Jun-2009, 03:10
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 12
comodofire hasn't been rated much yet
Default How to activate compiz ( at startup ),Opensuse 11.1, KDE 3.5

Hello! I installed Opensuse 11.1 with KDE 3.5 to my netbook. I am trying to use compiz, but I don't know how..I browsed through yast and found out that it is installed. I tried to install Compiz-config settings manager but still cannot see the effects by compiz. How can it be activated at startup. Please help
Reply With Quote
  #2 (permalink)  
Old 28-Jun-2009, 09:59
roberto60's Avatar
Explorer Penguin
 
Join Date: Jul 2008
Posts: 111
roberto60 hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

for what I know compiz works only with KDE 4.0 or higher
__________________
Saluti
R
Reply With Quote
  #3 (permalink)  
Old 28-Jun-2009, 10:12
suse_tpx60s's Avatar
Busy Penguin
 
Join Date: May 2009
Location: EU
Posts: 406
suse_tpx60s hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

In KDE4 you need to enable window effects from within desktop configuration. Can't say for KDE3.5 as I have never used it. As roberto says, it may not even be available for KDE3.5.
__________________
IBM Thinkpad X60s | Intel L2400 1.66Ghz | Mesa DRI Intel 945GM video | 3GB Ram
openSuSE 11.1 | Linux 2.6.27.29-0.1 pae i686 | KDE 4.3.3
Reply With Quote
  #4 (permalink)  
Old 28-Jun-2009, 13:17
Student Penguin
 
Join Date: May 2009
Location: Jakarta, Beijing
Posts: 75
maill hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Hi,
to activate compiz in KDE 3.5 go to
Personal Settings (Configure Desktop)>KDE Components>Session Manager
And choose compiz as your Window Manager,

HTH
__________________
"And just as you want men to do to you, you also do to them likewise."
Luke 6:31 NKJV
Reply With Quote
  #5 (permalink)  
Old 28-Jun-2009, 19:50
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 12
comodofire hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Quote:
Originally Posted by maill View Post
Hi,
to activate compiz in KDE 3.5 go to
Personal Settings (Configure Desktop)>KDE Components>Session Manager
And choose compiz as your Window Manager,

HTH
I tried to change window manager to compiz but still no animations.
I also tried suggestions like editing xorg.conf for AIGLx
but still no luck. Please help
Reply With Quote
  #6 (permalink)  
Old 29-Jun-2009, 00:59
Student Penguin
 
Join Date: May 2009
Location: Jakarta, Beijing
Posts: 75
maill hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

pls run compiz-manager
or
fusion-icon

right click on the compiz icon at the system tray,
select window manager option > compiz,

if it is still not working, try the reload window manager option
and for the animation settings, you can set them at the settings manager
__________________
"And just as you want men to do to you, you also do to them likewise."
Luke 6:31 NKJV
Reply With Quote
  #7 (permalink)  
Old 29-Jun-2009, 10:10
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 12
comodofire hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Quote:
Originally Posted by maill View Post
pls run compiz-manager
or
fusion-icon

right click on the compiz icon at the system tray,
select window manager option > compiz,

if it is still not working, try the reload window manager option
and for the animation settings, you can set them at the settings manager
I tried to run in terminal but some errors came up:

erwin@linux-o0l3:~/Desktop> compiz-manager
which: no fusion-icon in (/opt/kde3/bin:/home/erwin/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
Checking for Xdmx: not present.
Checking for Xgl: not present.
Detected PCI ID for VGA: 00:02.0 0300: 8086:27ae (rev 03) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1024x576) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
/usr/bin/compiz (core) - Error: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
/usr/bin/compiz (core) - Fatal: No manageable screens found on display

do i need to install compiz-fusion? I only see "compiz-fusion-plugins-main" in yast, and it is installed...what other components am i missing at?

Thanks for your patience
Reply With Quote
  #8 (permalink)  
Old 29-Jun-2009, 13:23
Student Penguin
 
Join Date: May 2009
Location: Jakarta, Beijing
Posts: 75
maill hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Quote:
erwin@linux-o0l3:~/Desktop> compiz-manager
which: no fusion-icon
Please install fusion-icon package with yast or zypper,
it's a python script to manage compiz,
And then try to run it from terminal

I got compiz working in my KDE 3.5,
here's the list of my compiz packages, you could compare them with yours,
and install the missing ones,

Code:
rpm -qa | grep -e compiz -e fusion

python-compizconfig
libcompizconfig
compiz
compizconfig-settings-manager
compiz-kde
fusion-icon
libcompizconfig-backend-kconfig
compiz-manager
compiz-fusion-plugins-extra
compiz-fusion-plugins-main
HTH
__________________
"And just as you want men to do to you, you also do to them likewise."
Luke 6:31 NKJV
Reply With Quote
  #9 (permalink)  
Old 30-Jun-2009, 00:43
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 12
comodofire hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Quote:
Originally Posted by maill View Post
Please install fusion-icon package with yast or zypper,
it's a python script to manage compiz,
And then try to run it from terminal

I got compiz working in my KDE 3.5,
here's the list of my compiz packages, you could compare them with yours,
and install the missing ones,

Code:
rpm -qa | grep -e compiz -e fusion

python-compizconfig
libcompizconfig
compiz
compizconfig-settings-manager
compiz-kde
fusion-icon
libcompizconfig-backend-kconfig
compiz-manager
compiz-fusion-plugins-extra
compiz-fusion-plugins-main
HTH
I got fusion-icon installed and some components, tried running compiz-manager and got the icon on the panel..However, still does not work. When I change window manager or reset it, my windows messes up and had to restart...got some more ideas?
Thanks again for your patience..
Reply With Quote
  #10 (permalink)  
Old 30-Jun-2009, 11:55
Student Penguin
 
Join Date: May 2009
Location: Jakarta, Beijing
Posts: 75
maill hasn't been rated much yet
Default Re: How to activate compiz ( at startup ),Opensuse 11.1, KDE

Hi,
pls run this from the terminal:

simple-ccsm

and check the enable effects,
if the problem persists pls read this page,

Compiz Troubleshooting - openSUSE

Goodluck
__________________
"And just as you want men to do to you, you also do to them likewise."
Luke 6:31 NKJV
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2