我有 Ubuntu mate 20.04。使用 Linux 内核 5.13.0-41 或 5.13.0-44 启动后,通用 Ubuntu-mate 正在运行,但几天后只会出现灰屏。
当我尝试启动两个内核的恢复模式时,它会在 pci 检查后挂起。
当我检查我的 VGA 卡时,我将得到以下信息
lspci -nnk | grep "VGA\|'Kern'\|3D\|Display" -A2
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 710] [10de:128b] (rev ff)
Kernel modules: nvidiafb, nouveau
sudo lshw -c video 将不会返回任何结果。我的显示器无法被检测到。未安装 nvidia 驱动程序。我只使用了 nouveau 驱动程序。
当我使用较旧的 Linux 内核 5.13.0-40 通用启动时,系统将启动并且我会看到一个屏幕。
相同的请求将返回
lspci -nnk | grep "VGA\|'Kern'\|3D\|Display" -A2
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 710] [10de:128b] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] GK208B [GeForce GT 710] [1462:8c93]
Kernel driver in use: nouveau
现在我的屏幕将被正确识别并且 sudo lshw -c video 将返回:
*-display
description: VGA compatible controller
product: GK208B [GeForce GT 710]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:124 memory:aa000000-aaffffff memory:a0000000-a7ffffff memory:a8000000-a9ffffff ioport:3000(size=128) memory:c0000-dffff
现在,如何使用内核 5.13.0-44-generic 运行 Ubuntu 并使我的显卡与 nouveau 驱动程序一起工作?以及如何修复此内核的恢复模式?