我想让所有东西都变成灰度。可以使用实用程序 xcalib 反转显示的颜色(显示的每种颜色都更改为其补色),使用以下命令:
xcalib -i -a
我如何才能使显示屏变成灰度?例如,我可以通过某种方式降低饱和度吗?
谢谢!
答案1
您还可以将以下内容添加到 xorg 配置中以实现灰度输出:
Section "Screen"
Identifier "greyscale configuration"
Defaultdepth 8
SubSection "Display"
Depth 8
Visual "GrayScale"
EndSubSection
EndSection
这可能取决于您的视频驱动程序。