Skip to content

Found a way to run Noble PDK #57

@jacquetc

Description

@jacquetc

Hello,

Here to share a fix which allow me to run the 24.04-1.x PDK image. I'd like if someone can reproduce the fix and confirm ? Thanks

Problem : black QEMU screen, lighdm service not starting . Maybe being on Wayland does something.

  1. fixing lightdm:

sudo apt update && sudo apt install libegl-dev libgles-dev

and maybe mesa-utils (not sure if it's needed)

Result : lightdm running, still the black screen

  1. Fixing black screen

I had to desactivate the default VGA so Mir would display on the right screen (virtio-gpu-gl-pci)

in images.sh, line 63, modify

QEMU_ARGS="-enable-kvm -device virtio-gpu-gl-pci $QEMU_ARGS"
to
QEMU_ARGS="-enable-kvm -device virtio-gpu-gl-pci -vga none $QEMU_ARGS"

ubuntu-touch-pdk run -r=24.04-1.x -g=sdl (mouse is stuck with the GDK GUI on Wayland)

Image

Host system :

Operating System: TUXEDO OS
KDE Plasma Version: 6.5.2
KDE Frameworks Version: 6.19.0
Qt Version: 6.9.2
Kernel Version: 6.14.0-123037-tuxedo (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen AI 9 HX 370 w/ Radeon 890M
Memory: 32 Gio of RAM (30.5 Gio usable)
Graphics Processor: AMD Radeon Graphics
Manufacturer: TUXEDO
Product Name: TUXEDO InfinityBook Pro AMD Gen10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions