[Buildroot] How to run ltris on QEMU 64? Fails with: "set_video_mode: cannot allocate screen: Couldn't set console screen info"

Ciro Santilli ciro.santilli at gmail.com
Sun Aug 14 14:52:53 UTC 2016


I have run:

    git checkout 2016.05
    make qemu_x86_64_defconfig
    make menuconfig
    # Enable: ltris, C++ and wchar. BR2_PACKAGE_LTRIS=y appears on
`.config`.
    make
    qemu-system-x86_64 \
        -enable-kvm \
        -M pc \
        -kernel output/images/bzImage \
        -drive file=output/images/rootfs.ext2,if=virtio,format=raw \
        -append root=/dev/vda \
        -net nic,model=virtio \
        -net user

And from inside QEMU:

     ltris

Fails with:

    set_video_mode: cannot allocate screen: Coundn't set console screen info
    Segmentation fault

I suppose that this is maybe because I'm not running X, but startx isn't an
available command.

Tested on Ubuntu 16.04.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20160814/da899c9e/attachment.html>


More information about the buildroot mailing list