Linux-Mint
在 Intel Atom 處理器上的 Mint Linux 15 (Olivia) 中禁用了影片加速
最近我在朋友的上網本上安裝了 Mint Linux 15 (Olivia) 32 位。我正在複製粘貼sudo lspci -vk的輸出
00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 03) Subsystem: Acer Incorporated [ALI] Device 061f Flags: bus master, fast devsel, latency 0 00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device 061f Flags: bus master, fast devsel, latency 0, IRQ 46 Memory at 86000000 (32-bit, non-prefetchable) [size=1M] I/O ports at 50d0 [size=8] Expansion ROM at <unassigned> [disabled] Capabilities: [d0] Power Management version 2 Capabilities: [b0] Vendor Specific Information: Len=07 <?> Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Kernel driver in use: gma500
所以問題是每當我嘗試啟動系統時,它都會彈出一個通知(不是確切的詞)
Running in software rendering mode. No Hardware acceleration.
我搜尋了 Mint Linux 論壇,發現
$$ this thread $$(http://forums.linuxmint.com/viewtopic.php?f=49&t=135578&p=727654),但它並沒有太大幫助。我還附上了inxi -Fxz的輸出
Kernel: 3.8.0-19-generic i686 (32 bit, gcc: 4.7.3) Desktop: Gnome Distro: Linux Mint 15 Olivia Machine: System: Acer product: AOD270 version: V1.06 Mobo: Acer model: JE01_CT Bios: Insyde version: V1.06 date: 03/05/2012 CPU: Dual core Intel Atom CPU N2600 (-HT-MCP-) cache: 512 KB flags: (lm nx sse sse2 sse3 ssse3) bmips: 6383.8 Clock Speeds: 1: 1600.00 MHz 2: 1600.00 MHz 3: 1600.00 MHz 4: 1600.00 MHz Graphics: Card: Intel Atom Processor D2xxx/N2xxx Integrated Graphics Controller bus-ID: 00:02.0 X.Org: 1.13.3 drivers: vesa (unloaded: fbdev) Resolution: 1024x600@60.0hz GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits) GLX Version: 2.1 Mesa 9.1.1 Direct Rendering: Yes
禁用硬體影片加速的直接影響是無法播放影片文件,並且由於 CPU 正在使用軟體加速,因此系統太慢了。
戴爾 3000 / Intel-865G 的另一位所有者為我提供了以下解決方案。
創建/編輯/保存此文件(‘vi’、記事本等),
/usr/share/X11/xorg.conf.d/00-xorg.conf
其中包含以下內容:Section "Screen" Identifier "Default Screen" DefaultDepth 24 EndSection
我認為您只能使這些與基於
32bit
,Ubuntu 12.04
的系統一起使用。我最近重新安裝了這些,並且可以使用硬體影片加速Linux Mint 13
(不是較新的)。幾年前,當我拿到那台上網本時,我必須編譯一個打過更新檔的核心才能讓影片加速工作。後來,驅動程序作為預打包的可載入核心模組提供,所以現在您只需安裝包
cedarview
名稱中的包。