The Blog

Author: admin

Linux XBMC Atom 330 Nvidia ION

Posted on

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:nvidia-vdpau/ppa
sudo add-apt-repository ppa:team-xbmc

The Xorg build in Karmic seems to have the composite extension turned on by default which caused horrible tearing on my build. This can be disabled by adding the following to your xorg.conf file:

Code:
Section "Extensions"
          Option "Composite" "Disable"
EndSection

This fixed the problem with xbmc but caused some ugly problems with gdm which caused the display to not refresh properly when the xsplash animations played. 

 How to:
http://www.springydevelopment.co.uk/2009/11/08/minimal-install-of-xbmc-on-ubuntu-karmic-koala/
http://www.webupd8.org/2009/08/how-to-install-nvidia-190xx-drivers-in.html <– Nvidia drivers

Posted in Uncategorized Leave a comment
« Previous PageNext Page »