Slacko Puppy 7.0

Moderator: Forum moderators

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@666philb Thanks for your reply. The output of nvidia-xconfig is as follow:

Code: Select all

# nvidia-xconfig 

Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
                  Undefined Device "(null)" referenced by Screen "Screen0".

Backed up file '/etc/X11/xorg.conf' as
'/etc/X11/xorg.conf.nvidia-xconfig-original'
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

The new xorg.conf is unable to load X

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Slacko Puppy 7.0

Post by 666philb »

zigbert wrote: Sun Jan 24, 2021 4:52 pm

@666philb Thanks for your reply. The output of nvidia-xconfig is as follow:

Code: Select all

# nvidia-xconfig 

Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
                  Undefined Device "(null)" referenced by Screen "Screen0".

Backed up file '/etc/X11/xorg.conf' as
'/etc/X11/xorg.conf.nvidia-xconfig-original'
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

The new xorg.conf is unable to load X

i've had this before, it's just the screen section of xorg.conf needs adjusting.
worth a punt ... try

Code: Select all

xorg-autoconf > /etc/X11/xorg.conf

if that doesn't work, run nvidia-xconfig again and then post the xorg.conf here

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@666philb Thank you!

xorg-autoconf didn't do the job...

Here follows the xorg.conf

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 455.45.01

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

I have never gotten running the nvidia-xconfig to do anything but mess up the xorg.conf.
Do not use it.
Only use xorgwizard to make graphic changes to xorg.conf

The only idea I have why xorgwizard did not work, after the driver compiled and installed.
Make sure to only have installed one Nvidia driver.
You said you tired several driver run packages.
Did you make sure to completely uninstall the Nvidia driver and all it's files, before trying a different one?
If there is more than one Nvidia driver installed. Xorgwizard will not know which one to use and just will use nothing.
You will probably need to use Pfind program to find all the Nvidia driver run package installed and then remove it by deleting in Rox file manager.

This is my working xorg.conf

Code: Select all

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    Option "IgnoreABI" "true"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

    Option "DontVTSwitch" "true"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

# With this, Xorg wont talk to HAL to add evdev devices and youll be back
# with the old Xorg behavior (pre-7.4)...

    Option "AutoAddDevices" "true"

# For no-Hal, kirk also suggests this...

#    Option "AllowMouseOpenFail" "true"

# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...

    Option "DontZap" "false"

EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	# InputDevice "Synaptics Mouse" "AlwaysCore" #serverlayoutsynaptics
	# InputDevice "VboxMouse" "CorePointer"	
	#InputDevice "Mouse0" "CorePointer"
	#InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/opentype"
	FontPath     "/usr/share/fonts/woff"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/TTF"
	FontPath     "/usr/share/fonts/X11/OTF"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/share/X11/fonts"
	FontPath     "/usr/local/share/fonts"
	FontPath     "/usr/local/share/X11/fonts"
EndSection

Section "Module"
# Load "synaptics" #loadsynaptics
	Load  "glx"
EndSection

Section "InputClass"
	Identifier "Keyboard Defaults"
	MatchIsKeyboard "yes"
	Option      "XkbModel" "pc104" #xkbmodel0
	Option      "XkbLayout" "us"
	#Option      "XkbVariant" "" #xkbvariant0
	Option      "XkbOptions" "terminate:ctrl_alt_bksp" #xkboptions0
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    35-81
	VertRefresh  59-76
	#UseModes     "Modes0" #monitor0usemodes
#	Option      "PreferredMode" "1024x768" #monitor0prefmode
EndSection

Section "Modes"
	Identifier "Modes0"
	#modes0modeline0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia" #card0driver
EndSection

Section "Screen"
	Identifier "Screen0"
#	Device     "Card0"
	Monitor    "Monitor0"
#	DefaultDepth 24
	#Option         "metamodes" "1280x800_60 +0+0" #METAMODES_0
	Subsection "Display"
		Depth       24 #screen0depth
		Modes       "1920x1080" #screen0modes
	EndSubsection
EndSection

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@bigpup I compared our xorg.conf, and they are rather similar. I edited manually to make them match without any success.

I did uninstall each driver, but did an extra check for leftovers. - Nothing to find.

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@666philb
@bigpup

I looked at the xorg.conf in Tuxedo-OS that makes it right on this laptop. They have put it together somewhat different than in Puppy, but it maybe tell anyone something valuable... It seems to me that xorg.conf is built out of some "layers" where each conf.file is one layer.

00-Tuxedo-nvidia-amdgpu-fix.conf

Code: Select all

# added by tuxedo-tomte 20210111105533
Section "OutputClass"
	Identifier "nvidia"
	MatchDriver "nvidia-drm"
	Driver "nvidia"
	Option "AllowEmptyInitialConfiguration"
	ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
	Option "PrimaryGPU" "Yes"
EndSection

I checked the bios, and it is no place to disable the builtin radeon gpu (AMD Ryzen 7 4800H)

10-nvidia.conf

Code: Select all

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
EndSection

There are 7 files in total, but only these 2 refers to nvidia

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Slacko Puppy 7.0

Post by 666philb »

you could try adding that

Option "PrimaryGPU" "Yes"

but the screen section needs filling out, can you pinch that from tuxedo

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@666philb
Tried the PrimaryGPU option, but no different behavior.

Tried to find the screen-section. - I didn't. A global search lead to xorgparser.py, but the only xorg.conf is in /usr/share/doc/xserver-xorg-vifdeo-intel and holds

Code: Select all

Section "Device"
	Identifier "Intel"
	Driver "intel"
#	Option "AccelMethod" "uxa"
EndSection

The earlier described conf-files only holds sections - InputClass and OutputClass. I am clearly missing something, but Tuxedo is set up in another way... These files are located in /usr/share/X11.

Code: Select all

# pwd
/mnt/nvme0n1p2/usr/share/X11/xorg.conf.d
# ls
00-tuxedo-nvidia-amdgpu-fix.conf  10-quirks.conf    70-wacom.conf
10-amdgpu.conf                    10-radeon.conf
10-nvidia.conf                    40-libinput.conf

I did a test to use driver "amdgpu" instead of "nvidia", but this one also fails to load X.
Could it be kernel related? Tuxedo ships with Linux-5.6

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

zigbert,

You have a Tuxedo laptop (Polaris 15) that has a Intel processor with integrated graphics in the processor.
It also has a Nvidia graphics card.
In laptops setup this way they are suppose to start using the Intel integrated Graphics. Use it for all normal low demand stuff.
The Nvidia hardware only gets used for high demand graphics.
If the operating system has correct support, this switching is automatic.

Puppy does not have this support and will only use the Intel processor integrated graphics.
It will never use the Nvidia hardware.
Check Pup-Sysinfo->Devices->Display->Summary
If it says the kernel driver in use: i915
That is what Puppy is using.

This intel/nvidia graphics laptop setup is called Nvidia Optimus
Here is some info on Nvidia Optuimus on Linux
viewtopic.php?p=11552#p11552

I have seen no one in Puppy try to get this working in Puppy.
Maybe you can have some luck with it.
Not sure what needs to be added to Puppy to provide support.

This is not completely a bad thing for Puppy graphics.
If all you can get is the processor integrated graphics.
That graphics hardware is still very good high end for what Puppy needs for graphics.
If you have an Intel i7 processor with integrated graphics.
It is not too far down in ability, from the Nvidia hardware.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@bigpup
The Polaris 15 comes with several configurations, and I chose the AMD/Nvidia mix. Will this have similar issues as with Intel?

PupSysInfo - Video

Code: Select all

▶—— Video ——◀

Display Specifications:
• Monitor VertRefresh: 77.00 times/s
• Screen Dimensions: 1920x1080 pixels (508x286 millimeters)
• Screen Depth: 24 bits (planes)

Xorg Startup Log (/var/log/Xorg.0.log):
• Xorg Driver in use: fbdev
• Loaded Modules: evdev fb fbdevhw glx shadow synaptics
• X.Org version: 1.18.3

OpenGL 2D/3D Rendering:


VGA controller [0300]: NVIDIA Corporation TU116M [GeForce GTX 1650 Ti Mobile] [10de:2192] (rev a1)
• Kernel Driver: nvidia
• Memory Used by Driver: 27476.00 KB
• Path: /lib/modules/5.4.86/kernel/drivers/video/nvidia.ko
• Driver Version: 455.45.01
• Description: N/A
• Video RAM: 

PupSysInfo - CPU

Code: Select all

▶—— CPU ——◀

AMD Ryzen 7 4800H with Radeon Graphics
Socket Designation: FP6
Manufacturer: Advanced Micro Devices, Inc.
Voltage: 1.2 V
External Clock: 100 MHz
Min/Max Speed: 1400/2900 MHz
Current Speed of Core 0:1400 MHz, 1:1700 MHz, 2:1400 MHz, 3:1400 MHz, 4:1400 MHz, 5:1400 MHz, 6:1400 MHz, 7:1400 MHz, 8:1400 MHz, 9:1400 MHz, 10:1400 MHz, 11:1400 MHz, 12:2900 MHz, 13:1400 MHz, 14:1400 MHz, 15:1400 MHz
Core Count: 8
Thread Count: 16
64-bit capable: Yes
User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

OK, I have no knowledge of the AMD/Nvidia mix setup.

This may help or give you some ideas.
https://wiki.archlinux.org/index.php/PRIME

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Slacko Puppy 7.0

Post by 666philb »

here's my nvidia screen section created by the nvidia driver which you could try to adapt. you may well also need the PrimaryGPU option or just copy that over to xorg.conf.d folder from tuxedo

if it doesn't work try xorg-autoconf again and adapt that xorg.conf

Code: Select all

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

Thank you both @666philb and @bigpup for your feedback!

I have used some hours to see if I could use your knowledge, and take this process a bit further... Or if I have to give up and use Tuxedo-OS. I have found some info, so I feel it is too early to give it all up.

I have tested several configurations of xorg.conf, and it has given one single result. If adding

Code: Select all

Option         "AllowEmptyInitialConfiguration"

to the screen section, it seems that X is starting. Because:
- I am not thrown back to prompt, but screen stays black.
- If I push the powerbutton (hardware), I am thrown back to prompt in 30 seconds, and system is powering off. This behavior is similar to the suspend dialog box in Slacko. This function only works in X (as far as I know).

So, I wonder if we actually could have reached X with another issue? The default refreshrate set in xorg.conf is

Code: Select all

	HorizSync    35-81
	VertRefresh  59-76 

Vertical refreshrate is reported by xrandr to 77, but I am not able to find horizontal syncrate. Not even able to find what monitor I have. I wonder if these settings can make it crash? I have tested 'VertRefresh 77' in xorg.conf without any further luck.

Code: Select all

# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
   1920x1080     77.00* 

Output from PupSysInfo:

Code: Select all

Display Specifications:
• Monitor VertRefresh: 77.00 times/s
• Screen Dimensions: 1920x1080 pixels (508x286 millimeters)
• Screen Depth: 24 bits (planes)

Code: Select all

▶ X-SERVER SCREEN INFORMATION:

Name of display:  :0
Version number:  11.0
Vendor string:  The X.Org Foundation
Vendor release number:  11803000
X.Org version: 1.18.3
Number of extensions:  27
  BIG-REQUESTS
  Composite
  DAMAGE
  DOUBLE-BUFFER
  DPMS
  DRI2
  GLX
  Generic Event Extension
  MIT-SCREEN-SAVER
  MIT-SHM
  Present
  RANDR
  RECORD
  RENDER
  SGI-GLX
  SHAPE
  SYNC
  X-Resource
  XC-MISC
  XFIXES
  XFree86-DGA
  XFree86-VidModeExtension
  XINERAMA
  XInputExtension
  XKEYBOARD
  XTEST
  XVideo
Default screen number:  0
Number of screens:  1

Screen #0:
  dimensions:  1920x1080 pixels (508x286 millimeters)
  resolution:  96x96 dots per inch
  depths (7):  24, 1, 4, 8, 15, 16, 32
  root window id:  0x25d
  depth of root window:  24 planes

Do you have any clues?

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

The saga continues...

As described in the previous post, it seemed like X is running. - It is. Internal monitor goes black, while external monitor gets the signal. Sadly it is really bad image-quality on the monitor. The external monitor is unusable like this. It is simply not possible to see what's going on...
I really would like some advice if you have any experience with something similar.

The photo (not a screenshot - that shows correct colors) shows Rubix, Abiword, pMusic and Gnumeric. I have no idea why Gnumeric looks rather normal while the others goes dark. I have tried every setting on the monitor menu. The monitor works normal with my other pc.

Thanks a lot for any knowledge - so close!

Attachments
Screenshot of external monitor
Screenshot of external monitor
IMG_20210125_233813.jpg (65.82 KiB) Viewed 2166 times
zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

Ha ha ha!
Sometimes tweaking has been going on too long :lol:

Resetting all values in the Xorg video wizard made the job - Obviously time for bed...

The result (for now) is:

'nvidia' for external monitor
'fbdev' for laptop monitor

Thanks for all help!

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

Monitor VertRefresh: 77.00 times/s

I think this is the problem with the external monitor.
77.00 is just not a normal refresh rate.
It needs to be something around 60.00Hz.

You have the laptops monitor and an external monitor.

I would go back to basics and first get the laptops monitor correctly working.

I would go back to the very first boot up condition and boot Slacko 7.0 with no save.
Start fresh.

Also look in the laptops UEFI bios setup for any settings affecting what hardware is providing graphics.
Any settings for graphics at all.
Disable or enable settings.
Any auto options for settings. Usually set to auto just works.

Get the laptops monitor correctly working and using the correct hardware.
Then move to making the external monitor correct.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

Installing from PPM works fine, but not able to uninstall app afterwards. Clicking the uninstall button shows an empty list.

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

Trying to run the kdenlive appimage from their homepage - https://kdenlive.org/en/download/

Run it, flashes the splashscreen before halting...

Code: Select all

"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"

Do you know what this means? Is there a solution?

Complete output:

Code: Select all

# ./kdenlive-20.12.1b-x86_64.appimage 
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/gnome/scalable/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/16/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/16/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/16/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/22/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/22/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/22/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/24/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/24/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/24/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/32/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/32/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/32/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/48/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/48/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/48/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/64/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/emotes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/64/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/PMaterial/64/actions/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/PMaterial/scalable/mimetypes/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/PMaterial/scalable/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/16/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/16/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/16/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/22/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/22/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/22/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/24/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/24/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/24/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/32/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/32/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/32/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/48/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/48/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/48/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/64/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/64/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Flat/64/actions/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Flat/scalable/mimetypes/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Flat/scalable/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/16/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/16/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/16/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/22/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/22/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/22/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/24/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/24/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/24/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/32/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/32/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/32/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/48/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/48/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/48/actions/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/places/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/64/mimetypes/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/emblems/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/categories/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/64/apps/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/devices/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/status/"
Invalid Type= "fixed" line for icon theme:  "/usr/share/icons/Puppy Standard/64/actions/"
Invalid Context= "Mimetypes" line for icon theme:  "/usr/share/icons/Puppy Standard/scalable/mimetypes/"
Invalid Context= "Apps" line for icon theme:  "/usr/share/icons/Puppy Standard/scalable/apps/"
"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"
User avatar
01micko
Posts: 134
Joined: Mon Jul 13, 2020 4:08 am
Location: Qld
Has thanked: 5 times
Been thanked: 63 times
Contact:

Re: Slacko Puppy 7.0

Post by 01micko »

zigbert wrote: Sat Jan 30, 2021 9:55 am

Installing from PPM works fine, but not able to uninstall app afterwards. Clicking the uninstall button shows an empty list.

Hmmmm... works ok here

ppm-uninstall.jpg
ppm-uninstall.jpg (68.84 KiB) Viewed 1959 times

Trying to run the kdenlive appimage from their homepage

I'm downloading it now. I'll try to debug.

Cheers!

EDIT:

I can get past the dbus error

Code: Select all

export $(dbus-launch)
./kdenlive-20.12.1b-x86_64.appimage

But... it starts up then segfaults. It seems ffmpeg is too old, SDL2 is missing, (the reason I stuck with old ffmpeg, so not to drag in sdl2), there is a gstreamer issue (we don't have it) , no libjack ... and to top it off there is an XCB error! I don't know where to start to fix all that. Sorry! :|

HerrBert
Posts: 329
Joined: Mon Jul 13, 2020 6:14 pm
Location: Germany, NRW
Has thanked: 17 times
Been thanked: 110 times

Slacko64 7.0: xorgwizard doesn't start

Post by HerrBert »

Hello.

xorgwizard doesn't start

Code: Select all

/usr/sbin/xorgwizard: line 667: [: !=: unary operator expected

can be fixed by adding doublequotes around $(which xscreensaver)

BUT:
if you have installed langpack_de-20150419.pet, in its .mo file there are doublequotes in msgstr "<b>Bildschirm-Feineinstellung</b> hängt vom geladenen Video-/Grafik-Treiber ab, also falls die Auflösung nicht korrekt ist, den Reiter "Fortgeschritten" checken..." which leads to

Code: Select all

** (gtkdialog:28467): ERROR **: gtkdialog: Error in line 15, near token 'string': syntax error

/usr/sbin/xorgwizard: line 731: 28467 Trace/Breakpoint ausgelöst   gtkdialog --center --program=MAIN1

So if you have fixed /usr/sbin/xorgwizard you can start it from commandline with

Code: Select all

LANG=C xorgwizard
dimkr
Posts: 1897
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 36 times
Been thanked: 827 times

Re: Slacko64 7.0: xorgwizard doesn't start

Post by dimkr »

HerrBert wrote: Sun Jan 31, 2021 5:09 pm

Hello.

xorgwizard doesn't start

Code: Select all

/usr/sbin/xorgwizard: line 667: [: !=: unary operator expected

can be fixed by adding doublequotes around $(which xscreensaver)

Fixed in https://github.com/puppylinux-woof-CE/woof-CE/pull/2019, the fix will be part of the next Slacko.

Sage
Posts: 6
Joined: Tue Jan 05, 2021 11:52 am

Re: Slacko Puppy 7.0

Post by Sage »

How to achieve an old-fashioned 'FULL' installation to an equally old rotating HD from an old-technology CD-RW?

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

01micko wrote: Sun Jan 31, 2021 2:24 am
zigbert wrote: Sat Jan 30, 2021 9:55 am

Installing from PPM works fine, but not able to uninstall app afterwards. Clicking the uninstall button shows an empty list.

Hmmmm... works ok here

It works when restarting PPM. I tried to uninstall apps in the same session of PPM. My fault. Sorry!

User avatar
+Me
Posts: 59
Joined: Sun Jul 19, 2020 9:54 pm
Location: GodZone Kiwi
Has thanked: 39 times

Please Help me Understand Compiz_Helper Results

Post by +Me »

G'day 01Micko, Welcome to 2021 All,
iz there anything I can do 2 Fix the Failures of Texture_from_PixMap, non power of two support & FBConfig on X64 bit Slacko 7.0?
Running on a 7 year old 11" HP Pavilion TouchSmart NetBook w/ 4 GB RAMemory

Of course I've already Searched in vain the Forum & the iNet 4 answers. This has been a 6 year Promise 2 me Daughter that Loves Compiz " Jelly " Linux, She's Starting intermediate Skool Next week & I Really want Her 2 have an Attractive alternative 2 a Crappy Spying Google KromeBook or M$ Virus Bait WinDoze that she's drifted 2wards since She was Happily Using grays Old Tipsy Puppy.

Please Help!

;-)K

Attachments
HP Pavilion TouchSmart System info.png
HP Pavilion TouchSmart System info.png (107.12 KiB) Viewed 2262 times
Compiz_Helper_Result_of_Me_Angels_HP_Pavilion_TouchSmart_Running_Slacko64-7.png
Compiz_Helper_Result_of_Me_Angels_HP_Pavilion_TouchSmart_Running_Slacko64-7.png (61.16 KiB) Viewed 2262 times
Last edited by +Me on Sat Feb 06, 2021 5:19 am, edited 2 times in total.
All Blacks Rule
zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

Just giving a brief report of the journey to replace my old system with the new Tuxedo laptop. AMD Ryzen 7 4800H and Nvidia 1650 TI

- Boot with usb-stick (fbdev) - no wifi, no touchpad, no brightness adjustment of screen, no backlight of laptop keyboard, no hdmi
- Upgrade to kernel 5.4.86 (from 4.19). Wifi ok, touchpad ok
- Disable noveau driver
- Install Nvidia driver. Hdmi ok, no laptop monitor
- Grub default boots Slacko 7 with nvidia to external monitor (normal startx)
- Extra Grub option with pfix=nox and execute an alternative startx with vesa driver for laptop monitor
- Appimages - Gimp, Inkscape, ... Make executable links in /usr/bin/ and *.desktiop files to integrate properly
- Turn of acpi boot service to allow turning off laptop monitor when using external monitor. Using boot parameter acpi=off resulting no wifi
- Select the correct sound card in the sound card wizard (sound was directed to hdmi)
- Install redshiftgui (PPM) to improve monitor brightness adjustment. Works only for external monitor

It has now become a really impressive system for my daily workload.

Issues to work with...
- Monitor uses correct resolution by 2560x1440, but refreshrate refuses to work with 75 Hz. Only 60 Hz is used.
- Adjusting laptop monitor brightness and the backlight of laptop keyboard doesn't work. Next kernel upgrade will be interesting.

These are minors... let's work!

Thank you @01micko for this excellent OS!

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

Booting problem that seems to be bug with the provided boot loaders used to make a live install.
viewtopic.php?p=16731#p16731

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0

Post by zigbert »

@davids45
Working on an update of pWidgets for Slacko 7 (and others)...
I haven't been using pWidgets for some time, and wonder if there are any issues that have been improved or should be improved?

Changelog 2.5.10 (so far)
- Include libjpeg (32bit / 64bit) and libpng12 (64bit) for xonlclock to work
- Birthday: Update widget to be a more general reminder
- Calendar: Fix spacing in monday-configuration
- Battery_bar: New widget to fit together with Ram_bar and Cpu_bar
- Space_drives: Use label of partition if exist

Attachments
forum.png
forum.png (47.07 KiB) Viewed 2136 times
User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Slacko Puppy 7.0

Post by bigpup »

zigbert, have you looked at the Pwidgets topic in the forum?
viewtopic.php?f=95&t=322

Maybe you need to start your own topic or somehow take that one over.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
davids45
Posts: 50
Joined: Mon Jul 06, 2020 2:09 am
Location: Chatswood, NSW
Been thanked: 8 times

Re: Slacko Puppy 7.0 - pwidgets

Post by davids45 »

G'day zigbert,

By coincidence, I'm running a 32-bit Slacko7 this morning so have taken a shot of my current pwidgets.

Over the years, I think I've had most 'trouble' with CPU temps, wireless and weather widgets. I could post a config file of any you'd like to see from my slacko shot. I'm not sure if the pwidgets weather is actually working - looks about right but that may just be a coincidence :oops: .

I've had to switch to 'pure' conky for 64-bit Pups as the pwidgets did not often behave for me. Not that I really know what I'm doing in conky, or in pwidgets as well. Just fiddle with the text or configs and trial-and-error until it works as I want. Or give up :roll: . No idea for weather in conky-64 but I can usually look out the window ;) .

David S.

Attachments
pwidgets2021-slacko7.jpg
pwidgets2021-slacko7.jpg (43.42 KiB) Viewed 2113 times
zigbert
Posts: 88
Joined: Sat Jul 18, 2020 10:44 pm
Has thanked: 22 times
Been thanked: 24 times

Re: Slacko Puppy 7.0 - pwidgets

Post by zigbert »

davids45 wrote: Thu Feb 04, 2021 11:07 pm

I've had to switch to 'pure' conky for 64-bit Pups as the pwidgets did not often behave for me.

I have put together this test-build of 2.5.10 64-bit. Try it if you like...

Attachments
pwidgets-2.5.10-x86_64.pet
(333.04 KiB) Downloaded 46 times
Post Reply

Return to “Slacko”