Search found 6 matches
- Fri Jul 03, 2009 3:53 pm
- Forum: Multimedia in Linux
- Topic: MPlayer VA API error with new kernel from PPA
- Replies: 6
- Views: 14978
Re: MPlayer VA API error with new kernel from PPA
Denis, were you able to reproduce the issue?
- Sun Jun 28, 2009 9:02 pm
- Forum: Multimedia in Linux
- Topic: MPlayer VA API error with new kernel from PPA
- Replies: 6
- Views: 14978
Re: MPlayer VA API error with new kernel from PPA
Strange indeed. I don't see anything weird in the diff between the versions: diff /usr/src/linux-2.6.24.7.orig/.config /boot/config-2.6.24.7-v1-fitpc2 3,4c3,4 < # Linux kernel version: 2.6.24.7-v2-fitpc2 < # Fri Jun 26 20:01:48 2009 --- > # Linux kernel version: 2.6.24.7-v1-fitpc2 > # Mon Apr 20 10:...
- Sun Jun 28, 2009 7:27 pm
- Forum: Multimedia in Linux
- Topic: MPlayer VA API error with new kernel from PPA
- Replies: 6
- Views: 14978
Re: MPlayer VA API error with new kernel from PPA
Yes, that is exactly correct. With the original kernel the file plays just fine, but with the custom kernel (which only enables TUN) the error is given. When I reboot into the original kernel, mplayer works just fine.
- Sun Jun 28, 2009 1:52 pm
- Forum: Multimedia in Linux
- Topic: MPlayer VA API error with new kernel from PPA
- Replies: 6
- Views: 14978
MPlayer VA API error with new kernel from PPA
I've been compiling some kernels to enable TUN/TAP drivers, so I can use my Fit-PC2 as a media centre and a IPv6 tunnel gateway. I did this before, on the previous kernel from the PPA and everything worked fine. Then I reinstalled my Fit-PC2, because my mplayer installation got bugged. I got the fre...
- Sat Jun 27, 2009 6:46 pm
- Forum: Multimedia in Linux
- Topic: Video acceleration gone after update
- Replies: 9
- Views: 19592
Re: Video acceleration gone after update
Try this:
cp -r /home/fit/.mplayer/ /home/newuser/
chown -R newuser:newuser /home/newuser/.mplayer/
Replace 'newuser' with the username of your new account. This copies the settings of mplayer to the home directory of your new user.
cp -r /home/fit/.mplayer/ /home/newuser/
chown -R newuser:newuser /home/newuser/.mplayer/
Replace 'newuser' with the username of your new account. This copies the settings of mplayer to the home directory of your new user.
- Thu Jun 25, 2009 8:09 pm
- Forum: Multimedia in Linux
- Topic: PPA mplayer - MPlayer with VA API support?
- Replies: 0
- Views: 18842
PPA mplayer - MPlayer with VA API support?
I'm wondering if this custom mplayer with VA API package could also be released via the PPA. It would be great if I was able to reinstall the package in stead of compiling it myself from source. Will this be made available?