几天后,我在Kubuntu 20.10的显示器上看到了一些奇怪的东西。有关两个示例,请参见https://imgur.com/a/pd2ZgHY。因为我在我的显示器上都看到了它,而且只有在使用Ubuntu (而不是Windows)的时候,我想这是一个软件问题。一些信息:
如果需要更多的信息,请告诉我。
发布于 2021-05-03 17:25:57
由@heynnema在回答https://askubuntu.com/a/1333040/1282中解决,非常感谢!
简单地说,
sudo apt install linux-headers-5.8.0-48 linux-headers-5.8.0-48 linux-image-5.8.0-48-generic linux-modules-5.8.0-48-generic linux-modules-extra-5.8.0-48-generic
sudo update-initramfs -c -k 5.8.0-48-generic
sudo update-grub
reboot暂时解决了我的问题,直到-51可用为止。
https://askubuntu.com/questions/1334681
复制相似问题