You are not logged in.
Still has
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'scale-monitor-framebuffer'
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'variable-refresh-rate'
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'xwayland-native-scaling'
Edit: sorry - seems there's a second login later.
Hold on.
Edit #2:
Oct 20 09:50:23 archernitro5 gnome-shell[174656]: Failed to setup: Unable to initialize the Clutter backend: no available drivers found.
vulkaninfo --summary
and try to export "GSK_RENDERER=gl", https://wiki.archlinux.org/title/Environment_variables
Last edited by seth (Yesterday 16:03:51)
Offline
Still has
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'scale-monitor-framebuffer'
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'variable-refresh-rate'
Oct 19 17:41:01 archernitro5 gnome-shell[1364]: Enabling experimental feature 'xwayland-native-scaling'Edit: sorry - seems there's a second login later.
Hold on.Edit #2:
Oct 20 09:50:23 archernitro5 gnome-shell[174656]: Failed to setup: Unable to initialize the Clutter backend: no available drivers found.
vulkaninfo --summary
and try to export "GSK_RENDERER=gl", https://wiki.archlinux.org/title/Environment_variables
updated last post link,
==========
VULKANINFO
==========
Vulkan Instance Version: 1.4.328
Instance Extensions: count = 25
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_headless_surface : extension revision 1
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 5
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
VK_NV_display_stereo : extension revision 1
Instance Layers: count = 7
--------------------------
VK_LAYER_MESA_device_select Linux device selection layer 1.4.303 version 1
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.312 version 1
VK_LAYER_NV_present NVIDIA GR2608 layer 1.4.312 version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.3.207 version 1
Devices:
========
GPU0:
apiVersion = 1.4.318
driverVersion = 25.2.4
vendorID = 0x1002
deviceID = 0x1638
deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
deviceName = AMD Radeon Graphics (RADV RENOIR)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 25.2.4-arch1.2
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-0600-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000
GPU1:
apiVersion = 1.4.312
driverVersion = 580.95.5.0
vendorID = 0x10de
deviceID = 0x25a0
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce RTX 3050 Ti Laptop GPU
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 580.95.05
conformanceVersion = 1.4.1.3
deviceUUID = dac1a2cf-2678-de00-67fb-cce83b243ed7
driverUUID = b92269a1-b525-5615-ab8a-e2095ee37192
my journalctl after setting the enviroment variable
Last edited by Omarz2012 (Yesterday 16:10:33)
Offline
https://bbs.archlinux.org/viewtopic.php?id=287558 had it actually on "scale-monitor-framebuffer" - sanity check: can you log into a gnome/wayland session w/ a fresh user?
Also https://forums.developer.nvidia.com/t/e … and/202879 looks interesting (because of the sketchy platform response of eglinfo on hyprland)
=> Try to "export EGL_PLATFORM=wayland" (you can even test that on hyprland and see whether it has impact on the eglinfo output)
Offline