Lucid Puppy 5.1- A Full-Featured Compact Distro

A home for all kinds of Puppy related projects
Message
Author
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#1941 Post by 01micko »

James C wrote:
01micko wrote:James C..

I beat you in "How Low can Lupu Go?" stakes.... :lol:

AMD K6 400, 128MB RAM, 300MB swap :P

:lol:
Cheers!
New entry.Lupu-510...live pfix=ram. :)



-Processor-
Name : M II 2.5x Core/Bus Clock
Family, model, stepping : 6, 2, 4 (VIA Cyrix III (M2 core))
Vendor : CyrixInstead
-Configuration-
Cache Size : 0kb
Frequency : 250.11MHz
BogoMIPS : 500.21
Byte Order : Little Endian
-Features-
FDIV Bug : no
HLT Bug : no
F00F Bug : no
Coma Bug : no
Has FPU : yes
-Cache-
Cache information not available
-Capabilities-
fpu : Floating Point Unit
de : Debug Extensions - I/O breakpoints
tsc : Time Stamp Counter and RDTSC instruction
msr : Model Specific Registers
cx8 : CMPXCHG8 instruction
pge : Page Global Enable
cmov : Conditional Move instruction
mmx : MMX technology
cyrix_arr : Cyrix ARRs (= MTRRs)
up : smp kernel running on up



-Computer-
Processor : M II 2.5x Core/Bus Clock
Memory : 121MB (68MB used)
Operating System : Puppy Linux 0.51
User Name : root (root)
Date/Time : Thu 12 Aug 2010 02:16:18 PM GMT-8
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Software Rasterizer
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : ES1938 - ESS ES1938 (Solo-1)
-Input Devices-



-OpenGL-
Vendor : Mesa Project
Renderer : Software Rasterizer
Version : 2.1 Mesa 7.7.1
Direct Rendering : Yes


glx# glxgears
23 frames in 5.1 seconds
22 frames in 5.1 seconds
32 frames in 5.1 seconds
29 frames in 5.0 seconds
30 frames in 5.1 seconds
31 frames in 5.1 seconds
26 frames in 5.0 seconds
24 frames in 5.0 seconds


Compaq Presario 5304.............................booted to a desktop,correct resolution w/ working sound and internet..Correctly identified video and recommended Xorg_High. Install Xorg_High and Opera.....posting from 510 right now.

Pretty slow though. :lol:
Dagnabit! You trumped me! :lol:

I guess I'll have to concede... for now :wink:

Cheers :lol:

[thinking]
*micko racks brain*... er.... where can I find 64M of old 72 pin RAM for my 486...oooh nice sunny day... woops, yep 486...RAM.. hmmm...???
[/unthinking]
Puppy Linux Blog - contact me for access

aarf

Re: Lucid strong point

#1942 Post by aarf »

01micko wrote:
tronkel wrote:These latest 3D games illustrate a big strength of Lucid i.e. the excellent Ubuntu compatibility. The extra libraries that contribute to the larger-than-normal ISO size is the reason that it's possible to take Ubuntu Lucid Lynx packages and easily (usually) build a pet from them that's simple to install for the average end-user (one click on the pet). So the extra 30MB is a good trade-off between size and usefulness.

If you are recommending a version of Puppy to anyone, this aspect of ease of creation of good pet packages, is a good reason for recommending Lucid Puppy.

If I get the time I'll look into getting the Flight Gear flight simulator running as a pet.
tronkel

I made a tool (see my signature) that makes it super easy for anyone to make a pet or sfs out of debs, if you want you can try it and maybe suggest where I can make improvements. debs2pkg or alien2puppy, the former is what it says and the latter supports Slack tgz and txz formats.

James C and tubeguy were busy making packages and James managed to get at least 1 in the repo, arora, a neat qt, webkit browser, and don570 liked it too.

Basically all it does is run a loop to unpack the debs in a folder, has an option to strip, has a pause to give you a chance to sort out the .desktop file and icon then runs mksquashfs or petget. It has a help option too, all command line but I tried to word it very simply with error messages if you make a boo boo and just a splash of colour for fun. (There is also a fun version of debs2pkg called debs2pkgfun which gives you a little reward at the end. courtesy of Pizzasgood). It may be a time saver for you, though I know you are professional programmer :wink:

Cheers
installation instructions wouldn't go astray.
made a transcoder sfs in puppeee with debs2pkg that worked for some conversions.
Last edited by aarf on Sun 15 Aug 2010, 00:47, edited 1 time in total.

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#1943 Post by Jim1911 »

How about this? Using Firefox 3.6.8 as default browser to view pga.com live broadcast of the PGA Championship full screen in Lupu 5.1. :D :D :D :D :D

stu90

#1944 Post by stu90 »

edoc wrote:
stu90 wrote:Im not a coder so don't expect much but If anyone is interested i have made a little GUI for Scrot.
Excellent!

Questions:

1. How did you do that?

2. What is the value of the various time settings? I have not yet seen an occasion where I wanted anything other than instant.

3. What do I do with the "111" to program the PrtSc key?
I made it with GtkDialog, there is a GtkDialog tips thread in the Programming section.
http://www.murga-linux.com/puppy/viewtopic.php?t=38608

r.e time settings - couple of reasons - Im no good at writing code so i put them there just to see if i could and get it to work & mtpaint-snapshot has a 10 second delay option which i find a bit long. 8)

Just for an instant screen shot or selection etc GUI maybe try something like this.

Right click in /root or wherever new>script the right click open as text and paste this in and save it:

Code: Select all

#! /bin/bash
export MAIN_DIALOG='

<vbox>
 <text use-markup="true"><label>"<b>Scrot</b>"</label></text>
 <pixmap><input file>/usr/share/pixmaps/gtkam.png</input></pixmap>
  <text use-markup="true"><label>"<b>Screen Shot</b>"</label></text>
 
      <button width-request="130">
       <label>Screen</label>
      <action>exec scrot &</action>
       <action>exit: scrot</action>
     </button>
     
     <button width-request="130">
       <label>Selection</label>
      <action>exec scrot -s &</action>
       <action>exit: scrot</action>
     </button>
     
      <button width-request="130">
       <label>Window</label>
      <action>exec scrot -u -b &</action>
       <action>exit: scrot</action>
     </button>
 
<button>
      <label>Quit</label>
   </button>
</vbox>
'
gtkdialog3 --program=MAIN_DIALOG
Should produce this when you click on script.
Image

Dont know about the 111 and printscreen key sorry :?

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

scrot pet please

#1945 Post by scsijon »

ok stu, so where's the pet :?:
I can't find it!
regards
scsijon

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#1946 Post by edoc »

DaveS wrote:Blue theme. Includes very narrow window frame at top to take up minimal space
I tried this in Lucid 5.1 and cannot see anything different.

I did reboot to be sure ...
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
sinc
Posts: 545
Joined: Wed 22 Jul 2009, 20:35
Location: Tampa, FL USA

#1947 Post by sinc »

edoc wrote:I tried this in Lucid 5.1 and cannot see anything different.
menu>desktop>desktop settings>jwm configuration>choose a jwm theme>blue>exit.
:D

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#1948 Post by DaveS »

sinc wrote:
edoc wrote:I tried this in Lucid 5.1 and cannot see anything different.
menu>desktop>desktop settings>jwm configuration>choose a jwm theme>blue>exit.
:D
Also menu>desktop>Nathan Wallpaper Setter>Talento-Blue
Spup Frugal HD and USB
Root forever!

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

#1949 Post by James C »

DaveS wrote:Blue theme. Includes very narrow window frame at top to take up minimal space
Image
Nice theme........using it now.Thanks....... :)

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

#1950 Post by James C »

DaveS wrote:Do you reckon it would be easy to get Xfce desktop up and running all?
Dejan555 just made an XFCE 4.6.2 pet for DPup so it probably wouln't take a lot of tweaking to make it work in 510.
Post is http://www.murga-linux.com/puppy/viewto ... 822#438822

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#1951 Post by Lobster »

Xfce is one of the window managers able to run compiz (a 5.2 goal option)
. . . another reason to get it going
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
piratesmack
Posts: 100
Joined: Wed 16 Sep 2009, 14:22

#1952 Post by piratesmack »

edit:
Wrong place.

I'll post this in the bug report thread
Last edited by piratesmack on Sun 15 Aug 2010, 06:54, edited 2 times in total.

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#1953 Post by tubeguy »

playdayz wrote:Hey tubeguy and stripe, Using Audacious--pet on page 128--I was able to 1) play music with my m-audio card on my big machine, and 2) play music with my extigy on my p3 thinkpad. Neither were the first cards--and nothing else would even acknowledge the extigy or play through the m-audio. What I did is discussed in the post with audacious. I bet it might play your turtle beach usb card tubeguy. With Audacious I do not need to block any cards--I can choose between them.
Awesome! Thanks for the heads up, will give it a try.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

GNU Backgammon for Lucid 5.1

#1954 Post by tronkel »

Somebody on the forum has requested a pet for Backgammon. This is the GNU version - pet is about15MB.

I don't play Backgammon (I really ought to learn), so I can't give an opinion as to what it's like. Hopefully it's OK

Get it here:
http://www.datafilehost.com/download-46375ede.html
Life is too short to spend it in front of a computer

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

#1955 Post by James C »

James C wrote:
DaveS wrote:Do you reckon it would be easy to get Xfce desktop up and running all?
Dejan555 just made an XFCE 4.6.2 pet for DPup so it probably wouln't take a lot of tweaking to make it work in 510.
Post is http://www.murga-linux.com/puppy/viewto ... 822#438822
I just gave this a quick try running 510 live pfix=ram, everytime I installed a missing lib it wanted another......and another........... :lol:

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#1956 Post by rhadon »

If you are talking about Compiz Fusion,

why not trying to use it instead of a Window Manager(together with Emerald)? This would speed up the system significantly! I tried different Puppies with CF and only this solution run smoothly on my Eee.

I used Eeetiger and Ripple for a long time till development stopped.The only disadvantage I found was that Skype didn't work with CF :cry: . If this can be solved it would be the best solution in relation of look and handling I can think about.

From time to time I tried to install it by myself but it's far behind my knowledge.


~ Rolf
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

scruffy
Posts: 43
Joined: Fri 09 Apr 2010, 17:42
Location: Bristol UK

Screenshot key

#1957 Post by scruffy »

stu90 wrote:Dont know about the 111 and printscreen key sorry :?
I set up my screenshot like this:

1) Create a script called mtpaintnow containing

#!/bin/sh
mtpaint -s &

2) Copy script to /usr/local/bin

3) Add <Key keycode="111">exec:mtpaintnow</Key>
to /root/.jwm/jwmrc-personal

4) Restart JWM

Perhaps you can do the same with Scrot?


@tronkel

Thanks for all the game pets - highly entertaining. :)
AMD Athlon 1100MHz 512MB -Soundcard C-media CMI8738 -Graphics Nvidia geforce 4 MX440 - Netgear wired DSL

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

#1958 Post by 01micko »

Ok, dejan 555's xfce4 tweaked for lupu.

http://www.smokey01.com/01micko/lucid/xfce-deps-1.pet 4.2M, deps included.

It should install fine and run fixmenus, so you can go straight into it from icewm (X will restart)

else, drop to a prompt and type xwin startxfce4

TODO
*fix WMswitcher so it knows about it
*fix menu icons
*fix xdg templates so menus are correct

I use wbar with it, oh and all your walls should get symllinked to the special folder that xfce uses for walls.

Cheers
Puppy Linux Blog - contact me for access

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#1959 Post by Lobster »

drop to a prompt and type xwin startxfce4
Did that - working and being gorgeous in an xfce way

many thanks :)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

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

#1960 Post by 01micko »

rightio.. getting there.. got the tray icons sorted.. will need to inform BK because changes need to be made in /usr/sbin/delayedrun.. there is actually a buglet in there for retrovol, I have fixed it but it's far from serious,

playdayz... it would be much better if we can move to BK's newer tray icons. No prob if you want Blinky to look similar, I can hack the xpm files and compile them in, Barry has new functionality for these icons too, will be important to move over to them.

Cheers

EDIT:

I updated the icons and the good news is they aren't compiled in, so any one can change them to whatever they like.

Image


Image

Cheers
Attachments
network_tray-2.4.2.pet
BK's network_tray, UNTOUCHED ;-)
(5.27 KiB) Downloaded 259 times
icons-net-tray-1.tar.gz
put the icons in /usr/local/lib/X11/mini-icons/
(694 Bytes) Downloaded 254 times
Puppy Linux Blog - contact me for access

Post Reply