我的笔记本电脑是联想的 Legion 5 Pro 16IAH7H 笔记本电脑。它有两个显卡:
- Intel i7-12700H处理器的iGPU
- dGPU Nvidia RTX 3070
由于某种原因,混合模式在 Fedora Workstation 38 live 中运行良好……但在我的安装中却不行,这正是 Fedora Workstation 38!
使用实时 ISO 时,两张卡都会列出。相反,安装的Fedora只显示Intel卡:
[gremo@fedora ~]$ switcherooctl list
Device: 0
Name: Intel Corporation Alder Lake-P Integrated Graphics
Default: yes
Environment: DRI_PRIME=pci-0000_00_02_0
然而,Nvidia 卡被检测到,lspci
并且我已经成功安装了专有驱动程序。您可能会要求尝试使用 neuveau 驱动程序,因为实时 ISO: 也不起作用。
[gremo@fedora ~]$ lspci -n -n -k | grep -A 2 -e VGA -e 3D
00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] [8086:46a6] (rev 0c)
Subsystem: Lenovo Device [17aa:3aed]
Kernel driver in use: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104M [GeForce RTX 3070 Mobile / Max-Q] [10de:24dd] (rev a1)
Subsystem: Lenovo Device [17aa:3833]
Kernel driver in use: nvidia
知道问题出在哪里吗?