[maverick] unable to load nouveau due to libdrm not being backward compaitable

Bug #590989 reported by Neil Perry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libdrm (Ubuntu)
Invalid
Undecided
Unassigned
xserver-xorg-video-nouveau (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Checking logs;

 (II) [drm] nouveau interface version: 0.0.16
(EE) [drm] wrong version, expecting 0.0.15

Not to sure if this has been fixed upstream. Maybe a re-merge?

xserver-xorg-video-nouveau:
  Installed: 1:0.0.15+git20100219+9b4118d-0ubuntu5
  Candidate: 1:0.0.15+git20100219+9b4118d-0ubuntu5
  Version table:
 *** 1:0.0.15+git20100219+9b4118d-0ubuntu5 0
        500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages

neil@desktop:~$ apt-cache policy libdrm2
libdrm2:
  Installed: 2.4.20-2ubuntu1
  Candidate: 2.4.20-2ubuntu1
  Version table:
 *** 2.4.20-2ubuntu1 0
        500 http://gb.archive.ubuntu.com/ubuntu/ maverick/main Packages

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libdrm2 2.4.20-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-1.1-generic 2.6.35-rc1
Uname: Linux 2.6.35-1-generic x86_64
Architecture: amd64
Date: Mon Jun 7 22:05:09 2010
DkmsStatus: Error: [Errno 2] No such file or directory
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100605)
MachineType: Unknow Unknow
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-1-generic root=UUID=e00f9c89-7d20-4a50-b07f-7e8633e4914b ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: libdrm
dmi.bios.date: 01/09/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: PC-AM2RS790G
dmi.board.vendor: Sapphire
dmi.chassis.type: 3
dmi.chassis.vendor: Unknow
dmi.chassis.version: Unknow
dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd01/09/2009:svnUnknow:pnUnknow:pvrUnknow:rvnSapphire:rnPC-AM2RS790G:rvr:cvnUnknow:ct3:cvrUnknow:
dmi.product.name: Unknow
dmi.product.version: Unknow
dmi.sys.vendor: Unknow
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename: maverick
 architecture: x86_64
 kernel: 2.6.35-1-generic

Revision history for this message
Neil Perry (nperry) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.9 KiB)

This bug was fixed in the package xserver-xorg-video-nouveau - 1:0.0.16+git20100518+4b8f1a0-0ubuntu1

---------------
xserver-xorg-video-nouveau (1:0.0.16+git20100518+4b8f1a0-0ubuntu1) maverick; urgency=low

  [Christopher James Halse Rogers]
  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/patches/02_nouveau_bgnr:
      + Patch from Fedora for a smooth Plymouth->GDM transition.
  * New upstream snapshot.
    - Support for monitor hotplug detection added.
    - Handle starting X with no monitors detected more gracefully (LP: #568079)
  * Package now built against 0.0.16 ABI (LP: #590989)
  * debian/rules:
    - get-orig-source: Upstream version is now 0.0.16
  * debian/control:
    - Ubuntu X Swat is maintainer, not MOTU.
  * Merge in useful changes from Debian experimental:

  [ Sven Joachim ]
  * New upstream snapshot, with uevent support.
    - Add build-dependency on libudev-dev.
  * Add a NEWS.Debian for that problem and update README.Debian.
  * Add myself to Uploaders.

xserver-xorg-video-nouveau (1:0.0.15+git20100329+7858345-4) unstable; urgency=medium

  * Update xsfbs and use new ${xviddriver:Depends} substvar.

xserver-xorg-video-nouveau (1:0.0.15+git20100329+7858345-3) unstable; urgency=low

  [ Sven Joachim ]
  * Add a README.Debian describing various possible problems.
  * Update xsfbs to 8bd2e9b523da35493db1bd781d4ef6bfbbeb2eff.

  [ Cyril Brulebois ]
  * Merge above changes by Sven, thanks!
  * Mention in README.Debian that nouveau might be preferred above nv in
    the next future if everything goes well.
  * Some cards (nv50) used to need some firmware, but starting with
    linux-image-2.6.32-4-$arch packages built from linux-2.6 2.6.32-11,
    there's no need for any firmware. Since it's a transient matter, only
    mention it in this changelog, and only mention the general case in
    README.Debian.
  * Given that we've got documentation now, and given we received positive
    feedback through debian-x@, let's be confident and upload this to
    unstable. Many thanks to the early testers!

xserver-xorg-video-nouveau (1:0.0.15+git20100329+7858345-2) experimental; urgency=low

  * Add a debug package: xserver-xorg-video-nouveau-dbg.

xserver-xorg-video-nouveau (1:0.0.15+git20100329+7858345-1) experimental; urgency=low

  [ Sven Joachim ]
  * New upstream snapshot, compatible with xorg-server 1.7 (Closes: #568168).
  * Ship an upstream changelog generated from "git log".
  * Do not include other generated files in the .orig.tar.gz,
    run autoreconf at build time instead.
  * Update xsfbs to 2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1.
  * Remove dependency on linux-nouveau-modules, current Debian kernels
    already include a nouveau module.
  * Fold long (Build-)Depends lines in debian/control.
  * Bump Build-dependencies on xserver-xorg-dev and libdrm-dev.
  * Drop conflict with nvidia-glx. As long as one does not run
    applications that require a library that nvidia-glx diverts, the
    drivers can coexist peacefully.
  * Provide a minimal example xorg.conf.
  * Bump Standards-Version to 3.8.4, no changes needed.

  [ Cyril Brulebois ]
  * Use build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/.
  * Dele...

Read more...

Changed in xserver-xorg-video-nouveau (Ubuntu):
status: New → Fix Released
Neil Perry (nperry)
Changed in libdrm (Ubuntu):
status: New → Invalid
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.