You are not logged in.

#1 2017-02-19 04:02:22

jlindgren
Member
Registered: 2011-02-27
Posts: 260

[SOLVED] modesetting driver with DRI2 (Intel graphics)

DRI3 has never been stable for me [1] so I have to disable it and use DRI2.  This used to be easy with the intel driver: you just added Option "DRI" "2" to xorg.conf.  Unfortunately now the intel driver has also been broken for some time [2] and so the only usable combination left is modesetting + DRI2.  This works fine, but the only way I know to get there is to recompile xorg-server with --disable-dri3.

Does anyone know of an easier way to disable DRI3 in the modesetting driver, without recompiling?

EDIT: The solution as described here [3] is to set LIBGL_DRI3_DISABLE=1 (for example, in one's login script).

[1] https://bugs.freedesktop.org/show_bug.cgi?id=97916
[2] https://bugs.freedesktop.org/show_bug.cgi?id=97914
[3] https://bugs.freedesktop.org/show_bug.cgi?id=99892#c1

Last edited by jlindgren (2017-02-22 02:40:59)

Offline

#2 2017-02-19 16:43:22

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: [SOLVED] modesetting driver with DRI2 (Intel graphics)

Afaik xf86-video-intel DRI3 support and modesetting DRI3 work differently, are you sure modesetting + DRI3 is unstable ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2017-02-19 17:30:47

jlindgren
Member
Registered: 2011-02-27
Posts: 260

Re: [SOLVED] modesetting driver with DRI2 (Intel graphics)

Yes I'm sure.

Offline

Board footer

Powered by FluxBB