• 1
  • 68
  • 69
  • 70(current)
  • 71
  • 72
  • 128
Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
@robo989:
apt-cache policy xbmc
(2014-10-01, 20:03)wsnipex Wrote: @robo989:
apt-cache policy xbmc

Quote:xbmc@Streacom:~$ apt-cache policy xbmc
xbmc:
Installed: 2:14.0~git20141001.0500-8351dcd-0trusty
Candidate: 2:14.0~git20141001.0500-8351dcd-0trusty
Version table:
*** 2:14.0~git20141001.0500-8351dcd-0trusty 0
500 http://ppa.launchpad.net/wsnipex/xbmc-fe...er/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
2:12.3+dfsg1-3ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
xbmc@Streacom:~$

Seems to be working again after going through a few of the steps in the OP, but it didn't seem to actually install any extra new packages or anything.
What resolved it the first time was doing a dist-upgrade.
Hmmm...
Well it's working Smile
Concerning GPU hangs, watch that bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=80229

Don't spam it, please. Don't. But if you also have such kernel crashlogs, just upload them all.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
For the Baytrail users which highly suffer from GPU performance, you can try to install mesa 10.3. This is a rather easy task. It is enough by following these steps:

1.) Create /etc/apt/preferences.d/utopic with this content:
Code:
Package: *
Pin: release a=utopic
Pin-Priority: -1

2.) Create /etc/apt/sources.list.d/utopic.list with:
Code:
deb http://security.ubuntu.com/ubuntu utopic-security main restricted
deb-src http://security.ubuntu.com/ubuntu utopic-security main restricted
deb http://archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse

Now run:
Code:
sudo apt-get update

And now install the relevant packages from utopic, by doing (remember that -t utopic):

Code:
sudo apt-get install -t utopic mesa-utils libegl1-mesa:amd64 libegl1-mesa-drivers:amd64 libgbm1:amd64 libgl1-mesa-dri:amd64  libglapi-mesa:amd64 libgles2-mesa:amd64 libosmesa6:amd64 libxatracker2:amd64 libwayland-egl1-mesa:amd64 libopenvg1-mesa:amd64

Would be nice if some baytrailer could report back with the output of:
dpkg -l |grep 10.1.3
dpkg -l |grep 10.3.0
dpkg -l |grep mesa

Edit: Thanks at newphreak for finding the missing package.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Is anyone else having problems with XBMC occasionally restarting during mp3 playback? I'm asking it here because I was using integrated Intel graphics with drivers from the first post's vaapi ppa. I just switched to Nvidia graphics card and looks like the problem has disappeared. Audio out is via HDMI, no music visualisations, same happens in the home screen with music playing in the background. No problems with movies, just mp3. Very weird. I can post debug logs etc if this is the correct place to talk about this.
Post them. All segfaults are welcome. When xbmc restarts - you should have a crashlog in your home directory.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Here is a crashlog:
http://pastebin.com/W1TqXfvN

I'll try to make more logs if that is not enough.
I have seen that before and fixed the symptome:
Code:
0x0000000000cd6c79 in CGUIInfoManager::UpdateAVInfo() ()

but the real source of issue is some python addon doing shit on the stack.

@FernetMenta: Check that Debug Log, it's again with UpdateAVInfo()
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Retry in some days. This one: https://github.com/xbmc/xbmc/pull/5381 was merged tonight. You can retry with a xbmc mainline nightly from tomorrow. This is code from the last merge window - so there might appear other issues now.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Thanks to everyone involved with this for your perseverance, I've been following then progress here for quite a while. MCDI is working wonderfully on my Haswell boxs now.

Has this made it into Helix?
Yeah. The Vaapi code was completely merged.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Here are two more crash logs.

XBMC had also restarted with the Nvidia card, not sure when that happened:
http://pastebin.com/DzibwxjF

Does the log show cause for the crash? I didn't find UpdateAVInfo there.

I switched back to Intel graphics that worked fine for a long time but restarted shortly after I had opened an addon called Advanced Launcher. I just opened it and looked at the list of shell scripts that I launch with it. Then again, now the system is working fine even after opening Advanced Launcher few times, so who knows what the cause was. Here is a log of that crash:
http://pastebin.com/SVfqvDaT
There is UpdateAVInfo.
Again some python stuff. Something for Jim.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Hi fritsch,

How do I reproduce this? I have a Lenovo laptop with the Optimus chipset running Linux so I can switch between Nvidia and Intel graphics also.

The crash logs don't seem to give me an indication this is in python but maybe I can figure it out if I can reporduce it.

Jim
@TimoJ: Would be nice, if you could tell Jim on howto reproduce (which addons you are using, etc.) and what you have to do to trigger that issue.

@Jim: Thanks much for looking into it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 68
  • 69
  • 70(current)
  • 71
  • 72
  • 128

Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416