Page 2 of 8

Posted: Sun 06 May 2012, 19:31
by Brown Mouse
Thanks for all the hard graft on 533 Mick.

Been running flawlessly for more that 36 hours now.
Had a couple of minor problems setting up the Nvidia driver after removing Nouveu and rebooting.I got a 'unsupported' message until selecting 'Xorgwizard'and hitting a few buttons.No big deal!
Also,I didn't see the 'install Flashplayer' box (as in past Slacko's )when opening SeaMonkey Browser but no problems with 'GetFlash'.
Seems to boot faster than Lucid but possibly a tad slower when running on my hardware.

A job well done!!

Posted: Sun 06 May 2012, 21:32
by majorfoo
Did full install on ext4 partition and only problem encountered is that cannot get cpu-bar to work in pwidgets

Great job on this

Posted: Sun 06 May 2012, 21:34
by 01micko
Hi Brown Mouse,

Yep, sometimes when unloading nouveau and rebooting the monitor can't handle the resolution, that's why I mention it in the 'help' for the drivers gui in Slickpet. It instructs you (if that occurs) to CTRL-ALT-BKSPCE and run xorgwizard.

That's the best I could come up with for now, but perhaps there is a better way, I am always looking into better ways for everything :)

Cheers

ANOUNCE: Nvidia drivers in SFS is updated

Posted: Mon 07 May 2012, 01:52
by shinobar
UPDATE: nvidia-glx-sdl-295.49-slacko.sfs (Update: 2012-05-07)
http://shino.pos.to/party/bridge.cgi?puppy/opt/pup5/
For Slacko 5.3.1/5.3.3 with kernel 2.6.37.6, 2.6.39.4, 3.1.10-slacko_4gA, or 3.1.10-slacko_paeA. . (contains glx, OpenGL and SDL)

Load, but do not run the nVidia Settings at this point of time, just exit the sfs_load, and run xorgwizard or reboot PC following the coming message.
Slacko 5.3.1 may need not reboot PC, go straight to the xorgwizard.
Slacko 5.3.3 may need to reboot PC with your session saved before the xorgwizard.

Re: ANOUNCE: Nvidia drivers in SFS is updated

Posted: Mon 07 May 2012, 08:14
by peebee
shinobar wrote:UPDATE: nvidia-glx-sdl-295.49-slacko.sfs (Update: 2012-05-07)
http://shino.pos.to/party/bridge.cgi?puppy/opt/pup5/
For Slacko 5.3.1/5.3.3 with kernel 2.6.37.6, 2.6.39.4, 3.1.10-slacko_4gA, or 3.1.10-slacko_paeA. . (contains glx, OpenGL and SDL)
Hi shinobar

Do you advise to run 01micko's

Code: Select all

nouveau_unload
before installing your sfs on slacko?

Many thanks
peebee

Re: ANOUNCE: Nvidia drivers in SFS is updated

Posted: Mon 07 May 2012, 08:41
by shinobar
peebee wrote:Do you advise to run 01micko's nouveau_unload
before installing your sfs on slacko?
No. The code of 01micko's nouveau_unload is integrated and automated. No matter which X-server is currently running when you load the sfs. (You will be offered to reboot PC to remove nouveau if your X is nouveau.)

feedback re scrollbar feature

Posted: Mon 07 May 2012, 13:50
by Jasper
Hi,

I accidentally found when using SeaMonkey (with Slacko/jwm) that right clicking on the top or bottom vertical scroll bar arrow (if lit and active) took me to the top or bottom of my screen. Also, for example, using Slacko's Package Manager, the horizontal scroll bar arrows can also be right clicked.

This right click method does not work for me using Opera, though it might well work with Firefox (which I no longer use).

For any jwm users who may be interested in the possible convenience of extra vertical (and horizontal) right clickable arrows see http://www.murga-linux.com/puppy/viewto ... 621#441621

My regards

Posted: Mon 07 May 2012, 14:34
by Doglover
New slacko does not recognize my via_rhine.

No internet at all.

(Edit) I was mistaken, after a reboot I'm back online.

ppm fails to start after updating...

Posted: Mon 07 May 2012, 17:29
by broomdodger
slacko533 frugal

After upgrading Puppy Package Manager, searching for packages, and then quitting, it would not start.

I tried to start it in terminal and got this error:

cd /usr/local/petget

./pkg_chooser.sh

Code: Select all

** ERROR **: gtkdialog: Error in line 47, near token '</default>': syntax error

aborting...

Posted: Mon 07 May 2012, 23:59
by 01micko
broomdodger, confirmed thanks, a bug in the Ziggy ui, attached pet will fix, please report.

Patch removed, see http://www.murga-linux.com/puppy/viewto ... 479#626479

Diff:

Code: Select all

--- ui_Ziggy.orig	2012-04-25 15:35:02.000000000 +1000
+++ ui_Ziggy	2012-05-08 09:49:04.000000000 +1000
@@ -81,28 +81,28 @@
     <default>${DEF_CHK_EXE}</default>
     <label>EXE</label>
     <variable>CHK_EXE</variable>
-    <action>/tmp/filterpkgs.results.postfilter.sh EXE $CHK_EXE</action>
+    <action>/tmp/filterpkgs.results.postfilter.sh EXE \$CHK_EXE</action>
     <action>refresh:TREE1</action>
    </checkbox>
    <checkbox>
     <default>${DEF_CHK_DEV}</default>
     <label>DEV</label>
     <variable>CHK_DEV</variable>
-    <action>/tmp/filterpkgs.results.postfilter.sh DEV $CHK_DEV</action>
+    <action>/tmp/filterpkgs.results.postfilter.sh DEV \$CHK_DEV</action>
     <action>refresh:TREE1</action>
    </checkbox>
    <checkbox>
     <default>${DEF_CHK_DOC}</default>
     <label>DOC</label>
     <variable>CHK_DOC</variable>
-    <action>/tmp/filterpkgs.results.postfilter.sh DOC $CHK_DOC</action>
+    <action>/tmp/filterpkgs.results.postfilter.sh DOC \$CHK_DOC</action>
     <action>refresh:TREE1</action>
    </checkbox>
    <checkbox>
     <default>${DEF_CHK_NLS}</default>
     <label>NLS</label>
     <variable>CHK_NLS</variable>
-    <action>/tmp/filterpkgs.results.postfilter.sh NLS $CHK_NLS</action>
+    <action>/tmp/filterpkgs.results.postfilter.sh NLS \$CHK_NLS</action>
     <action>refresh:TREE1</action>
    </checkbox>
   </vbox>

Posted: Tue 08 May 2012, 09:11
by James C
Slacko 5.3.3 live on an old test box.

# report-video
radeon
Slacko Puppy, version 5.3.3 on Tue 8 May 2012

Chip description:
0.0 VGA compatible controller
ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
oem: ATI RADEON III

X Server: Xorg
Driver used: radeon

X.Org version: 1.9.5
dimensions: 1024x768 pixels (270x203 millimeters)
depth of root window: 24 planes

...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz

-Computer-
Processor : AMD Duron(tm) Processor
Memory : 124MB (77MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Tue 08 May 2012 04:12:55 AM CDT
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA686A - VIA 82C686A/B rev20

-Version-
Kernel : Linux 3.1.10-slacko_4gA (i686)
Compiled : #1 SMP Tue Mar 13 14:58:11 EST 2012
C Library : GNU C Library version 2.13 (stable)
Default C Compiler : Unknown
Distribution : Unknown distribution

-Processor-
Name : AMD Duron(tm) Processor
Family, model, stepping : 6, 3, 0 (AMD Duron (Spitfire))
Vendor : AuthenticAMD
-Configuration-
Cache Size : 64kb
Frequency : 701.12MHz
BogoMIPS : 1402.67
Byte Order : Little Endian

Posted: Tue 08 May 2012, 18:49
by Sage
Have three versions of Eudora-xxx.pet in my personal repository, kindly supplied by Forum gurus. One is labelled 'wary', one 'lucid' rc1 and the other just v1.0.
Mick: please do you have a recommendation or should I wait for a new .pet?

Posted: Tue 08 May 2012, 20:28
by playdayz
ziggy_patch_ppm

My PPM quit working, but the patch did not repair it. However copying ui_Classic to ui_Ziggy did allow it to start (with the classic ui). Does the Ziggy ui need something that the Classic ui does not need that I might have cratered by installing and uninstalling some packages?

Posted: Tue 08 May 2012, 21:06
by 01micko
playdayz wrote:ziggy_patch_ppm
Does the Ziggy ui need something that the Classic ui does not need that I might have cratered by installing and uninstalling some packages?
yeah.. some TLC by the look of things!

Can you restore the ziggy ui and run ppm from commandline. If no clues, do it the way broomdodger did, the info he supplied was valuable.

Cheers

Posted: Tue 08 May 2012, 22:49
by playdayz

Code: Select all

sh-4.1# ppm

** ERROR **: gtkdialog: Error in line 30, near token '</vbox>': syntax error

aborting...
sh-4.1# 
Restored ui_Ziggy, got this in starting from command line.

ppm fails to start after updating...

Posted: Tue 08 May 2012, 23:12
by broomdodger
01micko wrote:broomdodger, confirmed thanks, a bug in the Ziggy ui, attached pet will fix, please report.
01micko, your patch got PPM working again.
I will try stressing it again soon.
Bill

Posted: Wed 09 May 2012, 13:16
by 01micko
playdayz wrote:

Code: Select all

sh-4.1# ppm

** ERROR **: gtkdialog: Error in line 30, near token '</vbox>': syntax error

aborting...
sh-4.1# 
Restored ui_Ziggy, got this in starting from command line.
.. got to the bottom of that one!

What you did was remove all repos, ui_Ziggy bugged out. I have made this more robust by hard coding in the default repo. Why would you want to remove it anyway? :lol: Ok, yes, it's still a bug!

Attached is a cumulative pet that includes the last patch.[REMOVED-see below] BE WARNED, if you don't remove all repos this patch should be unnecessary, so we will consider it experimental until further notice. The old patch on the previous page is sound.

playdayz.. you will likely need to replace /root/.packages/PKGS_MANAGEMENT with the one from /initrd/pup_ro2/root/.packages to recover.

Patch:

Code: Select all

--- configure.sh.orig	2012-04-29 22:21:42.000000000 +1000
+++ configure.sh	2012-05-09 23:10:21.077689000 +1000
@@ -16,8 +16,15 @@
 . /root/.packages/PKGS_MANAGEMENT #has PKG_REPOS_ENABLED
 
 #find what repos are currently in use...
-CHECKBOXES_REPOS=""
-for ONEREPO in `ls -1 /root/.packages/Packages-*`
+CHECKBOXES_REPOS="" 
+#bugfix with ui_Ziggy 120509 #add CHECKBOX_MAIN_REPO var to gui
+MAIN_REPO=`ls -1 /root/.packages/Packages-*|grep "puppy\-$DISTRO_FILE_PREFIX"`
+BASE_MAIN_REPO="`basename $MAIN_REPO`"
+bMAIN_PATTERN=' '"$BASE_MAIN_REPO"' '
+MAIN_DBNAME="`echo -n "$BASE_MAIN_REPO" | sed -e 's%Packages\-%%'`"
+CHECKBOX_MAIN_REPO="<checkbox><default>true</default><label>${MAIN_DBNAME}</label><variable>CHECK_${MAIN_DBNAME}</variable><visible>disabled</visible></checkbox>" #hard coded "true"
+
+for ONEREPO in `ls -1 /root/.packages/Packages-*|grep -v "puppy\-$DISTRO_FILE_PREFIX"`
 do
  BASEREPO="`basename $ONEREPO`"
  bPATTERN=' '"$BASEREPO"' '
@@ -62,6 +69,7 @@
  <frame $(gettext 'Choose repositories')>
   <text><label>$(gettext 'Choose what repositories you would like to have appear in the main GUI window (tick a maximum of 5 boxes):')</label></text>
   ${CHECKBOXES_REPOS}
+  ${CHECKBOX_MAIN_REPO}
   <hbox>
    <text><label>$(gettext 'Adding a new repository currently requires manual editing of some text files. Click this button for further information:')</label></text>
    <button><label>$(gettext 'Add repo help')</label>
Reports please.

EDIT: see http://www.murga-linux.com/puppy/viewto ... 479#626479 for official patch.

Posted: Wed 09 May 2012, 18:56
by playdayz
What you did was remove all repos, ui_Ziggy bugged out. I have made this more robust by hard coding in the default repo. Why would you want to remove it anyway? Ok, yes, it's still a bug!
Oops, Sorry about that. I didn't mean to. I got in the habit of unchecking the default repo when I was adding the ubu repos in Lucid to avoid any conflict and carried it over and then I guess I missed a check mark putting it back. :oops:

Add: yes that fixed it, and I did have to copy PKGS_MANAGEMENT.

Mesa-GLX drivers...

Posted: Wed 09 May 2012, 18:57
by christhi
Seems like the Mesa-GLX drivers still aren't working on my Intel N10 Integrated Graphics card.

I've been having the same issue with past Slackos, but all is working well under Lucid...

As an instance, when trying to run an OpenGL-based game, the prompt says that OpenGL could not load, or something.

Might not be the first you get that bug report, but if there's anything I should check please tell me so!

thanks

Intel Screen Artefacts - Solved (sufficiently)

Posted: Wed 09 May 2012, 23:11
by ozsouth
Appears to be a JWM problem. Fixed by installing
icewm-1.3.7-i686-s.pet
from
http://distro.ibiblio.org/puppylinux/pe ... es-slacko/
and changing /etc/windowmanager entry to icewm.