Re: mythtv doesn't like newer nvidia drivers or vica versa
Duncan Brown <[email protected]> Fri, 24 May 2013 06:26:57 +0100
| Newsgroups | gmane.linux.redhat.rpm.atrpms.devel |
|---|---|
| Message-ID | <[email protected]> |
On 23/05/2013 17:24, Axel Thimm wrote: > Hi, > > On Thu, May 23, 2013 at 07:33:29AM +0200, Axel Thimm wrote: >> As it is the same for 0.24, 0.25 and 0.26 and even on all platforms, >> especially on el6 which didn't change that much, I really now suspect >> the newer nvidia drivers. >> >> To test this I will try to rebuild against the same drivers I used >> previously. At least that will diagnose this part. > OK, looks like the newer nvidia drivers are not suited for building > mythtv against. I downgraded to 302.17 and the builds are fine again. > > I wonder whether all nvidia hardware accelleration bits would still > work in mythtv if I would not build at all against an nvidia driver. > > I'm moving this discussion to atrpms-devel. > > @@ -1489,9 +1492,9 @@ > mysql-devel x86_64 5.1.61-4.el6 release 127 k > mysql-libs x86_64 5.1.61-4.el6 release 1.2 M > nasm x86_64 2.07-7.el6 release 385 k > - nvidia-graphics-devel x86_64 4:313.30-69 at2 9.7 k > - nvidia-graphics313.30-devel x86_64 313.30-187.el6 at2 13 k > - nvidia-graphics313.30-libs x86_64 313.30-187.el6 at2 22 M > + nvidia-graphics-devel x86_64 4:302.17-68 at2 9.6 k > + nvidia-graphics302.17-devel x86_64 302.17-147.el6 at2 74 k > + nvidia-graphics302.17-libs x86_64 302.17-147.el6 at2 18 M > opencore-amr-devel x86_64 0.1.3-1.el6 at 6.2 k > openjpeg-libs x86_64 1.3-7.el6 release 59 k > openssl-devel x86_64 1.0.0-20.el6_2.5 release 1.1 M > > @@ -1992,9 +1997,9 @@ > mysql-devel.x86_64 0:5.1.61-4.el6 > mysql-libs.x86_64 0:5.1.61-4.el6 > nasm.x86_64 0:2.07-7.el6 > - nvidia-graphics-devel.x86_64 4:313.30-69 > - nvidia-graphics313.30-devel.x86_64 0:313.30-187.el6 > - nvidia-graphics313.30-libs.x86_64 0:313.30-187.el6 > + nvidia-graphics-devel.x86_64 4:302.17-68 > + nvidia-graphics302.17-devel.x86_64 0:302.17-147.el6 > + nvidia-graphics302.17-libs.x86_64 0:302.17-147.el6 > opencore-amr-devel.x86_64 0:0.1.3-1.el6 > openjpeg-libs.x86_64 0:1.3-7.el6 > openssl-devel.x86_64 0:1.0.0-20.el6_2.5 > > @@ -2661,10 +2667,10 @@ > x11 support yes > xrandr support yes > xv support yes > -VDPAU support no > -VAAPI support no > +VDPAU support yes > +VAAPI support yes > CrystalHD support yes > -OpenGL video no > +OpenGL video yes > MHEG support yes > libass subtitle support yes > > > > Hi Axel I've been using Stevens package for the last couple of months, just updating the git-patches every now and again. Running Centos 6.4 on x86_64 I've just done a rebuild on your 292 src using the current nvidia-graphics-long-lived (319.17-155.1) and it built with vdpau fine: # Video Output Support x11 support yes xrandr support yes xv support yes VDPAU support yes VAAPI support yes CrystalHD support yes OpenGL video yes MHEG support yes libass subtitle support yes (I did have to change the spec dependancy to nvidia-graphics-long-lived-devel obviously) It's not just a case of missing vdpau packages is it? thanks Dunc