diff --git a/README.md b/README.md index 064f049..2f4f9e0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is still a work in progress... star this repo or check back later. ### Usage -Once installed, you should be able to launch any Vulkan game, plug in your glasses (at any point, not just after launching), and see a floating screen. Note that the initial centering of the screen is based on pre-calibrated values, so it may not actually start out where you're looking, or you may even see it move around for 10+ seconds after you've plugged in your glasses. +Once installed, you'll want to make sure you've enabled the driver (`~/bin/xreal_driver_config -e`) and you'll probably want to disable mouse/joystick output (`~/bin/xreal_driver_config -eo`); note that these two commands can't be combined, they have to be done separately. From there, you should be able to launch any Vulkan game, plug in your glasses (at any point, not just after launching), and see a floating screen. Note that the initial centering of the screen is based on pre-calibrated values, so it may not actually start out where you're looking, or you may even see it move around for 10+ seconds after you've plugged in your glasses. To re-center the screen, I've implemented an experimental double-tap feature: you'll want to give two decent taps on the top of the glasses. I tend to do this on the corner, right on top of the hinge. It should be a firm, sharp tap, and wait just a split second to do the second tap, as it needs to detect a slight pause in between (but it also shouldn't take more than a half a second between taps so don't wait too long). @@ -48,4 +48,5 @@ Rerun the `breezy_vulkan_setup` script. No need to redownload this script, as it ### Uninstalling -If you wish to completely remove the installation, run the following script as root: `~/bin/breezy_vulkan_uninstall`. This won't uninstall the base driver package, following the instructions at the end of the uninstallation to do this manually. \ No newline at end of file +If you wish to completely remove the installation, run the following: `sudo ~/bin/breezy_vulkan_uninstall`. This won't uninstall the base driver package, follow the instructions at the end of the uninstallation to do this manually. + diff --git a/modules/xrealAirLinuxDriver b/modules/xrealAirLinuxDriver index af5fcfb..f199b18 160000 --- a/modules/xrealAirLinuxDriver +++ b/modules/xrealAirLinuxDriver @@ -1 +1 @@ -Subproject commit af5fcfb0637f75a14df5f1115addcca1933ecb48 +Subproject commit f199b187a1b62a6c5f9dfb922bfe81104a636feb diff --git a/vulkan/modules/sombrero b/vulkan/modules/sombrero index 7f28367..22e4f1f 160000 --- a/vulkan/modules/sombrero +++ b/vulkan/modules/sombrero @@ -1 +1 @@ -Subproject commit 7f2836727c66421b1c2b1e788e9c299d23e81989 +Subproject commit 22e4f1fd3f9f1ea8701fcb63e7c35671c13b1769 diff --git a/vulkan/modules/vkBasalt b/vulkan/modules/vkBasalt index cbd53f7..e247da4 160000 --- a/vulkan/modules/vkBasalt +++ b/vulkan/modules/vkBasalt @@ -1 +1 @@ -Subproject commit cbd53f7c2da3e130b2a9fb8772914c8a061d31d3 +Subproject commit e247da4dae10031d9676c4a1bc40b7326fd9826d