XBMC Community Forum
[Linux] HOW-TO install XBMC for Linux on Asrock ION 330 with full Ubuntu Desktop - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85)
+--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110)
+--- Thread: [Linux] HOW-TO install XBMC for Linux on Asrock ION 330 with full Ubuntu Desktop (/showthread.php?tid=54705)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


- damob - 2009-07-21 14:49

DOH!

I tried using a different monitor and it was fine. I then tired using vga 15 pin dsub for the original samsung widescreen and it worked too. I go back to HDMI and it doesn't work. Very strange. I am moving this onto a Sony 42' when I have completed the build so hopefully it will work with HDMI. At least I can now continue. Thanks - and great guide!


- checco10 - 2009-07-21 17:48

vikjon0 Wrote:Ok, I have done some more testing.

deb http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu jaunty main
Should contain the same version that you already have in live and it is working on Asrock
Are you sure that you have correcly upgraded the NVIDIA and set up VDPAU?

Anyway, there is now a new SVN that does work.
SVN:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 64234534

You should give that a try. If not working the problem is something else.

tank you so much vikjon0.....i resolved with the last svn...!!!! now everytings works very good...!!!

Is for a long time I have this problem, maybe you can help me:
I have panasonic plasma and I have the ASRock connected to plasma in HDMI, so when I turn on the computer and xbmclive is load, my plasma says connetction is VGA 1080i and not HDMI 1080p...but i never connect the pc to my plasma to vga, is always connect to HDMI..! What's happen...? Is normal..? Or i have do something wrong..?


- vikjon0 - 2009-07-21 18:27

Quote:ays connetction is VGA 1080i and not HDMI 1080p..

This I do not know. There is a lot of detail setting that can be done if you really want to. (xorg)
I have not looked into that. Most of the material I watch is actually not even HD...

If you do not see a problem with the move...you could probably ignore it.


- damob - 2009-07-21 21:55

More probs - now that XBMC is setup I have moved the PC to my living room 42' Sony. When connected via HDMI at 1920x1080 the desktop spills out past the frame of the tv and I cannot see everything like toolbars and some shortcuts. I have tried various resolutions and playing with my TV remote but no success. Again if I use the VGA cable, it is fine but I want my sound to be played via HDMI on my TV and now I have changed the settings on XBMC I don't know what they need to be changed back to, to get audio via the soundcard output - if there is no solution to the HDMI video res.

Any ideas?


- vikjon0 - 2009-07-21 22:31

I got that problem once...it was because I had the VGA connected as well as the HDMI.
make sure to remove it.

Otherwise I do not know, with my TV (new) it works plug n play. Most things seem to be possible to fix in xorg though, but I do not know how.

You could check the NVIDIA setting utility if there is anything there.

If you delete the guisetting...someting.xml in .xbmc it will be re-generated with detault values.


- prn_star - 2009-07-22 06:23

This rocks I'm picking up my asrock 330 ion tomorrow. This guide is exactly what I'm looking for, thank you very much.

The only difference I want to do is create 3 partitions windows 7 osx (leopard for now but snow later) and ubuntu.


- vikjon0 - 2009-07-22 09:07

mp3 where playing to fast on HDMI.
Changed to "plug:hdmi" as default output device, it seem to be the most simple solution.


- Frozone - 2009-07-24 09:16

Great Guide.
I want a Desktop as well. But don“t want to install everything that comes with Ubuntu.
So I will install an minimal Desktop. And then choose only the stuff I need.
http://ubuntuforums.org/showthread.php?t=1155961


- vikjon0 - 2009-07-24 09:34

Quote:So I will install an minimal Desktop. And then choose only the stuff I need.

Yes, I have now done the same. I have only the basic core & utilities installed.


- vikjon0 - 2009-07-24 10:08

I tried the Aeon skin this morning. Can't say I liked i t much.
This is howto

Install Skin Aeon
-----------------

1)
sudo apt-get install git-core

2)
cd ~/.xbmc/skin

3)
git clone git://github.com/djh/aeon.git

(If you want a another folder name git clone git://github.com/djh/aeon.git "Aeon Stark")

4)
cd aeon

5) Get the fonts
EDIT: The URL will be generated based on your ip (I think) You have to get your own from
http://www.mediafire.com/?lywzwbnqyyy

Code:
wget http://download273.mediafire.com/aew2memhsysg/lywzwbnqyyy/Aeon_Fonts160709.zip


unzip Aeon_Fonts160709.zip
mv Aeon/fonts fonts

6) clean-up
rmdir Aeon
rm Aeon_Fonts160709.zip


reference
---------
http://www.xbmc.org/forum/showthread.php?t=49958