패닝 모드로 구성된 X11 모니터가 있다고 가정합니다. 예를 들어
xrandr --output LVDS1 --mode 1920x1080 --panning 4096x4096
사용자 응용 프로그램에서 표시되는 뷰포트를 이동할 수 있는 방법이 있습니까(이상적으로는 초당 여러 뷰포트 업데이트를 처리하는 방식).
답변1
man xdotool은 뷰포트를 가져오거나 설정할 수 있다고 말합니다.
get_desktop_viewport [--shell]
Report the current viewport's position. If --shell is given, the
output is friendly to shell eval.
set_desktop_viewport x y
some windowmangers only obey requests that align to workspace boundaries