Search found 282 matches

by PANZERKOPF
Sat 07 Apr 2012, 21:06
Forum: Users ( For the regulars )
Topic: Internal mobo speaker: how to make it output sound as a test
Replies: 22
Views: 3762

Re: Internal mobo speaker: how to make it output sound as a test

1. I have a small Windows program that makes it output a single beep, but how to produce some test sound from within the Puppy Linux environment? I presume you mean an internal beeper-speaker, not a speaker connected to soundcard? Busybox has nice applet: "beep". It can generate a tone vi...
by PANZERKOPF
Sat 31 Mar 2012, 15:41
Forum: Programming
Topic: How can i check if sfs is loaded?
Replies: 29
Views: 6801

SFR wrote:Hi RSH
In /etc/rc.d/BOOTCONFIG I found a list of currently loaded .sfs files.
BOOTCONFIG contains list of files mounted by initrd but RSH needs a list of manually mounted files.
Seems that is impossible to recognize a name of file being mounted as loop device. :(
by PANZERKOPF
Sat 31 Mar 2012, 15:13
Forum: Programming
Topic: Programming Links WWW Browser
Replies: 3
Views: 1212

Re: Programming Links WWW Browser

Does anyone have a suggestion on how to work around this issue, or to implement something that enables Links to execute a program which is on the harddisk? Maybe this option can help you: Menu > Setup > Associations. And another thing... is there a way to build HTML files into a resource file so th...
by PANZERKOPF
Sat 17 Mar 2012, 12:36
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

I went through and fixed most of the syntactical build errors, and tweaked the font and border settings so it isn't so fugly. Still needs a lot of cleanup though ... mainly how the functions and variables are declared... also made a build script. Edit @PANZERKOPF, btw most of the fixes were not you...
by PANZERKOPF
Wed 14 Mar 2012, 16:44
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

About GetGUI: I modified somewhat, now it can recognize Dialog/Xdialog syntax and following options: --title --backtitle --ok-label --yes-label --cancel-label --no-label --no-cancel --default-item --password --msgbox --inputbox --yesno --menu --menubox --radiolist --checklist --combobox --fselect Ge...
by PANZERKOPF
Thu 16 Feb 2012, 19:48
Forum: Users ( For the regulars )
Topic: troubles with libjpeg [SOLVED]
Replies: 7
Views: 3687

I can't get imlib2 to play nice with feh, but wbar has no problems... Seems Imlib2 's jpeg loader is broken. Wbar has no problems because you are using png or other non-jpeg images as icons so they are shown correctly. Did you try to use jpeg images with Wbar? I never used Wbar or Imlib so that is ...
by PANZERKOPF
Sun 12 Feb 2012, 16:32
Forum: Users ( For the regulars )
Topic: troubles with libjpeg [SOLVED]
Replies: 7
Views: 3687

Re: troubles with libjpeg

# ldd ./links | sort | grep jpeg libjpeg.so.7 => /usr/lib/libjpeg.so.7 (0xb7b02000) libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0xb7f08000) Seems you have libtiff (used by Links) linked with one version of libjpeg and Links (itself) linked with another version of libjpeg. Keep one version of libjpeg, re...
by PANZERKOPF
Mon 30 Jan 2012, 00:05
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

Meanwhile I have spend some time trying to build gqview with uclibc/tinyX but seems to need a lot of patching (probably of the gdk/gtk/pixbuf-libs). So remembered trying out danpei some time ago and did a quick build test: Builds nicely and honestly: Much more clean interface than gqview in my opin...
by PANZERKOPF
Thu 26 Jan 2012, 20:28
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

goingnuts wrote: Now we only need to find all those tk apps to replace the gtk1 apps (editor, ftp, archive, mail, paint, chat etc.).
There are some TK apps in Puppy 3 repository:
ftp://ftp.nluug.nl/pub/os/Linux/distr/p ... ackages-3/
Another start point:
http://wiki.tcl.tk/693
by PANZERKOPF
Fri 20 Jan 2012, 20:08
Forum: Wireless
Topic: ndiswrapper written in C to replace Perl script
Replies: 5
Views: 3335

Re: ndiswrapper written in C to replace Perl script

I would like to know if the ndiswrapper executable written in C, that PANZERKOPF found, works. Could you test it with your hardware? Some time ago I tested it with three cards: 1) Zyxel G320H (Hasn,t native Linux driver) 2) Asus wl-138Gv2 (BCM 4318 Chip. Has native driver, unloaded before testing) ...
by PANZERKOPF
Fri 20 Jan 2012, 19:14
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

Found Explorer-like two-panel filemanager. Very fast, supports drag-n-drop and needs Xlibs only.
One interesting thing: it has own GUI toolkit "cxxx" (never heard of it before) written in c++.
Note: Attached file is xzipped but has gz extension to avoid board rejection.
by PANZERKOPF
Sat 14 Jan 2012, 23:29
Forum: Users ( For the regulars )
Topic: Laptop volume control buttons.
Replies: 1
Views: 694

Re: Laptop volume control buttons.

Sizzlechest wrote:I already know the keycodes from running xev, but I can't manage to bind them.
You must create a text file (Often named as Xmodmap) with redefinitions and load it with xmodmap utility.
Syntax:
Keycode nnn = keysym
For example:
Keycode 123 = XF86AudioLoverVolume
Keycode 124 = XF86AudioRaiseVolume
by PANZERKOPF
Mon 02 Jan 2012, 00:10
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

I tried to make the gtk-server but unfortunately I only can get it running with gtk2 - gets the following error with gtk1: ./demo-stdin.awk *** glibc detected *** gtk-server: free(): invalid pointer: 0xb7ea0f04 *** Weird.. I have compiled old version of gtk-server(1.3.4) with gtk1 and GCC 4.4.4. Su...
by PANZERKOPF
Thu 22 Dec 2011, 16:02
Forum: Cutting edge
Topic: Developing FirstRUN for Puppy CD's initial boot
Replies: 62
Views: 42337

Does that mean that instead of usung aufs? and Squash? it only uses vmlinuz and initrd and as you say the root is imbedded. Aufs is mostly used when we want to create a writable layer (tmpfs or other) upon read only filesystem (squashfs or other). Initramfs used in Microsaurus is already writable s...
by PANZERKOPF
Wed 21 Dec 2011, 18:17
Forum: Cutting edge
Topic: Developing FirstRUN for Puppy CD's initial boot
Replies: 62
Views: 42337

nooby wrote:Yes would be cool if you can make something like a rescue thing
for USB and CD/DVD but I don't mind if it works as frugal install on HD
This is a kernel with embedded root filesystem so it always boots "as frugal".
You can boot it from any device supported by BIOS and bootloader.
by PANZERKOPF
Wed 21 Dec 2011, 16:40
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

technosaurus wrote: I did find out that upx-ing the binaries has a huge negative effect on resource usage (it almost tripled with upx'd binaries)
Maybe it not cleans itself from memory after unpacking a program?
I mean that a part of UPX code stays in memory even program is already unpacked and run.
by PANZERKOPF
Wed 21 Dec 2011, 15:41
Forum: Cutting edge
Topic: Developing FirstRUN for Puppy CD's initial boot
Replies: 62
Views: 42337

technosaurus wrote:Ok here it is, Puppy in <1mb in a single bzImage
Have tested it. Whole boot process takes 0.5 Sec (or thereabout).
Seems kernel is filled with gunpowder.... :)
by PANZERKOPF
Mon 19 Dec 2011, 18:28
Forum: Users ( For the regulars )
Topic: Remastering doesn't work in 525 or 528
Replies: 24
Views: 10007

Karl Godt wrote: perhaps the backticks had been converted by witch into single quotes ..
:P
:D
To avoid her magic tricks:
grep -e 'Xdialog' $(which remasterpup2)
by PANZERKOPF
Mon 19 Dec 2011, 15:03
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

goingnuts wrote: aumix...
I recommend "gamix" instead of "aumix". Aumix lacks some controls on several soundcards whreas gamix has same functions as alsamixer. It is both compatible with gtk1 or gtk2.
by PANZERKOPF
Sun 18 Dec 2011, 15:15
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 502123

N/A in microsaurus' case, Xlocale files you can borrow from same (or maybe any?) verison of Xorg. I rarely set my locale corresponding to my keyboard layout - e.g. in Puppy I usually set my locale to en_GB, while my kbd-layout, both in console and in X, is set to "se". Puppy has Xlocale f...