Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#61731 - [chromium] VAAPI with r600 - distorted colors
Attached to Project:
Arch Linux
Opened by Mantas Mikulėnas (grawity) - Tuesday, 12 February 2019, 17:56 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 15 February 2019, 14:28 GMT
Opened by Mantas Mikulėnas (grawity) - Tuesday, 12 February 2019, 17:56 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 15 February 2019, 14:28 GMT
|
DetailsAfter the VAAPI-enabling patch was applied, Chromium shows distorted colors for H.264 videos:
https://i.imgur.com/S2ZadGV.png This old laptop has an ATI Radeon HD 6370M, which uses 'r600' from libva-mesa-driver. This issue does not occur in `mpv --vo=vaapi --hwdec=vaapi`. As a workaround, I remove /usr/lib/dri/r600_drv_video.so to force software decoding. local/chromium 72.0.3626.96-3 local/mesa 18.3.3-2 local/libva-mesa-driver 18.3.3-2 local/libva 2.4.0-1 |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Friday, 15 February 2019, 14:28 GMT
Reason for closing: Not a bug
Additional comments about closing: allow_rgb10_configs was enabled for all applications in ~/.drirc, overriding the configuration shipped with Chromium.
Friday, 15 February 2019, 14:28 GMT
Reason for closing: Not a bug
Additional comments about closing: allow_rgb10_configs was enabled for all applications in ~/.drirc, overriding the configuration shipped with Chromium.
You can look into setting allow_rgb10_configs to false either for Chromium, or globally, in either your personal .drirc, or the system drirc.
@grawity: Do check if you have a drirc override somewhere.
- /usr/share/drirc.d/*
- /etc/drirc
- $HOME/.drirc
The existence of /etc/drirc and $HOME/.drirc does not prevent /usr/share/drirc.d/10-chromium.conf from being read. Unless I set "allow_rgb10_configs" to "true" in e.g. $HOME/.drirc, I get the correct behavior in Chromium.
If your custom drirc does not set the above variable at all but you still get pink videos in Chromium, post your drirc so I can try to reproduce.
(Previously "full copy and edit" used to be the only way to add a custom application profile without losing the system default ones. And it seems that's still the case today...)