Linux crash when playing content with VDPAU enabled

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mwahal Offline
Member
Posts: 53
Joined: Dec 2010
Reputation: 0
Post: #71
git clone FM + git eden checkout + fluxbox window manager -- gives me excellent video on my GT240 on 12.04 standard installation with Nvidia 295 driver.
find quote
basco Offline
Senior Member
Posts: 210
Joined: Jun 2010
Reputation: 1
Post: #72
is there also a +pvr available?
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,712
Joined: Jul 2010
Reputation: 37
Location: Munich
Post: #73
my master and eden branch are based on pvr.
find quote
basco Offline
Senior Member
Posts: 210
Joined: Jun 2010
Reputation: 1
Post: #74
@FernetMenta
do you also have binaries available (just like dushmaniac)?

If i clone and complie your master i have the new vdpau if and pvr?
Perhaps you would be so kind to mention the steps involved in building this?

thanks!!
find quote
VanillaXtract Offline
Senior Member
Posts: 121
Joined: Feb 2012
Reputation: 1
Post: #75
Well I don't know what changed. But I can now get to the terminal and I have not had any freezes upon resuming.

@basco The steps for compiling are in the readme. after you clone. Follow the readme.ubuntu then continue with readme.linux.

mobo: ASUS AT3N7A-I (ION 330HT) 4GB RAM
receiver: Yamaha RX-V665 receiver
TV: VIZIO XVT553SV
xbmc: snipex xbmc-xvba:- 2:12.2~git20130503.1229-frodo-0quantal
Linux 3.5.0-30-generic
find quote
SweetS2K Offline
Junior Member
Posts: 33
Joined: Oct 2008
Reputation: 0
Post: #76
(2012-05-19 21:34)TheSane Wrote:  Edit:
User@XBMC:/usr/src/xbmc$ sudo apt-get build-dep xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for xbmc

Got this also... remedied by adding the PPAs. Should I add the "unstable" PPA repository? Or does it matter?

Also note, you need to use "sudo make -j2".

In the home stretch, but have one more quesitons. The default XBMC directory seems to be "~/.xbmc"... If I want to keep all settings should I use the following:
$sudo make install DESTDIR=$HOME/.xbmc

Any advice appreciated!

Thanks!
Ken
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,712
Joined: Jul 2010
Reputation: 37
Location: Munich
Post: #77
There are binaries available now for testing:
http://forum.xbmc.org/showthread.php?tid...pid1128394
find quote
SweetS2K Offline
Junior Member
Posts: 33
Joined: Oct 2008
Reputation: 0
Post: #78
Thank you!
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,906
Joined: Jun 2011
Reputation: 51
Post: #79
NOTE: FernetMentas Master branch with vdpau support is currently only available here: ppa:wsnipex/xbmc-xvba-testing
find quote
kingmob Offline
Junior Member
Posts: 35
Joined: Dec 2008
Reputation: 0
Post: #80
(2012-05-23 17:59)kingmob Wrote:  
(2012-05-23 17:48)VanillaXtract Wrote:  assuming you are user xbmc:
In a terminal
Code:
sudo usermod -a -G root xbmc
sudo visudo

Then add the following line at the end of the file.
xbmc ALL = (ALL) NOPASSWD: /sbin/shutdown, /sbin/reboot
Yeah I know, but for some weird reason this has never worked for me in XBMCbuntu for any command. Works fine in ubuntu...

Bit late, but just wanted to say I solved this problem in case someone comes across this in the future Wink
Apparently you HAVE to use a seperate custom sudoers file in the included /etc/sudoers.d directory. Just put all the added lines in your own file, add it there and it works. Be careful not to have the same lines in both files, because sudo will fail to work and you won't have any root acces anymore (guess how I found that out Wink).
(This post was last modified: 2012-06-19 13:51 by kingmob.)
find quote
Post Reply