Skip to content

Commit

Permalink
Incorporate latest udpates to the driver, shader, and vkBasalt fork
Browse files Browse the repository at this point in the history
  • Loading branch information
wheaney committed Oct 9, 2023
1 parent f0eec4f commit 0ef296b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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.
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.

2 changes: 1 addition & 1 deletion modules/xrealAirLinuxDriver
2 changes: 1 addition & 1 deletion vulkan/modules/sombrero
Submodule sombrero updated 1 files
+29 −13 IMUAdjust.fx
2 changes: 1 addition & 1 deletion vulkan/modules/vkBasalt

0 comments on commit 0ef296b

Please sign in to comment.