Where I can start to study Compiz

Asked by ayongying

Hello everyone
I am a newer to Linux and Now I have a Ubuntu 9.10 Desktop,I want to study Compiz function,But I try again and again,Still fail to enable some effect ...SO where I can start,is there some reference document or guide to the detail steps related with Compiz and fusion icon function.
I am eager to your response ,Thanks for any help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You need to install and configure video drivers. Once they are started then compiz will be enabled by default. You do not need to "study" compiz

Can you give the output of:

sudo lshw -C display

Thanks

Revision history for this message
Ian Ace (iaculallad) said :
#2

Try reading their Wiki pages for more informations:

http://wiki.compiz.org/

Revision history for this message
ayongying (jying-jying) said :
#3

Hello actionparsnip and Ian Ace A. Culallad ,Thanks very much for your help.

Sorry ,I am not in the office and without a Ubuntu system in hand now ,so I
could not get the output :-)
Yesterday ,I installed and configured my video driver-- ATI ,and enable
compiz,it can works fine.
I try several plugins, both works as expected.
But some plugins, such as Rotate Cube ,I still can not make it work.
I remember my steps is:
(1)Enalbe Desktop Cube and Rotate Cube
(2)Change the column of workspace in preference from 2 to 4
(3)But when I click <Control><Alt>Left/Right ,No response.
I wonder whether there is some more steps I missed.

And actionparsnip,Would you like tell me this commond:
sudo lshw -C display
To check what,is it get the Hardware info to the Video driver, Sorry ,I
really have very little knowledge about Linux or Ubuntu system.

Thanks for your kindly help!

On Sat, Mar 6, 2010 at 2:05 PM, Ian Ace A. Culallad <
<email address hidden>> wrote:

> Your question #103402 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/103402
>
> Ian Ace A. Culallad proposed the following answer:
> Try reading their Wiki pages for more informations:
>
> http://wiki.compiz.org/
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/103402/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/103402
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best Sam_ (and-sam) said :
#4

You need to enable Viewport Switcher.
http://wiki.compiz.org/Plugins/ViewportSwitcher
http://wiki.compiz.org/Plugins/Cube#Rotate

Example output (without sudo):
lshw -C display
WARNING: you should run this program as super-user.
  *-display:0 UNCLAIMED
       description: VGA compatible controller
       product: RV370 5B60 [Radeon X300 (PCIE)]
       vendor: ATI Technologies Inc
       physical id: 0
       bus info: pci@0000:05:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master cap_list
       configuration: latency=0
       resources: memory:d8000000-dfffffff(prefetchable) ioport:ae00(size=256) memory:fd7f0000-fd7fffff memory:fd700000-fd71ffff(prefetchable)

To verify a cmd there're manpages available:
man lshw
http://manpages.ubuntu.com/cgi-bin/search.py?title=manpages

https://help.ubuntu.com/9.10/basic-commands/C/

Revision history for this message
Vikram Dhillon (dhillon-v10) said :
#5

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/06/2010 01:16 PM, Sam wrote:
> Question #103402 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/103402
>
> Status: Open => Answered
>
> Sam proposed the following answer:
> You need to enable Viewport Switcher.
> http://wiki.compiz.org/Plugins/ViewportSwitcher
> http://wiki.compiz.org/Plugins/Cube#Rotate
>
> Example output (without sudo):
> lshw -C display
> WARNING: you should run this program as super-user.
> *-display:0 UNCLAIMED
> description: VGA compatible controller
> product: RV370 5B60 [Radeon X300 (PCIE)]
> vendor: ATI Technologies Inc
> physical id: 0
> bus info: pci@0000:05:00.0
> version: 00
> width: 32 bits
> clock: 33MHz
> capabilities: bus_master cap_list
> configuration: latency=0
> resources: memory:d8000000-dfffffff(prefetchable) ioport:ae00(size=256) memory:fd7f0000-fd7fffff memory:fd700000-fd71ffff(prefetchable)
>
> To verify a cmd there're manpages available:
> man lshw
> http://manpages.ubuntu.com/cgi-bin/search.py?title=manpages
>
> https://help.ubuntu.com/9.10/basic-commands/C/
>

One of the best ways to study compiz is to first get familiar with the
code, and then just jump in and start reading the code. In the beginning
you may have some difficulties but later on you realize how beautiful it
is :)

- --
Regards,
Vikram Dhillon

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkuSxesACgkQcoBavQdRHcwTcQCfQ/q/TwV9uyhifsHVuLvULLqY
t8IAn1YltRC41oIijG+eJ+t2N+b8ceTO
=opOQ
-----END PGP SIGNATURE-----

Revision history for this message
ayongying (jying-jying) said :
#6

Thanks Sam, that solved my question.

Revision history for this message
ayongying (jying-jying) said :
#7

Thanks Sam.The info is very useful for me!
When I run lshw -C display,I can get the similar output like you. And I know what it mean now.
I will continue try those effect... Thanks again.
And Vikram ,Thank You.I think maybe reading the code is difficult for me :-) because I have a few knowledge in Linux and coding programmer.Anyway ,I will try my best.
Thanks all of you!