첫 모니터의 감마를 변경하고 싶습니다. 다른 -display매개 변수로 xgamma를 호출 할 때마다 어떻게 든 두 번째 모니터를 가리 킵니다 . 그러나 첫 번째 것을 수정하고 싶습니다 .
나는이 명령을 시도했다.
내가 사용 한 매개 변수가 -display있습니다 :0, :0.0, :0.1, :1.0, :1.1, :1. 처음 2 개만 작동합니다. 그러나 그것은 나의 두 번째 모니터를 가리 킵니다. 첫 번째가 아닙니다. 테스트 할 쉘 스크립트는 다음과 같습니다.
shiplu@KubuntuD:~$ xgamma -display :0
-> Red 1.000, Green 1.000, Blue 1.000
shiplu@KubuntuD:~$ xgamma -display :0.0
-> Red 1.000, Green 1.000, Blue 1.000
shiplu@KubuntuD:~$ xgamma -display :0.1
xgamma: unable to open display ':0.1'
shiplu@KubuntuD:~$ xgamma -display :1.0
xgamma: unable to open display ':1.0'
shiplu@KubuntuD:~$ xgamma -display :1.1
xgamma: unable to open display ':1.1'
shiplu@KubuntuD:~$ xgamma -display :1
xgamma: unable to open display ':1'
첫 번째 / 기본 모니터의 감마를 어떻게 변경합니까?