Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit c1c8f54

Browse files
Merge pull request #22 from OpenTabletDriver/lazer-wayland-faq
Add Wayland osu!lazer FAQ entry
2 parents a0f01be + 3de0858 commit c1c8f54

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

OpenTabletDriver.Web/Views/Wiki/FAQ/Linux.cshtml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,21 @@
104104

105105
<hr/>
106106

107+
<h3 class="wiki-nav-item pb-2" id="osu-lazer-broken-input-wayland">
108+
Stuck cursor in osu!lazer (Wayland)
109+
</h3>
110+
<div class="ms-3">
111+
<ol>
112+
<li>Make sure you set the <code>SDL_VIDEODRIVER</code> to <code>wayland</code>.</li>
113+
</ol>
114+
<codeblock language="sh">
115+
# Export the environment variable
116+
export SDL_VIDEODRIVER=wayland
117+
# Start osu! lazer via the AppImage assuming its in the working directory
118+
./osu.AppImage
119+
</codeblock>
120+
</div>
121+
107122
<h3 class="wiki-nav-item pb-2" id="display-session-not-detected">
108123
X11/Wayland Session not detected
109124
</h3>

0 commit comments

Comments
 (0)