davidedmundson / shashlik2

1 stars 0 forks source link

shashlik-run has issues with ACPI / drm/i915 intel_agp module #1

Open rena2019 opened 8 years ago

rena2019 commented 8 years ago

I tried to run shashlik-run after installing the flappybird app but no graphic was displayed in the window. Therefore I added "-verbose" and "-show-kernel" command line switches to the emulator_args in line 89 of /opt/shashlik/bin/shashlik-run file and started the app again. Here is the log output:

... Creating filesystem with parameters: Size: 69206016 Block size: 4096 Blocks per group: 32768 Inodes per group: 4224 Inode size: 256 Journal blocks: 1024 Label: Blocks: 16896 Block groups: 1 Reserved block group size: 7 Created filesystem with 11/4224 inodes and 1302/16896 blocks emulator: nand_add_dev: cache,size=0x4200000,file=/tmp/android-rena2019/emulator-S9hJSw,pagesize=512,extrasize=0 emulator: registered 'boot-properties' qemud service emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m' emulator: Adding boot property: 'ro.config.low_ram' = 'true' emulator: Adding boot property: 'qemu.sf.lcd_density' = '160' emulator: Adding boot property: 'qemu.hw.mainkeys' = '0' emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back' emulator: Initializing hardware OpenGLES emulation support emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 androidboot.selinux=disabled ndns=1 emulator: trying to find: /opt/shashlik/bin/bios.bin emulator: trying to find: /opt/shashlik/bin/vgabios-cirrus.bin emulator: autoconfig: -scale 1 emulator: Found ro.adb.qemud build property: 1 emulator: control console listening on port 5554, ADB on port 5555 emulator: can't connect to ADB server: Connection refused emulator: ping program: /opt/shashlik/bin/ddms emulator: ping command: /opt/shashlik/bin/ddms ping emulator standalone "X.Org R300 Project" "Gallium 0.4 on ATI RV515" "2.1 Mesa 10.1.3" goldfish_fb_get_pixel_format:169: display surface,pixel format: bits/pixel: 16 bytes/pixel: 2 depth: 16 red: bits=5 mask=0xf800 shift=11 max=0x1f green: bits=6 mask=0x7e0 shift=5 max=0x3f blue: bits=5 mask=0x1f shift=0 max=0x1f alpha: bits=0 mask=0x0 shift=0 max=0x0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.4.67+ (digit@tyrion.par.corp.google.com) (gcc version 4.8 (GCC) ) #3 PREEMPT Tue Sep 16 19:46:22 CEST 2014 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable) [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) [ 0.000000] BIOS-e820: 000000001fff0000 - 0000000020000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU! [ 0.000000] SMBIOS 2.4 present. [ 0.000000] last_pfn = 0x1fff0 max_arch_pfn = 0x100000 [ 0.000000] init_memory_mapping: 0000000000000000-000000001fff0000 [ 0.000000] RAMDISK: 1fefe000 - 1fff0000 [ 0.000000] ACPI Error: A valid RSDP was not found (20120320/tbxfroot-219) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... [ 0.086226] [drm] Initialized drm 1.1.0 20060810 [ 0.086305] [drm:i915_init] ERROR drm/i915 can't work without intel_agp module! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

PierrickBrun commented 8 years ago

Got the same problem, I tried modprobe intel_agp and modprobe i915 then it worked. Not sure if intel_agp is usefull. Good luck

rena2019 commented 8 years ago

I tried it without luck. Same message.