Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 3B

332 bytes added, 15:15, 11 August 2023
Debian system installation method
<li><p>First set the default '''locale''' as Chinese</p>
<ol style="list-style-type: lower-alpha;">
<li>Enter the command below to start configured '''locale'''</li></ol></li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo dpkg-reconfigure locales'''
|}</ol>
<ol start="2" style="list-style-type: lower-alpha;">
<li>Then select '''zh_CN.UTF-8 UTF-8''' in the pop-up interface (to move up and down through the upper and lower direction buttons on the keyboard, select it through the space key, and finally move the cursor to '''&lt;OK&gt;''' through the TAB key, then press the ENTER key )</li></ol>
[[File:pi3b-img283.png]]
</ol>
<ol start="3" style="list-style-type: lower-alpha;">
<li>Then set the default '''locale''' as '''zh_CN.UTF-8'''</li></ol>
[[File:pi3b-img284.png]]
</ol>
<ol start="4" style="list-style-type: lower-alpha;">
<li>After exiting the interface, the '''locale''' settings will be started. The output displayed by the command line is shown below</li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''sudo dpkg-reconfigure locales'''
Generating locales (this might take a while)...
:en_US.UTF-8... done
:zh_CN.UTF-8... done
Generation complete.
|}</ol></li></ol>
<ol start="2" style="list-style-type: decimal;">
<li>Then open '''Input Method'''</li></ol>
[[File:pi3b-img285.png]]
</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Then select '''OK'''</li></ol>
[[File:pi3b-img286.png]]
</ol>
<ol start="4" style="list-style-type: decimal;">
<li>Then select '''Yes'''</li></ol>
[[File:pi3b-img287.png]]
</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then select '''fcitx'''</li></ol>
[[File:pi3b-img288.png]]
</ol>
<ol start="6" style="list-style-type: decimal;">
<li>Then select '''OK'''</li></ol>
[[File:pi3b-img289.png]]
</ol>
<ol start="7" style="list-style-type: decimal;">
<li><p>'''<span style="color:#FF0000">Then restart the Linux system to make the configuration effective</span>'''</p></li><li><p>Then open '''Fcitx configuration'''</p></li></ol>
[[File:pi3b-img290.png]]
</ol>
<ol start="9" style="list-style-type: decimal;">
<li>Then click the + of the position shown in the figure below</li></ol>
[[File:pi3b-img291.png]]
</ol>
<ol start="10" style="list-style-type: decimal;">
<li>Then search '''Google Pinyin''' and click '''OK'''</li></ol>
<div class="figure">
[[File:pi3b-img292.png]]
</div></ol>
<ol start="11" style="list-style-type: decimal;">
<li>Then put '''Google Pinyin''' to the front</li></ol>
[[File:pi3b-img293.png]]
[[File:pi3b-img294.png]]
</ol>
<ol start="12" style="list-style-type: decimal;">
<li>Then open the '''Geany''' editor to test the Chinese input method</li></ol>
[[File:pi3b-img295.png]]
</ol>
<ol start="13" style="list-style-type: decimal;">
<li>The Chinese input method test is shown below</li></ol>
[[File:pi3b-img296.png]]
</ol>
<ol start="14" style="list-style-type: decimal;">
<li><p>You can switch the Chinese and English input method through the '''Ctrl+Space''' shortcut</p></li>
<li><p>If the entire system is required as Chinese, the variables in '''/etc/default/locale''' can be set to '''zh_CN.UTF-8'''</p></li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''sudo vim /etc/default/locale'''
# File generated by update-locale
LC_MESSAGES='''<span style="color:#FF0000">zh_CN.UTF-8</span>'''
LANG='''zh_CN.UTF-8''' LANGUAGE<span style='''"color:#FF0000">zh_CN.UTF-8</span>'''
LANGUAGE='''<span style="color:#FF0000">zh_CN.UTF-8</span>'''
|}
</ol>
<ol start="16" style="list-style-type: decimal;">
<li>Then '''<span style="color:#FF0000">restart the system</span>''' to see the system displayed as Chinese</li></ol>
[[File:pi3b-img297.png]]
</ol>
<span id="the-installation-method-of-ubuntu-20.04-system"></span>
<span id="the-installation-method-of-ubuntu-20.04-system"></span>
=== The installation method of Ubuntu 20.04 system ===