Solve the problem that VNC cannot see images

Source: Internet
Author: User
Switch from: http://jackycheng2007.iteye.com/blog/494287when you use VNC view to open a remote Linux desktop, the desktop cannot be displayed, and only one gray background is added with a command line. At this time, you need to set it on the VNC Server: Edit/root/. VNC/xstartup Java code  
  1. [Root @ localhost ~] # Vi/root/. VNC/xstartup

Remove the following two lines of comments: Java code 

  1. Unset session_manager
  2. Exec/etc/X11/xinit/xinitrc

Run the following command to restart the VNC Server Java code. 

  1. [Root @ localhost ~] # Vncserver-kill: 1
  2. [Root @ localhost ~] # Vncserver: 1

If you want to change the resolution of the VNC Server (the default resolution is 1024x768 ):
1. Run the following command to start the VNC server.

Java code  
  1. [Root @ localhost ~] # Vncserver-geometry 1280x1024

This modification will be lost after the machine is restarted.

2. You can also modify the configuration to make it take effect after restart: Java code 

  1. [Root @ localhost ~] # Vi/usr/bin/vncserver

Modify the following line: Java code 

  1. $ Geometry = "1280x1024 ";

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.