Update README.md

This commit is contained in:
aiminick 2019-01-03 03:23:36 +08:00 committed by GitHub
parent ccbb3c7f67
commit 6da9bc85bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -499,12 +499,19 @@ apt-get install libc6-armel
这里以安装 *lxde* 桌面环境为例:
* 执行以下命令
* 执行以下命令 (软件较多,请耐心等待)
```shell
sudo apt-get install lxde-core lxde lxappearance fcitx-rime -y
```
* 如果你要安装 "基础桌面+桌面基础软件" 请执行下面这条命令 (软件较多,请耐心等待)
```shell
sudo apt-get install lxde-core lxde lxappearance fcitx-rime lxdm \
menulibre openbox-menu task-lxde-desktop lxpanel-plugin-topmenu -y
```
* 参照下面的 "**开启显卡3D硬件加速**" 部分的设置,为桌面开启 *显卡加速*
* 然后修改 **/boot/config.txt** 文件配置,去掉下面一行前面的 "**#**" 注释符号,**否则桌面会有黑边框**