Mar*_*one 5 video kernel 18.10
昨天的 apt 更新包括 4.18.0-14 通用内核。在我的几台 Ubuntu 18.10 MATE 笔记本电脑(较旧的 DELL 和三星型号......我不记得这些型号;它们在不同的位置),当它们重新启动时,我看到了一个空白屏幕。
显然,视频驱动程序兼容性出了问题。
其他人在旧机器上遇到过类似的问题吗?我的新笔记本电脑(运行 Ubuntu 18.10 MATE 的戴尔 Latitude E6530)没有问题。能够使用旧的 Shift 键启动技巧在两台较旧的笔记本电脑上工作,以进入 Grub 菜单的高级选项并切换回机器4.18.0-13-generic
状态。以前从未发生过这种情况。
猜测我必须等到内核的下一次迭代才能修复?或者在此期间我可以做些什么来“修补”那两台较旧的笔记本电脑?TIA。
[响应请求有关图形驱动程序的信息...]
$ inxi -G -M
Machine:
Type: Laptop System: SAMSUNG product: R530/R730/R540
Mobo: SAMSUNG model: R530/R730/R540 BIOS: Phoenix
v: 08JV.M029.20100621.hkk date: 06/21/2010
Graphics:
Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: modesetting unloaded: fbdev,vesa
resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel Ironlake Mobile v: 2.1 Mesa 18.2.2
$ inxi -G -M
Machine:
Type: Portable System: Dell product: Latitude E5400
Mobo: Dell model: 0D695C
date: 04/29/2009
Graphics:
Device-1: Intel Mobile 4 Series Integrated Graphics driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: modesetting unloaded: fbdev,vesa
resolution: 1280x800~60Hz
OpenGL: renderer: Mesa DRI Mobile Intel GM45 Express v: 2.1 Mesa 18.2.2
Run Code Online (Sandbox Code Playgroud)
这就是我所能提供的。我不知道任何其他命令魔术来显示图形信息。
是的,我的旧电脑上也出现了空白屏幕。我也切换到4.18.0-13-generic状态。我正在寻找一种方法来解决这个问题。
这个bug已经被确认:Ubuntu启动失败。4.18.0-14 启动停止。(不启动)
现在,我刚刚删除了最新的内核:
sudo apt-get remove "linux-headers-4.18.0-14-generic"
sudo apt-get remove "linux-image-4.18.0-14-generic"
sudo apt-get remove "linux-image-unsigned-4.18.0-14-generic"
sudo apt autoremove
Run Code Online (Sandbox Code Playgroud)
PS Kernel 4.18.0-15.16 已修复该问题。它可以在-提议中使用。