[Seek Help] deepin20 集成显卡 外接显示器 显示器不显示
Tofloor
poster avatar
L
deepin
2023-06-20 00:23
Author

deepin20 集成显卡 外接显示器 显示器不显示

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-06-20 00:25
#1

可以发一下电脑配置吗?

Reply View the author
L
deepin
2023-06-20 00:31
#2

image.png

image.png

Reply View the author
阿尼樱奈奈
deepin
2023-06-20 00:39
#3

内核版本较低,升级到6.1内核试试。

Reply View the author
L
deepin
2023-06-20 00:43
#4

怎么升级内核

Reply View the author
L
deepin
2023-06-20 01:06
#5

升级到6.1.1的内核 也是不好用

Reply View the author
feeling
deepin
2023-06-20 17:08
#6

可以看一下mesg内核启动消息,集显驱动是否启动正常,比如我的集显驱动i915,一开始启动不正常,dmesg提示要加grub参数i915.force_probe=46a8,加了后重启,hdmi外接显示器就正常了。

dmesg如果启动不正常会提示加force_probe要加什么参数
image.png

sudo vi /etc/default/grub 添加参数,然后执行sudo grub-mkconfig -o /boot/grub/grub.cfg ,然后重启即可

image.png

Reply View the author
vivian_me
deepin testing team
2023-06-20 17:41
#7

可以先升5.18.17试试看,不行再升6.1

sudo apt install linux-image-5.18.17-amd64-desktop-hwe linux-headers-5.18.17-amd64-desktop-hwe

Reply View the author
凌某人
deepin
2023-09-19 03:07
#8
feeling

可以看一下mesg内核启动消息,集显驱动是否启动正常,比如我的集显驱动i915,一开始启动不正常,dmesg提示要加grub参数i915.force_probe=46a8,加了后重启,hdmi外接显示器就正常了。

dmesg如果启动不正常会提示加force_probe要加什么参数
image.png

sudo vi /etc/default/grub 添加参数,然后执行sudo grub-mkconfig -o /boot/grub/grub.cfg ,然后重启即可

image.png

厉害确实有效

Reply View the author