Turbopup Xtreme v1.0 - The fastest dog on Earth

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
bignono1
Posts: 360
Joined: Sun 17 May 2009, 07:30
Location: Q8

#581 Post by bignono1 »

Thanks Techno,
Running pmount from the terminal or from the menu will show the message :Puppy Drive Mounter Please wait probing hardware, thats all nothing more.
I change the w\p from Menu>Desktop> w\p setter.
Thank you again.
-----------------------
Please forgive my bad English.

User avatar
acrocosm
Posts: 44
Joined: Sun 12 Sep 2010, 17:31
Contact:

#582 Post by acrocosm »

May I suggest dmenu as a tiny super fast app launcher? It would make an excellent compliment on this pupplet. Auto run it on startup with -i for convenience for noobs and veterans alike. I really hate case difference handling in linux '_'

Also why did you set double click??? It's slowing it down, plus it adds strain to your finger! It should have never existed on the first place, damn MS...

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

#583 Post by technosaurus »

Just speculation because I am in Wary at the moment....
bignono1 wrote:I change the w\p from Menu>Desktop> w\p setter.
Thank you again.
I think it uses ROX-Filer's background => needs to be modified/replaced with something that changes the jwm background instead. Here is the reference:
http://joewing.net/programs/jwm/config.shtml#desktops
Pup'ngo has a cli program that does this
Running pmount from the terminal or from the menu will show the message :Puppy Drive Mounter Please wait probing hardware, thats all nothing more.
not sure if this could be due to missing the image manipulation binaries - more recent versions of pmount use my shell code to generate the bar images using only the shell (no external binaries required) ... it may just need an upgrade
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
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#584 Post by technosaurus »

acrocosm wrote:Also why did you set double click??? It's slowing it down, plus it adds strain to your finger! It should have never existed on the first place, damn MS...
Maybe single click only was already patented by Apple(originator of the mouse)? Damn Apple
acrocosm wrote:May I suggest dmenu as a tiny super fast app launcher? It would make an excellent compliment on this pupplet.
Here is a simple script that does a launcher

Code: Select all

#!/bin/ash
for x in `ls /usr/share/applications/*.desktop`; do I=$I"<item>""`grep "^Exec=" $x |cut -d = -f 2`""</item>"; done
export D="<vbox><entry editable="true"><variable>E</variable></entry>
<combobox><variable>C</variable>"$I"</combobox><button ok></button></vbox>"
eval `gtkdialog3 --program=D` && [ "$E" == "" ] && $C || $E
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
acrocosm
Posts: 44
Joined: Sun 12 Sep 2010, 17:31
Contact:

#585 Post by acrocosm »

technosaurus wrote:Here is a simple script that does a launcher

Code: Select all

#!/bin/ash
for x in `ls /usr/share/applications/*.desktop`; do I=$I"<item>""`grep "^Exec=" $x |cut -d = -f 2`""</item>"; done
export D="<vbox><entry editable="true"><variable>E</variable></entry>
<combobox><variable>C</variable>"$I"</combobox><button ok></button></vbox>"
eval `gtkdialog3 --program=D` && [ "$E" == "" ] && $C || $E
ah some interesting stuff you can do. Can you add auto-complete to that, with case indifference and even better, picking adjacent letters from the whole word as long as the order is correct? dmenu doesn't have that last bit but it would be a nice touch. And finally it's important that you don't have to take hands off keyboard looking for the mouse to click or/run

I'll keep dmenu for now but thanx for showing me the possibilities ^_^

MikeMT
Posts: 87
Joined: Sat 01 Apr 2006, 17:28

up arrow hot key (solved)

#586 Post by MikeMT »

I found the same problem that eeevans616: "It seems mtpaint is hotkeyed to the up arrow on my keyboard . . ," and perhaps nancy reagan's problem. Really is a handicap working in the terminal. Tap the up arrow for a previous command and mtpaint takes a screenshot. Same thing on the bare desktop.

I found this line in /root/.jwm/jwmrc-personal <Key keycode="111">exec:mtpaint -s</Key> and deleted it. The change did not take effect with "fixmenus," but it did with a reboot.

Up arrow is now free of mtpaint.

BTW running Turbopup Extreme v1 on a Gateway Solo 2150 451 MHz, 64MB Ram. Turbopup Ex. moves well on this computer. Still trying to get the sound working, but that has been a work in progress through other Puppy versions.

nickec
Posts: 3
Joined: Mon 13 Jun 2011, 00:38

Single Click

#587 Post by nickec »

Is there a way to change from double click to single click - for the GUI - in Turbopup?

KJ
Posts: 176
Joined: Thu 20 Jul 2006, 13:29
Location: Above sea level .. about 320m

Rox clicks

#588 Post by KJ »

nickec .... I think what you are looking for is a Rox function. I change a double left click to open function..... to a single left click function this way:

Right click on desktop to open main menu
Open Filesystem .... ROX-Filer
RIGHT click on any icon in home-file window that opened.
Move pointer down to "Options" and click to open "options" section
The second menu item should be "Filer Windows" ... open that.
Under "window behavior" click on "Single-click navigation" to check-mark item.
Then move down to and open the "Pinboard" section ... under the "Pinboard behavior" section click on "Single-click to open" to check-mark item.
(This section may not be active in Turbopup as desktop icons are not displayed but most other Puppies use this for desktop function).

Then click on "OK" to save changes and close window.

Hope this works for you .... KJ

Fishy
Posts: 234
Joined: Fri 27 Jan 2006, 01:22

Calibre in Turbopup

#589 Post by Fishy »

Trying to get my nephew's dinosaur going for few more weeks. It is an old Pentium 1 (maybe) with 386meg of memory. Is Turbo the puplet to install? Lupu 520 works but is quite slow.

All they need is email for banking etc. calibre and transmission for books and movies. I did a frugal install on my own box to see if I could get calibre running but python and Qt are giving me fits as usual. :lol:

Direction or links to appropriate packages would be appreciated. Suggestions to a different pup for Frankenstein (cobbled out of 3 dead) greatfully accepted :D

Thanks

tommy
Posts: 133
Joined: Tue 04 Oct 2005, 20:21
Location: Italy

#590 Post by tommy »

ehmmm.. I wrote a similar topic on Puparcade forum, but it also applies to Turbopup, since Puparcade is based on Turbopup:
I have several geforce4 agp video cards and have no nvidia-96.43-k2.6.25.16.pet driver.
The sites having it don't exist anymore.
Has someone the nvidia-96.43-k2.6.25.16.pet somewhere?
Many thanks to whoever can post a link to it!! :wink:

nickec
Posts: 3
Joined: Mon 13 Jun 2011, 00:38

Re: Rox clicks

#591 Post by nickec »

Thank you very much KJ. I appreciate your kind help.

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

#592 Post by Aitch »

tommy

http://www.mediafire.com/?v2rinm1afyv

I believe Gray compiled the original Nvidia drivers, so if it doesn't work PM him, as he may be able to help

also later drivers here [may be backward compatible]

http://download.tuxfamily.org/nop/

Aitch :)

tommy
Posts: 133
Joined: Tue 04 Oct 2005, 20:21
Location: Italy

#593 Post by tommy »

Aitch, THANK YOU SO MUCH!
I've done a lot of google and filewatcher searches for that .pet with no luck, but you had the working link!! I will try this .pet to see if it works with all the different geforce4 cards I have. I learned that make nvidia video cards work with linux drivers is a PITA but I will try if at least one does work.

I know http://download.tuxfamily.org/nop/ has nvidia drivers but they're too new and nvidia says they don't work with geforce4.

Someone should consider upload this .pet to puppy 4.20 repos (to extend old PCs life) :) .

Thank you again.

Shep
Posts: 878
Joined: Sat 08 Nov 2008, 07:55
Location: Australia

Re: Calibre in Turbopup

#594 Post by Shep »

Fishy wrote:Trying to get my nephew's dinosaur going for few more weeks. It is an old Pentium 1 (maybe) with 386meg of memory. Is Turbo the puplet to install? Lupu 520 works but is quite slow.
Try Turbo Extreme and see how it goes. If it boots and speed is okay, then try Wary 5.1.2 which is intended for older gear. (Though I don't know about Pentium I's.) There is also the updated 2.14 series here you could try: http://www.murga-linux.com/puppy/viewtopic.php?t=42553
All they need is email for banking etc. calibre and transmission for books and movies.
Although you may think any old puppy should do, you may find a site needs an up to date browser addon, etc. Besides, how will they connect to the net? The older puppies may not accommodate wireless internet.

I'm surprised you have 386 MB of ram. That's plenty. But what speed is the CPU?
Last edited by Shep on Sun 19 Jun 2011, 11:43, edited 1 time in total.

tommy
Posts: 133
Joined: Tue 04 Oct 2005, 20:21
Location: Italy

#595 Post by tommy »

Thanks to Aitch now my Toshiba laptop and its Geforce4 are working with direct rendering and 3D acceleration!
I installed the nvidia drivers posted above, restarted Xorg but I had a blank screen of death.
I had to hit ctrl-alt-bkspace, modify xorg.conf in this way:
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 420 Go]"
Option "ConnectedMonitor" "DFP-0" # added this to get rid of blank screen
Option "CustomEDID" "DFP-0:/proc/acpi/video/VGA/LCD/EDID" # added this to get rid of blank screen

With the two options added I was able to start Xorg with no problems and with 3D acceleration OK!
I don't know what generates the EDID file, but without that option the screen goes blank.
Many thanks for the help!

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#596 Post by panzerpuppy »

Turbopup Xtreme screenshots replaced with images of sleeping kitties?

LOL

[EDIT] It's the year 2011 and Turbopup is still alive and kicking (the thread has reached almost 200 000 views !) :D
Turbopup Tech Support

Luxeon
Posts: 30
Joined: Sat 22 Jan 2011, 17:08

#597 Post by Luxeon »

I'm just beginning a trial of Turbopup--it does appear to be very lean and mean! I can't believe it is using 16mb at idle!!!!

I'm currently using a multisession DVD for fear that Turbopup will grab the existing Lucid Puppy 5.28 frugal files and goof them up (as Wary did when I tested it recently).
Of course, I backed them up...but...
If I use Turbopup in frugal mode, will it create it's own pup-save file?

I know I guess I could just try it, but to be blunt, I am a novice with Puppy and don't want to screw anything up.

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#598 Post by Colonel Panic »

Luxeon wrote:I'm just beginning a trial of Turbopup--it does appear to be very lean and mean! I can't believe it is using 16mb at idle!!!!

I'm currently using a multisession DVD for fear that Turbopup will grab the existing Lucid Puppy 5.28 frugal files and goof them up (as Wary did when I tested it recently).
Of course, I backed them up...but...
If I use Turbopup in frugal mode, will it create it's own pup-save file?

I know I guess I could just try it, but to be blunt, I am a novice with Puppy and don't want to screw anything up.
Hi,

Yes it will create its own pup_save file, but unlike some other Pups it boots up without giving you a delay to enable you to choose a savefile and (depending on what other pup_save files you've got around), "accidents" can happen where it loads, or tries to load, the wrong savefile. I've found in the past that it's best to use it without any other savefiles around, at least not ones Puppy would recognise (i.e. ones with extension .2fs or .3fs). It's easy enough to change the extension of any others on the drive to something like .bak or .ffs..
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#599 Post by starhawk »

Hey... trying to get TurboPup running on a Latitude CPi :eek:

More info on the system is here --> http://www.murga-linux.com/puppy/viewto ... 099#579099

A few issues so far...

(1) Boot screen does not permit me to enter extra parameters. Dunno if that's by design or by my hardware being crotchety. What I can say is, the one time I pressed F2 fast enough, I entered "puppy pfix=noram" and it shut down on me.

(2) Graphics card on this system is really special, it's a NeoMagic 2160 (never heard of 'em myself)... gotta have drivers for it, cuz if I go with Xorg, it can't tell what size screen I have and eventually just blanks the LCD, but if I go Xvesa, it's greener than a seasick alcoholic dragon :shock:

Any advice?

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#600 Post by starhawk »

...?

Post Reply