ssh Mininet-VM with Command Prompt, solving X server does not support XInput 2 by using Vcxsrv

Описание к видео ssh Mininet-VM with Command Prompt, solving X server does not support XInput 2 by using Vcxsrv

ssh mininet permission denied
ssh mininet virtual box Xming vcxsrv
qt.qpa.xcb: X server does not support XInput 2
failed to get the current screen resources
The X11 connection broke: I/O error (code 1)
XIO: fatal IO error 2 (No such file or directory) on X server

**command using on Video
*Command Prompt:
ipconfig | findstr IPv4 Get host/local IPv4 Address
cd.. Go back to parent folder (until C:\)​
set DISPLAY=127.0.0.1:0.0​
ssh -X mininet@localhost -p 2223

*Mininet VM:
ifconfig/ifconfig -a Get mininet VM IPv4 Address - inet/Linux command
export DISPLAY=[your host IPv4 IP]:7.0 IPv4 add + screen no.​
export XAUTHORITY=$HOME/.Xauthority Fix wrong authentication​
echo $DISPLAY
xdpyinfo | grep -i extensions
xdpyinfo | grep -A 20 'number of extensions'

Комментарии

Информация по комментариям в разработке