should update firmware because old 2009

Bug #1441631 reported by JulienIsorce
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
nouveau-firmware (Ubuntu)
Confirmed
Wishlist
Unassigned

Bug Description

Hi, for vdpau decoder to work with gallium/nouveau it is requires to update this nouveau-firmware package by following the instructions here:

http://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware

Even in utopic and vivid it is still this old 2009 package. Please upgrade it. Thx!

tags: added: upgrade-software-version
Revision history for this message
JulienIsorce (julien-isorce) wrote :

Any update ? The current "nouveau-firmware" package provided by Ubuntu is useless on 2/3 years old and newer graphic hardware. Modern graphic hardware require to extract more blobs.

For arch it is done like this: (see git clone https://aur.archlinux.org/nouveau-fw.git)

nouveau-fw$ cat PKGBUILD
# Maintainer: Martin Peres <martin.peres[at]free[dot]fr>
# Contributor: Timothée Ravier <tim[at]siosm[dot]fr>

pkgname=nouveau-fw
pkgver=325.15
pkgrel=1
pkgdesc="This package provides video & pgraph firmwares for all NVIDIA chipsets that need them"
url='http://nouveau.freedesktop.org/wiki/'
arch=('any')
license=('custom')
makedepends=('python2')
source=("https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py"
        "http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run")
md5sums=('SKIP'
         '528fc538584de6446384b9cec3099d6c')
sha256sums=('SKIP'
            '3d790e4bfed24641f7cc76879144ab5d52b12271012ba381b0d33aa1a2e08775')

build() {
  sh NVIDIA-Linux-x86-${pkgver}.run --extract-only
  python2 extract_firmware.py
}

package() {
  install -dm 0755 "${pkgdir}"/usr/lib/firmware/nouveau/
  cp -a nv* vuc-* "${pkgdir}"/usr/lib/firmware/nouveau/
}

# vim:set ts=2 sw=2 et:

------

Which follows exactly instructions from http://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware

Changed in nouveau-firmware (Ubuntu):
importance: Undecided → Wishlist
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in nouveau-firmware (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.