Configure tty Chinese display in Ubuntu [Version0.1]

Source: Internet
Author: User
[Version0.1] 1. edit the file sudovim/etc/initramfs-tools/modules. Add the following three lines to the file: fbconvesafbvga16fb and run the file: sudoupdate-initramfs-u * If this step is not performed, the console will not be displayed after the restart. 2. edit the file: sudovim/etc/modprobe. d/blacklist

Tty Chinese display configured in Ubuntu [Version 0.1]

1. edit the file:
Sudo vim/etc/initramfs-tools/modules
Add three lines to the file:
Fbcon
Vesafb
Vga16fb
Run: sudo update-initramfs-u
* If you do not perform this step, the console will not be displayed after restart.

2. edit the file:
Sudo vim/etc/modprobe. d/blacklist-framebuffer // This file does not seem to exist. It may be that the article is too old.
Comment out the following two lines: // it seems that there is no danger if this step is not completed.
Blacklist vesafb // It can run properly on my computer
Blacklist vga16fb

3. edit the file:
Sudo vim/boot/grub/menu. lst
Add the vga = xxx parameter to the kernel entry of the boot entry
The value represented by xxx can be viewed in the following method:
// Install the "howinfo" software (a system hardware detection software, which should be available on the official website) in this step)
Sudo hwinfo -- framebuffer | grep 'mode \'
// A large string of text information will be displayed later
This is the result on my machine: // here "I" refers to the original author
Mode 0x0305: 1024x768 (+ 1024), 8 bits
Mode 0x0317: 1024x768 (+ 2048), 16 bits
Mode 0x0318: 1024x768 (+ 4096), 24 bits
Mode 0x0312: 640x480 (+ 2560), 24 bits
Mode 0x0314: 800x600 (+ 1600), 16 bits
Mode 0x0315: 800x600 (+ 3200), 24 bits
Mode 0x0301: 640x480 (+ 640), 8 bits
Mode 0x0303: 800x600 (+ 832), 8 bits
Mode 0x0311: 640x480 (+ 1280), 16 bits
Select the 1024x768 resolution and 16-bit color. Therefore, add 0x0317 after vga =.
// After completing this step, be careful that the startup screen may be abnormal. You can use startupmanager to set the resolution of the startup image.
// "Startupmanager" is available in the official "universe" Library

Step 2: Install the console zhcon that supports Chinese characters and start
Sudo apt-get install zhcon
Then run "zhcon" under tty to start the instance.
// By default, the resolution of "zhcon" is very low, which can be adjusted in principle, but it is not successful on my machine (see the original document for specific adjustment ), therefore, it is not included again.

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.