> "[drm:radeon_do_init_cp] *ERROR* Cannot use PCI Express without GART in FB > memory" > when trying to use miniglx (running ./sample_server from a non-X ubuntu > environment), on my machine with a Mobile x600 Radeon PCI-Express card. > DRI radeon acceleration is working ok on my standard X-enabled ubuntu > install with that card I believe, so it looks to be a miniglx issue? > All my running code (the radeon drm module, radeon_dri.so etc) is the > latest, built from git source. > > What does that error mean?
It means that the miniglx DDX code radeon_server.c didn't allocate memory for the GART table and tell the DRM where it was.. I'm not sure I ever got PCIE miniglx working on radeon, on my r300 I think it used to hang on the first packet I sent it and gave up.. Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie Linux kernel - DRI, VAX / pam_smb / ILUG ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
