The time now is Wed 19 Jun 2013, 16:35
All times are UTC - 4 |
|
Page 8 of 21 [310 Posts] |
Goto page: Previous 1, 2, 3, ..., 6, 7, 8, 9, 10, ..., 19, 20, 21 Next |
| Author |
Message |
veronicathecow

Joined: 21 Oct 2006 Posts: 526
|
Posted: Mon 19 Jan 2009, 16:44 Post subject:
Mouse cursor size |
|
Having bad eyesight a larger brighter mouse would be very helpful. I cannot find any easy way of doing this?
Cheers
Tony
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Mon 19 Jan 2009, 17:14 Post subject:
|
|
My first impression of Puppy 4.2 is very nice.
Unfortunately I had to run it on my Eee PC 4G as it will not run on my desktop PC. I have no idea why but it must be something to do with the normal kernel as the retro 4.1.2 runs fine.
It seems to run fine until you get to the point where you have to select the mouse and the keyboard does not work. Prior to this the keyboard does work.
I would like to run the normal version of Puppy, in particular 4.2.
Does any one have any ideas what the problem might be?
Smokey
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Mon 19 Jan 2009, 18:56 Post subject:
|
|
WhoDo!
Where are the JQ8 icons???? Only 27kb.
Ttuuxxx has persuaded jebaJQ8 to fix the weather font, ttuuxxx found that 'fontforge' editor, I extracted all the icons from the shareware font that we use, converted to SVG, packed 'em up and posted on Pwidgets thread. He said he is going to try to make his own design. I'm sure it will be a cracker! (Won't sigmund be surprised when he gets back. ).
I have said before that I am 'graphically challenged'! .So the task is in the correct hands! And there will be a minimum of recoding. And it will be even smaller!!!!
Mick
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Mon 19 Jan 2009, 22:49 Post subject:
|
|
Okay, here. These are both the actual init script and a diff between it and the "original" from 420 alpha 1. What I did was have it detect whether the version in the pup_save.2fs file is old, and if so it says this:
| Quote: | This pup_save file is from Puppy $OLDPVERSION, but you are attempting to boot Puppy $NEWPVERSION.
Puppy can update the pup_save file to $NEWPVERSION, or it can unmount the pup_save file
and boot similarly to when you use pfix=ram, leaving the file unmodified.
Update Puppy from $OLDPVERSION to $NEWPVERSION? Yes/No: |
If you type in 'y', 'Y', or 'yes' with any case you want, it will update normally. If you put in anything else, it will unmount the pup_save.2fs file, change the PUPMODE to 5, change several other variables, and then continue booting. The result isn't quite the same as using pfix=ram, in that you may have more partitions mounted in the end, but the pup_save.2fs file won't be modified.
(Technically it will be slightly changed, enough that the md5sum will change, but no actual data changes. That's a consequence of mounting a filesystem image I guess. You can verify that by making a checksum of a filesystem image, mounting it, immediately unmounting it, and grabbing another checksum. Probably due to stuff like access times within the filesystem image.)
| Description |
add option to not update Puppy
|

Download |
| Filename |
init.gz |
| Filesize |
17 KB |
| Downloaded |
291 Time(s) |
| Description |
add option to not update Puppy
|

Download |
| Filename |
init.diff.gz |
| Filesize |
1.03 KB |
| Downloaded |
298 Time(s) |
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Mon 19 Jan 2009, 22:59 Post subject:
|
|
I also agree that the console should white-on-black as the default colorscheme. It would make it more obvious to new people that that is a commandline and not a text editor. Besides that, it just looks better. Black-on-white terminals are an abomination, IMHO.
You just add these lines to /root/.Xdefaults:
| Code: | Rxvt*background: black
Rxvt*foreground: white |
While you're in there, if you could change the line 'Rxvt*saveLines: 1000' to use something more like 32000, that would be another nice usability enhancement.
Also, I didn't see that xorgwizard patch in it.
Not sure if you already did this, but if you change the timeout on the bootsplash, you should also use Geany to edit the 0rootfs_skeleton-420/usr/lib/syslinux/files/boot.msg file and update the part where it says it will boot normally in 5 seconds to say 8.
One last thing: I'm not sure why, but your iso had a syslinux.cfg file inside it. As in, right there in the .iso file, not inside the pup_xxx.sfs file. During the createpuppy script, it should have copied that file into it, but then it should have renamed it to isolinux.cfg. So I'm not sure what happened. Maybe your createpuppy script isn't quite right? The relevant parts look like this:
| Code: | #v2.15 now create the isolinux.cfg file... v2.16rc modified...
echo "Creating isolinux-builds/isolinux.cfg..."
cp rootfs-complete/usr/lib/syslinux/files/* isolinux-builds/
mv isolinux-builds/syslinux.cfg isolinux-builds/isolinux.cfg
if [ "$INITTYPE" = "initrd" ];then
INITRDSIZEK="`cat /tmp/initrdsize.txt`"
if [ "$HUMONGOUS" = "" ];then
#normal situation....
echo "append root=/dev/ram0 initrd=initrd.gz pmedia=cd" >> isolinux-builds/isolinux.cfg
else
echo "append root=/dev/ram0 initrd=initrd.gz pmedia=cd ramdisk_size=$INITRDSIZEK" >> isolinux-builds/isolinux.cfg
fi
else
#cpio archive, initramfs.
echo "append initrd=initrd.gz pmedia=cd" >> isolinux-builds/isolinux.cfg
fi
sync |
That file doesn't hurt anything, but it could be a symptom of a more serious bug.
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
eightbitz

Joined: 06 Dec 2008 Posts: 19 Location: Where Hell froze over AKA- Michigan
|
Posted: Mon 19 Jan 2009, 23:18 Post subject:
|
|
Pizzasgood --
What do you think about putting the scrollbar on the right for the terminal?
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7834 Location: Stratford, Ontario
|
Posted: Tue 20 Jan 2009, 00:17 Post subject:
|
|
@WhoDo: Here are three issues.
1. The smb symlink needed by CUPS to access a Windows printer has been missing since the Dingo betas.
2. Recent versions of the Universal Installer are making a frugal install difficult to complete because of GRUB issues. There have been numerous reports along the lines of "I couldn't get a frugal install to boot, so I did a full install and it worked." The PUI seems to be making the decision that anyone doing a frugal install already has a bootloader in place, so there is no need to install GRUB for them.
3. The perennial "pup_xxx.sfs file not found" error during bootup. It would be really helpful if there was a bit of dialogue suggesting what to do next, instead of just dropping the user out to a prompt.
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Tue 20 Jan 2009, 00:26 Post subject:
|
|
| Quote: | Pizzasgood --
What do you think about putting the scrollbar on the right for the terminal? | Hmmm, it feels weird and unnatural to me, like trying to type with my toes. But it's more consistent with everything else if it's on the right. My personal preference would be to keep it to the left, but I can see where maybe the right would be better.
Adding this line to /root/.Xdefaults makes it go to the right:
| Code: | | Rxvt*scrollBar_right: true |
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Tue 20 Jan 2009, 01:00 Post subject:
|
|
Neat tricks there Pizzasgood! I suppose if you put these lines instead in ~/.Xdefaults | Code: | Rxvt*background: "gray20"
Rxvt*foreground: "peru" |
you can match sigmund's deepthought theme, what do know? It works!
(Love that signature btw, that would explain crop circles )
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
cb88

Joined: 28 Jan 2007 Posts: 1160 Location: USA
|
Posted: Tue 20 Jan 2009, 01:48 Post subject:
|
|
how about setting the hostname to "Deepthought-4.2" ? I think that would be a nice touch for future versions of puppy
makes it less hassle to figure out what version people are running either on the forum or IRC
_________________ Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
BeOS Max-Vectorgamma: Tyan thund 2 512 ram 2x PII 300
Vectorsigma (laptop): Gentoo Athlon II X2 2Ghz 4Gb ram radeon 4200 mesa-git
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 20 Jan 2009, 02:21 Post subject:
|
|
| WhoDo wrote: | | pa_mcclamrock wrote: | | ttuuxxx wrote: | | if you want tcl/tk you have to go to series 2&3 for the libs. |
Which are out of date. You guys are more than welcome to include my up-to-date Tcl and Tk 8.5.5 PETs, derived from the Slackware 12.2 packages, in 4.2 Unleashed if you wish |
Ok, that does it for me! I've got a shipload of tcl/tk games that I can't use in 4.2 as well, so that's a bonus! At 4Mb combined I'll find a way to shoehorn these libraries in somehow. Dropping hiawatha, PPLOG and a few other oddballs seems the obvious solution. We'll see.
@Hairywill - just saw your post and I agree; 150kb is worth keeping. I'll find somewhere else to pare things down.
Those who have been asking about a development environment for
Deepthought, try tcl/tk and gnocl.
Cheers |
Hey whodo I had MUT working on 4.1 with the tcl/tk libs from 2 series that I download from Eric's site, sure they might be older, But they work anyways and they are tiny
tcl 578KB
http://puppylinux.ca/puppyfiles/pet_packages-2/tcl-8.5a4.pet
TK 568KB
http://puppylinux.ca/puppyfiles/pet_packages-2/tk-8.5a4.pet
thats a lot less than 4MB 1.1MB
As long as it works I don't care which version.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Tue 20 Jan 2009, 02:48 Post subject:
Re: Mouse cursor size |
|
| veronicathecow wrote: | Having bad eyesight a larger brighter mouse would be very helpful. I cannot find any easy way of doing this?
Cheers
Tony | http://www.murga-linux.com/puppy/viewtopic.php?p=267188#267188
The "whitelarge" theme sounds like what you're looking for.
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4441 Location: Lake Macquarie NSW Australia
|
Posted: Tue 20 Jan 2009, 03:00 Post subject:
|
|
| capoverde wrote: | | Cool splash screen, fast boot as (now) usual. My two cents here: wait 10 seconds or hit <Enter> for boot, any other key to stop countdown and show the Help screen. |
Done.
_________________ Actions speak louder than words ... and they usually work when words don't!
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com
|
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4441 Location: Lake Macquarie NSW Australia
|
Posted: Tue 20 Jan 2009, 03:03 Post subject:
Re: Tiny Blank Window |
|
| Kal wrote: | | Has anyone run into the tiny blank window over the home icon on the desktop of icewm, when started with "icewm-session". When in this state it crashed on Exit to Prompt. |
Investigating. This is an Icewm timing issue as previously discussed on the forum. Try adjusting the sleep xx parameters to avoid clashes.
_________________ Actions speak louder than words ... and they usually work when words don't!
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com
|
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4441 Location: Lake Macquarie NSW Australia
|
Posted: Tue 20 Jan 2009, 03:08 Post subject:
|
|
| 8-bit wrote: | When you click on the help icon, and click on the release notes for Puppy 4.2, you get "The file /usr/share/doc/release-4.2.htm cannot be found".
Must have been left out. |
Nope. Just didn't rename or symlink the file in /usr/share/docs. We're looking for the Puppy web desktop to replace this message before we go to 4.2RC status.
| 8-bit wrote: | This was after I had tried booting and pressing the space bar as Puppy 4.2 started to boot. When I did that, I was taken directly to the select keyboard screen, bypassing the select mouse one. Needless to say, the mouse cursor did not respond and had to exit to the terminal to exit.
I picked DO NOT SAVE and rebooted. But it must have messed up something because even with loading my original pupsave the mouse still did not work.
Live and learn I guess. |
An undocumented "feature" in Puppy? Can't happen!
_________________ Actions speak louder than words ... and they usually work when words don't!
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com
|
|
Back to top
|
|
 |
|
|
Page 8 of 21 [310 Posts] |
Goto page: Previous 1, 2, 3, ..., 6, 7, 8, 9, 10, ..., 19, 20, 21 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|