我在一台英特尔 Atom 机器上运行 ubuntu 14.04.1。启动时我必须设置 nomodeset,否则它会启动到黑屏。但即便如此,我也只能获得 800x600 的分辨率,并且与图形相关的所有操作都感觉非常慢。
lshw -class display
输出:
*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: Atom Processor Z36xxx/Z37xxx Series Graphics & Display
Hersteller: Intel Corporation
Physische ID: 2
Bus-Informationen: pci@0000:00:02.0
Version: 0c
Breite: 32 bits
Takt: 33MHz
Fähigkeiten: pm msi vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:f080(Größe=8)
lspci | grep VGA
输出:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0c)
我找到的所有文章都说,nomodeset
只有显卡驱动程序安装不正确时才需要这样做。但英特尔显卡不是应该默认受支持吗?
如何让系统正确使用显卡?另外我无法进入挂起模式,也许这有关系。