2019-09-30 11:49:23 +02:00
Index: mesa-19.2.0/src/util/00-mesa-defaults.conf
2018-10-26 13:17:37 +02:00
===================================================================
2019-09-30 11:49:23 +02:00
--- mesa-19.2.0.orig/src/util/00-mesa-defaults.conf
+++ mesa-19.2.0/src/util/00-mesa-defaults.conf
@@ -490,6 +490,17 @@ TODO: document the other workarounds.
<option name="glx_disable_ext_buffer_age" value="true" />
<option name="glx_disable_oml_sync_control" value="true" />
2018-10-26 13:17:37 +02:00
</application>
+
+ <!-- This is workaround to prevent distorted colors on hardware accelerated video in Chromium. https://bugzilla.opensuse.org/show_bug.cgi?id=1113211 -->
+ <application name="Chromium" executable="chromium">
+ <option name="allow_rgb10_configs" value="false" />
+ </application>
2019-07-22 11:53:58 +02:00
+
+ <!-- This is workaround to prevent distorted colors on hardware accelerated video in Totem. https://bugzilla.opensuse.org/show_bug.cgi?id=1142270 -->
+ <application name="Totem" executable="totem">
+ <option name="allow_rgb10_configs" value="false" />
+ </application>
+
2018-10-26 13:17:37 +02:00
</device>
2019-09-30 11:49:23 +02:00
<device driver="radeonsi">
<application name="ARK: Survival Evolved (and unintentionally the UE4 demo template)" executable="ShooterGame">