windows10自带ubuntu安装配置,安装图形化界面,cv2.imshow() ,unable to open display,xmanager图形不显示问题
参考:https://blog.csdn.net/fairydetail/article/details/82345010
换成清华源 https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
使用root登录,设置root密码 https://blog.csdn.net/qq_29384639/article/details/87178025
1、使用普通用户登录
2、sudo passwd root
3、输入普通用户密码,在输入两次新密码
4、su root
5、输入新设置密码
使用ssh工具连接ubuntu https://blog.csdn.net/sinat_33784741/article/details/83865490 windows磁盘目录在 /mnt下
xshell 无法登录root账号 https://blog.csdn.net/qq_35445306/article/details/78771398
-
修改
/etc/ssh/sshd_config
文件把PermitRootLogin Prohibit-password
添加#
注释掉 -
新添加:
PermitRootLogin yes
-
重启ssh服务
/etc/init.d/ssh restart
-
重新使用root连接,ok
windows下的ubuntu重启, 遇到一下错误, 用 sudo killall -r '.*' && exit 重启
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to talk to init daemon.
root登录 su 进入root 输入密码
下载opencv,使用pip3 install opencv-python, python3.6使用的opencv 4.1.1.26 opencv版本地址 https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/
cv2.imshow() linux下执行xhost命令报错:unable to open display
解决办法:
export DISPLAY=:0.0
xhost +
使用xshell cv2.imshow的时候,弹框X11使用xmanager打开, 下载了xmanager后,还是打不开
解决办法:xmanager-passive 属性里设置窗口模式为多个窗口模式,点设置,窗口管理器为自动切换
2也可以使用 xLaunch,配置为 Mutiple windows