[Kernel/Drive] 技嘉B560的主板加11代11500的cpu,核心显卡驱动有问题
Tofloor
poster avatar
wangft
deepin
2021-05-09 04:12
Author

技嘉B560的主板加11代11500的cpu,核心显卡驱动有问题,没法修改分辨率,显示器是2k的分辨率,只能设置1024*768,安装了显卡驱动管理器没用

Reply Favorite View the author
All Replies
2 / 2
To page
wangft
deepin
2021-05-10 03:57
#21
xiongweixp

编译完正常启动吗?

不行,启动卡在deepin的界面,进不了登录界面

Reply View the author
wangft
deepin
2021-05-10 03:58
#22
xiongweixp

新的5.12内核?

i915.config这个,启动黑屏

Reply View the author
xiongweixp
deepin
2021-05-10 03:59
#23
wangft

弄了这个启动直接黑屏了,应该是屏幕没有接收到信号

试试只这么写

options i915 force_probe=4c8a

Reply View the author
wangft
deepin
2021-05-10 04:01
#24
xiongweixp

试试只这么写

options i915 force_probe=4c8a

下周末在弄了,我得回去了

Reply View the author
zed7th
deepin
2021-05-10 04:28
#25
lcw0268 It has been deleted!

应该不是内核问题,可能是窗管或者dde的问题?

Reply View the author
lcw0268
deepin
2021-05-10 05:17
#26
It has been deleted!
朝闻道
deepin
2021-05-15 18:22
#27
xiongweixp

我找到解决方法了,建立这个文件, /etc/modprobe.d/i915.conf,文件内容如下 :

options i915 modeset=1 enable_rc6=1 enable_fbc=1 enable_guc_loading=1 enable_guc_submission=1 enable_huc=1 enable_psr=1 disable_power_well=0 force_probe=4c8a

保存后,运行:

sudo update-initramfs -u -k all

然后重启

大佬牛逼啊,我用这个也解决了!
不过大佬能不能帮帮我,怎么才能让和显和独显一起工作呢,我现在核显正常工作后接在独显上的另一个显示器不亮了

Reply View the author
xiongweixp
deepin
2021-05-18 18:13
#28
朝闻道

大佬牛逼啊,我用这个也解决了!
不过大佬能不能帮帮我,怎么才能让和显和独显一起工作呢,我现在核显正常工作后接在独显上的另一个显示器不亮了

https://ywnz.com/linuxjc/8368.html

https://wiki.archlinux.org/title/PRIME

看看这个吧 ,在/etc/X11/xorg.conf.d/下建立 一个新的conf文件来尝试 ,多尝试各种方式

Reply View the author
朝闻道
deepin
2021-05-22 02:59
#29
xiongweixp

https://ywnz.com/linuxjc/8368.html

https://wiki.archlinux.org/title/PRIME

看看这个吧 ,在/etc/X11/xorg.conf.d/下建立 一个新的conf文件来尝试 ,多尝试各种方式

试了几个之后用这个里面的方法解决了  https://bbs.deepin.org/post/178542

Reply View the author
2 / 2
To page