I have just finished upgrading from Dapper to Edgy and now 3D acceleration for my Radeon 9250 graphics card is disabled. I appears that the kernel DRM module fails to load on startup.
This is what it looks like: [EMAIL PROTECTED]:$ export LIBGL_DEBUG=verbose [~] [EMAIL PROTECTED]:$ fglrxinfo Xlib: extension "XFree86-DRI" missing on display ":0.0". libGL error: XF86DRIQueryDirectRenderingCapable failed display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.5.1) Relevant sections from Xorg.0.log: [EMAIL PROTECTED]:$ grep -i drm /var/log/Xorg.0.log (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Reloading /usr/lib/xorg/modules/linux/libdrm.so drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmGetBusid returned '' (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so Also: [EMAIL PROTECTED]:$ grep WW /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist. (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): Probed monitor is 320x240 mm, using Displaysize 336x269 mm (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * Attempting to insert drm module manually: [EMAIL PROTECTED]:$ sudo modprobe drm Password: FATAL: Error inserting drm (/lib/modules/2.6.17-10-generic/kernel/drivers/char/drm/drm.ko): Cannot allocate memory I also get the same thing when using the Open Source ATI drivers. DRI is disabled as well so no 3D acceleration. AGP seems to work properly: [EMAIL PROTECTED]:$ dmesg |grep -i AGP [17179589.168000] Linux agpgart interface v0.101 (c) Dave Jones [17179589.172000] agpgart: Detected VIA P4M266x/P4N266 chipset [17179589.180000] agpgart: AGP aperture is 128M @ 0xe0000000 It's possible that this is related to a bug reported here: http://www.cs.helsinki.fi/linux/linux-kernel/2002-50/1176.html I don't have any of the fancy compiz/beryl stuff installed so this is not a very high priority for me. I would like to get my 3D acceleration working again so that I can work with Blender. My hardware setup: Motherboard: ECS P4VMM2 (this is 1st revision motherboard I think) Memory: 1GB Graphics card: PowerColor 9250 (Radeon 9250) It seems that it's not ATI's fault this time because the DRM module is part of the kernel tree and the fglrx module depends on this module. -- Error inserting drm module into the kernel https://launchpad.net/bugs/52389 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs