windows10自带ubuntu安装配置,安装图形化界面,cv2.imshow() ,unable to open display

参考:https://blog.csdn.net/fairydetail/article/details/82345010

使用ssh工具连接ubuntu        https://blog.csdn.net/sinat_33784741/article/details/83865490       windows磁盘目录在   /mnt下

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

windows10自带ubuntu安装配置,安装图形化界面,cv2.imshow()  ,unable to open display

 

使用xshell  cv2.imshow的时候,弹框X11使用xmanager打开,  下载了xmanager后,还是打不开

解决办法:xmanager-passive  属性里设置窗口模式为多个窗口模式,点设置,窗口管理器为自动切换

2也可以使用 xLaunch,配置为 Mutiple windows

 

上一篇:Linux+shell学习


下一篇:解决xmanager连接Centos7无法输入中文