xcalibディスプレイ番号/画面番号

xcalibディスプレイ番号/画面番号

モニターのコントラストを下げるためにxcalibを使用しようとしています。これは私のxrandrの出力です。

Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x720      60.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
HDMI-0 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200     59.95*+
   1920x1080     60.00  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     60.02  
   1280x960      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

これまで、このコマンドを使用して両方のモニタのコントラストを比例的に変更できます。

xcalib -co 80 -a #reduces contrast by 80 percent.

モニタ名をどのように指定しますか?

xcalib -co -80 -d DVI-D-0

エラーが発生しました - ディスプレイを開くことができません。

ベストアンサー1

試行錯誤のxcalibパラメータは、-screen出力に基づいてモニタのインデックス番号0を取得します。つまり、xrandrあなたの場合に制御し、制御しますxcalib -s 0(デフォルト)。DVI-D-0xcalib -s 1HDMI-0

おすすめ記事