문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
linux:gnome:monitor [2021/11/09 08:14] kwon37xi |
linux:gnome:monitor [2023/11/22 09:47] (현재) kwon37xi [Gnome and monitor] |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Gnome and monitor ====== | ====== Gnome and monitor ====== | ||
* [[linux: | * [[linux: | ||
+ | * [[linux: | ||
* [[linux: | * [[linux: | ||
* [[linux: | * [[linux: | ||
줄 6: | 줄 7: | ||
* [[https:// | * [[https:// | ||
* Gnome 은 '' | * Gnome 은 '' | ||
+ | * [[https:// | ||
+ | |||
+ | ===== DBus 로 모니터 제어 ===== | ||
+ | * [[linux: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | <code sh> | ||
+ | # example | ||
+ | # 읽기 | ||
+ | gdbus call \ | ||
+ | --session \ | ||
+ | --dest=org.gnome.Mutter.DisplayConfig \ | ||
+ | --object-path / | ||
+ | --method org.gnome.Mutter.DisplayConfig.GetResources | ||
+ | |||
+ | # 쓰기 | ||
+ | gdbus call \ | ||
+ | --session \ | ||
+ | --dest=org.gnome.Mutter.DisplayConfig \ | ||
+ | --object-path / | ||
+ | --method org.gnome.Mutter.DisplayConfig.ApplyMonitorsConfig \ | ||
+ | 3 1 "[(0, 0, 1, 0, true, [(' | ||
+ | </ | ||
===== 참조 ===== | ===== 참조 ===== | ||
* [[https:// | * [[https:// |