From: Chih-Wei Huang Date: Tue, 29 Dec 2009 09:13:17 +0000 (+0800) Subject: 0-auto-detect: change uvesafb default option (ywrap -> redraw) X-Git-Tag: android-x86-2.2~31 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c380714837a050fc80605432b2c7154cfdb0c667;p=android-x86%2Fbootable-newinstaller.git 0-auto-detect: change uvesafb default option (ywrap -> redraw) It seems ywrap doesn't work well at all for Android. --- diff --git a/initrd/scripts/0-auto-detect b/initrd/scripts/0-auto-detect index 3ace761..6ec7eab 100644 --- a/initrd/scripts/0-auto-detect +++ b/initrd/scripts/0-auto-detect @@ -68,7 +68,7 @@ load_modules() mdev -s [ -c /dev/video0 ] || modprobe vivi [ -d /proc/asound/card0 ] || modprobe snd-dummy - [ -c /dev/fb0 ] || modprobe uvesafb mode_option=${UVESA_MODE:-800x600}-16 ${UVESA_OPTION:-mtrr=3 scroll=ywrap} + [ -c /dev/fb0 ] || modprobe uvesafb mode_option=${UVESA_MODE:-800x600}-16 ${UVESA_OPTION:-mtrr=3 scroll=redraw} find_network_dev_name # find_wifi_dev_name }