-
X11 forwarding in windowsEngineer/Linux 2019. 8. 7. 14:36
1. Download Xming application on window
2. Change the ssh configuration on linux(or target computer)
$> sudo vi /etc/ssh/ssh_config
X11Forwarding yes
$> sudo service sshd restart
3. run putty and enable X11 forwarding
[TroubleShooting1]
qt.qpa.xcb: X server does not support XInput 2
failed to get the current screen resources
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
The X11 connection broke: I/O error (code 1)
XIO: fatal IO error 2 (No such file or directory) on X server "localhost:10.0"
after 365 requests (365 known processed) with 0 events remaining.
>> export DISPLAY=:0.0
and run a gui applicaiton on putty console
'Engineer > Linux' 카테고리의 다른 글
[linux] 특정 크기의 파일 찾기 및 카운트 (0) 2020.03.04 [VMWare] No space left on device (0) 2019.09.24 Enable/Disable suspend on Ubuntu (0) 2019.01.27 MAC에서 우분투 부팅 USB 만들기 (0) 2019.01.19 booting time (startup) 성능개선 (0) 2017.08.04