[Kernel/Drive] V23 Beta 安装后无法进行显示设置,分辨率不正常 V23
Tofloor
poster avatar
177******17
deepin
2023-05-25 00:02
Author

问题/建议描述

 

问题如何重现

 nuc 11 直接安装,无法进行显示设置

系统信息

image.png

image.png

问题重现频率

 

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

你这显卡需要升级到6.2以上内核才能正常驱动。

装这个别人编译的6.3内核试试:https://bbs.deepin.org/post/256839

Reply View the author
177******17
deepin
2023-05-25 00:37
#2

按帖子里面的信息,升级内核到6.3.3+ 还是无法驱动显卡
image.png

image.png

image.png

Reply View the author
fax928
deepin
Q&A Team
2023-05-25 01:24
#3

是核显吗?

Reply View the author
177******17
deepin
2023-05-25 05:10
#4
fax928

是核显吗?

是的 核显

Reply View the author
fax928
deepin
Q&A Team
2023-05-25 05:49
#5
177******17

是的 核显

试试装i915驱动。我这边核显驱动是i915。捣鼓显卡事先备份好重要资料。

以下是ai的回答供参考。

i915驱动是Intel集成显卡的驱动,通常在Linux系统中已经默认安装了该驱动。如果你的系统中没有安装该驱动,可以按照以下步骤进行安装:

  1. 打开终端,输入以下命令更新系统软件包信息:
    复制sudo apt-get update
    
  2. 执行以下命令安装i915驱动:
    复制sudo apt-get install xserver-xorg-video-intel
    
  3. 安装完成后,重启系统即可生效。

如果你使用的是其他Linux发行版,可以参考对应发行版的文档或者官方网站获取安装方法。

Reply View the author