To change the Android-x86 screen resolution on VirtualBox you need to:
Add custom screen resolution:
VBoxManage setextradata "VM_NAME_HERE" "CustomVideoMode1" "320x480x16"
Figure out what is the ‘hex’-value for your
VideoMode
:
2.1. Start the VM
2.2. In GRUB menu enter a
2.3. In the next screen appendvga=ask
and press Enter
2.4. Find your resolution and write down/remember the 'hex'-value forMode
columnTranslate the value to decimal notation (for example
360
hex is864
in decimal).Go to
menu.lst
and modify it:
4.1. From the GRUB menu selectDebug Mode
4.2. Input the following:mount -o remount,rw /mnt cd /mnt/grub vi menu.lst
4.3. Add
vga=864
(if your ‘hex’-value is360
). Now it should look like this:kernel /android-2.3-RC1/kernel quiet root=/dev/ram0 androidboot_hardware=eeepc acpi_sleep=s3_bios,s3_mode DPI=160 UVESA_MODE=320x480 SRC=/android-2.3-RC1 SDCARD=/data/sdcard.img vga=864
4.4. Save it:
:wq
Unmount and reboot:
cd / umount /mnt reboot -f
'나는 컴쟁이다~!' 카테고리의 다른 글
[본문 스크랩] 인터넷 익스플로러 시작 페이지 변경 안되게 고정하기 (0) | 2013.11.19 |
---|---|
[본문 스크랩] 크롬에서 유튜브 동영상 다운로드하는 가장 쉬운 방법 (0) | 2013.11.02 |
MS Office로 만든 .shs 스크랩 파일을 윈7에서 여는 방법 (0) | 2013.08.30 |
은행 보안 프로그램이 VMware를 알아채지 못하게 하는 방법 (0) | 2013.06.20 |
VMWare용 Unlocker 설치/사용법 번역판(X86 VMware에서 Mac OSX 돌릴때 필요함) (0) | 2013.06.19 |