| Author |
Message |
Feverfew

Joined: 13 Sep 2006 Posts: 20 Location: USA
|
Posted: Mon 12 Oct 2009, 18:11 Post subject:
|
|
the Welcome, woof, woof! pages explanatory graphics are not the same as the new metallic/blue desktop so here's some that are
P.S. the jwm menus have a weird ghosting effect; when moving though the menu's and I didn't see a screen record program so i cant show y'all .
| Description |
|
| Filesize |
4.29 KB |
| Viewed |
1591 Time(s) |

|
| Description |
|
| Filesize |
6.63 KB |
| Viewed |
1489 Time(s) |

|
|
|
Back to top
|
|
 |
r__hughes
Joined: 13 Apr 2006 Posts: 336 Location: Canada
|
Posted: Mon 12 Oct 2009, 20:11 Post subject:
|
|
Hi ecube thanks for your msg of 4:06 pm 12oct09 with your perl script partview-type display. It worked first time & gives what I think is a more logical display --- and it works with built in perl too - I am going to have to look into this
_________________ --- triple booting pup431 & Slacko55PAE (with OO3/LO4, devx, Gimp) & WXP on DELL Dimension 2400 PC & DELL Latitude 630 Laptop using grub.
---USB-Flash booting same on Samsung N110 WXP Netbook and Lenovo q100 WXP netPC.
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Mon 12 Oct 2009, 20:16 Post subject:
CD or DVD drive icons on desktop Subject description: icons show up on top of other icons when disc is mounted |
|
BarryK Asked:
| Quote: | bigpup wrote:
When disc is loaded into drive and mounted, the drive icon is displayed on the desktop, but it is placed over other drive icons. You can grab it and move it to new location, but thats not good. This is Puppy Linux!
Other people have reported this, but I don't have this problem on any of my PCs. I think it happens with a certain screen resolution -- what is yours? |
My resolution is 1280x1024
shinobar wrote:
| Quote: | we know that issue occurs at some screen size.
the 4.30 japanese edition has the code to fix.
/sbin/pup_event_frontend_d at line 135- Code:
free_coord() {
#find a free place on desktop. v410 avoid exact overlapping icons...
COORDSGRID="`grep -o ' x="[0-9]*" y="[0-9]*" ' /root/Choices/ROX-Filer/PuppyPin | sed 's/[0-9]"/"/g'`"
COORD_Y=`expr $SCRN_Y - 64`
# import from v4.20p1JP 5Jun09, 18aug09 by Masaki Shinomiya : snap on the grid
PIN_GRID_STEP=`grep "pinboard_grid_step" $HOME/.config/rox.sourceforge.net/ROX-Filer/Options | sed -e "s/ *<[^>]*>//g"`
if [ "$PIN_GRID_STEP" ] && [ $PIN_GRID_STEP -gt 0 ];then
PIN_GRID_STEP2=`expr $PIN_GRID_STEP / 2`
COORD_Y=`expr \( $COORD_Y + $PIN_GRID_STEP2 \) / $PIN_GRID_STEP '*' $PIN_GRID_STEP`
fi
COORD_X=32
MAX_X=`expr $SCRN_X - 96`
xPATTERN=" x=\"${COORD_X}\" y=\"${COORD_Y}\" "
while [ 1 ];do
xgPATTERN="`echo -n "$xPATTERN" | sed 's/[0-9]"/"/g'`"
[ "`echo "$COORDSGRID" | grep "$xgPATTERN"`" = "" ] && break
COORD_X=`expr $COORD_X + 64`
xPATTERN=" x=\"${COORD_X}\" y=\"${COORD_Y}\" "
[ $COORD_X -gt $MAX_X ] && break
done
} |
This is a two day old puppy you are telling to insert code to fix a problem. You know how puppies are at two days old! They chew things and generally make a mess. Let the games begin!!!!
Thanks for the info and lets see what I can learn to do.
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 12 Oct 2009, 20:38 Post subject:
|
|
Got Puppy running on the Asus 700 netbook with wifi
just as in 4.3.
really appreciate this - as I bought the netbook to run Puppy
notes: - had to enter the data for wifi and then restart x server and do it again, to get connect.
Uses WPA, even if you are using WPA2 encryption on your wifi
Use menu / desktop / JWM configuration to autohide the tray bar and give more screen space
One strange thing, I could not get the mic setting or other level bars to move in zmixer on the Asus 700 netbook. Tried plugging in USB mouse - nope would not work.
Zmixer working OK on my main PC.
Not sure why this might be?
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1318 Location: Maine, USA
|
Posted: Mon 12 Oct 2009, 23:27 Post subject:
burniso2cd can frustrate user verifying disk Subject description: Misleading instruction and insufficient error information |
|
The venerable burniso2cd script facilitates user actions that prevent successful verification and then leaves the user wondering what went wrong.
1. In preparation for verifying the disk's checksum, the user is told to click "okay" when the CD/DVD drive is closed. The verification begins when the "click" is done. However, the drive may require up to about 15 seconds to get the disk ready, during which time its light flashes. Actually, the user should click after the light finishes flashing. But one might find themself clicking as soon as the button is pushed to close the drive. If the drive is not ready when verification begins, verification fails and the user has no way to re-verify, possibly wasting a valid disk.
2. If the verification fails, there is no further information on why. The user can waste time and disks while guessing the reason.
To address both of these problems, I updated the burniso2cd script to wait 15 seconds before starting the verification following the "click", and to write the output from the "dd" command used in the verification to a log file. That shows whether an I/O error occurred and the number of bytes compared. These seem to be simple fixes that would improve the user experience of burning ISOs.
Since this might be considered a long-standing-bug fix, I offer it for the next RC.
Richard
 |
| Description |
Friendlier ISO burn script
|

Download |
| Filename |
burniso2cd_update_for_P431-1.pet |
| Filesize |
2.88 KB |
| Downloaded |
380 Time(s) |
| Description |
Difference listings
|

Download |
| Filename |
diff-burniso2cd.tar.gz |
| Filesize |
992 Bytes |
| Downloaded |
378 Time(s) |
|
|
Back to top
|
|
 |
tubby
Joined: 24 Jan 2009 Posts: 317
|
Posted: Tue 13 Oct 2009, 04:59 Post subject:
wifi |
|
Toshiba Portege
Internal wifi modem is not detected on boot, setup wizard reports no modem found then maybe it is switched off.
After switching off then back on modem is found and configures ok but on reboot no modem is found so reinstall after switch off and then back on.
Do you think it is a time out problem or something to do with rerwins modem program.
Usb modems are found ok on boot with internal switched off.
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6861 Location: Perth, Western Australia
|
Posted: Tue 13 Oct 2009, 06:51 Post subject:
|
|
Ok, I have modified the abiword package so that grammar checking is off by default.
shinobar,
Thanks very much for posting that fix for the overlapping drive icons.
I've implemented that.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
toutix
Joined: 13 Oct 2009 Posts: 6
|
Posted: Tue 13 Oct 2009, 08:13 Post subject:
stops when loading disk drivers |
|
thanks for all the great work.
-I am testing puppy431rc from usb stick on a compaq mini 110c
-booting stops when 431rc is trying to load drivers to access disk
-puppy/toutou412 does not have this problem
-booting from CD (external usb CD drive) works on mini 110c, with sudden unexplained exceptions sometimes at same stage
-same usb stick with 431rc works on older IBM thinkpad X44
-option to burn stick was mbr.bin, other options not successful also for booting IBM X44 (brand of USB stick is Apacer)
-of course, network cannot be accessed from mini 110c at present as drivers for AR8132/L1c and BCM4312 are lacking in 431rc, but this would not matter as I am using puppy/toutou for my lectures
|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1318 Location: Maine, USA
|
Posted: Tue 13 Oct 2009, 08:28 Post subject:
|
|
tubby,
| Quote: | | After switching off then back on modem is found and configures ok but on reboot no modem is found so reinstall after switch off and then back on. | It could well be something in the 3G stuff. (I'm not sure what you mean by "reinstall" in this case.) That project is at the "fine tuning" phase, so special cases may not be handled appropriately. Would you be willing to help me resolve this by sending me the tarball created by my new diagnostic tool, pmodemdiag? It is in the repo under Utilities, or you can get it from the 4.3-final Bugs thread, page 18. Run it after the reboot where the internal modem is not found, but before you do anything about it. (After installing, enter ./pmodemdiag in a console.) Thanks.
Richard
|
|
Back to top
|
|
 |
kazzamozz

Joined: 25 Jul 2009 Posts: 61 Location: Melbourne, Australia
|
Posted: Tue 13 Oct 2009, 08:33 Post subject:
Testing 431 Subject description: Hardware that works |
|
Hi there
have been testing 431 on the following hardware with success.
Booting from USB stick Toshiba Satellite Pro L300
Wireless Canon IP5200r hooked up successfully using IP address, and Canon driver IP5200
Wireless driver RT8187/8187B USB had not had much success with this until now.
Ethernet r8169
Alsa Sound works but not always loud enough, not sure if that's just some settings need adjusting as yet.
No Crashes in Sea Monkey over the last 2 days and nights, have used it solidly.
Vodafone 3G wireless USB stick using GPRs connect, very fast. Faster than when hooked up with windows.
Loaded Openoffice SFS files, icons appear and work nicely, converts Office 2007 document files and formatting was partially successful. Lost the fonts, but kept the tables. 10 Page document opens within seconds.
Fan on laptop working CPU not overheating.
Mouse touchpad fine, seem to have to tap it fairly hard, not sure if that's relevant. However very responsive with gliding of finger across the pad.
Still need to test keyboard function keys as yet.
Puppy is much faster than the Vista!!! it came installed with.
GXine ran flawlessly for 6 movies.
Occasionally when rebooting shutdown screen is all blurred, but doesn't seem to affect operations of anything.
Pmount no errors so far
Burn Iso to CD have burnt 6 iso files without errors
Here are some things that don't seem to work properly
Rox filer when right clicking on Iso asks if I want to burn file using Pburn asks for a disk nothing happens after that.
Disk just keeps spinning.
Anyway that's all for now
Cheers
Kazzamozz
|
|
Back to top
|
|
 |
kazzamozz

Joined: 25 Jul 2009 Posts: 61 Location: Melbourne, Australia
|
Posted: Tue 13 Oct 2009, 08:47 Post subject:
Re: burniso2cd can frustrate user verifying disk Subject description: Misleading instruction and insufficient error information |
|
[quote="rerwin"]The venerable burniso2cd script facilitates user actions that prevent successful verification and then leaves the user wondering what went wrong.
Toshiba Satellite Pro L300
Yes everytime I have tried to do a verification I get an error, stating it is unable to verify disk. However I check the disks by booting up with them and they are fine.
Cheers
Kazzamozz
|
|
Back to top
|
|
 |
tubby
Joined: 24 Jan 2009 Posts: 317
|
Posted: Tue 13 Oct 2009, 09:01 Post subject:
|
|
Thanks for your reply rerwin, by reinstall i meant reprobe for modem as it is not recognised on boot. I will try your suggestion and post results when i use the portege next.
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6861 Location: Perth, Western Australia
|
Posted: Tue 13 Oct 2009, 09:24 Post subject:
|
|
Thanks to ljfr I now have a fix for the problem of some svg images not displaying. I reported this on my blog:
http://puppylinux.com/blog/?viewDetailed=01166
http://puppylinux.com/blog/?viewDetailed=01165
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
Tygua
Joined: 13 Apr 2009 Posts: 43 Location: France Rennes
|
Posted: Tue 13 Oct 2009, 12:46 Post subject:
RTC_timer not working ? |
|
Hi
It seems the rtc_timer not working on puppy 4.3.
For example, the gmorgan sequencer does not start.
Similarly, the rosegarden sequencer does not start with the RTC_timer but is OK when selecting another timer (eg timer system)
Both programs work perfectly with previous versions of puppy.
Tygua
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5243 Location: Valåmoen, Norway
|
Posted: Tue 13 Oct 2009, 14:30 Post subject:
|
|
| kazzamozz wrote: | | Rox filer when right clicking on Iso asks if I want to burn file using Pburn asks for a disk nothing happens after that. |
What happens if you insert a writable disc and run the same command once more?
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
|