モニターの色を反転させるために、私は以下を呼び出します。
xcalib -invert -alter
問題は、デュアルモニターのセットアップでは、最初の画面でのみ色が反転することです。
Compitzガジェットを色反転に使用できません。セットアップが原因です。
- 2つの回転(ピボット)モニター
デュアルスクリーンが両方ともPiovotの場合、カードでの作曲が機能しません。
Xorgは唯一の解決策のようです。
xcalibはアプリに応じてすぐに切り替えることができる大きな原因です。
Canyの提案、xcalibで両方の画面の色を反転する方法
PS
-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
それが、両方が分割された「1」画面のような理由だと思います(したがって、xcalibはプライマリ画面にのみ適用されます)。しかし、それは私の仮説にすぎません。おそらく理由は異なります。