I can't launch x86 or x86_64 android emulator on Fedora Linux 22. I've tried a bit of images, including 5.01, 5.1.1, 4.2 & 4.4.something.
Currently, Arm version runs perfectly fine, just pretty much slow, which is annoying.
I have kvm module loaded:
➜ ~ lsmod|grep kvm
kvm_intel 159744 0
kvm 491520 1 kvm_intel
But x86 emulator just won't run. All I see is black screen.
Console output is empty as well. Not sure where to find logs, if any of them exist.
According to htop, emulator process is eating a bit of mem (as I've setted it up for it - 1Gb) and 100% of one CPU core.
Last time if that matters I've waited for may be 10 minutes before deciding that this isn't worth it. Not sure what info can I add to this. If anything helpful can be found to debug the problem, please tell me.