docker-webtop icon indicating copy to clipboard operation
docker-webtop copied to clipboard

[BUG] TrueColor 4:4:4 does not work on some accelerated clients under windows `--disable-gpu` is a bad workaround

Open ElemenTP opened this issue 8 months ago • 1 comments

When using GPU accelerated chromium based browsers in windows specifically Nvidia and Intel (AMD works for me), the 4:4:4 color mode does not work. This does not seem to occur on a linux client.

If you really need 4:4:4 color mode in your client you can pass --disable-gpu to the browser launch command. The easiest way to do this on Windows is to modify a shortcut: Create a new second shortcut for your chromium based web browser (edge chrome brave etc) Right click it and select properties Modify the Target to have --disable-gpu at the end of it.

Image

I understand this is not a great solution but honestly h.264 decode is super low cpu usage it is more watts on my machine to do it with my GPU. This is the only workaround I have found you have to bypass the proprietary decoder and use software decoding.

ElemenTP avatar Jun 28 '25 15:06 ElemenTP

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] avatar Jun 28 '25 15:06 github-actions[bot]