How to start compiz in ubuntu 7.10 [gutsy] live cd

Asked by Miguel Gaspar

Altough there is a graphical application to enable desktop-effects (compiz), it doesn't seem to work with some ATI graphics cards (ATI Radeon 7500 / M7). But compiz might work with that hardware, as it did in Feisty.
(I already have solved this, but feel free to post other experiences and info)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu compiz Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Miguel Gaspar (ghaspias) said :
#1

In gutsy final release, I got compiz running correctly with an ATI Radeon Mobility 7500 (M7).

Steps to get compiz running:
1 - Open a terminal: go to menu 'Applications > Accessories > Terminal'
2 - Type `sudo -b gedit /etc/X11/xorg.conf` to open that file with root permission, so you can save it back.
3 - Find the line with "DefaultDepth" and change the value from "24" to "16" bit per pixel, without the quotes; save the changes and close.
4 - Now, unload and reload the 'radeon' driver: in the terminal, type `sudo rmmod radeon&&sudo modprobe radeon`.
5 - Restart the X-window: log out, and then press ctrl+alt+backspace (that key combo kills X server, and all graphical applications!), X server will restart automatically.
6 - Login again, go to terminal, and type `SKIP_CHECKS=yes compiz --replace&`; the first parte tells compiz to try to start compiz.real even if some checks failed.

Revision history for this message
Ryan Ferreri (ryan-ryanandcorissa) said :
#2

Hi Miguel,

Thanks for this tip. It got me further than I have gotten before with this chipset. One problem however: Once I started compiz, the edges of my windows disappeared along with the minimize/maximize/close buttons. Any diea why this would be? Is there an effect that does this that I should disable?

Also, assuming I solve the previous problem, how do we get compiz to load when starting ubuntu without typing the command every time? Add it to xorg.conf?

Thanks,
Ryan

Revision history for this message
Paul Kohler (moxiewhimsy) said :
#3

Look in CompizConfig Settings manager — under the Effects heading — for Window Decoration. Particularly check the setting Command, and ensure that the plugin itself is on.

In order to add Compiz to startup. One of many ways is found in System > Preferences > Startup Applications. In the Add dialog, fill in the Command field with 'compiz --replace' and fill in Name and Comment fields with anything that will help you identify the record when you want to find it.

Can you help with this problem?

Provide an answer of your own, or ask Miguel Gaspar for more information if necessary.

To post a message you must log in.