Nov 22, 2009

我的舊筆電 M2N 裝 Ubuntu 9.10

Reference: Ubuntu karmic freeze on Asus M2n

之前M2N上一直是使用 ubuntu 8.04 一直沒有升級,這次等 9.10 一出,一口氣從新安裝新版的 ubuntu,中間出現蠻多相容性的問題。

1. ubuntu 9.10 安裝時,多增加
acpi=off and nolapic
2. 安裝完之後,更改 grub 開機參數
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT 中加入 nolapic nomodeset
3. xorg.conf 改使用 vesa
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

No comments: