Solution for entering Arabic in the Ubuntu logon window

Source: Internet
Author: User
Ubuntu 9.04 restarts after the upgrade, and a bug occurs. The input in the logon window is Arabic, and even ctrl + alt + f1 cannot be used to log on to the terminal. If you select the language on the logon interface, you can only change the Display language, but the input language is also Arabic. In this case, the user name is displayed incorrectly (of course, the user name is incorrect ). But cannot log on to the system. Google, solution: Use liveCD to enter the Ubuntu installation disk, find/etc/default/console-setup, and set the following section #

After Ubuntu 9.04 is upgraded and restarted, a bug occurs. The input in the logon window is Arabic, and even ctrl + alt + f1 cannot be used to log on to the terminal.
If you select the language on the logon interface, you can only change the Display language, but the input language is also Arabic. In this case, the user name is displayed incorrectly (of course, the user name is incorrect ). But cannot log on to the system.

Google:
Use live CD to enter the Ubuntu installation disk and find/etc/default/console-setup.

# The following variables describe your keyboard and can have the same
 
# Values as the XkbModel, xkblyout, XkbVariant and XkbOptions options
 
# In/etc/X11/xorg. conf.
 
XKBMODEL = "pc105"
 
XKBLAYOUT = "af"
 
XKBVARIANT = ""
 
XKBOPTIONS = ""
Change XKBLAYOUT = "af" to XKBLAYOUT = "us", so that the keyboard is an English keyboard. Restart OK.

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.