UPDATE JULY 2009
The instructions in my original post (see below) are no longer valid because rpm.livna.org/livna-release-8.rpm is no longer available. I didn’t notice this until I tried to reinstall my VLC player.
I found part of the solution to this problem on macles.blogspot.com. This blog gives the following instructions for installing the VLC player.
=============================================
To install VLC just add both repositories and use yum.
wget http://download1.rpmfusion.org/free/fed ... noarch.rpm
[point with your mouse to this address to see the complete url]
wget http://rpms.kwizart.net/kwizart-release-8.rpm
sudo rpm -U *release*rpm
sudo yum install --enablerepo=kwizart-testing vlc mozilla-vlc
==============================================
I opened a terminal and entered the lines above. A lot was installed, but I was informed that some dependencies were missing. However, I was able to solve this problem by entering this line:
sudo yum install fedora-release
Next I repeated the installation of the VLC player:
sudo yum install --enablerepo=kwizart-testing vlc mozilla-vlc
That solved my problem. Now everything is working fine.
==================================================
OLD INSTRUCTIONS
The MPlayer that is installed on the Aspire One does not play divx videos. Fortunately, there is a simple solution. Open a Terminal and enter the following lines (including the URL):
#> su -
#> rpm -ivh http://rpm.livna.org/livna-release-8.rpm
#> yum install vlc
Answer Y(es) when asked.
This will automatically install the VLC media player for Fedora 8, that enables you to watch divx videos.
(To open a Terminal go to Files > My Documents and open the File Manager. Then go to File > Terminal. If you already did the Hack to enable the advanced desktop mode, you can right click on your desktop and select the Terminal.)
I don’t know anything about Linux, but I found this solution on a French website:
http://www.mobifrance.com/articles/eboo ... hp?id=1000
