On Sat, 27 Sep 2003 14:50:02 -0300 Rafael Maximo <[EMAIL PROTECTED]> wrote:
> At 08:18 AM 27/9/2003, Felix K�hling wrote: [snip] > > DisableTile On worked here but my IRC client looks a little strange, all > texts are unreadable and some checkboxes looks strange too. > > I tried to work with the 3D driver but i got a little problem, glxinfo reports: > savage DRI driver expected DRM driver version 1.1.x but got version -1.-1.-1 > > It looks like the driver was not able to get the correct version of the DRM > module i also tried to compare with the other driver but the DRM module > seens Ok. How does the 3D driver get the DRM version? via ioctl? The drm version number is obtained in __driUtilCreateScreen (xc/lib/GL/dri/dri_util.c) by calling drmGetVersion (xc/lib/GL/dri/drm/xf86drm.c). drmGetVersion in turn uses an ioctl to get the version. In the new drivers __driUtilCreateScreen gets called from __driCreateScreen. However, the old driver doesn't have such a function. I don't know how control flows in your code. Hope this helps. > > bye. > > > Rafael M�ximo > ------------ __\|/__ ___ ___ ------------------------- Felix ___\_e -_/___/ __\___/ __\_____ You can do anything, K�hling (_____\�/____/ /_____/ /________) just not everything [EMAIL PROTECTED] \___/ \___/ U at the same time. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
