Giter VIP home page Giter VIP logo

Comments (6)

ehopperdietzel avatar ehopperdietzel commented on June 26, 2024

Hi, is that the complete log? Could you please provide me with the GDB log of the segfault point or inform me about the QEMU setup you're using? The missing EGL driver name is common and isn't a problem.

from louvre.

milisarge avatar milisarge commented on June 26, 2024

qemu-system-x86_64 --enable-kvm -vga qxl and -vga virtio parameters
additionally dri backends and my video card info:

resim

from louvre.

ehopperdietzel avatar ehopperdietzel commented on June 26, 2024

Thanks, I think the segfault was caused by a call to an EGL function that is not supported by virtio. I've added some checks, and now it should work fine, it works for me running Fedora inside qemu. The changes are in the 2.0.0 branch. Also, if you notice any unusual behaviour in the examples, specially when clicking windows it's likely because I'm currently implementing some features that are not yet completed.

from louvre.

milisarge avatar milisarge commented on June 26, 2024

Thank you for update, i tried also and it works with -vga qxl , but as you mentioned, keyboard and mouse events don't work for now.

from louvre.

ehopperdietzel avatar ehopperdietzel commented on June 26, 2024

Thank goodness you mentioned it. It's true, I noticed that only keyboard events are functioning. When I press fn + F1, weston-terminal launches as expected, but there are no pointer events. I've just looked into the Libinput doc and realized that there are relative and absolute pointer events. The documentation even indicates that absolute events are used in contexts like QEMU and VBox. Currently, Louvre only handles relative events. I'll be adding support for absolute events shortly, and I'll keep you informed.

from louvre.

ehopperdietzel avatar ehopperdietzel commented on June 26, 2024

Pointer events are now working (branch 2.0.0). However, there are still some issues with the cursor hotspot. I guess this is due to SRM not using the hotspot property of hardware cursor planes in DRM/KMS, which I always thought was kind of useless, but now I know its use case. When running on a real machine, Louvre controls cursor movement and properly adjusts the hotspot, but in this case, QEMU overrides it.

from louvre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.