Robotica Wrote:- I like this hardware to hit the market so there will be some competition to Intel Atom.
I agree with that.
Quote:- Linux is able to decode 1080P with this platform.
There is a huge difference between being able to decode 1080p and having a nice user experience. Did you ever try ATI+VAAPI+Linux? I recently had to and I can tell you from personal experience that the ATI driver still has lots of problems when it comes to decoding 1080p content. It's not about CPU usage, but about distorted images.
Often the colors just shift a little bit, so i.e. a dark green becomes a bit lighter and all that within the same scene of a movie. For a viewer this is very irritating. Also there are many files out there which just don't play at all. You get huge distortions on the screen and sometimes the whole image gets shifted to the left or right.
These are just the problems when playing 1080p content. Before even thinking about watching a movie, you have to fix the overscan problem to get a fullsize image on your screen (you can use aticonfig for that). This has to be done on each reboot or each time you resume from standby. While this is not much of a problem when booting your media center, as you can add these commands to your XBMC startup script, it really gets annoying when resuming from standby. If you resume from standby you either have to restart XBMC or you have to add these aticonfig commands to you pm-utils resume scripts. This however will crash your X server if the commands are executed to early (the ati driver is not yet fully initialized).
When talking about suspend/resume it even get worse. After you figured out the correct timing for restoring the correct screen size, you still won't have a reliable S3 mode. Every 10-30 resume operations the driver will just crash. Stoping the X server before you suspend is also not an option because the driver will also crash if there is any framebuffer driver like uvesafb active. And if you can't use uvesafb you won't have a nice plymouth bootsplash.
ATI on Linux really is a pain in the a**.