VNC 서버 전체 화면 디스플레이가 너무 작습니다.

VNC 서버 전체 화면 디스플레이가 너무 작습니다.

centOS 7 원격 서버에 tigervnc. Windows에서 제가 사용하는 뷰어는 RealVNC Viewer.

구성은 다음 위치에 있습니다./etc/systemd/system/vncserver@\:1.service

[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target

 

[Service]
Type=forking
ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'
ExecStart=/sbin/runuser -l root -c "/usr/bin/vncserver -geometry 1920x1080"
PIDFile=/root/.vnc/%H%i.pid
ExecStop=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'

 

[Install]
WantedBy=multi-user.target

구성은 다음 위치에 있습니다./root/.vnc/config

## Supported server options to pass to vncserver upon invocation can be listed
## in this file. See the following manpages for more: vncserver(1) Xvnc(1).
## Several common ones are shown below. Uncomment and modify to your liking.
##
# securitytypes=vncauth,tlsvnc
# desktop=sandbox
geometry=1980x1080
# localhost
# alwaysshared

서버에 연결하면 표시되는 내용이 예상한 것과 다릅니다. 너무 작아서 사용할 수 없습니다.

VNC 뷰어 디스플레이

확대/축소를 변경해 보았지만 도움이 되지 않았습니다. 확대/축소가 도움이 되지만 원격 디스플레이가 화면 중앙에 있지 않습니다. 따라서 확대/축소를 200%로 변경하면 "숨겨짐" 상태가 됩니다.

관련 정보