Em 03-03-2016 17:18, Bruce Dubbs escreveu: > Fernando de Oliveira wrote: >> Em 02-03-2016 01:05, Bruce Dubbs escreveu: >>> Ken Moffat wrote: >>>> On Tue, Mar 01, 2016 at 04:13:03PM -0600, Bruce Dubbs wrote: >>>>> Bruce Dubbs wrote: >>>>>> >>>>>> I'm not sure about the hardware support messages. This is a nvida >>>>>> card >>>>>> (GeForce 210) on my -dev system. Wouldn't x264 give h264 support? >>>>> >>>>> Armin gave me some links and I installed some nvidia firmware. Now >>>>> melt >>>>> works and the this hardware doesn't support messages above are gone. >>>>> >>>> That is good to know, but it implies that 'About Firmware' needs an >>>> addition for (some) nvidia cards ? At the moment we only cover >>>> video cards in >>>> >>>> Firmware for ATI video chips (R600 and later) >>>> >>>> Also, did you have to load other firmware for your Skylake, or was >>>> that just the CPU firmware ? >>> >>> I do have /lib/firmware/cpia2/stv0672_vp4.bin which, IIRC, is for a >>> camera on my laptop. Nothing else for either my Haswell or Skylake. >>> >>> The details for nvidia are at https://nouveau.freedesktop.org/wiki/VP4/ >> >> Yesterday, after som time, found >> >> https://aur.archlinux.org/packages/nouveau-fw >> >> An interesting thing is that I didn't have to reboot or reinstall the >> kernel. Not sure about mesa, because only tested after reinstalling it. > > Interesting link. Do you think the addition to the firmware page for > nvidia firmware needs to be updated or is is it good enough? > > -- Bruce >
I like it. Not sure about the notes https://nouveau.freedesktop.org/wiki/VP4/ {{{ In order to get pre-NVC0 chips to work, you need to Extract firmware from the blob (see VideoAcceleration). Install Mesa 10.0.1 or later. Build kernel 3.12-rc1 or later, install, reboot Run mplayer -vo vdpau -vc ffmpeg12vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau, <file> In order to make these settings more permanent, you can add [vo.vdpau] vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau, to /etc/mplayer/mplayer.conf }}} I did it to /etc/mplayer/gui.conf, which I copied from /etc/mplayer/example.conf, wich already had the line ready to be uncommented. Alternatively, I had obtained: vo_driver=vdpau in ~/.mplayer/gui.conf configuring with the gui. To be sure, I did (with either configurations: $ sudo lsof -c gmplayer | grep -i vdpau lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /home/fernando/.gvfs Output information may be incomplete. gmplayer 15548 fernando mem REG 8,27 5405104 1251523 /usr/lib/vdpau/libvdpau_nouveau.so.1.0.0 gmplayer 15548 fernando mem REG 8,27 64328 1215493 /usr/lib/libvdpau.so.1.0.0 -- []s, Fernando, aka SÃsifo -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
