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

For talk and support relating specifically to Puppy derivatives
Message
Author
Master_wrong
Posts: 452
Joined: Thu 20 Mar 2008, 01:48

#121 Post by Master_wrong »

without patch, I can use pmount to mount ntfs patition so it also open in pcmanfm,

so is anyone can help me on instruction how to automount all partition with pmount everytime i boot up ?

thank you

Master_wrong
Posts: 452
Joined: Thu 20 Mar 2008, 01:48

#122 Post by Master_wrong »

without patch, I can use pmount to mount ntfs patition so it also open in pcmanfm,

so is anyone can help me on instruction how to automount all partition with pmount everytime i boot up ?

thank you

Master_wrong
Posts: 452
Joined: Thu 20 Mar 2008, 01:48

#123 Post by Master_wrong »

sorry for doublepost, I'm confused with dillo...

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

#124 Post by MU »

kernelsource is here:
http://puppyisos.org/wow/unnamed_puplet/sfs/

user: puppy
password: linux

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

Master_wrong
Posts: 452
Joined: Thu 20 Mar 2008, 01:48

#125 Post by Master_wrong »

8)

this is great puplet... I'll surely use this
one thing confuse me however, from MU's puplet autoconnect seems broken, but from WOW's puplet, autoconnect work. I will post screenshot if you need.

Thank you very much for the quick answer and great puplet...

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#126 Post by battleshooter »

Hi guys,

Are the OpenGl dev files available for download? I think that's what's needed. I've attached the error so you can draw your own conclusions. I'm trying to compile Cinelerra but am stuck on this error in make:

Code: Select all

 In file included from bcsubwindow.h:5,
                 from bcbar.h:5,
                 from bcbar.C:1:
bcwindowbase.h:76:20: error: GL/glx.h: No such file or directory
In file included from bcsubwindow.h:5,
                 from bcbar.h:5,
                 from bcbar.C:1:
bcwindowbase.h:764: error: 'GLXContext' does not name a type
In file included from bcbar.C:2:
bcpixmap.h:83: error: 'GLXContext' does not name a type
bcpixmap.h:84: error: 'GLXPixmap' does not name a type
make[2]: *** [bcbar.lo] Error 1
make[2]: Leaving directory `/media/disk-3/Desktop/my_cinelerra/guicast'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/disk-3/Desktop/my_cinelerra'
make: *** [all] Error 2

Any help?
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

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

#127 Post by MU »

battleshooter wrote:Hi guys,

Are the OpenGl dev files available for download? I think that's what's needed. I've attached the error so you can draw your own conclusions. I'm trying to compile Cinelerra but am stuck on this error in make:

Code: Select all

 In file included from bcsubwindow.h:5,
                 from bcbar.h:5,
                 from bcbar.C:1:
bcwindowbase.h:76:20: error: GL/glx.h: No such file or directory
In file included from bcsubwindow.h:5,
                 from bcbar.h:5,
                 from bcbar.C:1:
bcwindowbase.h:764: error: 'GLXContext' does not name a type
In file included from bcbar.C:2:
bcpixmap.h:83: error: 'GLXContext' does not name a type
bcpixmap.h:84: error: 'GLXPixmap' does not name a type
make[2]: *** [bcbar.lo] Error 1
make[2]: Leaving directory `/media/disk-3/Desktop/my_cinelerra/guicast'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/disk-3/Desktop/my_cinelerra'
make: *** [all] Error 2

Any help?
You might need to delete /usr/include/GL (rename) if it exists.
Some driver pets might place files there.
Then type:
ln -s /usr/X11R7/include/GL /usr/include/

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

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

#128 Post by MU »

Master_wrong wrote:8)

this is great puplet... I'll surely use this
one thing confuse me however, from MU's puplet autoconnect seems broken, but from WOW's puplet, autoconnect work. I will post screenshot if you need.

Thank you very much for the quick answer and great puplet...
Yes, a screenshot might help.
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#129 Post by battleshooter »

MU wrote:
You might need to delete /usr/include/GL (rename) if it exists.
Some driver pets might place files there.
Then type:
ln -s /usr/X11R7/include/GL /usr/include/

Mark
Thanks so much Mark, that solved it, and now I've also learnt a new trick. :D (Though I guess it may seem simple to some) Thanks so much!

By the way, I seem to have Cinelerra going, just need to test it a bit more, maybe there'll be an SFS sometime, thanks again Mark. :D

Battleshooter
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#130 Post by battleshooter »

Hello again :)

Um, another simple question which clearly displays my lack of knowledge with LXDE: How do you switch off transparencies for rxvt? Programs that run with it like Dosbox or VisualBoyAdvance, show up rather "ghosty". Screenshot will hopefully explain it better.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

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

#131 Post by MU »

I think you can pass a parameter, like
rxvt -sh 1

(rxvt -help for details)

This gives me a black background.
If it still does not work with dosbox, you might try to use rxvt from Puppy (copy it for example to to /usr/bin/rxvt-puppy).

If that also fails, I could try to find another terminal emulator.

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

#132 Post by wow »

Start/Stop xcompmgr:
Image

Disable transparent Urxvt:
Image

or

Run 'lxsession-edit' to disable xcompmgr, then logout or restart X.
[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:

#133 Post by MU »

Hi wow, nice to read you again!
How are you doing?
Still lots of work?

I started to work again this week.
Leave home at 7 am, come back at 6.30 pm...
I'm too tired then to work on Puppy related things :?
But I hope I get used to it after a while, or when the temperatures go down.

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

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#134 Post by battleshooter »

Start/Stop xcompmgr:
Thanks Wow, did the trick :D

Thanks also for the suggestion Mark. Didn't work for me though. Not sure why, I might have done it wrong, but it doesn't matter now.
Leave home at 7 am, come back at 6.30 pm...
That's a pretty long work day, but glad to hear you've found work Mark, all the best in your new job! :)

Battleshooter
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

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

#135 Post by MU »

I had a request by someone, he wants to run ultrapup in vmware esxi.
That virtual machine uses virtual SCSI drives.
So I made a test iso.
I replaced initrd.gz with a new one, that contains all modules from
/lib/modules/2.6.28.5/kernel/drivers/scsi/.
And of course an updated modules.dep.
These modules are all loaded at startup from "init".
A very "rough" method to load them all, but I have no idea, how to load only required ones.

The iso can be downloaded from:
http://puppyisos.org/isos/2009-01-to-06 ... scsi-test/
user: puppy, password: linux

I have no idea, if it really works, as I have no matching environment to test it on my own!

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

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

#136 Post by MU »

the scsi test-iso was wrong, by accident I used files from the older iso with kernel 2.6.27.5.

I now uploaded version 1.1b, with those from kernel 2.6.28.5.

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

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

#137 Post by MU »

the scsi puplet works on a Vmware ESXi server.
From a mail:
- About raid support

- Worked perfectly on vmware esxi now - would really like to learn how you
did that.
So I wrote a general instruction that explains, how I modified the iso:
http://www.murga-linux.com/puppy/viewto ... 482#333482

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

User avatar
mpierrat25
Posts: 113
Joined: Thu 23 Aug 2007, 20:56
Location: France (25)

LXDE on Acer 0ne

#138 Post by mpierrat25 »

Mark,

In order to solve problem in implementing Puppy on Acer AA1 notebook, Iscraigh mentioned to me your lxde pupplet running under 2.6.28.5 which support booting with a SD card engaged on the storage expansion slot. (Pb with Macpup )

LXDE support it (and looks very nice ) however it's ok when booting from live CD but when trying a booting from flash drive, I ended up with sound problem ( a strange tac tac tac... noise).

So I am waiting your comment before trying a double boot full install ( linpus/puppy).

rgds,
Michel

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

#139 Post by MU »

Michel,
I have no idea, but would try to exit X and run "alsawizard".

---------------------------------------
I uploaded a special pet for Ati and Intel graficscards, that upgrades Xorg and some drivers:
http://www.murga-linux.com/puppy/viewtopic.php?t=46266

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

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

#140 Post by MU »

uploaded Ati Catalyst 9.10beta:

http://puppyisos.org/isos/2009-01-to-06 ... oprietary/
user: puppy
password: linux

This was made from a binary pre-release package for ubuntu.
I compiled the kernelmodule myself, but did not apply the ubuntu patch, as it is a "all in one" patch that requires ubuntus folderstructure.

At first sight, I do not see great advantages compared to the older catalysts.

More info:
http://www.phoronix.com/forums/showthread.php?t=18915
https://launchpad.net/ubuntu/karmic/+so ... 0-0ubuntu1

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

Post Reply