Page 98 of 109

Posted: Sat 14 Aug 2010, 23:53
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]

Re: Lucid strong point

Posted: Sun 15 Aug 2010, 00:13
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.

Posted: Sun 15 Aug 2010, 00:35
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

Posted: Sun 15 Aug 2010, 01:22
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 :?

scrot pet please

Posted: Sun 15 Aug 2010, 02:31
by scsijon
ok stu, so where's the pet :?:
I can't find it!
regards
scsijon

Posted: Sun 15 Aug 2010, 02:40
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 ...

Posted: Sun 15 Aug 2010, 03:17
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

Posted: Sun 15 Aug 2010, 04:51
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

Posted: Sun 15 Aug 2010, 05:14
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....... :)

Posted: Sun 15 Aug 2010, 05:22
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

Posted: Sun 15 Aug 2010, 05:40
by Lobster
Xfce is one of the window managers able to run compiz (a 5.2 goal option)
. . . another reason to get it going

Posted: Sun 15 Aug 2010, 05:49
by piratesmack
edit:
Wrong place.

I'll post this in the bug report thread

Posted: Sun 15 Aug 2010, 05:52
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.

GNU Backgammon for Lucid 5.1

Posted: Sun 15 Aug 2010, 07:03
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

Posted: Sun 15 Aug 2010, 07:10
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:

Posted: Sun 15 Aug 2010, 07:25
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

Screenshot key

Posted: Sun 15 Aug 2010, 08:19
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. :)

Posted: Sun 15 Aug 2010, 08:21
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

Posted: Sun 15 Aug 2010, 08:49
by Lobster
drop to a prompt and type xwin startxfce4
Did that - working and being gorgeous in an xfce way

many thanks :)

Posted: Sun 15 Aug 2010, 10:25
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