On Tue, 2009-01-20 at 09:42 +0530, Abraham Varricatt wrote: > From the git repo, > > git://git.freedesktop.org/git/mesa/drm > > > > I cannot run the modeprint test application from the /tests/modeprint > directory. It is failing in the libdrm library at the > drmModeGetResources() function. > > > > The exact cause is because the IOCTL call to > DRM_IOCTL_MODE_GETRESOURCES is not supported in the kernel > mode-setting module. > > > > Has this IOCTL been depreciated? If so, how can I get the > drmModeGetResources() function to work ? > > > > I’m running kernel 2.6.28 (OS: Ubuntu) > > > > Yours, > > Abru
This ioctl exist only in modesetting enabled kernel ie 2.6.29 for intel, and some experimental branch for radeon. Cheers, Jerome ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
