OSDN Git Service

0-auto-detect: change uvesafb default option (ywrap -> redraw)
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 29 Dec 2009 09:13:17 +0000 (17:13 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 29 Dec 2009 09:13:17 +0000 (17:13 +0800)
It seems ywrap doesn't work well at all for Android.

initrd/scripts/0-auto-detect

index 3ace761..6ec7eab 100644 (file)
@@ -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
 }