Precise Puppy 5.7.1

Please post any bugs you have found
Message
Author
scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

Re: gnome-mplayer and dvd's under precise 571 retro

#226 Post by scsijon »

broomdodger wrote:
scsijon wrote:Thanks broomdodger, I implemented it and it works nicely, I also found the headphone audio o/p is down by default. Turning it up fixed my volume problem. Also your attached zip file is empty????
scsijon, thank you for the feedback. I just downloaded mixer.zip with Seamonkey and QtWeb and both were good.
Bill
Thanks bill, I had downloaded and just opened the zip and the file is marked as zero bytes and shown empty in geany. Now what the......?

However, building my own from your instructions worked anyway, so i'm not that fussed, but it is strange. I shall try again.

EDIT: Just tried it and it's now right at 53 bytes, very strange as I didn't get an error message the last time.

Oh, well, that's the internet for you.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#227 Post by rcrsn51 »

@scsijon:

It surprises me that your Region 4 discs would behave so differently from my Region 1 discs with respect to # and j. It would be nice if some other Aussies in the forum would reply.

BK briefly had a version of Ogle in the 5.7 betas. There were numerous complaints that it didn't work at all, so he removed it.

User avatar
WB7ODYFred
Posts: 169
Joined: Sun 14 Dec 2008, 02:15
Location: Oregon & Washington

Script file to install Java JRE from Oracle

#228 Post by WB7ODYFred »

What do you think of a shell script file to install Java JRE from Oracle? Musher0 has created such a script file. I suggest this be included into PuppyLinux, to make it easy for new users to install Java on their new PuppyLinux. Test it out and report back to this thread if it works for you, please.

http://murga-linux.com/puppy/viewtopic. ... 1&start=36 Use Musher0 Instl-Java.sh shell script file. It does it all for you including downloading the Java JRE file from the internet.

http://puppylinux.info/topic/ssetting-u ... n-slacko54 AARFs manual setup of Java JRE 7u25 version.


Fred's Notes on Java related to PuppyLinux.
http://www.murga-linux.com/puppy/viewto ... 983252bdca

User avatar
rg66
Posts: 1158
Joined: Mon 23 Jul 2012, 05:53
Location: Vancouver, BC Canada / Entebbe, Uganda Africa!?!

#229 Post by rg66 »

There's a typo in installpkg.sh on line 227: *.pkg.tar.zx) #130314 arch pkgs.

Even if it's corrected, it doesn't create *.files in /root/.packages and the user-installed-packages entry is messed up so the package will also not uninstall. Precise 5.6.1 is the same.

Code: Select all

||||Graphic|||ristretto-0.6.3-3-i686.pkg.tar.xz||Look at your images easily|

Code: Select all

# petget /mnt/sdb1/Linux/Puppy/archpup/ristretto-0.6.3-3-i686.pkg.tar.xz
DLPKG_BASE=ristretto-0.6.3-3-i686.pkg.tar.xz
DLPKG_NAME=
DB_ENTRY=|||||||ristretto-0.6.3-3-i686.pkg.tar.xz|||
db_pkg_name=
EXIT="OK"
Looks like the problem is in petget.
X-slacko-5b1 - X-tahr-2.0 - X-precise-2.4
[url=http://smokey01.com/rg66/]X-series repo[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Pmount

#230 Post by vicmz »

In the Pmount preferences, by checking the "single window" or "single tab view" box and restarting Pmount nothing happens, Pmount keeps showing volumes in separate tabs.

Apart from that working really well on my P4 computer (PAE version).
Hardinfo wrote:Computer
Processor Intel(R) Celeron(R) CPU 2.66GHz
Memory 1024MB (463MB used)
Machine Type Physical machine
Operating System Precise Puppy - 5.7.1
User Name root (root)
Date/Time vie 16 ago 2013 12:11:55 ART
Display
Resolution 1024x768 pixels
OpenGL Renderer Mesa DRI Intel(R) 865G x86/MMX/SSE2
X11 Vendor The X.Org Foundation
Audio Devices
Audio Adapter ICH4 - Intel ICH5
Input Devices
AT Translated Set 2 keyboard
ImPS/2 Generic Wheel Mouse
Power Button
Power Button
PC Speaker
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
Monsie
Posts: 631
Joined: Thu 01 Dec 2011, 07:37
Location: Kamloops BC Canada

Precise Puppy 5.7.1

#231 Post by Monsie »

Hi all,

Here's an update on my issues with xlock and power management in Precise Puppy retro.

My problems persisted with my computer freezing up even though sometimes it was many hours later that I would experience such issues. After some research and experimentation, I think that I have finally achieved a permanent solution... :D

Here's what I have figured out:

The crux is that the default settings for power management namely: standby, suspend, and power off are set to the same value, namely: 600 (seconds). This doesn't work, of course, because you cannot have effective power management if the system is trying to achieve three different states at the same time!

I can easily change this with xset command:

Code: Select all

xset dpms 1200 1800 2400
where the values are in seconds for each power management state, which (by the way) are the settings used in Wary 5.3 and are also apparently the default settings according to the documentation regarding xset. The problem here is that any changes xset makes are session specific only. This is useful for testing configurations but I want something permanent. It turns out that I can do that in xorg.conf

Code: Select all

Section "ServerLayout"
	 Identifier "Default Layout"
	 Screen "Screen0" 0 0
	 InputDevice "Keyboard0" "CoreKeyboard"
	 InputDevice "Mouse0" "CorePointer"
	 Option "StandbyTime" "20"
    Option "SuspendTime" "30"
    Option "OffTime" "40"
EndSection
Note that the values entered for power management in xorg.conf are in minutes whereas the values listed with xset are in seconds. This is potentially a source for confusion, and, (I suspect) what can happen when you have more than one developer working on related projects... Interestingly enough, I haven't figured out yet where the permanent values for power management are actually set in Wary Puppy, but, it is not in xorg.conf so, (as is often the case in configurations) there is more than one method to get this result.

Last, I reset the values for the screen to blank out and cycle in .xintrc to be the same as in Wary 5.3

Code: Select all

else
 ##Xorg has it's own fontpath settings in /etc/X11/xorg.conf...
 #if [ "`readlink /usr/bin/X`" != "Xorg" ];then
 # #xset fp+ /usr/lib/X11/fonts/Type1/
 # #xset fp+ /usr/lib/X11/fonts/TTF/
 # xset fp+ /usr/share/fonts/default/Type1/
 # xset fp+ /usr/share/fonts/default/TTF/
 #fi
 xset s 600 600 s blank
fi
This means the screen will blank out, and cycle after ten minutes although (to be honest) I could not find any info from my research as to exactly what is the cycle function.

I want to emphasize that I am using the same values for power management as in Wary 5.3 because that is what works for me, but I do think there is room for adjustment in xorg.conf

Code: Select all

Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
I think this would work nicely because it means that the time that the screen blanks is going to be the same as when the computer goes into standby mode. If these two events go hand in hand, then who knows, it might even result in better power management overall... --worth a try I think.

Hope this helps,
Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.

User avatar
Monsie
Posts: 631
Joined: Thu 01 Dec 2011, 07:37
Location: Kamloops BC Canada

Precise Puppy 5.7.1

#232 Post by Monsie »

Hi vicmz,
In the Pmount preferences, by checking the "single window" or "single tab view" box and restarting Pmount nothing happens, Pmount keeps showing volumes in separate tabs.
I cannot reproduce this issue in Precise Puppy-retro... Pmount seems to be working fine for me. Could this issue only be occurring in the regular version of Precise Puppy?

Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

psync scripts v2.9

#233 Post by vicmz »

These are gettexted scripts of Psync as in Precise 5.7.1 (v2.9). I've seen it wasn't localized yet.
Attachments
psync_gettext_scripts-2.9-p571.tar.gz
(2.85 KiB) Downloaded 387 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
broomdodger
Posts: 279
Joined: Sat 10 May 2008, 02:38
Location: Santa Cruz, CA

Re: Precise Puppy 5.7.1

#234 Post by broomdodger »

Monsie wrote:Interestingly enough, I haven't figured out yet where the permanent values for power management are actually set in Wary Puppy, but, it is not in xorg.conf so, (as is often the case in configurations) there is more than one method to get this result.
Hi Monsie
Try adding your xset commands AFTER the xset in '.xinitrc'.
The following is mine...
+ slow the mouse
+ I do not like screensavers
+ your display power settings

Code: Select all

if [ -f /root/.xset.sh ];then
 #this is created by /usr/bin/pupx...
 eval "/root/.xset.sh"
else
 ##Xorg has it's own fontpath settings in /etc/X11/xorg.conf...
 #if [ "`readlink /usr/bin/X`" != "Xorg" ];then
 # #xset fp+ /usr/lib/X11/fonts/Type1/
 # #xset fp+ /usr/lib/X11/fonts/TTF/
 # xset fp+ /usr/share/fonts/default/Type1/
 # xset fp+ /usr/share/fonts/default/TTF/
 #fi
 xset s 600 600 s blank
fi

# mouse acc=1 thr=32
  xset m 1/1 32

# screensaver off
  xset s blank s noexpose s 0 0

# Standby Suspend Off in seconds
  xset dpms 1200 1800 2400
Use this command in terminal just after a restart to check the xset values:

Code: Select all

xset -q
Bill

User avatar
Monsie
Posts: 631
Joined: Thu 01 Dec 2011, 07:37
Location: Kamloops BC Canada

Re: Precise Puppy 5.7.1

#235 Post by Monsie »

broomdodger wrote:
Monsie wrote:Interestingly enough, I haven't figured out yet where the permanent values for power management are actually set in Wary Puppy, but, it is not in xorg.conf so, (as is often the case in configurations) there is more than one method to get this result.
Hi Monsie
Try adding your xset commands AFTER the xset in '.xinitrc'.
The following is mine...
+ slow the mouse
+ I do not like screensavers
+ your display power settings

Code: Select all

if [ -f /root/.xset.sh ];then
 #this is created by /usr/bin/pupx...
 eval "/root/.xset.sh"
else
 ##Xorg has it's own fontpath settings in /etc/X11/xorg.conf...
 #if [ "`readlink /usr/bin/X`" != "Xorg" ];then
 # #xset fp+ /usr/lib/X11/fonts/Type1/
 # #xset fp+ /usr/lib/X11/fonts/TTF/
 # xset fp+ /usr/share/fonts/default/Type1/
 # xset fp+ /usr/share/fonts/default/TTF/
 #fi
 xset s 600 600 s blank
fi

# mouse acc=1 thr=32
  xset m 1/1 32

# screensaver off
  xset s blank s noexpose s 0 0

# Standby Suspend Off in seconds
  xset dpms 1200 1800 2400
Use this command in terminal just after a restart to check the xset values:

Code: Select all

xset -q
Bill
Thanks, broomdodger

I tried your method and after a brief test, it appears to work for me also. It is always useful to know of alternative configurations. 8)

That said, I have read several reports covering the past three years where users have complained of bugs with xset. This of course, is all the more reason why it is useful to know of options when it comes to troubleshooting...

Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.

User avatar
FeodorF
Posts: 293
Joined: Wed 07 Jul 2010, 09:44
Location: Heidelberg, Germany

DPMS support for older grahpic cards

#236 Post by FeodorF »

Hi Monsie.

Would you like 'to waste some time' with Slacko 5.6 (K-3.10.5 [X.org:1.12.4]) as this X.org version supports old graphic cards. It also implements support for 'DPMS-enabled'.

If an individual card is capable or not can be read right there: /var/log/X.org.0.log. An example file is right there:

http://www.murga-linux.com/puppy/viewto ... 773#719773

Thanks for testing!

vzool
Posts: 1
Joined: Mon 19 Aug 2013, 17:59

Precise Puppy 5.7.1 kernel-src

#237 Post by vzool »

Hi,

:D Thanks for everyone whose working in this pretty project :D

I want to install virtualbox in Precise Puppy 5.7.1
And I don't found a copy for the kernel 3.9.11


What can I do to solve this problem, help please?

thanks in advance

scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

ogle

#238 Post by scsijon »

Just an update for anyone interested (then i'll shut up on the subject).

Had my godchilds two kids over the weekend, I kept them happy in the cold with 2 machines setup with 571 and the latest ogle from the wary-5 package directory, no problems at all with either theirs or my dvd's.

regards
scsijon

Volhout
Posts: 547
Joined: Sun 28 Dec 2008, 08:41

precise

#239 Post by Volhout »

I hope Barry read this thread, and maybe able to shed his light on this one too:

http://murga-linux.com/puppy/viewtopic. ... 757#720757

Topic is about a FAT version, like an LTS release every 2 years.

I think his advise could be very valuable.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

Re: precise

#240 Post by ASRI éducation »

Good ideas.
To be continued ...
Projet ASRI éducation => [url=http://asri-education.org/]Association[/url] | [url=http://forum.asri-education.org/]Forum[/url] | [url=http://dl01.asri-education.org/]Dépôt[/url] | [url=http://kids.asri-education.org/]Espace kids[/url]

User avatar
broomdodger
Posts: 279
Joined: Sat 10 May 2008, 02:38
Location: Santa Cruz, CA

Sony VAIO grrr

#241 Post by broomdodger »

Sony VAIO VGN-S260
Precise 5.7.1

Another Sony VAIO that does not play well with a new puppy.

This time Precise 5.7.1 runs, but will freeze on shutdown.

This and the other Sony VAIO previously mentioned... all work, play and shutdown with Wary 5.5.

Bill

oushua
Posts: 2
Joined: Fri 23 Aug 2013, 17:03

cant detect microsd in usb modem

#242 Post by oushua »

come from 5.6.1 and just install and run precise 5.7.1. plug my usb broadband modem with microsd inside modem but it cant detect my microsd. (external usb thumb/flash HDD just fine) have not had this issue in precise 5.6.1. any solutions?

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#243 Post by watchdog »

I have a problem. I have found that I can't boot precise 5.7.1 retro by grub4dos: "Error2: bad file or directory type" processing kernel vmlinuz. This issue come after restoring a backup of all my frugal puppies in an external usb hd ext4 formatted. When I early installed precise 5.7.1 I used grub2 for booting it and it worked. Now grub2 also do not work booting 5.7.1. All the other puppies work: only precise 5.7.1 will not boot. I can boot it only by cd. I installed grub4dos several times, installed it within 5.7.1: always the same error. In grub2 the error is "out of memory". An odd thing: I can correctly boot instead precise 5.7.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#244 Post by 666philb »

when i plug my phone into this precise, the drive icons aren't appearing on the desktop, and i have to use pmount to mount the drive.

the drive icons appeared automatically in 5.6
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#245 Post by watchdog »

watchdog wrote:I have a problem. I have found that I can't boot precise 5.7.1 retro by grub4dos: "Error2: bad file or directory type" processing kernel vmlinuz. This issue come after restoring a backup of all my frugal puppies in an external usb hd ext4 formatted. When I early installed precise 5.7.1 I used grub2 for booting it and it worked. Now grub2 also do not work booting 5.7.1. All the other puppies work: only precise 5.7.1 will not boot. I can boot it only by cd. I installed grub4dos several times, installed it within 5.7.1: always the same error. In grub2 the error is "out of memory". An odd thing: I can correctly boot instead precise 5.7.
Solved. I did the job again reformatting my external usb hd in Ubuntu Lucid Lynx and... Bingo! I had again a workable by grub4dos retro-precise 5.7.1. I suspect that it is not a good idea doing hard jobs as formatting and partitioning disks with puppy's tools (puppy's gparted): I found that my external usb hd had a 1 Mb not allocated before partition (I saw it in Ubuntu...) while puppy's gparted did not list this space. I googled for the grub2's and grub4dos' errors reported: in my humble opinion these errors depend on not good formatting of hard disks.

Post Reply