Monday, October 29, 2007

Ubuntu 7.10 Desktop Effects

Finally, the desktop effect is working on nx8220 based on the guide provided by following link:
http://ubuntuforums.org/showthread.php?t=585045

here is the command:

Code:
sudo gedit /etc/X11/xorg.conf
Skip down to the bottom and find the lines like this:
Code:
Section "Extensions"
Option "Composite" "0"
EndSection
it may say "disable" rather than "0". Change the 0 or disable to 1 so it reads:
Code:
Section "Extensions"
Option "Composite" "1"
EndSection


Code:
sudo apt-get install xserver-xgl
logout and login again.
Code:
sudo apt-get install compizconfig-settings-manager

No comments: