Originally posted by ultij
View Post
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
Originally posted by oibaf View PostI added the patch to the PPA (on both 13.10 and 14.04). Please test.
Code:mplayer -noconfig all -vo vdpau:[B]deint=3[/B] -vc ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau
Code:mplayer -noconfig all -vo vdpau -vc ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau
(Also, there is a warning at xbmc.org by fritsch "Installation of the wsnipex repository which includes all relevant mesa patches in a stable version. Don't use oibaf ppa - it will produce black screens only.")
Thanks!
Comment
-
Originally posted by Vanek View PostOk, it definitely works with
Code:mplayer -noconfig all -vo vdpau:[B]deint=3[/B] -vc ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau
Code:mplayer -noconfig all -vo vdpau -vc ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau
(Also, there is a warning at xbmc.org by fritsch "Installation of the wsnipex repository which includes all relevant mesa patches in a stable version. Don't use oibaf ppa - it will produce black screens only.")
Thanks!
Comment
-
So, it is in master now vl: add motion adaptive deinterlacer and st/vdpau: add support for DEINTERLACE_TEMPORAL
Comment
-
Originally posted by Vanek View PostSo, it is in master now vl: add motion adaptive deinterlacer and st/vdpau: add support for DEINTERLACE_TEMPORAL
Comment
-
Actually and currently what benefits on HD3850 AGP card installing this drivers?
I'm interested in hardware acceleration on flv (youtube) files and any kind of possible acceleration to improve capabilities on old but reliable hardware.Last edited by Azrael5; 15 February 2014, 07:22 AM.
Comment
-
-
So, after much wrangling of tarballs and gnashing of teeth, I've finally got a ppa set up for:
1. LLVM dailies
2. LibCLC dailies
3. Oibaf's mesa releases
I had to use gross hacks for LLVM, since its daily debian builds wouldn't work with a launchpad recipe (basically, I set up a script to automatically wget the latest successful build from the llvm jenkins, and import them into my ppa).
The problem is, libclc and mesa won't automatically recompile when LLVM is updated in my PPA. This is bad news, since they're both linked with the llvm runtime. Does anyone know how to set it up so that both of these will automatically recompile?
Comment
Comment