为了在监视器上反转颜色,我调用:
xcalib -invert -alter
问题是,在双显示器设置中,它仅在第一个屏幕上反转颜色。
我无法使用Compitz小工具进行颜色反转,因为我的设置是
- 两个旋转(枢轴)监视器
两者均为Piovot的双屏显示器无法在我的卡上进行排版。
Xorg似乎只是解决方案。
xcalib非常重要,因为我可以立即根据应用程序进行切换。
Cany建议,解决方案如何使用xcalib反转两个屏幕上的颜色?
聚苯乙烯
-screen
参数不起作用:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 130 (XFree86-VidModeExtension)
Minor opcode of failed request: 19 (XF86VidModeGetGammaRampSize)
Value in failed request: 0x17
Serial number of failed request: 10
Current serial number in output stream: 10
这是我的xrandr
屏幕配置:
~$ xrandr
Screen 0: minimum 320 x 200, current 2400 x 1920, maximum 3840 x 3840
DFP1 connected 1200x1920+1200+0 left (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 60.0*+
1680x1050 60.0 +
1440x900 59.9 +
1280x800 60.0 +
1920x1080 60.0 50.0 30.0 25.0 24.0
(...)
DFP2 connected 1200x1920+0+0 left (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 60.0*+
1920x1080 60.0 +
1776x1000 60.0 +
1680x1050 60.0 +
1440x900 59.9 +
1280x800 60.0 + 75.0
1152x648 60.0 +
1600x1200 60.0
1400x1050 60.0
1280x1024 75.0 60.0
(...)
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
如您所见,它们通过旋转1200x1920
设置在一个虚拟屏幕上maximum 3840 x 3840
。我认为,这就是为什么它像的“一个”屏幕一样2400x1920
,在两个屏幕上均分开的原因(因此,xcalib仅适用于主要屏幕)。但是,这只是我的假设,也许原因有所不同。