Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
64282d4a
Commit
64282d4a
authored
1 year ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Improvements.
parent
045a0377
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
huion_h1060p_configure.sh
+2
-1
2 additions, 1 deletion
huion_h1060p_configure.sh
huion_h1060p_install_drivers.sh
+4
-0
4 additions, 0 deletions
huion_h1060p_install_drivers.sh
with
6 additions
and
1 deletion
huion_h1060p_configure.sh
+
2
−
1
View file @
64282d4a
...
@@ -33,7 +33,8 @@ lsusb | grep '256c:006d'
...
@@ -33,7 +33,8 @@ lsusb | grep '256c:006d'
xsetwacom
--list
devices
xsetwacom
--list
devices
# Nome da mesa digitalizadora.
# Nome da mesa digitalizadora.
WACOM
=
$(
xsetwacom
--list
devices |
grep
"STYLUS"
|
awk
'{print gensub(/(.+) stylus.*/, "\\1", "g")}'
)
# WACOM=$(xsetwacom --list devices | grep "STYLUS" | awk '{print gensub(/(.+) stylus.*/, "\\1", "g")}')
WACOM
=
$(
xsetwacom
--list
devices |
grep
"HID 256c:006d stylus"
|
awk
'{print gensub(/(.+) stylus.*/, "\\1", "g")}'
)
echo
$WACOM
echo
$WACOM
# Monitores disponíveis.
# Monitores disponíveis.
...
...
This diff is collapsed.
Click to expand it.
huion_h1060p_install_drivers.sh
+
4
−
0
View file @
64282d4a
...
@@ -60,6 +60,10 @@ EndSection
...
@@ -60,6 +60,10 @@ EndSection
# HID 256c:006d Touch Strip pad id: 23 type: PAD
# HID 256c:006d Touch Strip pad id: 23 type: PAD
# HID 256c:006d Dial pad id: 24 type: PAD
# HID 256c:006d Dial pad id: 24 type: PAD
# ATTENTION: aqui acaba a instalação dos drives. A configuração para uso
# está no arquivo `huion_h1060p_configure.sh`. Não precisa rodar o
# restante deste arquivo.
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# To print the documentation.
# To print the documentation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment