Vncserver installation and configuration under DebianEtch

Source: Internet
Author: User
Vncserver installation and configuration under DebianEtch-Debian information for the Linux release technology-the following is a detailed description. My debian is installed on vmware using the 4.0r3 netinst disc. After installation, there is only one minimum system, which is about 500 M.

1. install some windows manager.
# Apt-get install xfce
# Apt-get install fvwm
# Apt-get install blackbox

2. Install the xserver of vmware. The name is too long and may not be accurate. You 'd better confirm it with apt-cache search vmware.
# Apt-get install Xserver-vmware

3. Install vncserver
# Apt-get install vncserver

4. Modify/etc/vnc. conf. The key is to point it to a favorite wm, or even "/usr/bin/xterm"
$ Vncstartup = "/usr/bin/blackbox"

5. You can also adjust the vnc screen size. The default value is 640x480.
$ Geometry = "1024x768"

6. Start vncserver. If it is used for the first time, you will be prompted to enter and confirm the password.
# Vncserver

Good luck.
Related Article

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.