Update xfce4.md

This commit is contained in:
superconvert 2022-08-31 21:36:42 +08:00 committed by GitHub
parent a42907616e
commit e16183c0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,3 +398,16 @@ xfconf-query -c xfce4-session -p /sessions/Failsafe/Client3_Command
``` ```
解决:缺失显卡驱动 解决:缺失显卡驱动
apt install libgl1-mesa-dri apt install libgl1-mesa-dri
13. Xorgxserver启动时提示错误
```shell
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
(EE)
Fatal server error:
(EE) Failed to activate virtual core keyboard: 2(EE)
(EE)
```
解决:
ln -s /usr/share/X11/xkb /usr/local/share/X11/xkb
这样再运行 Xorg 就可以正常运行了。