Page 6 of 10

Posted: Thu 21 Mar 2013, 19:48
by anikin
linuxcbon wrote:Barry, for privacy, can you do this ?

Code: Select all

rm -r /root/.adobe/
rm -r /root/.macromedia/
ln -s /dev/null /root/.adobe
ln -s /dev/null /root/.macromedia
= avoiding cookies from flashplayer
linuxcbon,
to be on the safe side, should I run these commands before remastering *any* puppy? No side effects?

Posted: Thu 21 Mar 2013, 21:10
by artsown
Concerning the pdf issue, I informed Pemasu that his precise
3.8.3.1 and his wheezy 3.5.2.5 also have problems. I thought his
reply was interesting:
http://murga-linux.com/puppy/viewtopic. ... af26825c52

To get a working reference that handles the graphical illustrations
ok he used Google chrome browser instead of slacko.

Art

Posted: Fri 22 Mar 2013, 05:25
by linuxcbon
anikin wrote:
linuxcbon wrote:Barry, for privacy, can you do this ?

Code: Select all

rm -r /root/.adobe/
rm -r /root/.macromedia/
ln -s /dev/null /root/.adobe
ln -s /dev/null /root/.macromedia
= avoiding cookies from flashplayer
linuxcbon,
to be on the safe side, should I run these commands before remastering *any* puppy? No side effects?
You can do it , no problemo.
You can add these ones too :

Code: Select all

 rm /root/.local/share/recently-used.xbel
 mkdir /root/.local/share/recently-used.xbel

Posted: Fri 22 Mar 2013, 10:08
by anikin
Note taken.
Thank you, linuxcbon!

Posted: Fri 22 Mar 2013, 14:40
by musher0
rcrsn51 wrote:
musher0 wrote:I can confirm that: all the console pdfto* utilities are of no use because the libpoppler.so.19 library is not there.
I am not seeing a problem with libpoppler in Wary 5.5. All of the pdfto* tools work correctly.

I believe that the only issue here is updating libpoppler to handle linuxcbon's particular PDF file. All you need are:

Code: Select all

libpoppler-glib.so.8  ->   libpoppler-glib.so.8.6.0
libpoppler.so.35 -> libpoppler.so.35.0.0
Then epdfview can be compiled against them to make a version that reads his PDF.
Hello, rcrsn51.

I never lie. See attached capture.

Regards.

musher0

sfs and desktop icons

Posted: Sat 23 Mar 2013, 02:57
by broomdodger
sfs and desktop icons

If I re-arrange desktop icons, then add an sfs like devx_racy_5.5.sfs, and reboot... the desktop icons are messed up.

Is there a way to prevent that, to keep my desktop icons order?

Bill

Wary and Racy 5.5, released March 3, 2013

Posted: Sat 23 Mar 2013, 11:27
by Monsie
Hi Barry,

The Service Pack for Wary 5.5 does not show the version update to 5.5.1 in DISTRO_SPECS and therefore HardInfo does not report the update either. While I can edit DISTRO_SPECS to reflect the version update, the change is not permanent, but session specific only. I am wondering if there is a bug in the pinstall.sh script?

Also, while running Pupmode 13 I am noticing that sometimes my mounted flash drive is reported as: sdb1 and following a re-boot it is reported as: sdc1 Note that I have two flash drives plugged in all the time and at same location, but I am not sure why the drive labels are changing intermittently... maybe a timing issue with hardware detection?

Thanks,
Monsie

Wary and Racy 5.5, released March 3, 2013

Posted: Sat 23 Mar 2013, 12:21
by Billtoo
I made and tested xfe-1.34 in racy-5.5
The download links are:

fox-1.6.47-i686.pet


http://www.datafilehost.com/download-177cfd2b.html


xfe_NLS-1.34-i686.pet


http://www.datafilehost.com/download-13ee2b18.html


xfe-1.34-i686.pet


http://www.datafilehost.com/download-4e46ee01.html

EDIT: I tested these pets in Wary-5.5 and they work in it as well.

Posted: Sat 23 Mar 2013, 16:49
by markreaves
I'm reporting what I guess is a bug. It seems the HP 210-1010NR touchpad just doesn't want to allow right click. I have tried many things to get it working and still doesn't work on Precise and Racy 5.5

See this thread for what I have personally tried (maybe something I tried could end up working if someone with more knowledge in this could try it):
http://www.murga-linux.com/puppy/viewtopic.php?p=694127

Posted: Sat 23 Mar 2013, 18:12
by linuxcbon
Barry can you please compile all kernels for 486 ? Because many computers won't boot on racy, like the amd k6, k6-2, k6-3, geode lx, geode gx1. Is it easy and possible ? Thanks in advance.

Re: Wary and Racy 5.5, released March 3, 2013

Posted: Sun 24 Mar 2013, 00:55
by BarryK
Monsie wrote:Hi Barry,

The Service Pack for Wary 5.5 does not show the version update to 5.5.1 in DISTRO_SPECS and therefore HardInfo does not report the update either. While I can edit DISTRO_SPECS to reflect the version update, the change is not permanent, but session specific only. I am wondering if there is a bug in the pinstall.sh script?

Also, while running Pupmode 13 I am noticing that sometimes my mounted flash drive is reported as: sdb1 and following a re-boot it is reported as: sdc1 Note that I have two flash drives plugged in all the time and at same location, but I am not sure why the drive labels are changing intermittently... maybe a timing issue with hardware detection?

Thanks,
Monsie
Yes, the version update value in /etc/DISTRO_SPECS does not survive a reboot.
This is due to it getting reverted by the 'init' script in the initrd.
Although this is a "bug", it doesn't have any adverse consequences.

Yes, the device node assignments can vary with more than one usb drive plugged in.
It is ok, just a bit disconcerting to see.

Posted: Sun 24 Mar 2013, 01:07
by BarryK
linuxcbon wrote:
anikin wrote:
linuxcbon wrote:Barry, for privacy, can you do this ?

Code: Select all

rm -r /root/.adobe/
rm -r /root/.macromedia/
ln -s /dev/null /root/.adobe
ln -s /dev/null /root/.macromedia
= avoiding cookies from flashplayer
linuxcbon,
to be on the safe side, should I run these commands before remastering *any* puppy? No side effects?
You can do it , no problemo.
You can add these ones too :

Code: Select all

 rm /root/.local/share/recently-used.xbel
 mkdir /root/.local/share/recently-used.xbel
Regarding:

/root/.macromedia/
/root/.adobe
/root/.local/share/recently-used.xbel

I don't think 'remasterpup2' will copy these to the remastered CD.

Posted: Mon 25 Mar 2013, 00:00
by Karl Godt
Wary-5.5 2.6.32.59 first boot on
Processor Information
Socket Designation: Socket-A
Type: Central Processor
Family: Other
Manufacturer: AMD
ID: 62 06 00 00 55 00 00 00
Version:
Voltage: 3.3 V 2.9 V
External Clock: 66 MHz
Max Speed: 1200 MHz
Current Speed: 1050 MHz
Status: Populated, Enabled

RAM: 1GB

frugal installed on ntfs partition on a non-WindowsOS IDE-HDD .
Boot ok, and I like them both the old-style setup way and the quicksetup way.
The old had an unexpected long delay from keyboard-layout to time-zone. Have an us-keyboard but in older days there had been also the possibility to select Language.
Will check code for an if case that makes it "jump over this section" if I have time.

Anyway for others : Seamonkey is really heavy on the load, I am suspecting libflashplayer - that's also on the todo list.

Posted: Mon 25 Mar 2013, 11:05
by linuxcbon
BarryK wrote:I don't think 'remasterpup2' will copy these to the remastered CD.
When remastering, the users have the choice to keep these or not. But can you make it by default in puppies ? (ps : it seems that recently-used.xbel cannot be overridden).

Xorg Mega Package

Posted: Sun 31 Mar 2013, 19:49
by session
If another Xorg upgrade package is developed for Wary, could Xorg be moved up to 7.7, specifically X server >=1.13?
I just played around with Upup Raring, and using a quick and unscientific test (xlock -nolock -mode goop)
I have found display to be smoother than default Xorg in Wary... that's a first for me (going up, that is).

Posted: Wed 03 Apr 2013, 09:40
by linuxcbon
Barry, can you add this workaround by default in xorg.conf for intel graphic cards ? That corrects a bad fonts display.

Code: Select all

Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "DebugWait" "true"
EndSection
See related topic http://murga-linux.com/puppy/viewtopic.php?t=85344

Possible bug in Racy video driver?

Posted: Sun 28 Apr 2013, 22:07
by NinerSevenTango
Barry,

Edit: The xorg.conf work-around shown above fixed it.

Edit 2: It was back this morning....


I did a full hard disk install of Racy 5.5 with the updates on my Toshiba laptop. It's awesome fast and everything works. (Thank you for this!)

But I ran into a problem that made me think something was wrong with Grub.

Exactly every second time I power up after shutting down Racy, I don't get the Grub menu screen. If I start the machine, see the menu, start Racy, then shut down and power up again, I get either a blank screen or the manufacturer's splash screen and that's all. Hitting the power button to shut down and trying again brings up the menu screen. 100% repeatable.

I discovered it may not be Grub, because it doesn't do this after restarting after shutting down the other OS (win).

It turns out, since Racy is the second menu choice, if I hit the down arrow once and then hit enter even without the menu showing, it boots Racy, but the text screens are rendered with a grey background instead of black.

The system information tool reports that Intel Mobile 4 series chipset is what's in this machine.

Posted: Tue 30 Apr 2013, 02:53
by NinerSevenTango
Edit: Disregard, wrong forum, LOL

Posted: Thu 06 Jun 2013, 06:14
by James C
Wary 5.5 live pfix=ram on an old P3 test box.Everything appears to be working on initial boot.

# report-video
VIDEO REPORT: Wary Puppy, version 5.5

Chip description:
Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)

Requested by /etc/X11/xorg.conf:
Depth (bits, or planes): 24
Modules requested to be loaded: dbe type1 freetype xtrap glx dri
Drivers requested to be loaded: intel

Probing Xorg startup log file (/var/log/Xorg.0.log):
Driver loaded (and currently in use): intel
Loaded modules: dbe ddc dri extmod fb freetype GLcore glx int10 kbd mouse pcidata ramdac type1 vbe vgahw xaa xtrap

Actual rendering on monitor:
Resolution: 1024x768 pixels (321x241 millimeters)
Depth: 24 planes

...the above also recorded in /tmp/report-video
#

-Computer-
Processor : Pentium III (Coppermine)
Memory : 254MB (130MB used)
Machine Type : Physical machine
Operating System : Wary Puppy - 5.5
User Name : root (root)
Date/Time : Thu 06 Jun 2013 01:19:55 AM CDT
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Mesa GLX Indirect
X11 Vendor : The X.Org Foundation
-Audio Devices-
Audio Adapter : ICH - Intel 82801AA-ICH

-Processor-
Name : Pentium III (Coppermine)
Family, model, stepping : 6, 8, 6 (Pentium III/Pentium III Xeon/Celeron/Core Duo/Core Duo 2)
Vendor : Intel
-Configuration-
Cache Size : 256kb
Frequency : 731.03MHz
BogoMIPS : 1462.06
Byte Order : Little Endian

Posted: Tue 11 Jun 2013, 06:42
by James C
Wary still working fine on the old Athlon XP box.....