ArtfulPup (& Upup-Bionic-Beaver-RC)

A home for all kinds of Puppy related projects
Message
Author
User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

/lib/udev/rules.d/69-wacom.rules for wacom tablets use

#46 Post by charlie6 »

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 :roll: Brookdale 82845G intel VGA chip !).

Code: Select all

# 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
Attachments
69-xserver-xorg-input-wacom.rules.tar.gz
(1.79 KiB) Downloaded 121 times
Last edited by charlie6 on Mon 09 Oct 2017, 12:57, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#47 Post by bigpup »

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 :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#48 Post by bigpup »

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/Softwa ... faceNames/
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 :shock:
YaPI(any iso installer)

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Re: /lib/udev/rules.d/69-wacom.rules for wacom tablets use

#49 Post by peebee »

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 :roll: 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?
Last edited by peebee on Tue 10 Oct 2017, 07:51, edited 1 time in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#50 Post by peebee »

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
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#51 Post by backi »


Robert123
Posts: 362
Joined: Fri 20 May 2016, 05:22
Location: Pacific

#52 Post by Robert123 »

bigpup wrote: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/Softwa ... faceNames/
Nothing strange about this same with Debian different driver names.
Devuan Linux, Stardust 013 (4.31) updated [url]https://archive.org/details/Stardustpup013glibc2.10[/url]
s57(2018)barebone[url]https://sourceforge.net/projects/puppy-linux-minimal-builds/files/s57%282018%29barebones.iso/download[/url]

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#53 Post by peebee »

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.
Attachments
Screenshot.png
(187.43 KiB) Downloaded 473 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#54 Post by peebee »

backi wrote:Right-Click ........Maybe here ?

http://www.murga-linux.com/puppy/viewtopic.php?t=67013
Latest Version 6.9.8 is 2.8MB ...... seems rather large just to add some right clicks....
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

hamoudoudou

Zestypup dowloaded.

#55 Post by hamoudoudou »

Zestypup dowloaded.
Browser icon missing in the menu, well..
About open with, easy to solve. clone rox.sourceforge.net in .config from another Puppy

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Re: Zestypup dowloaded.

#56 Post by peebee »

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??
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

Re: Zestypup dowloaded.

#57 Post by sc0ttman »

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..
Last edited by sc0ttman on Tue 10 Oct 2017, 10:10, edited 3 times in total.
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#58 Post by sc0ttman »

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).
Attachments
sfs_loadr.gz
Shinobars sfs_load, should work same.. this one has a fixed --cli option .. FAKE gz, just rename to remove extension
(87.05 KiB) Downloaded 123 times
squashfs3-3.3.pet
installs mkquashfs3 and unsquashfs3 .. based on a pkg in the common repo .. tested working Slacko 6.9.x
(46.53 KiB) Downloaded 106 times
sfs3to4-0.1-noarch.pet
cli SFS converter
(696 Bytes) Downloaded 101 times
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#59 Post by bigpup »

zestyPup 17.10.3
Xorgwizard changing drivers
I used getnvidia program to make the nvidia driver for my hardware.
Changed to Nvidia driver by using xorgwizard.

Working OK.
Compiling
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.
Last edited by bigpup on Tue 10 Oct 2017, 13:11, edited 2 times in total.
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 :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

Re: Zestypup dowloaded.

#60 Post by bigpup »

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 :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#61 Post by bigpup »

Firewall

Setup and seems to be working correctly.
I always use the default setup.

I check it by using ShieldsUp.
https://www.grc.com/x/ne.dll?bh0bkyd2
Last edited by bigpup on Tue 10 Oct 2017, 13:30, edited 1 time in total.
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 :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#62 Post by bigpup »

Not sure how to do it, but 01micko should be able to get this Zestypup version of Puppy, made part of the normal Puppy repository.
http://distro.ibiblio.org/puppylinux/

peebee,

Should be a way to get you permission to post to the repository.
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 :shock:
YaPI(any iso installer)

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#63 Post by bigpup »

Zestypup Star Trek.
Attachments
Screenshot.jpg
(39.62 KiB) Downloaded 629 times
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 :shock:
YaPI(any iso installer)

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#64 Post by peebee »

bigpup wrote:Not sure how to do it, but 01micko should be able to get this Zestypup version of Puppy, made part of the normal Puppy repository.
http://distro.ibiblio.org/puppylinux/

peebee,

Should be a way to get you permission to post to the repository.
Hi

I do already have permissions to upload to the repository.....

As is my usual behaviour, I have made ZestyPup slightly unconventionally :? I've included components from all sorts of places - not just Ubuntu and XenialPup....

So I need to think about how best to make it "woofable" by others....

There's also the Ubuntu support timescales to consider - it might be better to wait for ArtfulPup as Artful Aardvark 17.10 is due to be released 19 Oct....
https://wiki.ubuntu.com/Releases

For interest, here is the current list of "extras" used....false .gz
Attachments
Packages-extra-zestypup.gz
(5.84 KiB) Downloaded 142 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

#65 Post by Marv »

SAMBA remote access:

Firewall configured to allow client access for the test. YASSM 4.1 and YASSM 2.9 (installed from local pet) work correctly and used for mounting shares to test. Throughput tested to SAMBA server (server wired, client i5 laptop wireless) comparing rsync, Rox-Filer, pcmanfm and spacefm drag/copies of a 256Mb savefile. All times match and are excellent. No problems seen on this front.

Touchpad/Flsynclient:

Touchpad setup using Flsynclient works well (With the usual behavior of 'calibration' crashing X. I see this more often than not in many different pups so I just don't do it.). Speed and pressure needed no adjustment on the i5 below. Just set up scrolling and tapping.

Lid Suspend to RAM:

Working OOTB on this computer. Unlike lxde and XFCE4, JWM needs no special attention on wake. Button mappings and touchpad come up correct on waking.

Code: Select all

# inxi -bw
System:    Host: puppypc23766 Kernel: 4.9.50-lxpup-32-pae i686 (32 bit)
           Desktop: JWM 2.3.2 Distro: ZestyPup 17.10.04
Machine:   Device: laptop System: FUJITSU product: LIFEBOOK S761 serial: R1Y00453
           Mobo: FUJITSU model: FJNB225
           UEFI [Legacy]: FUJITSU // Phoenix v: Version 1.17 date: 03/14/2012
Battery    CMB1: charge: 67.0 Wh 100.0% condition: 67.0/67.0 Wh (100%)
CPU:       Dual core Intel Core i5-2520M (-HT-MCP-) speed/max: 852/3200 MHz
Graphics:  Card: Intel 2nd Generation Core Processor Family Integrated Graphics Controller
           Display Server: X.org 1.19.3 drivers: modesetting (unloaded: fbdev,vesa)
           tty size: 80x24 Advanced Data: N/A for root
Network:   Card-1: Intel 82579LM Gigabit Network Connection driver: e1000e
           Card-2: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express)
           driver: ath9k
Drives:    HDD Total Size: 64.0GB (26.7% used)
Weather:   Conditions: 43 F (6 C) - Clear Time: October 10, 8:13 PM CDT
Info:      Processes: 192 Uptime: 1:25 Memory: 275.1/2853.6MB
           Client: Shell (bash) inxi: 2.3.7 
CUPS Printing:

hplip_print-3.14.10 installed from pet and with the firewall off my networked HP4500 all-in-one was found and installed ok. Printing a test page failed however with a

Code: Select all

Officejet_4500_G510g-m-2 	Test Page 	anonymous 	1k 	Unknown 	stopped 
"Filter failed"	
message. Installing the lxpupSC_print_patch-1.0 gave no change. I haven't persued this but usually it has been a ghostscript issue IIRC.


Thanks,

edited once to add lidsuspend, touchpad and CUPS information.
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

Post Reply