Kodi Community Forum

Full Version: [LINUX] HOW-TO install XBMC for Linux on Ubuntu 8.04 (Hardy) and 8.10 (Intrepid)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44
Followed the guide but XBMC crashes on startup. I have Intel GMA 950 graphics, do i have to disable VDPAU or something ? Older svn's work fine.
piotr Wrote:Followed the guide but XBMC crashes on startup. I have Intel GMA 950 graphics, do i have to disable VDPAU or something ? Older svn's work fine.

VDPAU is only for nvidia graphics cards.
pyrates Wrote:VDPAU is only for nvidia graphics cards.

Yes, I am aware of that. Hence the question: do I have to disable VDPAU when configuring ? Thnx.
i remember seeing a post that said you had to actually install nvidia driver
even if you have intel or ati. But i think this bug is fixed in latest SVN...
The-Boxhead Wrote:i remember seeing a post that said you had to actually install nvidia driver
even if you have intel or ati. But i think this bug is fixed in latest SVN...

I've read that post, wasn't me. With "latest SVN" you mean today ? 'cause i tried with last night's svn. Will give it another try tonight.
I've been following the "smoothvideo" progress. Is there anyway to merge this into xbmc before compiling xbmc as per the guide? I hope I am making sense.
Just want to say a big thanks to Olympia for the guide. Although I haven't actually finished the install yet (man, it takes a long time!) but I'm 100% complete n00b at anything Linux, so your guide has been fantastic.

molesza Wrote:I've been following the "smoothvideo" progress. Is there anyway to merge this into xbmc before compiling xbmc as per the guide? I hope I am making sense.
I was previously running the Win version of XBMC and I stopped using it cos of the jerky video. I'd be interested to see if this could be added to your guide too Smile
Guys, for smoothvideo, you only need to change the svn checkout part to:

Code:
# svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/smoothvideo/XBMC/

that's all.

If you already installed linuxport, then:

Code:
$home/XBMC
sudo make uninstall
cd ..
rm -r XBMC/
svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/smoothvideo/XBMC/
cd XBMC
./configure --prefix=/usr --disable-pulse
make
sudo make install
I finally read through everything and got it working properly. I had to use a different hard drive for the minimal install to work.
I currently have my system hooked via DVI for testing before I move it to the tv. Is it normal for XBMC to run at 30FPS? Also, I'm getting video corruption when using VDPAU and slower framerates than I get using software decoding. CPU is of course low when using VDPAU.

nvidia 8300 IGP and 2GB RAM (dual channel).
nvidia 185.13 driver
PainToad Wrote:Thanks, that was what I was thinking, however, for emulators you generally have to pass the rom name to the script, eg. znes mariokart. Would that work? Can you daisy chain parameters? My Bash skills are rather limited sorry Blush

Sure, just put a $1 after the call to the emulator, and the argument to the script file will pass through to the emulator.

xnappo
Thanks olympia for the smootvideo advise.

Unfortunately ./configure command fails and says I need to read readme.linux for dependencies. I did this and found the command I needed. That being

sudo apt-get install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-stretch-dev libfribidi-dev liblzo-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl4-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbis-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev

but it fails and says the following -

Pacakage libcurl4-dev is a virtual package provided by:
libcurl4-gnutls-dev 7.18.2-1ubuntu4.3
You should explicitly select one to install.
E: Package libcurl4-dev has no installation candidate


Any ideas?

I feel a total noob. Pretty effecient with MS products but linux is a huge learning curve for me!
olympia Wrote:No, definitely not. It should be done in the way you did.
Then I have no clue what can be the bottleneck. (network maybe)

Hey olympia, once again thank you so much!!!! for the guide and I got it to work by tweaking my resolution settings. Now everything runs smooth as butter with VDPAU, finally!! Thanks to xnappo's tip, I was able to get everything up and running. For anybody wondering why VDPAU plays jerky/stutters and how to fix it, check this out:

You are likely suffering from this problem:

http://forum.xbmc.org/showthread.php?tid=46783

There are a couple of work-arounds in that thread. Starting in 'auto' then switching to 1080p, or just running in 1080i (which seems to really be 1080p anyway).

xnappo
molesza Wrote:Thanks olympia for the smootvideo advise.

Unfortunately ./configure command fails and says I need to read readme.linux for dependencies. I did this and found the command I needed.

Yes, I forgot about that one, you also need a:

Code:
sudo apt-get install libsamplerate-dev
So I have a question about using application launcher with the min-install.

I am using the method I mentioned earlier of launching metacity in the background, then the application, then killing the window manager.

However, the menu/titlebar fonts are way too small.

Since this is a min-install - I can't figure out how to change the font size. Since this is an unusual install, google isn't being very helpful due to all the results for the question on a 'normal' install where you have the full GDM GUI.

Thanks,

xnappo
Thanks again Olympia!
Now i upgraded to 11march version and with smoothmotion. And it is GREAT!
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44