Skip to content

Instantly share code, notes, and snippets.

@RiQuY
Created February 11, 2024 08:37
Show Gist options
  • Save RiQuY/c1cbfb046d1db9ac25cd46dec6dc6882 to your computer and use it in GitHub Desktop.
Save RiQuY/c1cbfb046d1db9ac25cd46dec6dc6882 to your computer and use it in GitHub Desktop.
wlx-overlay-s logs
./run.sh
LOG in xrCreateInstance: Instance created
createInfo->applicationInfo.applicationName: LÖVR
createInfo->applicationInfo.applicationVersion: 0
createInfo->applicationInfo.engineName: LÖVR
createInfo->applicationInfo.engineVersion: 1048576
appinfo.detected.engine.name: (null)
appinfo.detected.engine.version: 0.0.0
quirks.disable_vulkan_format_depth_stencil: false
quirks.no_validation_error_in_create_ref_space: true
LOG in xrCreateInstance: Selected devices
Head: 'Index HMD'
Eyes: '<none>'
Left: 'Valve Index Controller'
Right: 'Valve Index Controller'
Gamepad: '<none>'
Hand-Tracking Left: 'Valve Index Controller'
Hand-Tracking Right: 'Valve Index Controller'
XR_ERROR_PATH_UNSUPPORTED: xrSuggestInteractionProfileBindings(suggestedBindings->interactionProfile == "/interaction_profiles/pico/neo3_controller") is not a supported interaction profile
Failed to suggest input bindings for /interaction_profiles/pico/neo3_controller
LOG in xrCreateVulkanInstanceKHR: Creation of VkInstance:
result: VK_SUCCESS
vulkanInstance: 0x1c7b490
extensions:
VK_KHR_external_fence_capabilities
VK_KHR_external_memory_capabilities
VK_KHR_external_semaphore_capabilities
VK_KHR_get_physical_device_properties2
VK_EXT_debug_utils
VK_KHR_portability_enumeration
LOG in xrGetVulkanGraphicsDeviceKHR: Creation of VkDevice:
result: VK_SUCCESS
vulkanDevice: 0x1d2e5b0
vulkanInstance: 0x1c7b490
external_fence_fd: true
external_semaphore_fd: true
timelineSemaphore: true
extensions:
VK_KHR_dedicated_allocation
VK_KHR_external_fence
VK_KHR_external_memory
VK_KHR_external_semaphore
VK_KHR_get_memory_requirements2
VK_KHR_external_memory_fd
VK_KHR_external_semaphore_fd
VK_KHR_external_fence_fd
VK_KHR_image_format_list
VK_KHR_timeline_semaphore
warning: field `watch_hand` is never read
--> src/overlays/watch.rs:615:5
|
614 | pub struct WatchConfig {
| ----------- field in this struct
615 | watch_hand: LeftRight,
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `wlx-overlay-s` (bin "wlx-overlay-s") generated 1 warning
Finished release [optimized] target(s) in 0.61s
Running `target/release/wlx-overlay-s`
[2024-02-11T04:39:58Z INFO wlx_overlay_s] Welcome to wlx-overlay-s version 0.1.0!
LOG in xrCreateInstance: Instance created
createInfo->applicationInfo.applicationName: wlx-overlay-s
createInfo->applicationInfo.applicationVersion: 0
createInfo->applicationInfo.engineName: wlx-overlay-s
createInfo->applicationInfo.engineVersion: 0
appinfo.detected.engine.name: (null)
appinfo.detected.engine.version: 0.0.0
quirks.disable_vulkan_format_depth_stencil: false
quirks.no_validation_error_in_create_ref_space: true
LOG in xrCreateInstance: Selected devices
Head: 'Index HMD'
Eyes: '<none>'
Left: 'Valve Index Controller'
Right: 'Valve Index Controller'
Gamepad: '<none>'
Hand-Tracking Left: 'Valve Index Controller'
Hand-Tracking Right: 'Valve Index Controller'
[2024-02-11T04:39:58Z INFO wlx_overlay_s::backend::openxr::helpers] Using OpenXR runtime: Monado(XRT) by Collabora et al 'v21.0.0-4359-g65531043' 21.0.0
[2024-02-11T04:39:58Z INFO wlx_overlay_s::backend::openxr] Using environment blend mode: OPAQUE
LOG in xrCreateVulkanInstanceKHR: Creation of VkInstance:
result: VK_SUCCESS
vulkanInstance: 0x56196c56f0b0
extensions:
VK_KHR_external_fence_capabilities
VK_KHR_external_memory_capabilities
VK_KHR_external_semaphore_capabilities
VK_KHR_get_physical_device_properties2
VK_EXT_debug_utils
VK_KHR_surface
VK_KHR_wayland_surface
[2024-02-11T04:39:58Z INFO wlx_overlay_s::graphics] Using vkPhysicalDevice: AMD Radeon RX 5700 XT (RADV NAVI10)
LOG in xrGetVulkanGraphicsDeviceKHR: Creation of VkDevice:
result: VK_SUCCESS
vulkanDevice: 0x56196c5c4670
vulkanInstance: 0x56196c56f0b0
external_fence_fd: true
external_semaphore_fd: true
timelineSemaphore: true
extensions:
VK_KHR_dedicated_allocation
VK_KHR_external_fence
VK_KHR_external_memory
VK_KHR_external_semaphore
VK_KHR_get_memory_requirements2
VK_KHR_external_memory_fd
VK_KHR_swapchain
VK_EXT_external_memory_dma_buf
VK_EXT_image_drm_format_modifier
VK_KHR_external_semaphore_fd
VK_KHR_external_fence_fd
VK_KHR_image_format_list
VK_KHR_timeline_semaphore
Config root path: /home/ricardo/.config/wlxoverlay
Loading config file /home/ricardo/.config/wlxoverlay/conf.d/pw_tokens.yaml
[2024-02-11T04:39:58Z INFO wlx_overlay_s::hid] Initialized uinput.
[2024-02-11T04:39:58Z INFO wlx_overlay_s::overlays::screen] DP-1: Res 2560x1440 Size (2560, 1440) Pos (0, 0)
[2024-02-11T04:39:58Z INFO wlx_overlay_s::overlays::screen] DP-1: Using Pipewire capture
Found existing Pipewire token for display DP-1: a2280b28-427e-4526-92a5-07f2ad6b7df7
Loading config /home/ricardo/.config/wlxoverlay/watch.yaml
Config /home/ricardo/.config/wlxoverlay/watch.yaml does not exist, using internal fallback
Loading config /home/ricardo/.config/wlxoverlay/keyboard.yaml
Config /home/ricardo/.config/wlxoverlay/keyboard.yaml does not exist, using internal fallback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment