On Mon, Dec 29, 2008 at 9:51 PM, Leandro Lucarella <[email protected]> wrote: > Hi. I'm trying nouveau and I'm having some troubles. I filled a bug[1] > a while ago about a problem I had (and I'm still experimenting), but > I found another issue that I suspect is normal. I get this in my Xorg.log: > [...] > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: Searching for BusID pci:0000:02:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: drmOpenMinor returns 10 > drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 > (EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed > (/usr/lib/dri/nou veau_dri.so: cannot open shared object file: No such file > or directory) > (EE) AIGLX: reverting to software rendering > (II) Loading sub module "GLcore" > (II) LoadModule: "GLcore" > [...] > > Is this expected or I have some installation problems? I'm using > Debian/Ubuntu packages at http://ppa.launchpad.net/raof/ubuntu (I build > the kernel module using drm-modules-source and I install > xserver-xorg-video-nouveau too). > > TIA.
Yes that's normal, it just means that the Mesa hardware driver is not found and AIGLX will use software rendering instead. > > [1] http://bugs.freedesktop.org/show_bug.cgi?id=16327 > You should try a newer xserver (1.5 or later) if possible, that might help this problem. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
