Puppy Squeeze 009 Development

A home for all kinds of Puppy related projects
Message
Author
User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#381 Post by pemasu »

Iguleder: How did you update initrd.gz /lib/modules to be in sync with your new kernel ?
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#382 Post by Iguleder »

gjuhasz: lol, that's even worse .... a working numlock without the light on is bad. :)

pemasu: yes. I think the kernel panic happens on init and I think I found the cause now - the kernel was named 2.6.35.6-bfs-ck1-dpup-3, I removed the extra string, so it's just 2.6.35.6. I think the init scripts check the kernel version somewhere, I remember something ... maybe init fails because it cannot detect the kernel version properly. :idea:

Largely, there are 4 things I want this kernel to have: CPU frequency scaling, Nouveau, Intel drivers with KMS and rfkill. For some reason Barry and playdayz (or 01micko) use a 250Hz frequency and the "performance" CPU frequency governor, which is an overkill to laptops, I switched to 300Hz (better responsiveness for multimedia) and "ondemand".
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#383 Post by pemasu »

Iguleder: also was your 2.6.35.6 kernel source patched for squashfs ?
I couldnt find newer patched kernel source than 2.6.34 here: http://bkhome.org/sources/
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#384 Post by Iguleder »

Yes, it has Squashfs.

Doing another build, no patches except Aufs2 this time.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
User avatar
sinc
Posts: 545
Joined: Wed 22 Jul 2009, 20:35
Location: Tampa, FL USA

#385 Post by sinc »

just a quick note... first time boot, using 007, haven't spent much time in dpup yet but i had seamonkey crash 3 times on me while trying to go into gmail. doesn't freeze, the whole screen just closes. don't know why just reporting what happened to me. :)
Last edited by sinc on Tue 28 Sep 2010, 17:56, edited 1 time in total.
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

seamonkey -mail now works at dpup-006

#386 Post by Karl Godt »

006 > seamonkey mail and news is cleaning up my @aim account at the moment . was surprised it didn't asked for password at first setup.
The password was asked for after clicking GetMsgs
Now I want to change the kezboard to qwertz : works fine, had to delete en_US though at xkbconfigmanager but quirky 1.3 was messing the screen that came back switching to Contr+Alt+F2 and immediately back to F4
[EDIT]
Because there are three buttons for the keyboard at the MouseKeyboardWizard:
1.Choose keyboard layout for your country : Switchig from us to de now was blueing/reding the screen here, too; solution same as Quirky
2.Advanced Xorg keyboard configuration : Layout and Layout Variants did the trick
[/EDIT]
huh : 468 messages 21 mb

Numlock seems to work for generic pc keyboards. can switch it, showing green it's numbers and showing no light it's the direction keys.

So it's not NumLock anymore but NumPadOn :idea:
Last edited by Karl Godt on Wed 29 Sep 2010, 07:24, edited 1 time in total.
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#387 Post by dejan555 »

I just logged in/out of my gmail account without crash
Karl it doesn't ask for pass in initial setup indeed but once you want to connect to mail account it has option to remember password
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#388 Post by Iguleder »

Good news, got 2.6.35.6 compiled!

Now I'm doing another build, this time with BFS and some ck1 patches plus modifications. The kernel is very big but it's good :)

Gonna test it on my netbook, it's supposed to fix the audio problems of all 2010 netbooks :D
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
calexand
Posts: 75
Joined: Fri 20 Nov 2009, 18:30

#389 Post by calexand »

Does this mean that 008 will not need the additional xorg_high.pet file added for proper video acceleration?
CA
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#390 Post by Iguleder »

The kernel has nothing to do with the Xorg_High thing. However, if we have KMS it should make things a little bit easier on Intel and nvidia hardware.

The KMS just makes everything happen in native resolution out-of-the-box, under normal conditions the console should be set to your native resolution. Once the kernel boots, you get your native resolution automatically detected.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#391 Post by Jim1911 »

@01micko,

Your wbar for dpup works great. Configuration is simple and reliable, however, (very minor preference) the font still defaults to Creampuff regardless of last font selection.

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

#392 Post by pemasu »

With rfkill and acpitool you can make dpup really laptop friendly binding function keys to small scripts or commands by using Xbindkeys-config. Suspending to ram: acpitool -s, Wlan on and of with for example wlan.sh. I have copied from fluppy /etc/acpi/* the scripts to my other puppies with rfkill and acpitool.

You can get the laptop for airplane mode for example.

Hibernate: acpitool -S if Iguleder compile 2.6.35.6 kernel hibernate enabled :D :?: :D :?:

Also there is dual graphics switching possibility in kernel: switcheroo which would be handy with these new laptops with dual graphics. Need to be also enabled when compiling kernel. :D :!: :D :!:
User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

Re: Numlockx debian package

#393 Post by Bert »

gjuhasz wrote:
Iguleder wrote:Ummm ... we need to get the numlock thing working. Can anyone make a PET?
I use the debian numlockx package. See

http://packages.debian.org/squeeze/i386 ... x/download

However, it does not turn the numlock LED on. This means that this LED becomes working in reverse mode :) if you hit the NumLock button.
It is weird. This has been a known bug in Debian
https://bugs.launchpad.net/debian/+sour ... bug/218202
since Apr 2008 :(
I also have the Debian numlockx installed. The behaviour I have now in Puppy Squeeze : LED is not activated, but the number keys are working. When I hit the numlock key, the LED goes on and the number keys are still active!

Thanks for the link to the launchpad bug two-year-long..discussion. Erratic and controversial results with numlockx are more than confirmed there.
Someone in that discussion explained numlockx is no longer maintained and doesn't work with recent kernels. It seems Ubuntu - and so Mint also- have found another solution.
Out of curiosity I opened the package manager in Mint Debian and sure enough: numlockx is not installed. but Mint Debian handled the numlock perfectly from the first day I used it.
Hope this can help.
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

vlc is quite good

#394 Post by Karl Godt »

vlc 1.1.3 (no gui) for squeeze is here
It needs libiconv from here

As you know, DEV and DOC packages are optional.
It compiles just fine without libiconv too, but then OSD and subtitles don't work. Plays variety of formats.

GTK frontend by sc0tman is here:
http://www.murga-linux.com/puppy//viewtopic.php?t=54753
libiconv-1.13.1-i486-squeeze.pet
vlc-1.1.3-i486-squeeze.pet
vlc-gtk-1.8.pet

from dejan555 at page 19 is working quite well somehow equal and perhaps better than gnome-mplayer
raising the volume by pointing to the video window and using the scroll wheel and f-key for toggling fullscreen are some keys I've found out for today . It is a bit much console but for learning and debugging it's OK ! :)
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

fsck 1.41.12 doesn't ask for confirmation !

#395 Post by Karl Godt »

# fsck -f -v -n /dev/sdc3
e2fsck 1.41.12 (17-May-2010)
Warning! /dev/sdc3 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (562781, counted=562780).
Fix? no

Free inodes count wrong (518908, counted=518907).
Fix? no


/: ********** WARNING: Filesystem still has errors **********

:shock: just for the info !
User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#396 Post by tubeguy »

Okee dokee 007!

1680x1050 wall

1600x1200 wall

Edit: Wallpaper looks a lot better on my CRT than it does on the laptop. :roll:
Attachments
dpuptop092810-400.png
(75.59 KiB) Downloaded 1171 times
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]
User avatar
paulhomebus
Posts: 120
Joined: Thu 21 Jan 2010, 23:23
Location: New Zealand
Contact:

Numlock Pet -

#397 Post by paulhomebus »

I've spent most of my day getting this working.

Quite a challenge!

This pet enables on/off functionality for those who want Numlock on when X starts - btw you can't turn it off again with the numlock key.

it creates these files....

/root/Startup - the check script - this checks /etc/numlockx.lol - to see whether numlock is enabled/disabled are on or off.
/root/.Xmodmap - which disables numlock key
/usr/share/applications/Numlock_locker.desktop - In Deskop X Setings
/usr/bin/numlockx - the main part
/usr/bin/setleds - turns on/off numlock led
/usr/local/bin/set_numlock - actual gtkdialog script for .desktop file
/etc/numlock.lol - true/false lock file

Testing called for - hope it is of some use to somebody!
Paul

Edit: version 2 uploaded - forgot a couple of libs.
Edit-again: version3 uploaded - this time with the libs under /usr/lib not /usr/libs -- sorry!
Attachments
numlockx_sqz.pet
New - new - fixed pet
(38.61 KiB) Downloaded 282 times
Last edited by paulhomebus on Wed 29 Sep 2010, 08:23, edited 2 times in total.
Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

Re: Numlock Pet -

#398 Post by Jim1911 »

paulhomebus wrote:Testing called for - hope it is of some use to somebody!
Sorry, didn't work on my system.

Cheers,
Jim
User avatar
paulhomebus
Posts: 120
Joined: Thu 21 Jan 2010, 23:23
Location: New Zealand
Contact:

#399 Post by paulhomebus »

See post above Jim... I left out a couple of libs.
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#400 Post by Karl Godt »

I don't know if I need it :

downloaded paulhombus' numlock.pet

renamed it to .tar.gz

there is /usr/libs -path in it and not /usr/lib so I didn't install it

BTW : starting with trying to make a .desktop.pet for pupdial by tgz2pet it extracted to /usr/share/applications but created only empty files even when putting the icon to it. Using dir2pet would I have to create the whole pathes inside this directory and if yes, has this directory be located on "/" ?
Post Reply