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

Commit a593ddf

Browse files
committed
Add faq elements
1 parent 94baf67 commit a593ddf

3 files changed

Lines changed: 71 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@
6868

6969
<hr/>
7070

71+
<h3 class="wiki-nav-item pb-2" id="wacomintuos">
72+
Is Wacom intuos supported?
73+
</h3>
74+
<p class="mb-2">
75+
Yes, most Wacom Intuos are supported.
76+
Check the back of your tablet for the model number then check
77+
<a href="/Tablets">here</a>.
78+
</p>
79+
80+
<hr/>
81+
7182
<h3 class="wiki-nav-item pb-2" id="area-conversion">
7283
Proprietary Driver Area Conversions
7384
</h3>

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,30 @@
4242
</li>
4343
</ol>
4444
</div>
45+
<div class="ms-3">
46+
<h3>
47+
This doesn't work after rebooting?
48+
</h3>
49+
<p>
50+
The solution to this is to rebuild the initramfs. This process varies distro to distro.
51+
</p>
52+
<h3>
53+
Arch
54+
</h3>
55+
<ol>
56+
<codeblock class="mt-2" language="sh">
57+
sudo mkinitcpio -P
58+
</codeblock>
59+
</ol>
60+
<h3>
61+
Debian / Ubuntu
62+
</h3>
63+
<ol>
64+
<codeblock class="mt-2" language="sh">
65+
sudo update-initramfs -u
66+
</codeblock>
67+
</ol>
68+
</div>
4569

4670
<h3 class="wiki-nav-item pb-2" id="fail-device-streams">
4771
Failed to open device streams
@@ -91,6 +115,14 @@
91115
</p>
92116
</div>
93117

118+
<h3>This doesn't work after rebooting?</h3>
119+
<div class="ms-3">
120+
<p>
121+
This is probably due to your kernel not having uinput built in, either build your kernel with uinput
122+
support or use a different kernel.
123+
</p>
124+
</div>
125+
94126
<hr/>
95127

96128
<h3 class="wiki-nav-item pb-2" id="performance-nvidia">
@@ -119,6 +151,22 @@
119151
</codeblock>
120152
</div>
121153

154+
<hr/>
155+
156+
<h3 class="wiki-nav-item pb-2" id="CTL-x100 Android Mode">
157+
Wacom CTL-x100 Android Mode
158+
</h3>
159+
<div class="ms-3">
160+
<p>
161+
Sometimes the Ctl-x100s can be left in Android mode instead of PC mode, to fix this press
162+
the outer 2 express keys for 3-4 seconds until they blink, this will change the mode between
163+
PC and Android.
164+
</p>
165+
166+
</div>
167+
168+
<hr/>
169+
122170
<h3 class="wiki-nav-item pb-2" id="display-session-not-detected">
123171
X11/Wayland Session not detected
124172
</h3>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,16 @@
7777
If this does not solve the issue, check that you are not using the "Administrator" named account as it overrides User Account
7878
Control.
7979
</p>
80+
</div>
81+
82+
<hr/>
83+
84+
<h3 class="wiki-nav-item pb-2" id="rtss">
85+
Why do i get a blank screen when opening OpenTabletDriver?
86+
</h3>
87+
<div class="ms-3">
88+
<p>
89+
This can be caused by RivaTuner Statistics Server attempting to hook onto OpenTabletDriver, preventing the UX
90+
from responding due to failed hooks. If you use this application make sure it doesn't hook onto OpenTabletDriver.
91+
</p>
8092
</div>

0 commit comments

Comments
 (0)