Classic Pup 2.14X -- Updated 2 series

A home for all kinds of Puppy related projects

What is the best Puppy Version ever, LOL

2.14x
11
29%
2.14x
4
11%
2.14x
11
29%
Other: 2.14x only
12
32%
 
Total votes: 38

Message
Author
User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#3856 Post by ttuuxxx »

clarf wrote:
ttuuxxx wrote:Here's the latest freememory app that Barry came up with, I didn't like the original graphics so I changed them :), Only the best for 2.14x users
enjoy
ttuuxxx
Thanks for including the sources ttuuxxx.

I like the default options in the old freememapplet, then I modified this tray version to add Right click menu for lxpanel, Time&Date and Partview. Also changed the text memory description for the actual pupmode, something I wanted long time ago to avoid confusion between RAM memory, pup_save and Hard Disk free space.

You can use stock icons for menu items instead of labels (I included the necessary code but it´s commented), you also can remove the "Exit" button too if you want, just remove any menuitemExit code and trayExit function.

Greetings,
clarf

P.D: I would like to test the network-tray too...
Thanks clarf I'll add it :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

cbs
Posts: 14
Joined: Sun 30 May 2010, 06:34

SMC 2632W pcmci wireless network card

#3857 Post by cbs »

Puppy 4.3.2 and other Puppy 4 versions automatically recognises the SMC 2632Wv.2 pcmcia wireless network card on my old notebook. It uses the atmel_cs module.
However, Puppy 214x Top3 does not detect my pcmcia card on startup. When manually loading the atmel_cs module, it does not detect any interface with the card.
I am newbie with Linux and would appreciate any guidance if I have done it wrongly.
Thanks!
___________________________
Compaq Armada M300 (P3-600MHz, 320MB ram, frugal install)
Last edited by cbs on Sat 18 Sep 2010, 02:57, edited 1 time in total.

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#3858 Post by clarf »

Hi ttuuxxx,

I tried to enable Composite manager on metacity, using:

Code: Select all

gconftool-2 --set /apps/metacity/general/compositing_manager --type bool true
But I get the error:
undefined symbol XcompositeGetOverlayWindow
Did you compile metacity with compositing enabled?. Do you have a metacity pet with this enabled?

Thanks you,
clarf

mrreality13
Posts: 93
Joined: Sat 04 Oct 2008, 03:24
Location: arlington texas

#3859 Post by mrreality13 »

duplacate sorry

User avatar
maxpro4u
Posts: 293
Joined: Sat 19 Jun 2010, 18:20
Location: Rittman,Ohio,USA, In dog years,I'm dead
Contact:

#3860 Post by maxpro4u »

I tried to do a full install and when I rebooted there were no entries for linux. What is the correct format for menu.lst. I tried to just use the menu.lst for 5.1.1 but it must be different because it did not work.

this is from 5.1.1. What do I need to change?

# Start GRUB global section
timeout 10
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal pnpbios=off
# Linux bootable partition config ends
# Other bootable partition config begins
# Other bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,0)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda1)
root (hd0,0)
setup (hd0,0)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)

sorry if this was answered before but I could not find it.
Dell D610 1.7M w/1024mb
Testing Slacko and a few others
I'm Max Wachtel and I approve this message.
Registered Linux User #393236

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#3861 Post by James C »

I'm running two full installs of 214 on my test box.....the original 2.14x rc5 and the newer 2.14x-top3. Here's my menu lst......


title Puppy Linux 431 full install in sda8
root (hd0,7)
kernel /boot/vmlinuz root=/dev/sda8 pmedia= idehd nosmp acpi=force

title Puppy Linux 214r full install in hda9
root (hd0,8 )
kernel /boot/vmlinuz root=/dev/hda9 pmedia=idehd nosmp acpi=force

title Puppy Linux 214x full install in hda13
root (hd0,12)
kernel /boot/vmlinuz root=/dev/hda13 pmedia=idehd nosmp acpi=force

Notice that 2.14 uses hda instead of sda.......................

HTH.

User avatar
maxpro4u
Posts: 293
Joined: Sat 19 Jun 2010, 18:20
Location: Rittman,Ohio,USA, In dog years,I'm dead
Contact:

#3862 Post by maxpro4u »

hda instead of sda-that was it! Now on to the touchpad. How do I get it to work? Edit the xorg.conf file!
Option "MaxTapTime" "220"
Option "MaxTapMove" "220"
Dell D610 1.7M w/1024mb
Testing Slacko and a few others
I'm Max Wachtel and I approve this message.
Registered Linux User #393236

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

Swapfile on usb not seen

#3863 Post by nancy reagan »

Hi while other puppies see swapfile on usb stick, plugged into a hub, this dog does not ?

(Bought an older lap 128mb and ruined hd amongst other just the first week).

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

Re: Swapfile on usb not seen

#3864 Post by clarf »

nancy reagan wrote:Hi while other puppies see swapfile on usb stick, plugged into a hub, this dog does not ?

(Bought an older lap 128mb and ruined hd amongst other just the first week).
Hi nancy,

The /etc/rc.d/sysinit.rc script is responsible to enables swap partitions, but it dependes from some conditions like the PUPMODE.

Could you give more info please: are you booting 214X from a Frugal or Full Install?. The USB stick is detected by Puppy?.

Greetings,
clarf

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

Re: Swapfile on usb not seen

#3865 Post by nancy reagan »

Hi Clarf,

Thanks for the soon response.
clarf wrote:
nancy reagan wrote:Hi while other puppies see swapfile on usb stick, plugged into a hub, this dog does not ?

(Bought an older lap 128mb and ruined hd amongst other just the first week).


Hi nancy,

The /etc/rc.d/sysinit.rc script is responsible to enables swap partitions, but it dependes from some conditions like the PUPMODE.


I am no tweaker so do not know about etc/rcc .. things.

PUPMODE is the way you run frugal full or ? or the boot parameters you give ? Gave no bootoptions


Could you give more info please: are you booting 214X from a Frugal or Full Install?. The USB stick is detected by Puppy?.

- Live cd
- All sticks in the hub (have only 1 usb hole), and the copied sfs, are recognised.

- Besides, when trying on my bigger lap, it does not recognise the usb drives in the pcmcia card.

Thanks


Greetings,
clarf

steven_e007
Posts: 35
Joined: Wed 30 Jun 2010, 17:03

#3866 Post by steven_e007 »

Hi,

I'm a noob - so sorry if this is too trivial or in the wrong place or something.

I have been getting to grips with Puppy 5.1 but have found several problems with my hardware (gxine causes the screen to blank and lock up etc.)

I was recommended to try classic puppy - so here I am.

I downloaded the latest file (top 3).

I can boot off a live CD ok and I'm trying to install to usb. The universal installer gets all the way to the last step 'press enter of CTRL C to abort'

At this point, any key press gives a dialogue box - with F1 and F2 at the top and the name of the program (universal installer) and a + and - underneath, only whilst a button is held down... Can't get it to do anything else. Closing the window terminates the installer and ejects the CD :shock:

The usb stick is formated as linux ext2 and the has a bootable partition (flag set) and a small swap partition. Otherwise empty. It is mounted.

Any ideas? Thanks.

User avatar
clarf
Posts: 613
Joined: Wed 13 Jun 2007, 19:22
Location: The old Lone Wolf

#3867 Post by clarf »

Hi nancy,

After a better look I found that init script is actually enabling the SWAP Partitions and the /etc/rc.d/sysinit.rc enables it only in a Full HD installation (PUPMODE=2, in this mode Puppy don´t read the init script).

It could take some time to solve the problem in the init script, and I don´t have a functional USB now. A small workaround to make Puppy mount your USB Swap PArtiiton is:

Open /etc/rc.d/sysinit.rc file with Geany and add the # character to beginning of the lines 137 and 193. It will disable the PUPMODE condition, It should be like:

Code: Select all

line 137 - #if [ "$PUPMODE" = "2" ]; then 
line 193 - #fi
Save your changes and restart Puppy.


clarf

dealora
Posts: 144
Joined: Wed 07 Nov 2007, 16:04

#3868 Post by dealora »

Hello

¿alsa sound 1.22 and last wireless pet for puppy 2.14X?

Sorry for my English I need these packages for my pc Juan (Spain)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#3869 Post by ttuuxxx »

Here's a new spreadsheet editor, it comes with 4 programs and a help file I included in the same menu as Gnumeric

This is what the developer said about it.
Homepage/sources http://code.google.com/p/mtcelledit/

Code: Select all

mtCellEdit is a lightweight spreadsheet program that was created from scratch. It is a small, no frills program which is designed to handle simple day to day spreadsheet tasks. I have put the most important facilities I want into a small customized program which means I can avoid the problems of larger programs such as slow operating speeds and overcomplicated user interfaces.

The program has 100 undo steps, and allows a file to contain any number of sheets. All cell referencing is done via the R1C1 notation which I find more efficient and less error prone than the more commonly used A1 notation.

The core of the program is a shared C library which can be used by any C program to read, write and manipulate spreadsheets.

The default file format mtCellEdit uses is portable and transparent as it is a ZIP file containing TSV text files. I deliberately designed it this way so that data can be extracted and read by any modern spreadsheet program on any operating system without requiring mtCellEdit. Over the years I have been frustrated by binary and XML formats that make data only accessible via a single program (or by me wasting time manually converting each file, or by me writing a file format conversion program). This format ensures that my data never becomes stranded, and can be manipulated by whichever tool I choose for a particular job (i.e. spreadsheet programs, text editors, command line tools, etc).

In the source and binary packages I have included some example programs that use the core engine to demonstrate how useful spreadsheets can be to general purpose programs. These packages also contain a few library dependencies that are required.

mtCellEdit has currently only been tested on GNU/Linux systems, but it is pure C language so porting it to other systems should be fairly trivial.

Like all software, mtCellEdit is a tool, and in order to use it efficiently you will need to study what it does and how it works by reading the handbook.
Check out the size include the large help doc's, would make a nice lightweight editor to replace bloated Gnumeric/Goffice, remember guys the abiword in 2.14X doesn't use Goffice only gnumeric does. Hmmm too bad it doesn't do xml but it does have lots of other formats if you click save-as you'll see them.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#3870 Post by ttuuxxx »

Here's a small gtk number game called Hitori,I had to hack the sources to make it work without extra libs :)
http://live.gnome.org/Hitori
Hitori is a small logic puzzle in a similar vein to the more popular Sudoku. In the game, the player starts with a square board of numbers, and has to paint out cells until there are no duplicate numbers in each row and column. The following rules apply
There must only be one of each number in the unpainted cells in each row and column.
No painted cell may be adjacent to another, vertically or horizontally.
All the unpainted cells must be joined together vertically and horizontally in one group.
These are the only three rules of the game, and so there may well be multiple solutions to a Hitori puzzle board

hitori-interface has only one window; the main window, which consists of the menubar and number board.
Attachments
hitori-0.2.4-i386.pet
(47.23 KiB) Downloaded 394 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#3871 Post by ttuuxxx »

Here's a mid size calculator based on gnump/wcalc/mpfr-3 had to compile 4 apps for 1 calculator, why you might say??? well its also a converter of just about anything known to man, wow hundreds of options.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#3872 Post by 01micko »

ttuuxxx wrote:Here's a new spreadsheet editor, it comes with 4 programs and a help file I included in the same menu as Gnumeric
(snip)
ttuuxxx
Hey ttuuxxx.. did you notice something?...mtcelledit? Mark Tyler is the original developer of mtpaint.

Looks pretty cool, especially the bit about any spreadsheet prog should be able to open the files.

Nice find!

Cheers
Puppy Linux Blog - contact me for access

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#3873 Post by technosaurus »

Edit: duplicate of Micko's post - I type too slowly
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#3874 Post by ttuuxxx »

he also forked mt paint twice once for the olpc project which was a small kids paint app called rgbpaint, which I made a package below, actually I like the gui better than mtpaint, but could use more functions, but the size is great !
the second one was a stripped down mtpaint, basically he removed the gui, and made libmtpixel, that way dev's can include mtpaint backend into other apps ore build a new gui for mtpaint, which I think everyone wants, like with a default colour wheel, and a proper layers menu like photoshop or gimp.
ttuuxxx
http://mtpaint.sourceforge.net/libmtpixel.html
http://mtpaint.sourceforge.net/rgbpaint.html
Attachments
rgpaint.jpg
(57.34 KiB) Downloaded 1556 times
rgbpaint-0.8.7-i386.pet
(47.28 KiB) Downloaded 422 times
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#3875 Post by Aitch »

Hey ttuuxxx

Have you seen DirectFB....its an accelerator for video, apparently activated in the linux kernel by a download...I think

http://www.directfb.org/index.php?path=Main/Downloads

not sure what changes might be required to the Xlib system

it may derive from FBui....?

http://home.comcast.net/~fbui/

idea spawned by technosaurus

HTH

Aitch :)

Post Reply