The time now is Sun 15 Dec 2019, 03:41
All times are UTC - 4 |
Author |
Message |
charlie6

Joined: 30 Jun 2008 Posts: 1221 Location: Saint-Gérard / Walloon part of Belgium
|
Posted: Mon 09 Oct 2017, 05:42 Post subject:
/lib/udev/rules.d/69-wacom.rules for wacom tablets use |
|
Hi PeeBee,
Have hadd to replace the file
/lib/udev/rules.d/69-wacom.rules
by the following to get the expected behaviour of the wacom tablets cursor
(otherwise, the cursor behaves as a common mouses one)
In attachment: tar.gz compressed files for replacing 69-wacom.rules...
(last edited)
... either in /lib/udev/rules.d for recent video graphic chips;
or in /etc/udev/rules.d for earlier video graphic chips (especially that Brookdale 82845G intel VGA chip !).
Code: | # udev rules for wacom tablets.
# These rules were compiled for the Debian GNU/Linux distribution,
# but others may, and indeed are encouraged to, use them also.
#
# Should you do so, PLEASE CO-ORDINATE ANY CHANGES OR ADDITIONS
# of new devices with Ron <ron@debian.org> so that we can try
# to present users with a standard set of device nodes which
# they can rely on across the board.
# Catch the serial tablets and tell X that's what they are
ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="WACf*", ENV{NAME}="Serial Wacom Tablet"
ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="FUJ*", ENV{NAME}="Serial Wacom Tablet"
ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
KERNEL!="event[0-9]*", GOTO="wacom_end"
# Port specific link for users of multiple tablets of the same type.
# The ID_PATH variable is set by the "path_id" script in an earlier rule file.
ATTRS{idVendor}=="056a", ENV{ID_PATH}=="?*", SYMLINK="input/by-path/$env{ID_PATH}-wacom"
# Multiple interface support for stylus and touch devices.
DRIVERS=="wacom", ATTRS{bInterfaceNumber}=="00", ENV{WACOM_TYPE}="stylus"
DRIVERS=="wacom", ATTRS{bInterfaceNumber}=="01", ENV{WACOM_TYPE}="touch"
# Type-named links for multiple tablets. If you want to use multiple
# tablets of the _same_ type, you will probably need to use the links
# from /dev/input/by-path to identify which is plugged into what usb
# port. For different tablet types though, just pick your links from
# the list below.
#
# We override SYMLINK for tabletpc devices because the by-path link
# is not required with such devices, there will only ever be one.
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0000", SYMLINK+="input/tablet-penpartner"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0003", SYMLINK+="input/tablet-cintiq_partner"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", SYMLINK+="input/tablet-graphire"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", SYMLINK+="input/tablet-graphire2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", SYMLINK+="input/tablet-graphire2-5x7"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", SYMLINK+="input/tablet-graphire3"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", SYMLINK+="input/tablet-graphire3-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", SYMLINK+="input/tablet-graphire4-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", SYMLINK+="input/tablet-graphire4-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", SYMLINK+="input/tablet-bamboofun-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0018", SYMLINK+="input/tablet-bamboofun-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0019", SYMLINK+="input/tablet-bamboo1-medium"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0020", SYMLINK+="input/tablet-intuos-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0021", SYMLINK+="input/tablet-intuos-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0022", SYMLINK+="input/tablet-intuos-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0023", SYMLINK+="input/tablet-intuos-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0024", SYMLINK+="input/tablet-intuos-12x18"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0030", SYMLINK+="input/tablet-pl400"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0031", SYMLINK+="input/tablet-pl500"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0032", SYMLINK+="input/tablet-pl600"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0033", SYMLINK+="input/tablet-pl600sx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0034", SYMLINK+="input/tablet-pl550"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0035", SYMLINK+="input/tablet-pl800"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0037", SYMLINK+="input/tablet-pl700"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0038", SYMLINK+="input/tablet-pl510"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0039", SYMLINK+="input/tablet-dtu710"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="003f", SYMLINK+="input/tablet-cintiq21ux"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0041", SYMLINK+="input/tablet-intuos2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0042", SYMLINK+="input/tablet-intuos2-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0043", SYMLINK+="input/tablet-intuos2-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0044", SYMLINK+="input/tablet-intuos2-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0045", SYMLINK+="input/tablet-intuos2-12x18"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0047", SYMLINK+="input/tablet-intuos2-6x8a"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0060", SYMLINK+="input/tablet-volito"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0061", SYMLINK+="input/tablet-penstation2"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0062", SYMLINK+="input/tablet-volito2-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0063", SYMLINK+="input/tablet-volito2-2x3"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0064", SYMLINK+="input/tablet-penpartner2"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0065", SYMLINK+="input/tablet-bamboo"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0069", SYMLINK+="input/tablet-bamboo1"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0081", SYMLINK+="input/tablet-graphire_bt-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0090", SYMLINK="input/tablet-tpc90"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0093", SYMLINK="input/tablet-tpc93-$env{WACOM_TYPE}"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="009a", SYMLINK="input/tablet-tpc9a-$env{WACOM_TYPE}"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b0", SYMLINK+="input/tablet-intuos3-4x5"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b1", SYMLINK+="input/tablet-intuos3-6x8"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b2", SYMLINK+="input/tablet-intuos3-9x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b3", SYMLINK+="input/tablet-intuos3-12x12"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b4", SYMLINK+="input/tablet-intuos3-12x19"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b5", SYMLINK+="input/tablet-intuos3-6x11"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b7", SYMLINK+="input/tablet-intuos3-4x6"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b8", SYMLINK+="input/tablet-intuos4-4x6"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00b9", SYMLINK+="input/tablet-intuos4-6x9"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00ba", SYMLINK+="input/tablet-intuos4-8x13"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00bb", SYMLINK+="input/tablet-intuos4-12x19"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c0", SYMLINK+="input/tablet-dtf521"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c4", SYMLINK+="input/tablet-dtf720"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c5", SYMLINK+="input/tablet-cintiq20wsx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c6", SYMLINK+="input/tablet-cintiq12wx"
ATTRS{idVendor}=="056a", ATTRS{idProduct}=="00c7", ENV{WACOM_TYPE}!="touch", SYMLINK+="input/tablet-dtu1931"
# Convenience links for the common case of a single tablet. We could do just this:
#ATTRS{idVendor}=="056a", SYMLINK+="input/wacom-$env{WACOM_TYPE}"
# but for legacy reasons, we keep the input/wacom link as the generic stylus device.
ATTRS{idVendor}=="056a", ENV{WACOM_TYPE}!="touch", SYMLINK+="input/wacom"
ATTRS{idVendor}=="056a", ENV{WACOM_TYPE}=="touch", SYMLINK+="input/wacom-touch"
# Check and repossess the device if a module other than the wacom one
# is already bound to it.
#
# We probably don't need this one in the Real World anymore ...
# See the old wacom-tools package if we actually do need to resurrect the
# check_driver script for this again.
#ATTRS{idVendor}=="056a", ACTION=="add", RUN+="check_driver wacom $devpath $env{ID_BUS}"
LABEL="wacom_end" |
This was also noticed on other distros like Tahrpup and Xenialpup.
HTH, charlie
Description |
|

Download |
Filename |
69-xserver-xorg-input-wacom.rules.tar.gz |
Filesize |
1.79 KB |
Downloaded |
86 Time(s) |
Last edited by charlie6 on Mon 09 Oct 2017, 08:57; edited 1 time in total
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13000 Location: S.C. USA
|
Posted: Mon 09 Oct 2017, 06:18 Post subject:
|
|
zestyPup 17.10.3
Rox file manager
Right click on a file and select open with......
Not much offered.
This menu needs updated with more program choices.
Not really anything offered for common file types.
Example:
If you click on an image file.
MtPaint should be an option to open with....
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13000 Location: S.C. USA
|
Posted: Mon 09 Oct 2017, 19:02 Post subject:
|
|
zestyPup 17.10.3
Why the new names for network interfaces?
Example of my hardware:
Ethernet is named enp4s0.
Wireless is named wlp3s0.
Here is the why info.
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4098 Location: Worcestershire, UK
|
Posted: Tue 10 Oct 2017, 01:20 Post subject:
Re: /lib/udev/rules.d/69-wacom.rules for wacom tablets use |
|
charlie6 wrote: | Hi PeeBee,
Have hadd to replace the file
/lib/udev/rules.d/69-wacom.rules
by the following to get the expected behaviour of the wacom tablets cursor
(otherwise, the cursor behaves as a common mouses one)
In attachment: tar.gz compressed files for replacing 69-wacom.rules...
(last edited)
... either in /lib/udev/rules.d for recent video graphic chips;
or in /etc/udev/rules.d for earlier video graphic chips (especially that Brookdale 82845G intel VGA chip !).
HTH, charlie |
Hi charlie6
Can you provide a .pet that installs this where you want it? Then I can include that .pet in the build - thanks.
Can the 2 locations be satisfied by a symlink?
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
Last edited by peebee on Tue 10 Oct 2017, 03:51; edited 1 time in total
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4098 Location: Worcestershire, UK
|
Posted: Tue 10 Oct 2017, 01:23 Post subject:
|
|
bigpup wrote: | Rox file manager
Right click on a file and select open with......
This menu needs updated with more program choices.
Not really anything offered for common file types.
|
Hi bigpup
Thanks for all your feedback - appreciated.
Is there a .pet to add Rox right clicks? In LxPupSc what I do is include such a .pet in the build so that people can increase right clicks as an option...
Thanks
peebee
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 1854 Location: GERMANY
|
Posted: Tue 10 Oct 2017, 02:35 Post subject:
|
|
Right-Click ........Maybe here ?
http://www.murga-linux.com/puppy/viewtopic.php?t=67013
|
Back to top
|
|
 |
Robert123
Joined: 20 May 2016 Posts: 374 Location: Pacific
|
Posted: Tue 10 Oct 2017, 02:43 Post subject:
|
|
Nothing strange about this same with Debian different driver names.
_________________ Devuan Linux, Stardust 013 (4.31) updated https://archive.org/details/Stardustpup013glibc2.10
s57(2018)barebonehttps://sourceforge.net/projects/puppy-linux-minimal-builds/files/s57%282018%29barebones.iso/download
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4098 Location: Worcestershire, UK
|
Posted: Tue 10 Oct 2017, 03:45 Post subject:
|
|
17.10.04 delta is available
Covers most of bigpup's findings except right clicks
Rox icon theme now matches selected desktop icon theme
Has anybody tried:CUPS printing
Scanning
FTP remote access
SAMBA remote access
Webcam (pAVRecord now included)
Dual monitors
Laptop touchpad settings
Firewall
Xorgwizard changing drivers
Compiling
Running apps as Spot
etc.
Description |
|
Filesize |
187.43 KB |
Viewed |
446 Time(s) |

|
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4098 Location: Worcestershire, UK
|
Posted: Tue 10 Oct 2017, 03:58 Post subject:
|
|
Latest Version 6.9.8 is 2.8MB ...... seems rather large just to add some right clicks....
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
hamoudoudou
Joined: 24 Jul 2014 Posts: 1467 Location: rabat
|
Posted: Tue 10 Oct 2017, 04:13 Post subject:
Zestypup dowloaded. |
|
Zestypup dowloaded.
Browser icon missing in the menu, well..
About open with, easy to solve. clone rox.sourceforge.net in .config from another Puppy
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4098 Location: Worcestershire, UK
|
Posted: Tue 10 Oct 2017, 04:51 Post subject:
Re: Zestypup dowloaded. |
|
hamoudoudou wrote: | About open with, easy to solve. clone rox.sourceforge.net in .config from another Puppy |
Hmmmm
well Slacko has less right click options than Zesty = too few
whereas
ZenialPup has rather too many (I think!)
Which Puppy has the ideal balance to copy??
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2772 Location: UK
|
Posted: Tue 10 Oct 2017, 05:50 Post subject:
Re: Zestypup dowloaded. |
|
peebee wrote: | Which Puppy has the ideal balance to copy?? |
*maybe* you could steal stuff from Akita? I did lots of ROX right click stuff...
Plus I set many missing hotkeys ROX right click options like "New Dir" to Ctrl-D, etc .. Prob other ROX and right click stuff too I can't think of at the mo..
I also def did some fixes for passing an SFS file to SFS Converter in Akita ...
And *prob* (can't remember) updated some stuff in filemnt ..
Plus Akita has a cool script called "pastengo" .... Set a hotkey in JWM to load it, and it will grab the clipboard contents and auto load the appropriate thing (browser, media player, rox, PetGet, popup file downloader, etc) ...
I also added support for way more MIME types in Akita.. Plus menu fixes..
Akita is pre-woof, but I doubt the ROX or MIME setup has changed much..
The JWM setup (and puppy menus) in Akita will not be relevant at all though..
_________________ Pkg, mdsh, Woofy, Akita, VLC-GTK, Search
Last edited by sc0ttman on Tue 10 Oct 2017, 06:10; edited 3 times in total
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2772 Location: UK
|
Posted: Tue 10 Oct 2017, 05:55 Post subject:
|
|
While I am here, it really annoys me when a Puppy cannot convert SFS files out of the box...
To make that easier, I repacked squashfs-tools 3 from common repo to contain the bins mksquashfs3 and unsquashfs3, so it can be installed alongside the default squashfs 4 stuff ..
I converted SFS3 files to SFS4 ok, didn't try the other way round..
Plus I added a cli SFS converter I got on the forum somwhere called "sfs3to4" (repackaged with some fixes)..
.. and also there is Trios SFS Converter on the forum somewhere...
IIRC, it won't take $1 on command line (GUI shows empty field, but shouldn't).. that is fixed in akitas version.. but the fix for Trios latest is simple i think..
And I've attached a "fixed" version (some small hacks) of Shinobars sfs_load (I called it sfs_loadr so people can compare with Zestys easier).. the --cli option is fixed - no GUI popups..
Again, this was all tested/done in a recent Slacko, but should work for Zesty too (if anyone wants it).
 |
Description |
Shinobars sfs_load, should work same.. this one has a fixed --cli option .. FAKE gz, just rename to remove extension
|

Download |
Filename |
sfs_loadr.gz |
Filesize |
87.05 KB |
Downloaded |
91 Time(s) |
Description |
installs mkquashfs3 and unsquashfs3 .. based on a pkg in the common repo .. tested working Slacko 6.9.x
|

Download |
Filename |
squashfs3-3.3.pet |
Filesize |
46.53 KB |
Downloaded |
77 Time(s) |
Description |
cli SFS converter
|

Download |
Filename |
sfs3to4-0.1-noarch.pet |
Filesize |
696 Bytes |
Downloaded |
70 Time(s) |
_________________ Pkg, mdsh, Woofy, Akita, VLC-GTK, Search
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13000 Location: S.C. USA
|
Posted: Tue 10 Oct 2017, 08:58 Post subject:
|
|
zestyPup 17.10.3
Quote: | Xorgwizard changing drivers |
I used getnvidia program to make the nvidia driver for my hardware.
Changed to Nvidia driver by using xorgwizard.
Working OK.
Well, I guess I did that to convert the Nvidia run package into a working Nvidia driver.
That process compiled the correct driver for the kernel.
Had the dvex and kernel sources sfs loaded to do it.
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
Last edited by bigpup on Tue 10 Oct 2017, 09:11; edited 2 times in total
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13000 Location: S.C. USA
|
Posted: Tue 10 Oct 2017, 09:02 Post subject:
Re: Zestypup dowloaded. |
|
peebee wrote: | hamoudoudou wrote: | About open with, easy to solve. clone rox.sourceforge.net in .config from another Puppy |
Hmmmm
XenialPup has rather too many (I think!)
Which Puppy has the ideal balance to copy?? |
That is one of the things I like about Xenialpup, the right click menu in Rox.
Sure it offers a lot of choices, but it always offers the one you need.
I really like the offer to run in terminal.
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|