Kodi Community Forum
[LIVE] HOW-TO Install XBMC on Lucid Mini with PCM Multichannel and Nvidia 256.25 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LIVE] HOW-TO Install XBMC on Lucid Mini with PCM Multichannel and Nvidia 256.25 (/showthread.php?tid=74778)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- harryzimm - 2010-06-06

Are you using a reciever for audio or tv? What hardware are you using in your htpc?

cheers


- The Chef - 2010-06-06

harryzimm Wrote:Are you using a reciever for audio or tv? What hardware are you using in your htpc?

Using an Onkyo 5.1 Reciever and my HTPC is a Zotac Mag HD-ND01-U
Chipset NVIDIA ION
CPU Socket ATOM 330 - BGA 437
Memory Size 2GB RAM
Onboard Audio Onboard 8-channel Digital Audio, Stereo Analog Audio
Onboard Video NVIDIA ION graphics processor


- harryzimm - 2010-06-06

Thats weird.. Im also using an Onkyo reciever with an ion chipset. Try "plughw:0,3" as custom device (without the quotes).

cheers


- The Chef - 2010-06-06

Dude seriously, how did you know that? That fixed it perfectly. hahaha

Everything seems to be working really well except all of a sudden video playback on 1080p is a LITTLE laggy. Not sure why that decided to start happening. In the OS install after installing the nvidia drivers it asked if I wanted to update the X file or something and I selected No (I didn't want to screw up any custom script in the install process) Maybe I need to update?


- harryzimm - 2010-06-06

Im glad its working at last. Not sure about the lagging video, usually a reboot will sort it. Maybe im just lucky but all my 1080p content works perfectly. Have you tried playing a 5.1 movie to test the channel mappings are correct?

cheers.


- harryzimm - 2010-06-06

I suggest using this xorg.conf. Heres how

Code:
sudo mv /etc/X11/xorg.conf xorg.conf.old

Code:
sudo nano /etc/X11/xorg.conf

and paste the contents of the link inside

save, then

Code:
killall xinit

xbmc should restart.

cheers


- The Chef - 2010-06-06

Just watched a few bits from a couple movies and it sounds great.

With the very mild video stutter it seems to only be on 1080p movies - very odd. Hopefully I'll be able to figure it out at some point.

Thanks for all your help. You absolutely saved me amid this insanity.


- harryzimm - 2010-06-06

No problem Smile Im glad you didn't have to sell your htpc and give up on xbmc. I've been learning linux now for nearly three years and its still very rewarding when i finally figure stuff out. If the video stutters are still present, i have a few ideas that might help. In xbmc go to video settings and enable sync playback to display (video clock resample audio). Then disable Dolby and dts from audio settings. xbmc will pass mullti channel pcm instead. This might solve the slight judder

cheers


- The Chef - 2010-06-06

That worked perfectly Laugh
I seriously hope you are making big bucks at some company for your crazy knowledge.


- harryzimm - 2010-06-06

I wish lol. Hopefully you now have time to actually watch a movie Smile

cheers


- Roelio - 2010-06-07

Same here Big Grin He made it possible for me to finally watch some movie's haha.


- earlneath - 2010-06-08

Trying to work through this on mythbuntu Lucid amd64. Can anyone give me a few pointers on the following dependency problem installing the nightly ppa svn:
Quote:xbmc: Depends: xbmc-data (= 1:9.11+svn28042-lucid1) but it is not going to be installed
Depends: xbmc-skin-confluence (= 1:9.11+svn28042-lucid1) but it is not going to be installed or
xbmc-skin-pm3-hd (= 1:9.11+svn28042-lucid1) but it is not going to be installed
Depends: xbmc-web (= 1:9.11+svn28042-lucid1) but it is not going to be installed
xbmc-standalone: Depends: xbmc-data (= 1:9.11+svn28042-lucid1) but it is not going to be installed
Depends: xbmc-skin-confluence (= 1:9.11+svn28042-lucid1) but it is not going to be installed or
xbmc-skin-pm3-hd (= 1:9.11+svn28042-lucid1) but it is not going to be installed
Depends: xbmc-web (= 1:9.11+svn28042-lucid1) but it is not going to be installed

if I try and install xbmc-data I get
Quote:The following packages have unmet dependencies:
xbmc-data: Depends: xbmc-bin (< 1:9.11+svn28042-lucid1.1~) but 1:9.11+svn30938-lucid1 is to be installed



- harryzimm - 2010-06-08

Have you previously installed xbmc from a different ppa?


- earlneath - 2010-06-08

harryzimm Wrote:Have you previously installed xbmc from a different ppa?

Hi - was on the stable bog standard Camelot 9.11 release via standard Jaunty install. Updated to Lucid LTS last week. I get the same dependncy issue trying to install from Synaptic, even after having done a purge. Had a look in my software sources and although there are no other sources listed for xbmc apart from the launchpad ppa for xbmc. I do have the medibuntu key from way back but have now removed.


- harryzimm - 2010-06-08

Make sure the only enabled xbmc ppa is the nightly one. From a terminal, type

Code:
sudo apt-get purge xbmc-*

Code:
cd /var/cache/apt/archives

Code:
sudo rm xbmc-*
Code:
sudo apt-get update

Code:
sudo apt-get install xbmc

cheers