Lần trước làm theo kiểu trâu bò. Lần này thì làm đúng hướng dẫn như trên diễn đàn Ubuntu.
Cái mirror vn.archive.ubuntu.com chậm hơn rùa. Mở /etc/apt/sources.list
, chuyển hết sang tw.archive.ubuntu.com, tốc độ nhanh gấp 10 lần!
$sudo apt-get install alien $wget http://downloadmirror.intel.com/df-support/9726/eng/dri-Intel-3.4.3006-20051209.i386.rpm $sudo alien dri-Intel-3.4.3006-20051209.i386.rpm $sudo dpkg -i dri-Intel-3.4.3006-20051209.i386.deb $sudo vim /etc/X11/xorg.conf
Tìm Section "Device"
, thay Driver "vesa"
bằng Driver "i810"
. Xong bước 1. Khởi động lại cho chắc ăn (hình như không cần thiết).
Tiếp tục.
$wget http://www.freshnet.org/debian/hoary/915resolution_0.5-2_i386.deb $sudo dpkg -i 915resolution_0.5-2_i386.deb $sudo vim /etc/X11/xorg.conf
Đến phần Section "Monitor"
, sửa thành:
Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync EndSection
Vì 915resolution
phải chạy trước gdm
nên phải:
$sudo update-rc.d 915resolution defaults 12
Bình thường thì sẽ có tập tin /etc/rc2.d/S12915resolution
, nhưng không hiểu sao nó lại là S20915resolution
. Đành phải tự đổi tên vậy.
Tiếp theo, xác định mode cho 915resolution
.
$sudo 915resolution -l
Không thấy mode nào là 1280×800. Dùng đại mode 58 (1280×1024), nhưng khi sửa /etc/default/915resolution
thì vẫn cho YRESO=800
. Khởi động lại X (Ctrl+Alt+Backspace). Lần này thì xong hẳn.