无法检测您的屏幕、图形和设备。显示未认领

无法检测您的屏幕、图形和设备。显示未认领

我对 Linux 世界还很陌生。自从安装了 Ubuntu 14.04 后,我的系统运行速度非常慢。它显示了某种类型的错误:

The system is running in low graphics mode.
Cannot detect your screen, graphics and devices.

我在低图形模式下运行操作系统,每次打开电脑时都必须进入启动选项,并在 Ubuntu 的高级选项 → 恢复模式中选择低图形模式选项。

我怎样才能让我的系统正常运行?

sudo lshw -c display

*-display UNCLAIMED
description: VGA compatible controller
product: C61 [GeForce 6150SE nForce 430]
vendor: NVIDIA Corporation
physical id: d
bus info: pci@0000:00:0d.0
version: a2
width: 64 bits
clock: 66MHz
capabilities: pm msi vga_controller bus_master cap_list
configuration: latency=0
resources: memory:de000000-deffffff memory:c0000000-cfffffff memory:dd000000-ddffffff memory:dff40000-dff5ffff

答案1

安装加速的 nVidia 图形驱动程序xserver-xorg-video-nouveau

sudo apt-get install xserver-xorg-video-nouveau

相关内容