User Manual Orange Pi Zero 3

  Features   |  Use   |    Linux     |  Linux SDK   |  Android   |  Android SRC   |

RU          EN  

Chapt 3. Instructions for use of Debian/Ubuntu Server and Xfce desktop system
Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122  


3.28.1. How to install Debian system

  • 1) First set the default locale to Chinese

    a. Enter the following command to start configuring the locale

    orangepi@orangepi:~$ sudo dpkg-reconfigure locales

    b. Then select zh_CN.UTF-8UTF-8 in the pop-up interface (move up and down through the up and down direction keys on the keyboard, select through the space bar, and finally move the cursor to 'OK' through the Tab key, and then press Enter.)



    Img 3.190

    c. Then set the default locale to zh_CN.UTF-8



    Img 3.191

    d. After exiting the interface, the locale setting will start, and the output displayed on the command line is as follows

    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.

  • 2) Then open the InputMethod


    Img 3.192

  • 3) Then choose OK


    Img 3.193

  • 4) Then chooseYes


    Img 3.194

  • 5) Then choosefcitx


    Img 3.195

  • 6) Then chooseOK


    Img 3.196

  • 7) Then restart the Linux system to make the configuration take effect

  • 8) Then open Fcitx configuration


    Img 3.197

  • 9) Then click the + sign in the position shown in the figure below


    Img 3.198

  • 10) Then search GooglePinyin and click OK


    Img 3.199

  • 11) Then bring GooglePinyin to the front



    Img 3.200


    Img 3.201

  • 12) Then open the Geanyeditor to test the Chinese input method


    Img 3.202

  • 13) The Chinese input method test is as follows


    Img 3.203

  • 14) The Chinese and English input methods can be switched through the Ctrl+Space shortcut key

  • 15) If the entire system needs to be displayed in Chinese, you can set the variables in

    orangepi@orangepi:~$ sudo vim /etc/default/locale
    # File generated by update-locale
    LC_MESSAGES=zh_CN.UTF-8
    LANG=zh_CN.UTF-8
    LANGUAGE=zh_CN.UTF-8

  • 16) Then restart the system and you can see that the system is displayed in Chinese


    Img 3.204

     <         > 


  • Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122