[Exchange and share] 禁用nouveau
Tofloor
poster avatar
gm128845
deepin
2023-01-02 19:04
Author

由于我的笔记本显示屏是1366x768,在nouveau下会识别为1024x768两侧有黑道,因此需要禁用nouveau,只使用核显。由于无法在管理员权限下调用deepin-editer,我在下面的网站中找到两横代码可实现禁用nouveau。

超详细! Ubuntu 18.04 安装 NVIDIA 显卡驱动 | XUNGE's Blog (xungejiang.com)

sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
Reply Favorite View the author
All Replies
璀璨星空
deepin
2023-01-02 19:19
#1

like

Reply View the author
jiutian123
deepin
2023-01-02 20:39
#2

你真棒 ,为你点赞like

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2023-01-03 02:12
#3

sudo apt install gedit

替换dedit

Reply View the author