chromium-drirc-disable-10bpc-color-configs.conf 312 B

123456789101112131415
  1. <!--
  2. Disable 10 bpc color configs; fixes VAAPI playback.
  3. https://bugs.freedesktop.org/show_bug.cgi?id=106490
  4. -->
  5. <driconf>
  6. <device>
  7. <application name="Chromium" executable="chromium">
  8. <option name="allow_rgb10_configs" value="false" />
  9. </application>
  10. </device>
  11. </driconf>