UPDATE 2009-12-07:很可惜,這個方法沒有辦法讓 external VGA/display 正確運作。不過至少堪用了…
- 915resolution + patch from Arch Linux:
http://aur.archlinux.org/packages.php?ID=15486
- /etc/modprobe.d/uvesafb.conf :
options uvesafb mode_option=1366x768-32 scroll=ywrap
- /etc/modules:
uvesafb
- /etc/default/grub:
take any "vga=???" or "video=???" away from kernel parameters, comment out GFXMODE
- in /etc/grub.d, create 01_915resolution with:
echo insmod 915resolution
echo 915resolution 5c 1366 768 32
- compile kernel:
do not cimpile VESA as module or into kernel.
<M> Userspace VESA VGA graphics support
- apt-get install v86d
- /etc/X11/xorg.conf:
driver "fbdev"
- reboot and that's it.
P.S. 當 GMA500 (Poulsbo) 的 driver 在 debian 上可以輕鬆安裝的時候再來使用,否則現在如果拿 ubuntu 的 package 來搞,只是自討沒趣。
迴響