The Chinese display is very simple, that is, a zhcon software can be installed, the operation is as follows:
Yum install zhcon
Usage:
Enter zhcon in the terminal, or use the full path. Enter:
Which zhcon can view the complete path,
CTRL + D to close it
Resolution is also well set:
Lilo I have never used. Grub is used. The settings are as follows:
Vim/etc/grub. conf
Add a VGA = "A value" to the end of a line in the kernel"
This value is related to the number of digits in the image and the resolution you want to use, for example:
Color 800x600 1024x768x1280
16bit 0x314 0x317 0x31a
24bit 0x315 0x318 0x31b
The grub. conf files I modified are listed as follows:
[Root @ btazuo ~] # Cat/etc/grub. conf
# Grub. conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# Notice: you do not have a/boot partition. This means that
# All kernel and initrd paths are relative to/, eg.
# Root (hd0, 6)
# Kernel/boot/vmlinuz-version Ro root =/dev/sda7
# Initrd/boot/initrd-version.img
# Boot =/dev/SDA
Default = 0
Timeout = 5
Splashimage = (hd0, 6)/boot/GRUB/splash.xpm.gz
Hiddenmenu
Title Fedora 7
Root (hd0, 6)
Kernel/boot/vmlinuz-2.6.21-1.3194.fc7 Ro root = label =/1 rhgb quiet VGA = 0x318
Initrd/boot/initrd-2.6.21-1.3194.fc7.img
Title Windows XP
Rootnoverify (hd0, 0)
Chainloader + 1
In addition, if there is a problem with the scim input method, generally the problem is that the scim icon cannot be started. In fact, you can uninstall it before installing it.
Yum remove scim
Then
Yum install-y scim *
After installation, restart and set the input method.