You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DRI_PRIME environment variable is being set by surfman unconditionally. This is the commit that introduced this feature.
According to the mesa documentationDRI_PRIME=1 will be interpreted as the number of the (non-default) GPU to use and not just as an 'enable low power mode' flag, but I don't know enough about this to say if surfman's usage of DRI_PRIME is a bug. It is also not clear to me if DRI_PRIME=1 is a bug if the system has only one gpu.
As seen in servo/servo#34814, this seems to break other applications (like some tinyfiledialog backends) in some cases. I
The text was updated successfully, but these errors were encountered:
Originally reported in servo/servo#34814
The
DRI_PRIME
environment variable is being set by surfman unconditionally. This is the commit that introduced this feature.According to the mesa documentation
DRI_PRIME=1
will be interpreted as the number of the (non-default) GPU to use and not just as an 'enable low power mode' flag, but I don't know enough about this to say if surfman's usage of DRI_PRIME is a bug. It is also not clear to me ifDRI_PRIME=1
is a bug if the system has only one gpu.As seen in servo/servo#34814, this seems to break other applications (like some tinyfiledialog backends) in some cases. I
The text was updated successfully, but these errors were encountered: