From c380714837a050fc80605432b2c7154cfdb0c667 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Tue, 29 Dec 2009 17:13:17 +0800 Subject: [PATCH] 0-auto-detect: change uvesafb default option (ywrap -> redraw) It seems ywrap doesn't work well at all for Android. --- initrd/scripts/0-auto-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.0