Dpup Wheezy. Woof-CE built debian wheezy 7.2 packages used

A home for all kinds of Puppy related projects
Message
Author
User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#421 Post by charlie6 »

Hi Pemasu,
some more infos about:
charlie6 wrote:...A few minutes before that, i just got successfully driver-nvidia-304.88 on the very same machine+puppy session.
I indeed got a nvidia-304.88-k3.5.2-wheezy.pet + .sfs file compiled , but there is no nvidia driver in xorgwizards drivers choice list ... so...no use !
...
Now i got that nvidia-304.88-k3.5.2-wheezy.pet nvidia driver to work !! :)
This looks trivial:
In wheezy, the nvidia.ko driver is awaited to be located in:
/lib/modules/3.5.2-dpup/kernel/drivers/video/nvidia/nvidia.ko
BUT either in the pet or in the sfs, it is located in
/lib/modules/3.5.2-dpup/kernel/drivers/video/nvidia.ko
After have installed the pet , just symlinking as follows solves the question:

Code: Select all

ln -s /lib/modules/3.5.2-dpup/kernel/drivers/video/nvidia.ko lib/modules/3.5.2-dpup/kernel/drivers/video/nvidia/nvidia.ko
I also noticed to have only 1024x768 depth=16 working resolution using a Samsung Synchromaster 152a display. Forcing xorgwizard to depth=24 causes X to a black screen.
last edited:
using a Samsung Synchromaster 204b display: through the Nvidia Settings menu, and xorgwizard as well, the display resolutions range is wider, and 1280x1024 and depth=24 can be achieved :D

Charlie
Last edited by charlie6 on Tue 30 Jul 2013, 07:10, edited 1 time in total.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Odd behavior in Firefox

#422 Post by edoc »

Wrong thread ... again :oops:
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#423 Post by James C »

Still working pretty darn well........
Attachments
Wheezy 3.5.2.6.jpg
(35.91 KiB) Downloaded 1399 times

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#424 Post by anikin »

James C,
you are throwing salt to the wound ... Yes, it runs great, I will attest to that. And yet, it is the only of my recent puppies, that I'm not at liberty to give a good run. Because of that "boot failsure" feature. I tried to edit the scripts, broke into initrd, but due to lack of savvy, failed to disable it. On every boot, it sticks a desktop flag on my windows partition. Security aside, that partition happens to be an SSD drive, and I want it to last, I want it to have fewer writes, not more. I don't want it to be burglarized, even if the burglar happens to be pemasu, or even Barry himself.

Pemasu, do you know what exact lines in what exact scripts should I comment out to disable "failsafe", both in dpup Wheezy and upup Raring?

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

#425 Post by pemasu »

anikin. There are quite many of them. But here is the woof commit:
http://bkhome.org/fossil/woof2.cgi/info/e28eb986ce

With anonymous login, you can go deeper and check the diff of the changes files and see the lines which have been modified in each script.

The pupdesk.flg mechanism can be disabled at woof building state nowadays. Now...when running 3builddistro, the script asks do you want to enable or disable it.

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#426 Post by anikin »

Oh, yes, quite a few. I had a look at them and later versions.
That's too much for me. They make my overwhelmed, little brain swim.
I'm sitting with 3 remastered, non-booting puppies: this one, upup raring and precise-5.7.
Did nothing extraordinary, usual stuff using remasterpup2 script ... no go.
With Barry's raring took a different approach - remastered via unsquashing/squashing and copying over stuff manually from the working tree. That one works. Have a gut feeling, the pupdeskflag is playing tricks on me. Pemasu, please clarify one thing in those scripts. Starting with quicksetup > initrd > init ... pupmode 5, is treated differently. So my question is this: if you disable failsafe in woof at build time, will that also disable failsafe for pupmode-5? Just desperately trying to understand how it works.

Thank you in advance.

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

#427 Post by pemasu »

Anikin. If the failsafe is dropped, only that feature is not in use. It just means that if you boot the black screen when X is starting and you have to press power button, then next time there is no automatic xorgiward in console state waiting for you. It will boot to the same black screen again.

The pupdesk.flg mechanism is only for preventing that. Nothing else.

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#428 Post by OscarTalks »

I was looking at the situation with pBurn in Dpup Wheezy and there are a few issues.

The dependency check of pBurn 3.7.18 reports that dvd+rw-tools is missing. The official Debian .deb of dvd+rw-tools-7.1 is installed but it seems pBurn does not see it.

I compiled dvd+rw-tools-7.1 from source in Dpup Wheezy and I notice some of the files are different from the .deb package. Anyway, pBurn recognises it and the dependency check reports "OK".

I then looked at upgrading to the latest pBurn (4.0.4).

Am I correct in thinking that Dpup Wheezy has gtkdialog-0.8.4-r514 already installed? There is a gtkdialog file in /usr/sbin which I think is this binary, BUT there also is a symlink named gtkdialog in /usr/bin which links to gtkdialog4 in /usr/bin

I think you have to delete this symlink otherwise it over-rides the newer gtkdialog in /usr/sbin

If I do not delete the symlink, the new pBurn reports gtkdialog as too old but if I delete the symlink the dependency check reports gtkdialog "OK". This also affects the latest pMusic if you try to install that.

Also, the new pBurn needs cdrtools-3 which I have compiled from source in Dpup Wheezy. If it is available as a Debian package I couldn't find it.

I am attaching these packages in case anyone wants to TEST them. Install at your own risk. The cdrtools-3 package does seem to work with pBurn 4.0.4 but does over-write some existing files so it may be affecting other programs. May be perfectly OK though. Reports welcome.

With Datafilehost you need the small grey "DOWNLOAD" button.

cdrtools-3.01a16 Wheezy .PET
download = http://www.datafilehost.com/d/7674c28e
md5sum = 8604344b2265430afa9f43d38138cf48

cdrtools_DEV-3.01a16 Wheezy .PET
download = http://www.datafilehost.com/d/2aaa195e
md5sum = 95b45b23e72b56a76750bdc71dce0ed5
Attachments
cdrtools_DOC-3.01a16-wheezy.pet
cdrtools-3 DOC files for pBurn (optional) - main (essential) and DEV packages uploaded to datafilehost
(168.79 KiB) Downloaded 479 times
dvd+rw-tools-7.1-wheezy.pet
Dependency for pBurn compiled from source
(112.06 KiB) Downloaded 453 times
Oscar in England
Image

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#429 Post by charlie6 »

Hi OscarTalks,
OscarTalks wrote:...Am I correct in thinking that Dpup Wheezy has gtkdialog-0.8.4-r514 already installed?...

Code: Select all

sh-3.00# gtkdialog -v
gtkdialog version 0.8.4 r514M (C) 2003-2007 Laszlo Pere, 2011-2012 Thunor
Built with support for: GTK+ 2, Glade.
sh-3.00# 
...The dependency check of pBurn 3.7.18 reports that ... There is a gtkdialog file in /usr/sbin which I think is this binary, BUT there also is a symlink named gtkdialog in /usr/bin which links to gtkdialog4 .... This also affects the latest pMusic if you try to install that.
That gtkdialog issue has been fixed in later Pburn's as also PMusic versions. Just download both latest ! :)
That gtkdialog's symlink issue has already been reported as fa as i right remenber ... just browse across the forum member Zigbert's Pburns and PMusics threads to learn more about it.
Hope this helps
Charlie

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

calcurse-3.1.4 cli organizer compiled for wheezy

#430 Post by charlie6 »

Hi,
calcurse-3.1.4 organizer compiled for wheezy
(calcurse is a text-based calendar and scheduling application.)
here: http://www.murga-linux.com/puppy/viewto ... 476#721476
runs also on raring-3.9.9.X
Enjoy !, charlie

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#431 Post by futwerk »

a few backgrounds.
Attachments
wheezyst1,2.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(7.43 KiB) Downloaded 932 times
wheezyjy8.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(23.1 KiB) Downloaded 901 times
wheezyau13.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(16.49 KiB) Downloaded 949 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#432 Post by musher0 »

Hi, futwerk.

I hope you are well.

picture au13 is quite different, I like the concept. It tries to delimit where the default Puppy icons are, perhaps ?

However, any way to change the very sad grey background :cry: to a more joyful color ? :)

Best regards.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#433 Post by futwerk »

Hi, Musher0, here are a couple of varitions of au13. Enjoy.
Attachments
wheezyau13rz.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(15.87 KiB) Downloaded 798 times
wheezyau13rz1.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(16.8 KiB) Downloaded 799 times

Wognath
Posts: 423
Joined: Sun 19 Apr 2009, 17:23

pet for java and flash

#434 Post by Wognath »

Hello,
Here's a little pet for people who prefer to keep java and flash player out of pupsave, and use only when needed. The script adds links in /tmp/lib. The pet has permanent links from /usr/lib/mozilla/plugins to /tmp/lib. The script in /root/my-applications must be edited to give the correct paths to libnpjp2.so and libflashplayer.so on your system.
Hope someone finds this useful.

P.S. Many thanks to Zigbert for http://murga-linux.com/puppy/viewtopic.php?t=38608
Attachments
jf.pet
(5.68 KiB) Downloaded 359 times

Wognath
Posts: 423
Joined: Sun 19 Apr 2009, 17:23

Order of icons in the tray

#435 Post by Wognath »

Since this question is not specific to Wheezy, I moved it to Beginners section of the forum http://murga-linux.com/puppy/viewtopic.php?p=726601

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#436 Post by musher0 »

futwerk wrote:Hi, Musher0, here are a couple of varitions of au13. Enjoy.
Thanks!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#437 Post by futwerk »

new background.
Attachments
wheezymi11p.jpg
http://www.mediafire.com/?yhf9frimn6ama50,k3c0t9bdullgcri,hikk1c9nl0chvc9,7s77vaac6agasgh,cmf5vz1ni8esas2,mu3953boa7gi1n1
(10.88 KiB) Downloaded 1065 times

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#438 Post by futwerk »

new background.
Attachments
wheezyse6,65rz1.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(9.92 KiB) Downloaded 920 times
wheezyse6,65rz.jpg
http://www.mediafire.com/?x4v77bi1p58ox
(9.66 KiB) Downloaded 907 times

Wognath
Posts: 423
Joined: Sun 19 Apr 2009, 17:23

run without save file

#439 Post by Wognath »

Hello,
Still love Wheezy! I just remastered with /etc and /root customized to my settings. My intention was to run it in ram, as a frugal install on HD with no savefile, for more secure online banking. But when I boot with pfix=ram, I get the keyboard, country and xorg wizards and my customizations are overwritten.
I have this from arseh at http://www.murga-linux.com/puppy/viewtopic.php?t=89970 (Slacko)
Is there any practical way to remove [the quick setup menu] from the start, while it can remain as a program that can be used for times that it can be needed?
Or - I can delete the quickstart file from the system.
and from MochiMoppel:
Expand the main Puppy file (unsquashfs puppy_whatever.sfs) . In the resulting squashfs-root directory go to squashfs-root /var/local and create an empty file delayedrun_firstboot_flag. Repack the main file with mksquashfs squashfs-root puppy_whatever.sfs. That's it.
But I don't find a delayedrun_firstboot_flag file in Wheezy. Can someone tell me how Wheezy detects whether or not it's a first boot? Or another method to avoid the startup wizards?

Thanks
Wheezy 3.5.2.7, frugal installs on Lenovo S12 netbook

wanderer
Posts: 1098
Joined: Sat 20 Oct 2007, 23:17

#440 Post by wanderer »

hi pemasu

we over at the community edition
are trying to make a woof debian base puppy
since you are the expert
could you give me any advice
about making an up to date
woof wheezy
also would you allow us to take a look at your project
and possibly use some of your ideas

any help would be appreciated

thanks

wanderer

Post Reply