For fully working revo on moblin 2.1 go here
So you just bought a Acer revo and put moblin and it's so slow that it makes you cringe? Well here is how to fix it.
So first we need to install Nvidia's proprietary "nvidia" module. In order to do this we have to recompile xorg-x11-server to have xinerama support. Then we need to install it and after that install the nvidia modules. Below are some dumb proof instructions. Feel free to mail in or comment some changed.
1. yum install make gcc binutils glproto libX11-devel mesa-libGL-devel mesa-libGL xf86driproto randrproto renderproto fixesproto damageproto xcmiscproto xextproto bigreqsproto resourceproto fontsproto inputproto videoproto compositeproto scrnsaverproto resourceproto xineramaproto openssl xorg-x11-xtrans-devel openssl-devel libfontenc-devel libfontenc pixman-devel pixman libXau-devel libXau libxkbfile-devel libxkbfile libXfont libXfont-devel libXinerama libXinerama-devel xorg-x11-xtrans-devel libpciaccess-devel libdrm-devel rpm-build flex byaccxorg-x11-util-macros dbus-1 hal xv xvfixes raw7 xpm xi xrender xmuu dmx xt xdmcp xext xres xf86vidmodeproto xf86dgaproto evieproto dri2proto hal-devel libtool-ltdl-devel libXv libXv-devel libXres-devel libXext-devel libXt-devel libXdmcp-devel libdmx-devel libXmu-devel libXrender-devel libXpm-devel libXfixes-devel xorg-x11-proto-evieext libXaw-devel libXi-devel byacc
2. Download the nvidia drivers (I used 185.18.14)
3. download moblin xorg-x11-server source rpm. (I used 1.6.1-6.2)
4. install the src.rpm package with "rpm -i"
5. Go to /root/rpmbuild/SPECS/ and open the file xorg-x11-server.spec, find the line that says --disable-xinerama and change to --xinerama-enable
6. in the same dir, execute rpmbuild --target=i586 -bb xorg-x11-server.spec
7. reboot and add a lone 3 at the end of the grub line by pressing e and then e again.
DJA metions that "vga=0 3" instead of "vga=current" might be needed in newer versions
8. log in as root and execute yum remove xorg-x11-server. Go to /etc/yum/yum.conf and tell yum not to bothere with GPG checks by setting gpg_checks to 0
9. go to /root/rpmbuild/RPMS/i586/ and install all packages in there with yum install xorg*. If you cant get your network up in command mode then download the missing packages by hand and install them at the same time with yum.
10. Install the Nvidia driver by executing it. Dont bother going on their ftp site. Let the installer make you an xorg.conf
11. reboot normally. Remove the quiet and vga=current lines could help.
credit goes to people in this thread who helped : http://lists.moblin.org/pipermail/dev/2009-June/005210.html