我正在寻找一种简单易用的方法来调整屏幕颜色。Redshift 似乎可以做到这一点,所以这肯定是可行的。是否有一个实用程序可以提供一些红色、绿色、蓝色滚动条来调整屏幕颜色?到目前为止,我发现的(colormgr、Argyll CMS)都看起来太复杂了,无法理解它们。
我在 HP Pavilion 笔记本电脑上安装了 Ubuntu 14.04。
谢谢,Deepesh PS:我可以处理终端,所以如果选项像 -r -g -b 一样简单,命令行工具就可以了。
答案1
使用 xcalib
usage: xcalib [-options] ICCPROFILE
or xcalib [-options] -alter
where the available options are:
-display <host:dpy> or -d
-screen <screen-#> or -s
-clear or -c
-noaction <LUT-size> or -n
-verbose or -v
-printramps or -p
-loss or -l
-invert or -i
-gammacor <gamma> or -gc
-brightness <percent> or -b
-contrast <percent> or -co
-red <gamma> <brightness-percent> <contrast-percent>
-green <gamma> <brightness-percent> <contrast-percent>
-blue <gamma> <brightness-percent> <contrast-percent>
-alter or -a
-help or -h
-version
last parameter must be an ICC profile containing a vcgt-tag
Example: ./xcalib -d :0 -s 0 -v bluish.icc
Example: ./xcalib -red 1.1 10.0 100.0
使用 xgamma 模块调整 RGB 的伽马值。
usage: xgamma [-options]
where the available options are:
-display host:dpy or -d
-quiet or -q
-screen or -s
-version or -v
-gamma f.f Gamma Value
-rgamma f.f Red Gamma Value
-ggamma f.f Green Gamma Value
-bgamma f.f Blue Gamma Value
If no gamma is specified, returns the current setting
答案2
在设置 -> 颜色中,您应该能够更改显示器的颜色设置。找不到您需要的内容?