Stefan Sauer changed bug 1113211
What Removed Added
CC   ensonic@sonicpulse.de

Comment # 33 on bug 1113211 from
btw. this is also required for totem. I added a
/usr/share/drirc.d/10-mesa-defaults-user.conf
containing
<driconf>
    <!-- Please always enable app-specific workarounds for all drivers and
         screens. -->
    <device>
        <!-- This is workaround to prevent distorted colors on hardware
accelerated video in Totem.
https://bugzilla.opensuse.org/show_bug.cgi?id=1113211 -->
        <application name="Totem" executable="totem">
            <option name="allow_rgb10_configs" value="false" />
        </application>
    </device>
</driconf>

to fix it. Maybe this could be merged into the
/usr/share/drirc.d/00-mesa-defaults.conf?


You are receiving this mail because: