Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin V20 beta 使用问题反馈
Experiences and Insight
641
views ·
2
replies ·
To
floor
Go
shaoming
deepin
2020-04-16 19:39
Author
1.最明显的一个问题就是全盘重装之后开机卡卡的,之前自己装UOS的时候没有这样的问题,应该是没有优化好
2.双显卡驱动问题,官方默认使用的是n卡开源驱动,导致开机有点卡,关机卡logo,之前使用15.11的时候并没有出现这样的问题,不知道为什么,然后自己装了n卡闭源驱动,并禁用开源驱动,操作放下面
安装NVIDIA闭源驱动,在终端输入下面这句
sudo apt-get install nvidia-driver
禁用开源驱动nouveau
sudo dedit /etc/modprobe.d/blacklist.conf
在文本最后添加:
blacklist nouveau
options nouveau modeset=0
重启就没问题了,还是得自己折腾,15.11就不用
3.整体体验还不错,系统流畅度有待优化,deepin加油!
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2020-04-16 21:13
#1
谢谢反馈
Reply
Like 0
View the author
hepeclzq
deepin
2020-04-16 21:17
#2
文件管理器中设置“隐藏系统盘”后,所有磁盘都隐藏啦。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
2.双显卡驱动问题,官方默认使用的是n卡开源驱动,导致开机有点卡,关机卡logo,之前使用15.11的时候并没有出现这样的问题,不知道为什么,然后自己装了n卡闭源驱动,并禁用开源驱动,操作放下面
安装NVIDIA闭源驱动,在终端输入下面这句
sudo apt-get install nvidia-driver
禁用开源驱动nouveau
sudo dedit /etc/modprobe.d/blacklist.conf
在文本最后添加:
blacklist nouveau
options nouveau modeset=0
重启就没问题了,还是得自己折腾,15.11就不用
3.整体体验还不错,系统流畅度有待优化,deepin加油!