fixup devices for intel

This commit is contained in:
Daniel Bulant 2026-09-10 09:09:46 +02:00
parent 202e29c87c
commit abdd300520
No known key found for this signature in database

View file

@ -9,12 +9,12 @@ hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
hl.env("QT_ENABLE_HIGHDPI_SCALING", "1") hl.env("QT_ENABLE_HIGHDPI_SCALING", "1")
hl.env("QT_QPA_PLATFORM", "wayland;xcb") hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("XCURSOR_SIZE", "24") hl.env("XCURSOR_SIZE", "24")
hl.env("LIBVA_DRIVER_NAME", "nvidia") --hl.env("LIBVA_DRIVER_NAME", "nvidia")
hl.env("XDG_SESSION_TYPE", "wayland") hl.env("XDG_SESSION_TYPE", "wayland")
hl.env("__GLX_VENDOR_LIBRARY_NAME", "nvidia") -- hl.env("__GLX_VENDOR_LIBRARY_NAME", "nvidia")
-- NVIDIA renders the desktop and owns the physical display. AMD remains a -- NVIDIA renders the desktop and owns the physical display. AMD remains a
-- fallback device; Waydroid uses NVIDIA through its Venus transport. -- fallback device; Waydroid uses NVIDIA through its Venus transport.
hl.env("AQ_DRM_DEVICES", "/dev/dri/nvidia-dgpu:/dev/dri/amd-igpu") -- hl.env("AQ_DRM_DEVICES", "/dev/dri/nvidia-dgpu:/dev/dri/amd-igpu")
hl.env("GDK_SCALE", "1") hl.env("GDK_SCALE", "1")
hl.env("GDK_BACKEND", "wayland,x11") hl.env("GDK_BACKEND", "wayland,x11")
hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1") hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1")