Remote graphical interface: Vncserver remote connection with KDE desktop

Source: Internet
Author: User

It is strongly not recommended to work in putty+xming, too slow, and the interface is not particularly friendly.
Original: Vncserver remote connection with KDE
suggested: However, it is recommended that you use the Xshell and use Xmanage to use the graphical interface. However, there is still a drawback, in the remote use of eclipse, Eclipse can not load Pydev plug-ins, Pycharm temporarily did not try.

1. Install KDE EnvironmentYum install-y kdebase-workspace kdebase kdeadmin kdenetwork Kdeutilskde-l10n-chinese Kde-i18n-Chinese Wqy-zenhei-fontscjkuni-uming-fonts cjkuni-ukai-fonts

The Ubuntu system has installed the entire KDE desktop and can no longer install these components

2. Install VNC viewer

Linux Server:yum install-y tigervnc-server tigervnc
Windows:
https://www.realvnc.com/en/connect/download/viewer/windows/
https://www.realvnc.com/download/viewer/
3. Linux Environment Configuration
File/home/wishchin/.vnc/xstartup modified as follows ============================================== #!/bin/sh unset SESSION_MANAGER EXEC/ETC/X11/XINIT/XINITRC [-x/etc/vnc/xstartup] && Exec/etc/vnc/xstartup [-R $HOME/. Xresources] && xrdb$home/. Xresources xsetroot-solid Grey Vncconfig-iconic & xterm-geometry 80x24+10+10-ls-title "$VNCDESKTOP Desktop" & Startkde & #kde Desktop ===============================================
Modifying/etc/sysconfig/desktop will start Gnome by default, so be the preferred KDE ============= desktop=kde =============
4 StartLinux: Choose the resolution that corresponds to Windows and the font run Vncserver vncserver-geometry 1920x1080
-DPI 100
Windows:vnc Viewer open and enter target Ip:1 open to connect, some need to turn off encryption mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.