Dpup Exprimo 5.X.15

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#61 Post by pemasu »

Quick post from work. Puppy installer is sensitive of right type of extlinux, syslinux etc.., disktype and probably gparted also. It will need profound testing to get it recognizing the partitions right.
I have faced that problem in Snow Puppy/Ice Puppy development.
At this stage. Dont use Puppy installer if you have ext4 partition. Use manual installing or other tools.

Getting PUI working is not my top priority. I would like to update gparted first.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#62 Post by Béèm »

pemasu,
Thanks for the explanation.
I understand now better this thread's title.
And what's going on.

The annoying thing is, that I can't combine the radeon driver with the Belgian keyboard. Same issue as in 4.99.2
I don't know enough about graphics drivers to evaluate the differences between the radeon and the vesa one.
But I can work as it is with the vesa one.
And if this is a one shot, no need to look into it, unless it interests you.

Code: Select all

# report-video
VIDEO REPORT: Puppy Squeeze, version 5.0.0

Chip description:
oem: ATI MOBILITY RADEON 7500

Driver used by Xorg:
vesa

Video mode used by Xorg:
Resolution:  Depth 24  Depth: "Display"

...the above also recorded in /tmp/report-video
# 
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#63 Post by Ray MK »

Hi pemasu

Luvly Puppy - works well on my 9/10yr old Acer TravelMate 243LC.
Celeron 2.5Ghz proc. 256mb ram. 800ish mb swap partition.
Manual frugal to ext3.
booting via grub4dos. wifi via pcmcia Belkin card.

A small suggestion.
Adding grub4dos to the ISO would make it very easy for n00bs
to install to any media,
without having to re-size or create partitions on a first encounter with Puppy.

It seems to be reliable and a very easy way to setup booting from a
USB stick or an SDcard,
plus it eliminates the need for a n00b to worry about partitions and Gparted,
at least until a better understanding is acquired.

Alternatively, maybe a link to and a guide for grub4dos in the help page?

Anyway, a super Puppy - many thanks and much appreciation.

Very best regards - Ray

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#64 Post by peebee »

Hi pemasu (& iguleder)

Frugal install on my HP 550 laptop.

Love having Frisbee as the network manager - works great on this laptop.

Also congrats on FlSynclient working ATB to configure my synaptics touchpad

Seem to have a problem with PNethood - doesn't find my samba shares - and setting the scan time does not seem to make the scan any longer??

No grub4dos installed??

Clicking on the loudspeaker just mutes sound - can't change sound levels without going into mixer? (Sound is working BTW).

Looking really good....

Thanks for all your hard work and outstanding innovations.
Cheers
peebee
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#65 Post by pemasu »

Thank you all of the feedback.
Beem. I cant say anything wise atm. But I wont forget your problem. Sometimes the problems have habit to find solution.

About included applications. I have got requests of xcompmgr, grub4dos, sfs load on the fly. Dave S would probably benefit that drivers and firmware tarballs are inside the main sfs. I will collect other wishes also.

Above suggestions are good and I will gladly include them to next version.
So far I will stick with Iguleders choice of sound tray application. But I noticed that lack of volume slider also. Iguleder reads this thread also, I think. He will notice that volume slider missing problem. I believe it is the default outlook of this application. I mean that you have to open the application before you get settings in hand.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#66 Post by pemasu »

Puppy Universal Installer, called now as PUI. I have struggled with it before.

I got it recognizing my ext3-ext4 partitions right by changing diskype binary.

Typically Puppies are built with woof using syslinux package from pet and disktype from the base distro.

Well. It does not always work with PUI.

First test. Change disktype binary to the one which has worked before with my builds. Done. I got better results.
Lets test does PUI work now better.

If not. Then next thing is to face syslinux package and that is tricky one.
Attachments
disktype_bin_fixed-0.0.1.pet
(42.13 KiB) Downloaded 431 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#67 Post by pemasu »

Beem. Interesting thing that you dont have whole xorg.conf section:

I have and I changed into be keyboard. Difficult to write with azerty keyboard.

Anyway. Try to manually add this section:

Code: Select all

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "be" #xkeymap0
EndSection
And the whole xorg.conf. Remove phony .gz

How do I get finnish keyboard at first boot. I have pkeys=fi boot parameter in every frugal puppy install.
I have it in kernel row in menu.lst.

So far fatdog64 has been the only puppy which refuses to boot with that parameter. Rasistic puppy. Lol.

How about pkeys=be boot parameter.
Attachments
xorg.conf.gz
(6.81 KiB) Downloaded 420 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#68 Post by pemasu »

Iguleder et al.
Latest woof atm does not include this hack which calls pngoverlay from /usr/sbin/delayedrun after X is started.

I picked this lacking piece of script from drake-puppy.

Code: Select all

  #110727 temporary hack (i hope)...
  #/usr/sbin/icon_switcher_cli is called from /etc/rc.d/rc.update, uses 'pngoverlay' to create overlay desktop icons.
  #however, pngoverlay requires X to be running. so, do that part here...
  if [ -f /usr/sbin/pngoverlay -a -e /usr/local/lib/X11/pixmaps/closebox_outline48.png ];then #overlay app created by vovchik (see source /usr/sbin/pngoverlay.bac)
   rm -f /usr/local/lib/X11/pixmaps/*_mntd*.png 2>/dev/null
   cd /usr/local/lib/X11/pixmaps
   cp -f /usr/sbin/pngoverlay /usr/local/lib/X11/pixmaps/ #dumb, but needs to be in same folder.
   for ONEDRV in card drive floppy optical usbdrv
   do
    ./pngoverlay ${ONEDRV}48.png closebox_outline48.png ${ONEDRV}_mntd48.png #background foreground output.
    ./pngoverlay ${ONEDRV}48.png locked_outline48.png ${ONEDRV}_mntd_boot48.png
   done
   rm -f /usr/local/lib/X11/pixmaps/pngoverlay
   cd /root
  fi
And the whole delayedrun script is here. Remove the phony .gz

I suppose this is the needed piece to get pngoverlay to show mounted drive icons after first boot without extra hassling with change drive icons switcher.
Attachments
delayedrun_from_puppy_drake.gz
(14.65 KiB) Downloaded 445 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#69 Post by pemasu »

Yep. I did quick edit sfs build of main sfs and that missing code fixed the mounted drive icon not pngoverlaid. It works now !!!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#70 Post by pemasu »

Uploading now the quickly rebuild of 5.0.0 beta version. I used edit sfs, not remastering since I dont trust to remasterpup or remasterpup2 enough.
New version is 5.0.0.2. I hope I dont step in Iguleders shoes. I need to think about renamings soon.

I upload it first to the same folder as 5.0.0. I fix the location later.

Anyway the rebuild has pngoverlay fix, disktype binary fix, sfs load on the fly, edit sfs, grub4dos and xcompmgr.
I will create proper woof build with kernel modules and firmware soon.

I will go now to roller skating. I leave this to upload and check permissions when I come back.

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

#71 Post by Jim1911 »

Frugal installation on ext4 partition looks great including installation of latest NVIDIA driver, however, I'll wait for new download before testing more.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#72 Post by pemasu »

Allright. Upload finished. Permissions checked. This version only has fixes for those bugs so far found. Pngoverlay should work now straight.
Disktype binary for proper PUI handling changed, seamonkey default handling improved including symlink for moz-scripts. Nouveau and fbdev removed so Nvidia should install straight.
Sfs load on the fly, edit sfs, grub4dos and xcompmgr added. No gcompmgr included.

Still separate z....sfs. Sorry Dave S. For Beem only my above psychic support for be azerty, non real fixes.

Download link in the first page.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#73 Post by Béèm »

Thank you pemasu.
I am preparing for a 5 day leave.
If I have time later, I'll look into the xorg.conf.
And yes, I forgot that there is a possibility to set the keyboard at boot.
Will adapt the kernel line.
Strange that it is only the 499.2 and 5.0.0 presenting this issue.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#74 Post by Ray MK »

Hi pemasu

Just to let you know that all works extremely well on my new E732
Emachines laptop.

Fantastic stuff.

Now to try 5.0.0.2 - thanks again.

Very best regards - Ray

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#75 Post by Béèm »

Béèm wrote:Thank you pemasu.
I am preparing for a 5 day leave.
If I have time later, I'll look into the xorg.conf.
And yes, I forgot that there is a possibility to set the keyboard at boot.
Will adapt the kernel line.
Strange that it is only the 499.2 and 5.0.0 presenting this issue.
OK I took some time.
Tried the radeon, radeonhd, ati ati and intel intel divers.
They all bring me to a qwerty keyboard.
The generated config is attached with a phony gz.
All sections of devices have disappeared.

So I am back in vesa.
Attachments
xorg.conf.gz
(2.64 KiB) Downloaded 423 times
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

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

#76 Post by DaveS »

BUM!
Attachments
nowifi.png
(23.99 KiB) Downloaded 1004 times
Spup Frugal HD and USB
Root forever!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#77 Post by pemasu »

Dave S. Next build will have only main sfs without separate kernel modules and firmware z....sfs

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

#78 Post by DaveS »

pemasu wrote:Dave S. Next build will have only main sfs without separate kernel modules and firmware z....sfs
Cool........
Spup Frugal HD and USB
Root forever!

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

#79 Post by Jim1911 »

Hi pemasu,

Frugal installation is working great, and you have corrected some problems for Iguleder. Still a few concerns:

1. glx-gears is not present

2. Drive partitions are recognized and mounted properly, including ntfs, however gparted is the old version 0.7.0.

3. Uget 1.8.0 does not download files, it just stalls, see attached.

4. The latest NVIDIA-Linux-x86-280.13 driver which installed fine in your last version will not install in 5.0.0.2, and gives the same error that you corrected earlier by recompiling the kernel. Because of this error reintroduction, the Current Operating System: Linux puppypc 2.6.39 #1 SMP Fri Jul 15 19:38:53 GMT-8 2011 i686 may not be your latest kernel version.

Cheers,
Jim
Attachments
uget-1.8.0.jpg
(39.57 KiB) Downloaded 362 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#80 Post by pemasu »

Jim1911. Install mesa-tools from the repo and you get glxgears and glxinfo. I think I posted about it earlier.

Uget. I havent used it before. It is Iguleders compile. Maybe I am missing some libs, I need to check. My lucid puppy uget needed libcurl-gnutls which is not included. I need to ldd uget to get more info. Good pick. Thanks.

About kernel. That is weird. The kernel is definitively the same. I dont know what caused the failure. You could try in /usr/src/linux folder run in console: make clean and make prepare .

Anyway. I will soon. Probably tomorrow make next woof build.

Post Reply