Lighthouse 64 5.12 Beta 1

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#81 Post by 01micko »

FWIW..

TazOC, slacko ships with cups-1.4.6 direct from slackware. It has probably been the least trouble. The only hack applied is the authentication hack for root user. (also it follows the default woof template). the only printing problems that have been reported have been my fault for not including the correct libusb. I don't know if this would be the same for x86_64.

z_spup_cups_authentication_fix-002.pet. This hack has been the same for almost a year.

Cheers
Puppy Linux Blog - contact me for access

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: aufs; Default Apps Chooser; CUPS

#82 Post by rcrsn51 »

tazoc wrote:I'm curious if you have recommendations for which CUPS version I should try to compile. Slack 13.37 has 1.4.6, while http://ftp.easysw.com/pub/cups/ has 1.4.8 and 1.5.0 as well as many earlier versions.
When you read the CUPS bug reports, almost none of them apply to the Puppy environment. I can't see a problem with keeping your current version. (Personally, I think that CUPS 1.3.11 is the superior release.)

It would be nice if some other users would test printing. It may be that our current GTK-CUPS patch is good enough. I now suspect that Jim's and my adventures had nothing to do with the patch.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

LibreOffice 3.4.2 printing workaround

#83 Post by tazoc »

I found that if LibreOffice 3.4.2 fails to print, from the LO application,

Choose File -> Print -> Select your Printer -> Properties -> Device

In the 'Printer Language type' drop-down change 'PDF' to 'PostScript (Level from driver)' -> OK -> Print.

LO doesn't seem to save the configuration globally, because opening a new document resets that property back to PDF, so I must repeat the steps for each new document.

Printing from Abiword or Firefox was OK. That's with my Canon MP560; try it with your printer...
-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
Barburo
Posts: 298
Joined: Thu 14 Jun 2007, 18:49

Testing L64 512 b

#84 Post by Barburo »

... more on testing

I am using the Compiz Desktop and I quite like it. It must share the titlebar with openbox but gives you the C-F effects. The rightclick desktop context menu works well too.
Can you tell me what is the setting to change to stop the screen contracting to the four desktops whenever the cursor is top left? (Searched but can't find it in settings).

I downloaded the KDE and the Gvfs .sfs files as suggested and rebooted. Then used WM switcher to try KDE.
I get this error:
kstartupconfig4 does not exist. Error code 27. Check your installation.
When using the WM switcher to Xfce I get this error:
Could not look up internet address for L64-512b - sda5. This will prevent Xfce from operating correctly. It may be possible to add L64-512b - sda5 to etc/hosts.
I did that but the error persists. ( L64-512b - sda5 is what I changed the system name in etc/hostname from Mariner so I see in gkrellm what version of LHP I'm using and where it's located).

Xfce does open but with large fonts - perhaps this is a characteristic of Xfce. I cannot change the background in Xfce.

I Tried using WM to switch to LXDE from Xfce - it would only do this if I pressed Ctl-Alt-Backspace.

I still cannot change background in LXDE - right click on desktop has no effect - no menu displayed.

So several things not quite right for me in L64-512b but I do like several of the extras you've worked on and included.

sys-info file attached

B.
Attachments
sys-info-110921.gz
(10.24 KiB) Downloaded 297 times
[i]Laptop[/i]: Acer Aspire 5810TZ

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: LibreOffice 3.4.2 printing workaround

#85 Post by rcrsn51 »

tazoc wrote:In the 'Printer Language type' drop-down change 'PDF' to 'PostScript (Level from driver)' -> OK -> Print.
That makes sense. The basic issue here is whether applications are sending data to CUPS in PDF or PS form.

There are several ways that this can go wrong. If an application goes through the GTK CUPS backend, then the backend and CUPS must agree on the format. I suspect that's why our hack works. The Fatdog version of /usr/lib/gtk/.../libprintbackend-cups.so is the correct match to LH's CUPS. The version with your newer GTK has it wrong.

The other pitfall occurs when there is a mismatched version of CUPS that is missing the required filter to process the PDF/PS data when it arrives.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: LibreOffice 3.4.2 printing workaround

#86 Post by rcrsn51 »

tazoc wrote:Printing from Abiword or Firefox was OK. That's with my Canon MP560; try it with your printer...
Printing now works for me from all apps. I suspect that the difference between Abiword and Libreoffice has to do with dynamic vs static builds. Abiword prints through the host machine's GTK-CUPS backend, so it works once we got the backend fixed. But Libreoffice hooks directly to CUPS, so it must send the data in the expected form.

What I still don't understand is how GTK and CUPS agree on what format to use when they are compiled.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: Testing L64 512 b

#87 Post by tazoc »

Barburo wrote:Can you tell me what is the setting to change to stop the screen contracting to the four desktops whenever the cursor is top left? (Searched but can't find it in settings).
Right-click Fusion-icon in the sys tray -> Settings Manager -> Desktop -> uncheck Expo.
I downloaded the KDE and the Gvfs .sfs files as suggested and rebooted. Then used WM switcher to try KDE.
I get this error:
kstartupconfig4 does not exist. Error code 27. Check your installation.
Thanks for the sys-info. I would change your Grub config entry kernel line from

Code: Select all

psubdir=L64-512 pdev=sda5 pmedia=atahd
to

Code: Select all

pmedia=atahd pdev1=sda5 psubdir=L64-512 pfix=fsck
(pdev1 instead of pdev, add pfix=fsck) Reboot to apply the changes. See also md5 notes below.
When using the WM switcher to Xfce I get this error:
Could not look up internet address for L64-512b - sda5. This will prevent Xfce from operating correctly. It may be possible to add L64-512b - sda5 to etc/hosts.
I did that but the error persists. ( L64-512b - sda5 is what I changed the system name in etc/hostname from Mariner so I see in gkrellm what version of LHP I'm using and where it's located).
The hostname can't have any spaces, use Menu -> Setup -> Personalize Settings to change the host name system-wide and restart X. (see tool tip in Personalize Settings.) Otherwise disregard the Xfce message for now.
Xfce does open but with large fonts - perhaps this is a characteristic of Xfce. I cannot change the background in Xfce.
Restart X to make sure rox or pcmanfm aren't still active. Open Xfce Settings Manager from the desktop menu in Xfce -> Appearance -> Fonts -> adjust the DPI setting up or down as desired. Click on Desktop in the Xfce Settings Manager for the background. Might be a display bug though. I had weird problems with the background with 2 monitors active.
I Tried using WM to switch to LXDE from Xfce - it would only do this if I pressed Ctl-Alt-Backspace.
I have the same behavior here. Working on a fix for that.
I still cannot change background in LXDE - right click on desktop has no effect - no menu displayed.
Type

Code: Select all

pcmanfm --desktop-pref
in a terminal. Reboot with the changes to Grub above. If that doesn't help, check the md5sums by copying click-to-verify-mariner from the ISO into /mnt/home/L64-512/ and click on it. If KDE still won't start check its md5sum. Some files from the KDE SFS appear to be missing.
So several things not quite right for me in L64-512b but I do like several of the extras you've worked on and included.
Thank you for the feedback and thorough beta-testing. Helps ensure that the the next one is better.
-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#88 Post by Jim1911 »

Hi TazOC,

Kirk has posted this on the Bibletime thread "I've uploaded a pet for Bibletime-2.8.1 to the Fatdog64 repo. It has a couple of bug fixes patched in. It requires the qt4, clucene, and sword packages install. Please note the the qt4 package requires a reboot. Also, I haven't tested this much."

I installed it on Fatdog and LHP and it works, however on LHP it breaks the KDE WM and does not have the menus as your compilation of Bibletime 2,8 did also. The Menus are correct on Fatdog. However there may be a clue as to why the menus don't work on LHP. Notice the difference in fonts in the following desktops. I have no idea as to why they are different since Kirk's pets were installed on both distributions. I was unable to determine which of Kirk's pets broke KDE.

Another problem is that the "Bookshelf Manager" does not work, see the Bibletime thread for additional comments regarding Bibletime for Fatdog 64.

EDIT: Kirk's already determined that the Bookshelf Manager problem was caused by some missing QT4 files and has posted the corrected version.

Hopefully, Bibletime, which is the best Linux Bible study program available can be made to work on LHP 64.

Cheers,
Jim
Attachments
LHP64.jpg
(66.08 KiB) Downloaded 1525 times
Fatdog64.jpg
(75.45 KiB) Downloaded 1588 times
Last edited by Jim1911 on Sat 24 Sep 2011, 02:28, edited 1 time in total.

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

touchpad dismally slow

#89 Post by bwh1969 »

Went to use this on my Asus 1201T with 64 bit Athlon Processor.

TouchPad is not usable. it takes at least a dozen swipes to get the cursor to move a across the screen. I tried using the mouse tool to increase the acceleration, but that did not do a thing.

Help?

EDIT: changed min speed and max speed and acceleration in xorg.conf to higher values. Drastic improvement. Mouse tools while running desktop are ineffective in changing settings.
Last edited by bwh1969 on Sun 25 Sep 2011, 11:43, edited 1 time in total.

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

rtl8192se wireless

#90 Post by bwh1969 »

Still not in the kernel. Most linux distributions include this one, as it is somewhat common now.

I attached it the source from Realtek. Might be nice if it could be compiled into a pet for now.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: rtl8192se wireless

#91 Post by rcrsn51 »

bwh1969 wrote:Might be nice if it could be compiled into a pet for now.
Here it is.
Last edited by rcrsn51 on Sun 25 Sep 2011, 12:13, edited 1 time in total.

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

Re: rtl8192se wireless

#92 Post by bwh1969 »

Installed

depmod -a

ifconfig wlan0 up

Bada bing... works. They recently released this newer version of the driver and it is significantly more stable.

rcrsn51 wrote:
bwh1969 wrote:Might be nice if it could be compiled into a pet for now.
Here it is, but there are no guarantees that it will work.

Update: There have now been six downloads and no replies, so I have removed the attachment.

If anyone wants to test this driver and provide some feedback, I will post it again.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: rtl8192se wireless

#93 Post by rcrsn51 »

bwh1969 wrote:Bada bing... works.
Excellent. I have rebuilt the PET with a few extra bits like tempestuous uses. Then it should work with the networking wizards.

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

No Amarok?

#94 Post by bwh1969 »

I just realized that Amarok is not in the KDE sfs?

I attempted to build it, but of course the build failed with qt issues within moments.

I tried installing from one of the repos first, but it wanted to basically upgrade all of kde at the expense of 425+ MB. I deselected some things and within a few downloads and installs of the dependencies, my machine froze.

An Amarok SFS might be nice if someone knows how to get it to even build first.

Digikam and showfoto might be nice, but I do have Kubuntu 11.04 running in virtualbox so I can deal if need be.

I am trying to use Lighthouse 64 in lieu of Snowpuppy because some of my RAM is "missing" running 32 bit.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: rtl8192se wireless; Amarok, BibleTime

#95 Post by tazoc »

rcrsn51 wrote:
bwh1969 wrote:Bada bing... works.
Excellent. I have rebuilt the PET with a few extra bits like tempestuous uses. Then it should work with the networking wizards.
Nice! Thank you rcrsn51 and bwh1969 for the drivers and firmware. I'll add Kirk's new RTL Pets for k3.0.3 to LHP Update in the next release.

Re: Amarok, BibleTime, Digikam: I've been installing Winamp from their website in Wine because it doesn't require KDE, but still miss Amarok sometimes. Both tend to be buggy in my trials, but Amarok has features like no other. It sure has a lot of dependencies! The redundant KDE dependencies in PPM arise because they are in the KDE SFS instead of the base system and I haven't found a way to avoid that.

I've been so busy with kernel 3.0.3, other updates and getting KDE itself more reliable I haven't had time devote to extras like Amarok or BibleTime, both require Qt4 but they are on my TODO list.
bwh1969 wrote:TouchPad is not usable. it takes at least a dozen swipes to get the cursor to move a across the screen. I tried using the mouse tool to increase the acceleration, but that did not do a thing.

EDIT: changed min speed and max speed and acceleration in xorg.conf to higher values. Drastic improvement.
I've incorporated the flsynclient from Fatdog into the Setup Wizards menu for the next release. I don't have a touch pad to test it on, and the interface is not ideal, but maybe it will help.

A tab with xorg.conf opens automatically with Geany Text Editor in all Lighthouse versions for easier access to manual editing the file when necessary. Xorgwizard in the Setup menu also has that and other options for Xorg configuration.
-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

gcmartin

#96 Post by gcmartin »

Your Personalize Settings (FirstRUN) has been a real blessing in initial boot of this LH64 for the systems that I have tested on.

Thank you for your far-reaching understanding of user tailoring needs on initial boot of LH64.

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

Amarok sort of works

#97 Post by bwh1969 »

I got Amarok to work in minimal way by installing it from one of the repos, and attempting to launch it, then I would install one package at a time with whatever dependency lib it called for until it launched. The left pane will not show my collection (all the icons for local, files, etc are showing but do nothing when I click them, but it does spend time scanning my chosen folder so just a dependency is missing I guess; but I can use "add media" and manually add music to my playlist from a folder. m4a (aac) and mp3 play without me installing gstreamer.

Covers don't show BUT they show up in cover manager...

Songbird might be a decent alternative? I do like it but was annoyed the last time I used it because I could not get it to play m4a files. They used to play by default even in the Linux version. Such things need to just work.

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#98 Post by Jim1911 »

There is a font problem with LHP's Thunderbird. See screen below which opens when trying to save an attachment to an e-mail.
Attachments
image-6.jpg
(36.43 KiB) Downloaded 1231 times

bwh1969
Posts: 132
Joined: Tue 26 Oct 2010, 01:16
Location: Allentown, PA

volume keys?

#99 Post by bwh1969 »

Is there a way to configure shortcut keys for volume. Fn + f10, 11, 12 usually control it. Not working on my asus 1201T sub notebook.

User avatar
Barburo
Posts: 298
Joined: Thu 14 Jun 2007, 18:49

Installing Firefox7

#100 Post by Barburo »

Taz,
I'm running your L64-512 on an older desktop with 64 bit capability. 511 already runs OK.
I thought I was getting problems with both FF6 and Chrome browsers - the usage indicator in the task bar next to the date went solid green for several minutes when setting them up and everything froze or was very slow.

Both seem a bit better now (rebooted etc.) but I'm thinking that maybe FF7 would use less memory that FF6 and be a bit snappier.

Looks like FF7 is only available as a tarball from Mozilla (firefox-7.0.1.tar.bz2). Is there a specific 64 bit version?

If I want to install it where how should I unpack it and what changes do I need to make.
Overwriting is OK - I don't need FF6 particularly.

Info attached.
B.
Attachments
report-video-full.gz
(11.71 KiB) Downloaded 277 times
[i]Laptop[/i]: Acer Aspire 5810TZ

Post Reply