<br /><br /><span>Am 14.06.24 14:08 schrieb <b class="name">Stephan Althaus </b> <Stephan.Althaus@Duedinghausen.eu>:</span><blockquote cite="mid:aa75aef7-9729-4c6d-b85d-33352880875d@Duedinghausen.eu" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimetype-text-plain">On 6/14/24 13:41, Carsten Grzemba via oi-dev wrote:<br />> After updating to the latest drm and libdrm my Xorg uses only the vesa <br />> driver in the relolution 1024x768. The older installation uses the <br />> resolution 1366x768 and dtrace shows that i915 module is used.<br />> The dtrace script for check with the new drm:<br />><br />> dtrace -n 'fbt:i915::entry {@num[probefunc] = count();} fbt:drm::entry <br />> {@num[probefunc] = count();}'<br />> drm_sun_ioctl 25259<br />>   idr_find 25259<br />>   idr_find_used_id 25259<br />>   idr_compare 50518<br />><br />> If I dtrace the new drm and i915 I see no calls in the i915 module, <br />> instead mostly only drm_sun_ioctl:<br />><br />> 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 />><br />>   2  48751              drm_sun_ioctl:entry cmd=5605 mode=fffffe000f919490<br />>   2  48752             drm_sun_ioctl:return ret=0 rval=a9<br />><br />> Xorg is working there only with the vesa driver in the 1024x768 <br />> resolution. Try to force resolution with xorg.config.file do not work.<br />><br />> Any hints what is going wrong here?<br />> -- <br />> Carsten Grzemba<br />><br />><br />> _______________________________________________<br />> oi-dev mailing list<br />> oi-dev@openindiana.org<br />> <a href="https://openindiana.org/mailman/listinfo/oi-dev" target="l">https://openindiana.org/mailman/listinfo/oi-dev</a><br /><br />Hello!<br /><br />Maybe i am asking too high-level, but does the module i915 get loaded?<br /><br />i would then re-check /etc/driver-aliases fpr your pci vendor:device id <br />found with prtconf -v ...<br /><br />?<br /><br />Regards,<br /><br />Stephan</div></blockquote><br />Sure, dtrace don't complains about to trace i915 probes.<br />-- <br signature="separator" /><div><signatureafterquotedtext>Carsten</signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div><div><signatureafterquotedtext><br /></signatureafterquotedtext></div>