執行 xhost + 出現 unable to open display 解決辦法
linux解決xhost +: unable to open display
實用技巧:在Linux下設定xhost方法步驟
第一步:用root登陸linux,啟動vnc服務;
第二步:根據vnc起來的埠,設定export DISPLAY=localhost:1(1表示vnc在第一個tty上啟動的),vnc的啟動資訊見vnc服務配置文章,在我部落格的linux學習中
第三步:執行xhost +,並且提示“access control disabled, clients can connect from any host”才正確。
linux下的操作日誌如下:
[root@localhost ~]# vncserver
New 'localhost:1 (root)' desktop is localhost:1
Starting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/localhost:1.log
[root@localhost ~]# export DISPLAY=localhost:1
[root@localhost ~]# xhost +
access control disabled, clients can connect from any host
在設定xhost時,出現了unable的問題。使用上訴方法就可以搞定。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29913993/viewspace-1303049/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux解決xhost: unable to open displayLinux
- linux解決xhost unable to open display‘’Linux
- 完美解決xhost +報錯: unable to open display
- 轉貼:xhost unable to open display解決方法
- Linux錯誤:xhost unable to open displayLinux
- 本機執行x程式出現:Can't open display 原因及其解決方法
- Laravel 執行 Gulp 命令出錯解決辦法Laravel
- 用CMD執行時Java,出現亂碼的解決辦法Java
- 網站執行PHP出現No input file specified 的解決辦法網站PHP
- Unable to locate package錯誤解決辦法Package
- 執行Docker命令報錯解決辦法Docker
- git出現Permission denied的解決辦法Git
- scp出現錯誤的解決辦法
- stm出現Flash Timeout解決辦法
- 多執行緒高併發解決辦法執行緒
- Win7 IIS7.5執行ASP時出現500錯誤的解決辦法Win7
- Linux 出現 su: Authentication failure 解決辦法LinuxAI
- 伺服器iis出現假死解決辦法伺服器
- Mysql出現連線錯誤解決辦法MySql
- sudo 出現unable to resolve host 解決方法
- CentOS 中yum命令執行錯誤解決辦法CentOS
- 解決PythonWin執行時崩潰的辦法Python
- man出錯解決辦法
- LoadRunner中文出現亂碼的解決辦法
- secureCRT使用退格鍵(backspace)出現^H解決辦法Securecrt
- Docker Hello World容器執行報錯的解決辦法Docker
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- FileZilla:425 Can't open data connection for transfer of解決辦法
- 解決This version of Visual Studio is unable to open the following projectsProject
- 遠端執行命令,補充subprocess模組,粘包現象及解決辦法
- 安裝CentOS7出現dracut:/#……time解決辦法CentOS
- Debian出現in the drive ‘/media/cdrom/’ and press enter解決辦法
- AppleTV出現登陸介面的解決辦法APP
- valet install 報 Unable to determine linked PHP. 的解決辦法PHP
- vmware虛擬機器執行卡慢的解決辦法虛擬機
- sudo時出現unable to resolve host 的解決方法
- AndroidStudio進行Build時出現DexArchiveMergerException異常的解決辦法AndroidUIHiveException
- ORA-00313 open failed for members of log group解決辦法AI