On Fri, 2007-07-13 at 18:44 +1000, Brian May wrote: I found a few possible problems:
> (II) LoadModule: "GLcore" > (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so > dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: > _glapi_Dispatch > (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so > (II) UnloadModule: "GLcore" > (EE) Failed to load module "GLcore" (loader failed, 7) http://lists.debian.org/debian-x/2006/10/msg00395.html You should comment out that line in your xorg.conf apparently. > (II) LoadModule: "speedo" > (WW) Warning, couldn't open module speedo > (II) UnloadModule: "speedo" > (EE) Failed to load module "speedo" (module does not exist, 0) Speedo is no longer enabled by default. > (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV" > (EE) fglrx(0): cannot init AGP > (II) fglrx(0): [drm] removed 1 reserved context for kernel > (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0xb7942000 > (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): ********************************************* * > (EE) AIGLX: Screen 0 is not DRI capable And then this is the problem wrt the bug report. I googled around and noticed that the "unable to acquire AGP" error usually occurs when agpgart is not loaded. You can either load the agpgart module at boot time or use the ATI agpgart. For the latter, add (man fglrx for more info): "Option "KernelModuleParm" "agpgart=2" to your xorg.conf with other driver options. I might also recommend the free ati driver put out by Xorg. It apparently is good enough for many people. 3D acceleration is in beta but 2D is fine. You may want to try that if fglrx keeps giving you trouble. Best regards, Nathan A. Stine -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]