ArtfulPup (& Upup-Bionic-Beaver-RC)

A home for all kinds of Puppy related projects
Message
Author
musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#41 Post by musher0 »

bigpup wrote:zestyPup 17.10.3

menu>Utility>Compton

What is this suppose to do?

Seems to do nothing.
Hi bigpup.
Compton is a standalone composite manager, suitable for use with
window managers that do not natively provide compositing functionality.
Source : https://wiki.archlinux.org/index.php/Compton

Compton is a fork of Xcompmgr.
Xcompmgr is a simple composite manager capable of rendering
drop shadows and, with the use of the transset utility, primitive window
transparency. (...)

Because it does not replace any existing window manager, it is an ideal
solution for users of lightweight window managers, seeking a more elegant
desktop.
Source : https://wiki.archlinux.org/index.php/xcompmgr

If compton is in the jwm menu, this could mean that the shadow and
transparency effects can be switched on and off, or perhaps there's
access to a configuration panel.

Please see the attached screen shot for an example of what a composite
manager does.

BFN.

~~~~~~~~~~
@Charlie6:Typing

Code: Select all

killall -q compton
in console should do the trick!
Attachments
Echinus-WM+XcompMgr.jpg
XcompMgr adding drop-shadows and transparency effects to the Echinus WM.
The focus is on the ROX-Filer window, so you can see the background seep through the clock window.
(126.35 KiB) Downloaded 813 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

Re: ZestyPup - Alpha build

#42 Post by charlie6 »

Hi peebee,
tons of thanks for this Zesty !
as also to its contributors :) !
peebee wrote:ZestyPup-17.10.03 is ready for download....

Alpha quality - testing required! Thanks go to @zigbert for help with initial bug squashing.

Taking @666philb's configuration files for xenialpup as a starting point (with many thanks)
ZestyPup is a Woof-CE 32-bit pae build using Ubuntu Zesty Zapus (17.04)

/firefox-56.0-lxsc.sfs/download]firefox-56.0-lxsc.sfs[/url]
Have ran ZestyPup-17.10.01 and now running from-delta-re-generated ZestyPup-17.10.03. Using the same pupsave file without issue.
Have installed gtk-3 from PPM .
As also forum member ETP's Magoo + faenza icons themes "for poor eyesight users" :wink:
see (!) here http://www.murga-linux.com/puppy/viewto ... 335#657335

Have loaded and mounted the firefox-56 sfs ==> sound works OOTB !
...even more ! : doing in a terminal

Code: Select all

# firefox wwwWhateverURL 
works with this distro :o !
what was not the case for me on Xenial; as also on Tahrpup as formely posted here
http://www.murga-linux.com/puppy/viewto ... 029#966029

Seems that Light browser is slower than Firefox to open some websites.

Charlie

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#43 Post by zigbert »

Confirming radeon success.

Thanks!

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

#44 Post by bigpup »

zestyPup 17.10.3

menu>Business>Planner

It starts with this error message.
Attachments
Screenshot.jpg
(10.29 KiB) Downloaded 696 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
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#45 Post by bigpup »

zestyPup 17.10.3

menu>Business>Xcalc scientific calculator

When clicked on to run it.

X server crashes to the prompt.

Enter xwin gets back to desktop.
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
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)

Post Reply