UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Property .virgl not found when running utqemu start

    Scheduled Pinned Locked Moved Support
    5 Posts 4 Posters 487 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • I Offline
        iqrajaved
        last edited by

        Hi everyone,

        I am trying to run Ubuntu Touch using utqemu repo. However, I am getting following error when I try to start the utqemu image:

        qemu-system-x86_64: -device virtio-vga,virgl=on: Property '.virgl' not found
        

        I have tried to delete the image and replace the -device virtio-vga to -device virtio-vga-gl in the utqemu/src/utq.sh file but still facing the same issue.

        Can anyone help me to resolve this issue?

        Thanks.

        D 1 Reply Last reply Reply Quote 0
        • CiberSheepC CiberSheep moved this topic from General on
        • D Offline
          dimwitflathead @iqrajaved
          last edited by

          @iqrajaved I know this is old but I managed to get it to run in impish by cloning the git repo and running utq.sh start from the src directory.

          Maybe this can help someone else.

          arubislanderA M 2 Replies Last reply Reply Quote 0
          • arubislanderA Offline
            arubislander @dimwitflathead
            last edited by

            @dimwitflathead isn't impish long out of support?

            πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
            Happily running Ubuntu Touch
            Google Pixel 3a (20.04 DEV)
            JingPad (24.04 preview)
            Meizu Pro 5 (16.04 DEV)

            1 Reply Last reply Reply Quote 0
            • M Offline
              Maxwell @dimwitflathead
              last edited by Maxwell

              @dimwitflathead Still need help?

              It looks like QEMU is missing the virgl property, possibly due to an outdated version or missing dependencies. Try updating QEMU and checking GPU acceleration settings. For sharing logs, use https://www.filemail.com/ website link.

              1 Reply Last reply Reply Quote 0
              • D Offline
                dimwitflathead
                last edited by

                Disabling gl in the command line gets it to boot, as in:

                qemu-system-x86_64 -enable-kvm -m 2G -device virtio-gpu -display sdl -netdev user,id=ethernet.0,hostfwd=tcp::10022-:22 -device rtl8139,netdev=ethernet.0 ubuntu-touch-mainline-generic-amd64.img
                

                However the latest version is hanging at boot with starting VPN (VPN? LOL!).

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post