<div>After updating to the latest drm and libdrm my Xorg uses only the vesa driver in the relolution 1024x768. The older installation uses the resolution 1366x768 and dtrace shows that i915 module is used. </div><div>The dtrace script for check with the new drm: <br /></div><div><br /></div><div>dtrace -n 'fbt:i915::entry {@num[probefunc] = count();} fbt:drm::entry {@num[probefunc] = count();}'</div><div>  drm_sun_ioctl                                                 25259<br />  idr_find                                                      25259<br />  idr_find_used_id                                              25259<br />  idr_compare                                                   50518<br /><br /></div><div>If I dtrace the new drm and i915 I see no calls in the i915 module, instead mostly only drm_sun_ioctl:<br /></div><div><br /></div><div>fbt:drm:drm_sun_ioctl:entry<br />{<br />        self->rvalp = (int*) arg4;<br />        printf("cmd=%x mode=%x", arg1, arg2); <br />}<br />fbt:drm:drm_sun_ioctl:return<br />{<br />        printf("ret=%x rval=%x", arg1, *self->rvalp);<br />}<br /><br /></div><div><br /></div><div>  2  48751              drm_sun_ioctl:entry cmd=5605 mode=fffffe000f919490<br />  2  48752             drm_sun_ioctl:return ret=0 rval=a9</div><div><br /></div><div>Xorg is working there only with the vesa driver in the 1024x768 resolution. Try to force resolution with xorg.config.file do not work.<br /></div><div><br /></div><div>Any hints what is going wrong here?<br /></div>-- <br signature="separator" />Carsten Grzemba<br /><br />