Home >Operation and Maintenance >CentOS >What to do if vnc appears garbled in centos7 environment

What to do if vnc appears garbled in centos7 environment

王林
王林Original
2020-03-26 11:01:025732browse

What to do if vnc appears garbled in centos7 environment

The method to solve the problem of garbled characters is as follows:

1. Backup

cp /etc/locale.conf /etc/locale.conf.bak

(Recommended tutorial: centos usage tutorial)

2. Edit the configuration file

vim /etc/locale.conf
#LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN.UTF-8:zh_CN.GB2312:zh_CN"
SUPPORTED="zh_CN.UTF-8:zh_CN:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"

Recommended related video tutorials: linux video tutorial

The above is the detailed content of What to do if vnc appears garbled in centos7 environment. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn