[Share Experiences] xiaomi book pro14 2022 安装deepin20.7.1
Tofloor
poster avatar
kukei
deepin
2022-10-30 09:38
Author

双系统,一个1T的固态,分了 100G装deepin。

image.png

1.装上后没声音,设置里没输出设备。

解决:参考了

解决声卡没有声音的问题
~$ sudo touch /etc/modprobe.d/alsa-base.conf
~$ sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa-base.conf
重启电脑,然后
~$ alsactl init
以后每次重启电脑都需要初始化一次声音系统(alsactl init)

将alsactl init命令加入主目录的.bashrc文件。

2.vscode多了一个标题栏的问题

解决:设置窗口显示类型"title bar style",配置成 Custom 而不是 Native 就好了。

参考:https://www.zhihu.com/question/492935992

3.输入设备为空

解决:???

Reply Favorite View the author
All Replies
kukei
deepin
2022-11-30 17:43
#1

4.双系统时间不同步的问题

解决:https://bbs.deepin.org/post/205954

Reply View the author