Fix XREAL One Pro support, v2.4.1
This commit is contained in:
parent
2bed5a2436
commit
394934bd22
14
README.md
14
README.md
|
|
@ -23,15 +23,17 @@ For the best performance, ensure you have the latest graphics drivers installed
|
|||
When you connect your glasses for the first time, you'll be presented with some options around how to extend your desktop that aren't very clear. Choose the "No action" option to leave the glasses' display independent. If you're running KDE on `X11`, you won't be able to launch virtual displays; Steam Deck users note the extra step in the setup instructions for switching to `Wayland`, other users may be offered the option at the login screen.
|
||||
|
||||
To setup Breezy on KDE, with your glasses unplugged:
|
||||
1. Download the [Breezy KWin setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_kwin_setup)
|
||||
2. Set the execute flag: `chmod +x ~/Downloads/breezy_kwin_setup`
|
||||
3. Run the setup script: `~/Downloads/breezy_kwin_setup`
|
||||
4. If you're on SteamOS and want to use virtual displays, run this: `steamos-session-select plasma-wayland-persistent`
|
||||
1. Make sure your glasses are in the [supported devices list](https://github.com/wheaney/XRLinuxDriver#supported-devices) and are on the latest firmware.
|
||||
2. Download the [Breezy KWin setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_kwin_setup)
|
||||
3. Set the execute flag: `chmod +x ~/Downloads/breezy_kwin_setup`
|
||||
4. Run the setup script: `~/Downloads/breezy_kwin_setup`
|
||||
5. If you're on SteamOS and want to use virtual displays, run this: `steamos-session-select plasma-wayland-persistent`
|
||||
* **Important note** - this will prevent you from accessing Game Mode again, until you undo it by running just `steamos-session-select`
|
||||
5. For the best experience:
|
||||
6. For the best experience:
|
||||
* To prevent a broken taskbar: in `Panel Settings`, set `Visibility` to `always-visible`.
|
||||
* To prevent a magnified cursor from showing in the wrong place: in `System Settings` / `Accessibility`, disable the `Shake Cursor` effect.
|
||||
6. Log out and back in.
|
||||
7. If you're using glasses with built-in 3DoF/stabilization features (e.g. XREAL One, VITURE Beast), be sure to disable those features through the menu on the glasses.
|
||||
8. Log out and back in.
|
||||
|
||||
After setup, you'll have an application called `Breezy Desktop` installed. Launch that and follow any instructions. You can also configure keyboard shortcuts for the most common toggle actions. The Breezy Desktop app doesn't have to be running to use the virtual desktop or the keyboard shortcuts once you've configured everything to your liking.
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ export const SUPPORTED_MONITOR_PRODUCTS = [
|
|||
'Air 2 Ultra',
|
||||
'One',
|
||||
'One Pro',
|
||||
'XREAL One',
|
||||
'XREAL One Pro',
|
||||
'SmartGlasses', // TCL/RayNeo
|
||||
'Rokid Max',
|
||||
'Rokid Max 2',
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ Item {
|
|||
"Air 2 Ultra",
|
||||
"One",
|
||||
"One Pro",
|
||||
"XREAL One",
|
||||
"XREAL One Pro",
|
||||
"SmartGlasses", // TCL/RayNeo
|
||||
"Rokid Max",
|
||||
"Rokid Max 2",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d39fbf4ffba0868fa8c2837382c9c669866794a6
|
||||
Subproject commit 3bab088768849a3068146586fed60ef0cc7d506d
|
||||
Loading…
Reference in New Issue