Unnamed puplet 1.1 (puppy411 kernel-2.6.28.5 Xorg-7.4 LXDE)

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#16 Post by wow »

This was requested by some users, it's the same pcmanfm-0.5 executable but without the "My Documents" icon on the desktop.

Warning reported by techtype
Using this pcmanfm, if you right click on the desktop - it sends the processor use to %100 and locks up pcmanfm.
Attachments
pcmanfm-0.5-x-exe-without_My_Documents_icon.tar.bz2
Close all pcmanfm windows and extract to /usr/bin
(149.23 KiB) Downloaded 754 times
Last edited by wow on Wed 11 Mar 2009, 01:29, edited 1 time in total.
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#17 Post by wow »

EDIT: It'll fail if the swap file is in a vfat partion.

Bug: Can't load or unload swap files in vfat partitions.
Severity: High
Description: This puplet (ver 1.1) is unable to load swap files with the 'swapon' command, no matter its size if they are located in a vfat partition.
There's no problem if you want to use a swap partition or a swap file inside an EXT partition.
Last edited by wow on Mon 09 Mar 2009, 21:14, edited 1 time in total.
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Thanks

#18 Post by techtype »

wow wrote:This was requested by some users, it's the same pcmanfm-0.5 executable but without the "My Documents" icon on the desktop.
Thank you, thank you!!!! (':D')

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#19 Post by MU »

wow wrote:Bug: Can't load or unload swap files.
Severity: High
Description: This puplet (ver 1.1) is unable to load swap files with the 'swapon' command, no matter its size nor where are they located(ext2, vfat partitions).
Hm, NYP uses the same kernel, and almost the same initrd.gz, and the mesa related xorg-files.
I had no time yet, to copy over other files.
So the error must be in the remaining things you modified.
Maybe you altered settings for HAL?

Thanks so much for your work, it helped me a lot to update NYP to newer libs :!:

try:
dmesg
to see driver related errors.

Must sleep now, else I would investigate this on my own now.
I can try to look at it tomorrow during my course :)

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

A bug

#20 Post by techtype »

wow wrote:This was requested by some users, it's the same pcmanfm-0.5 executable but without the "My Documents" icon on the desktop.
Using this pcmanfm, if you right click on the desktop - it sends the processor use to %100 and locks up pcmanfm.

By the way, I reported the swapfile problem on the thread for your first pup.

MUguest
Posts: 73
Joined: Sat 09 Dec 2006, 16:40

#21 Post by MUguest »

I currently run Ultrapup 1.1 in Virtualbox in Windows XP.

It is booted from an iso-image, that was assigned as CD drive.
The harddisk image was partitioned with gparted:
sda1: ext3
sda2: swap

At startup (from the "CD"), the swap is recognized and used.
I can switch it off/on with:
swapoff /dev/sda2
swapon /dev/sda2

This becomes visible in conky 2 seconds later.
Just pmount does not list it.

I would be curious, if your swap is located on a USB-drive?
Maybe the required module like ehci_hcd was not loaded in initrd.gz or rc.sysinit?

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#22 Post by MU »

I don't know how far this concerns Ultrapup.
In NYP I use in .xinitrc:
setxkbmap -layout `cat /etc/keymap | cut -f1 -d.`

Not:
XkbApplyNow

This does not work with british keyboards, as etc/keymap contains "uk.map".
But in /etc/X11/xkb/symbols/ you just have "gb".

Solution: create a symlink:

cd /etc/X11/xkb/symbols
ln -s gb uk


Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#23 Post by wow »

More info about the "swap file" bug.

@Mark: it also happens in newyearspup-MU-02-rc7 (kernel 2.6.28.5)
@techtype: I can't find your bug report, can you post a link to it?

It only happen when you try to load a "swap file" (not a linux swap partition) stored in a FAT partition. There is no problem with swap partitions and swap files in Ext partitions.

Examples:
Image Image
1. The 'swapon' command get stuck trying to load the swap file
2. It even works if the swap file is inside an Ext2 file which is in a FAT partition.
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#24 Post by wow »

Bug: .conkyrc file is reset every time you start lxde.
Severity: Low
Description: /usr/bin/startlxde will create a fresh copy from /etc/conky/conky.conf to /root/.conkyrc every time you start X.

To solve it, open '/usr/bin/startlxde' with a text editor and replace:
  • Code: Select all

    # Ensure the existance of conky config file
    cp /etc/conky/conky.conf "$HOME/.conkyrc"
    
    with:

    Code: Select all

    # Ensure the existance of conky config file
    if [ ! -f "$HOME/.conkyrc" ]; then
        cp /etc/conky/conky.conf "$HOME/.conkyrc"
    fi
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#25 Post by wow »

Bug: Keyboard layouts are not readed from the xorg.conf file.
Severity: Low
Description: I forgot to change a line in '/root/.xinitrc', to run the XkbApplyNow (XkbConfigManager) command every time X is started to read and apply keyboard settings from the xorg.conf file. Without this change you wont be able to use the "Keyboard layout switcher"(LXPanel plugin) properly.
  • Replace:

    Code: Select all

    #wow: (custom 4.11 puplet)fix keyboard layout (Xorg 7.4)
    setxkbmap -layout `cat /etc/keymap | cut -f1 -d.`
    with:

    Code: Select all

    #wow: (custom 4.11 puplet)fix keyboard layout (Xorg 7.4)
    XkbApplyNow
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#26 Post by MU »

bug:
drm.ko does not work, but drm.bak does:
http://www.murga-linux.com/puppy/viewto ... 939#282939
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

#27 Post by techtype »

wow wrote:More info about the "swap file" bug.

@techtype: I can't find your bug report, can you post a link to it?

It only happen when you try to load a "swap file" (not a linux swap partition) stored in a FAT partition. There is no problem with swap partitions and swap files in Ext partitions.
Oh, I see -- my report was that I could not load a swap partition. I did not realize you were focusing on a swapfile.

http://www.murga-linux.com/puppy/viewto ... 914#277914

User avatar
sue
Posts: 23
Joined: Sat 10 May 2008, 03:41
Location: Anaheim, CA, USA

intel xvesa works; xorg goes black

#28 Post by sue »

xvesa works out of the box with my laptop's intel 4500 chipset. I've tried at least 10 other 4.x puppies, and they all go into an infinite loop hunting for a valid mode.

xorg displays the "If you can see this, X is working." but goes black on exit. I think this is fixed in 2.6.2.
Puppy: Because I want speed!

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#29 Post by wow »

Bug: SDL-1.2.13 without OpenGL support
Severity: Medium
Description: Plinej's sdl-1.2.13,pet package was compiled without OpenGL support, so you wont be able to play certain games such as FretsOnFire, GridWars, Titanion, Torus Trooper, etc.

This is the error message:
Image

To fix it please install the pet package attached below.
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

oh my . . .

#30 Post by wow »

Seems that I'll need to make a service pack or something like that. Perhaps another ISO.

@MU: thanks, I will fix it soon.
@techtype: Have you tried to reformat that swap patition? (gparted, or mkswap /dev/<device node>)
@sue: It worked in Puppy-3? try to replace your current /etc/X11/xorg.conf file with a working copy. They run these commands to switch to Xorg:

Code: Select all

cp /usr/X11R7/bin/
rm X
cp -s Xorg X
xwin
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Re: oh my . . .

#31 Post by techtype »

wow wrote:Seems that I'll need to make a service pack or something like that. Perhaps another ISO.

@techtype: Have you tried to reformat that swap patition? (gparted, or mkswap /dev/<device node>)
I was using frugal installs of several pups selected thru grub.
All were able to use the same swap partition except yours. Nevertheless, I remade the swap partition using different tools, locations and sizes with the same result.

User avatar
sue
Posts: 23
Joined: Sat 10 May 2008, 03:41
Location: Anaheim, CA, USA

xvesa works; xorg fails

#32 Post by sue »

From Puppy 3 xorgwizard-errors.log:
FATAL: Module evdev not found.
Intel chipset detected. However, 915resolution was unable to determine the chipset type.
Chipset Id: 2a408086

The generated xorg.conf uses vesa. Rebooting to test under 1.1 with Driver "intel".
Puppy: Because I want speed!

Jota
Posts: 12
Joined: Sun 15 Mar 2009, 14:51

Old kernel are better??

#33 Post by Jota »

wow...

Maybe it will help you to know that I've replace your kernel with the retro kernel 2.6.21 from BK retro puppy 4.12, and EVERYTHING works ok and very fast, including loading the swap file, I'm able to suspend my laptop with just 'echo -n mem > /sys/power/state', etc, etc.

(of course I use 4.12 vmlinuz and initrd.gz, everything else is from your puppy)

But I have one question... I think that I don't need two file managers, I think right now ROX is a better choice, so what files do I need to delete to get rid of pcmanfm??

Thank you,
Jorge

Jota
Posts: 12
Joined: Sun 15 Mar 2009, 14:51

Old kernel are better??

#34 Post by Jota »

wow...

Maybe it will help you to know that I've replace your kernel with the retro kernel 2.6.21 from BK retro puppy 4.12, and EVERYTHING works ok and very fast, including loading the swap file, I'm able to suspend my laptop with just 'echo -n mem > /sys/power/state', etc, etc.

(of course I use 4.12 vmlinuz and initrd.gz, everything else is from your puppy)

But I have one question... I think that I don't need two file managers, I think right now ROX is a better choice, so what files do I need to delete to get rid of pcmanfm??

Thank you,
Jorge

User avatar
dinky
Posts: 699
Joined: Sat 19 Jan 2008, 23:39

#35 Post by dinky »

Really impressive! I'd no idea you could do so much with lxde. It is starting to become a new favourite for a windows manager. I'm left feeling inspired and a bit awed... the amount of time you've taken to do this must be phenomenal... it makes my humble efforts at Ripple... well... humble...lol.

Anyway, will be playing around with it on my eeepc tonight. 2 thoughts that could make it more fantastic:

1. The link to My Documents on the desktop should go to /root/my-documents, not /root. It's slightly less confusing, as the ordinary user (talking non technical now) won't get all the other folders in root, and unless they're clear what they are for probably shouldn't be playing around with them anyway. Under /root/my-documents you could have other more usual folders to find... pictures, videos, etc.

2. Make it easier to find packages. This could be working towards an eventual build from Barry's woof, if you wanted to go that far, or simple easy places to find more packages, without having to search the forums. This could even be a link in the system to a site where you can download what's listed on the forums. Even better would be eventual compatibility with another distro that already has large software repositories, but this might take more thought. I think you're on the right track, with this pupplet already becoming a favourtie. Probably more a question of what you could be bothered changing to make it easy for others, and how much you will just use this yourself. Anyway, keep up the great work, it's inspiring.

~dinky

Post Reply