Change color mode for the built-in display? #3286
Answered
by
waydabber
zhujianghai
asked this question in
Q&A
-
请问这个模式怎么关闭,降成了8bit,或者怎么恢复软件默认设置 |
Beta Was this translation helpful? Give feedback.
Answered by
waydabber
Aug 12, 2024
Replies: 1 comment
-
Hi there, what you see is normal - the built in display is inherently a 8-bit panel and the connection is fixed at 8bits RGB, no way to change that. There is no reason as that is ideal. If you disable GPU dithering, then the 10-bit framebuffer should be converted to 8-bits color and displayed as that (without temporal dithering - macOS apps may still use spatial dithering as well though). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waydabber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, what you see is normal - the built in display is inherently a 8-bit panel and the connection is fixed at 8bits RGB, no way to change that. There is no reason as that is ideal. If you disable GPU dithering, then the 10-bit framebuffer should be converted to 8-bits color and displayed as that (without temporal dithering - macOS apps may still use spatial dithering as well though).