How can I use the keyboard to log on to the GUI after Ubuntu 10.04 is installed in VMware?

Source: Internet
Author: User

Scenario: download the latest version of VMware Workstation 7.01 to create a new virtual machine and install it with easy install. After the settings are complete, restart the virtual machine and go to system installation. After the installation, the VM restarts and enters the command line interface. The keyboard is available. After the GUI is loaded, the physical keyboard cannot be used.

Solution: Call the universal access preferences panel on the logon page, check the first option "use on-screen keyboard", and restart the VM:

 

After restarting the virtual machine, you can see the virtual keyboard:

Enter the password to log on, and the keyboard is available. Modify the configuration file to log on to the system by using the keyboard at the next boot.

Enter the following command on the terminal:

Sudo gedit etc/default/console-Setup

Change the last four rows:
Xkbmodel = "Skip"
Xkblayout = "us"
Xkbvariant = "U. S. English"
Xkboptions = ""
To:
Xkbmodel = "pc105"
Xkblayout = "us"
Xkbvariant = ""
Xkboptions = ""

Save and restart the VM.

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.