[Feedback on issues] 笔记本外接显示器设置仅单显示器显示时,闪屏+重复注销登录
Tofloor
poster avatar
thinking2019
deepin
2026-01-05 21:13
Author

前两天全新安装Deepin 25版,发现用笔记本外接显示器,设置仅外部显示器显示时会出现频繁闪屏+自动重复注销登录的情况。

系统已经升级为25最新的版本,仍然有同样的问题。

Reply Favorite View the author
All Replies
deepin流云
Super Moderator
Community OP
2026-01-06 09:16
#1

显卡没驱动上吧,什么显卡呐?

lspci | grep -E "VGA|3D controller"

终端看下显卡设备的输出,类似以下:
image.png

如果是N卡的话,可以先手动加仓库装下最新的驱动(依次执行以下命令):

echo 'deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-3132:/nvidia-graphics-driver/testing/ ./' |
​
sudo tee -a /etc/apt/sources.list > /dev/null
​
sudo apt update&&sudo apt install nvidia-driver
Reply View the author
thinking2019
deepin
2026-01-06 19:42
#2
deepin流云

显卡没驱动上吧,什么显卡呐?

lspci | grep -E "VGA|3D controller"

终端看下显卡设备的输出,类似以下:
image.png

如果是N卡的话,可以先手动加仓库装下最新的驱动(依次执行以下命令):

echo 'deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-3132:/nvidia-graphics-driver/testing/ ./' |
​
sudo tee -a /etc/apt/sources.list > /dev/null
​
sudo apt update&&sudo apt install nvidia-driver

安装系统的时候,已经勾选上安装闭源驱动了。显卡是NVIDIA RTX 3050 本机版。

之前使用20.9和23.1都没问题。

Reply View the author
deepin流云
Super Moderator
Community OP
2026-01-07 09:11
#3
thinking2019

安装系统的时候,已经勾选上安装闭源驱动了。显卡是NVIDIA RTX 3050 本机版。

之前使用20.9和23.1都没问题。

添加上面的仓库升级下显卡驱动试试

Reply View the author