The SCIM input method is enabled for ora9 English desktop settings by default.

Source: Internet
Author: User
Fedora9 has been installed for a few days. It is easy to install and basically does not need to be set. However, there are always some minor problems in use. Due to lack of experience in use, I don't know whether it is a system BUG or a setup error. Problem 1: The running level is 5, start to the desktop system, press Ctrl + Alt + F1 ~ When F6 is switched to tty, the screen is black and there is no logon prompt. It doesn't matter how you press the keyboard. Problem 2: Due to problem 1, modify the/etc/inittab file and set the default running

Fedora 9 has been installed for several days. It is easy to install and basically does not need to be set. However, there are always some minor problems in use. Due to lack of experience in use, I don't know whether it is a system BUG or a setup error.

Problem 1: The running level is 5, start to the desktop system, press Ctrl + Alt + F1 ~ When F6 is switched to tty, the screen is black and there is no logon prompt. It doesn't matter how you press the keyboard.

Problem 2: Due to problem 1, modify the/etc/inittab file and set the default running level to 3. You can enter tty or switch to tty after startx. However, the problem that comes after the startx desktop is changed to the English version. I don't know what the configuration difference is. The English interface does not matter, but it is uncomfortable if the input method is not enabled. The solution is as follows:

Modify the/etc/sysconfig/i18n configuration file and add the following two lines at the end of the file:

LC_CTYPE = "zh_CN.UTF-8"
SYSFONT = "latarcyrheb-sun16"

The final file content is as follows:

LANG = "en_US.UTF-8"
LC_CTYPE = "zh_CN.UTF-8"
SYSFONT = "latarcyrheb-sun16"

These configuration parameters are really hard to remember. Please write them down here, or you will not forget them next time.

During this time, I insisted on using Linux, and I felt very good. I will continue to learn it. It is possible to leave windows only after Linux can meet the needs of daily office work.

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.