• 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 244
Linux Radeon OSS with vdpau (howto)
(2014-04-16, 08:21)ChessSpider Wrote: http://paste.ubuntu.com/7259737/

am i?

I'm running the same version and I have crashes.
Yes - that's expected, so give your +1 on the launchpad bug I have linked. The patch is just 5 lines ... but if they don't pick it, that will continue.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-04-16, 08:35)fritsch Wrote: Yes - that's expected, so give your +1 on the launchpad bug I have linked. The patch is just 5 lines ... but if they don't pick it, that will continue.

Done!
Wink
Since I have little hope this will be fixed for trusty final:
I've uploaded a fixed version (mesa - 10.1.0-4ubuntu6) to my mesa ppa: ppa:wsnipex/mesa
Thanks much - I will add this to the howto.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
I did a fresh install and the only thing I am having trouble with is my remote. It is a Harmony One. I am using an Arctic MC001N.

My lirc.conf

Any suggestions?

EDIT: nevermind. Apparantly restarting lirc isn't enough. I had to reboot the box to get the remote to work.
Living Room: Ubuntu 16.10 x64 | BayTrail-M SOC | Krypton | Hitachi 55L6 | Yamaha RX-V665 | 7.1 Polk Surround
Den: RetroPie 4.1 | Raspberry Pi 3 | Krypton | VIZIO XVT553SV
Bedroom: OSMC 2017.02-1 | Raspberry Pi 3 | Krypton | VIZIO E370VA
HP Chromebook 14: Ubuntu 16.04 x64 | Celeron 2955U | Jarvis
NAS: Windows 10 | 20TB on DrivePool | Emby DB | Subsonic | Plex
(2014-04-16, 12:06)wsnipex Wrote: Since I have little hope this will be fixed for trusty final:
I've uploaded a fixed version (mesa - 10.1.0-4ubuntu6) to my mesa ppa: ppa:wsnipex/mesa

Thanks a lot ?
(2014-04-16, 12:06)wsnipex Wrote: Since I have little hope this will be fixed for trusty final:
I've uploaded a fixed version (mesa - 10.1.0-4ubuntu6) to my mesa ppa: ppa:wsnipex/mesa

Thank you for this! I personally haven't had a crash since doing the native 14.04 for install but nice to know I have piece of mind with the WAF for this install Smile.
HTPC(s): All running LibreELEC
  • AMD 2200G APU on Gigabyte AB350N-Gaming WIFI-CF
  • RPI3 x2 | RPI2 x2
NAS: FreeNAS (Latest Stable) | NFS/CIFS
(2014-04-16, 08:04)fritsch Wrote: Then you are lucky :-) verifiy that you are really running trusty mesa:

dpkg -l |grep mesa | pastebinit

Here you go.

http://paste.ubuntu.com/7264841/
Some more 3.14.1 PLL patches for 24p:

Code:
wget https://dl.dropboxusercontent.com/u/55728161/linux-headers-3.14.1-amdfixes2_1.0_amd64.deb https://dl.dropboxusercontent.com/u/55728161/linux-image-3.14.1-amdfixes2_1.0_amd64.deb
sudo dpkg -i *amdfixes2*deb

Those patches can be found on OpenELEC github in the linux/patches/3.14.1 directory.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
I had saucy installed and I'd rather dist-upgrade and fix the issues than re-install (my htpc also is a server for multiple services), but the dist upgrade is trying to remove:
Code:
icu-tools libharfbuzz0a libperl5.14 nginx-full php5-fpm python-imaging-compat xserver-xorg-video-ati
Most importantly: nginx-full php5-fpm xserver-xorg-video-ati

My sources.list (complete)
Code:
deb http://ar.archive.ubuntu.com/ubuntu/ trusty main restricted

What am I missing ?(I'm going to add the mesa ppa after the dist-upgrade)
Thanks

EDIT:
After adding universe and multiverse to the repo, only
Code:
icu-tools libharfbuzz0a libperl5.14 libvlccore5 xserver-xorg-video-ati
will be removed, note xserver-xorg-video-ati
@fritsch. Thx. I looked on git at the patch, is it 210 limit vs 100 limit the only change (my OE pull had that)? Those 24p pll patches make the oss driver much better, even at other frame rates. Lots less skips! @wsnipex thx for the mesa ppa. Stop bug was not WAF friendly.
(2014-04-17, 18:41)deivid Wrote: I had saucy installed and I'd rather dist-upgrade and fix the issues than re-install (my htpc also is a server for multiple services), but the dist upgrade is trying to remove:
Code:
icu-tools libharfbuzz0a libperl5.14 nginx-full php5-fpm python-imaging-compat xserver-xorg-video-ati
Most importantly: nginx-full php5-fpm xserver-xorg-video-ati

My sources.list (complete)
Code:
deb http://ar.archive.ubuntu.com/ubuntu/ trusty main restricted

What am I missing ?(I'm going to add the mesa ppa after the dist-upgrade)
Thanks

EDIT:
After adding universe and multiverse to the repo, only
Code:
icu-tools libharfbuzz0a libperl5.14 libvlccore5 xserver-xorg-video-ati
will be removed, note xserver-xorg-video-ati

I had libglamor0=0.6-0-git~... , running
Code:
apt-get install libglamor0=0.6.0-0ubuntu4
fixed the broken deps for xserver-xorg-video-ati.

Everything is working on my now-trusty install
(2014-04-17, 10:21)fritsch Wrote: Some more 3.14.1 PLL patches for 24p:

Code:
wget https://dl.dropboxusercontent.com/u/55728161/linux-headers-3.14.1-amdfixes2_1.0_amd64.deb https://dl.dropboxusercontent.com/u/55728161/linux-image-3.14.1-amdfixes2_1.0_amd64.deb
sudo dpkg -i *amdfixes2*deb
Clean install xubuntu64 14.04 release w/ pa. All good. Your PLL patch kernel is better than release kernel >> 24p is 23.98 most the time. Smile. Also using wsnipex mesa with stop bug fix. No crashing. A4-3400 apu HDMI to lcd directly.
Mmh. It includes the additional patches christian did: https://github.com/OpenELEC/OpenELEC.tv/...3506741232
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 244

Logout Mark Read Team Forum Stats Members Help
Radeon OSS with vdpau (howto)26