Lighthouse 64 5.14.2 Beta 4

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#106 Post by meeki »

you are right about slackware vs LH64 = wierd diff.

I have 3 slakware paks running with out a issue

The skype ver 4 I linked works perfect

Also running 2 lib packs for depends

I had 2 not work as all.

And the last one I tryed was apache server for slackware and i will perma crash your pup save after boot.

So its hit or miss. I'm happy to take it :)

Thanks for letting me know where GKrellM is located and started saved me the time of tracking it all down. I just had so much going on at the time i did it the cheezy way :P

your script is nice... checks if its running "pidof " then "gerp" chacks the GKrellm.pid ???

only issue is it does not check where its drawn on X.

For some reason It trys to load all 3 windows and crashes. because more than one instance of it is running.

2 ways I'll try to fix this tomorrow as i need ot goto bed.

Put DISPLAY=:0.0 in your bash

or the EZ way put a countdown on my script to wait about 5 seconds till it draws DISPLAY=:0.1 and DISPLAY=:0.2

I'll try to fix it in your scrip so you can update it in the next release so other nuts with mufti monitors don't crash.

I bet you did not think people would have multiple monitors on Lighthouse.

gcmartin

#107 Post by gcmartin »

@Meeki,
Questions
  • Might you have made a PET of your work?
  • And, might you be aware of this, reported from a Fatdog601 user?
smokey01 wrote:
gcmartin wrote:
smokey01 wrote:Thanks but no.
Is there something wrong with that PET that was offered you?
Just curious of the problem you encountered.
Thanks in advance
It wasn't a pet and it didn't run. Something is wrong, not sure yet.

It keeps complaining it can't fine the file or directory. ...
Here to help

User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#108 Post by meeki »

I have attempted to make a pet of Skype 4.0.0.8 It works but has a bug where you cant close the chat window if you open it up.

While goofing around I found and tried the Slackware package 4.0.0.7 tried it and it worked fine.

MAKE SURE you have your devx for your package installed. befor you go trying o use a Slackware package.

pixelblip
Posts: 80
Joined: Sat 23 Aug 2008, 07:45

Wineasio request

#109 Post by pixelblip »

Earth to Meeki come in over

I've been asking on the forums about something and they have sent me here hoping you can help me. Fingers crossed!

I installed Lighthouse 64 the other day - it's really good! It works a treat on my AMD 4400.

I wanted to make some music with it but I can't see where I can find a Wineasio.dll that will work on this distro. I tried Ubuntu / .deb compiled for 64 bit but that didn't work.

Can anyone help please? I am desperate !

Thank you for any help you can offer.

User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#110 Post by meeki »

Hang in there I'm building a sfs ATM for tazoc so we can have an Apache Web Server, MySQL, PHP. This should work in Lighthouse64 and FATDOG64. It takes my work box about 1 hr to ./config the Perl for it. I'm on round 3 of this.

After that I'll look into getting your winealso working.

Then after that It looks like everyone wants a true skype4 pet for the 64bit puppys
The issue with skype is that the have no static 64bit version. So it runs off of 32libs getting them into the install folder and called right is a pain. As stated before I have one that works but has bugs. I may share or host a pet from another source but when I make a pet by hand like I did with dropbox I make sure there are no bugs with current Lighthouse release.
So until I get the Message Window fixed in the pet fixed I will not release it.

I'm working on all the above. Give me some time ill sort it out.

pixelblip
Posts: 80
Joined: Sat 23 Aug 2008, 07:45

#111 Post by pixelblip »

Thanks loads Meeki! I really appreciate it.

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

Multiple monitors and GKrellM

#112 Post by tazoc »

meeki wrote:Put DISPLAY=:0.0 in your bash

or the EZ way put a countdown on my script to wait about 5 seconds till it draws DISPLAY=:0.1 and DISPLAY=:0.2

I'll try to fix it in your scrip so you can update it in the next release so other nuts with mufti monitors don't crash.

I bet you did not think people would have multiple monitors on Lighthouse.
Actually, I'm running 2 monitors and I think Q5sys has 3 or 4, but we're both running proprietary video drivers and haven't seen problems. Just restart X with all monitors on and I get one huge desktop with just one GKrellM. (Its options has a setting whether or not to allow multiple instances, default is no.) I also use Zarfy Monitor Control in the System Menu sometimes.

But yeah whatever changes /usr/local/bin/GKrellm needs I'll put them in, thanks! For now I'm putting

Code: Select all

DISPLAY=:0.0 #1207226 suggested by meeki
near the top.

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
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#113 Post by meeki »

I'm running The Nivida drivers pet.

I'm not running Xinerama or twin view. Or one big desktop. I'm running seperate X-Screens for each. So I have 3 instances of X and 3 instances of Openbox going at one time.
Image

No crashes for over 2 hrs now with the startup scrip modded. The below mod puts it in the stock window. I'm running it on my far Right monitor with DISPLAY=:0.1

Code: Select all

#!/bin/sh
# 2010-01 TazOC-www.lhpup.org
DISPLAY=:0.0
PIDFILE="/var/run/GKrellm.pid"

if pidof GKrellM | grep " "; then # >1 instance of this script
 [ -s /var/run/GKrellm.pid ] && kill `cat $PIDFILE`
 sleep 1
fi
echo "`pidof GKrellM`" > ${PIDFILE}

if [ -x /usr/bin/gkrellm ];then
 sleep 3
 pidof gkrellm 1>/dev/null && killall gkrellm
 sleep .1
 gkrellm &
fi
rm -f ${PIDFILE}

exit # END SCRIPT

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

Re: Multiple monitors and GKrellM

#114 Post by Q5sys »

tazoc wrote:Actually, I'm running 2 monitors and I think Q5sys has 3 or 4, but we're both running proprietary video drivers and haven't seen problems. Just restart X with all monitors on and I get one huge desktop with just one GKrellM. (Its options has a setting whether or not to allow multiple instances, default is no.) I also use Zarfy Monitor Control in the System Menu sometimes.

But yeah whatever changes /usr/local/bin/GKrellm needs I'll put them in, thanks! For now I'm putting

Code: Select all

DISPLAY=:0.0 #1207226 suggested by meeki
near the top.

TaZoC
Correct. I'm running 4x screens with no problem whatsoever. Once I got the driver loaded I just used the bundled nvidia configure program to set everything up the way I wanted and let it write the xorg.conf script.

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 280.13  (buildmeister@swio-display-x86-rhel47-03.nvidia.com)  Wed Jul 27 17:15:45 PDT 2011


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 1080
    Screen      1  "Screen1" 0 0
    Screen      2  "Screen2" 1920 0
    Screen      3  "Screen3" 1920 1080
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SMEX2220"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SMEX2220"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung SMEX2220"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "Samsung SMEX2220"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:6:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 550 Ti"
    BusID          "PCI:6:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-3: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-3: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection



User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#115 Post by meeki »

Q5sys, your running Xinerama. Its a fine way to do a desktop. I have no issues with it.

Xinerama allows "X applications and window managers to use two or more physical displays"; so its handling the applications

I'm just bucking the system :)

Best way I can describe what im doing, though I'm sure im wrong on the details:
I'm running 3 separate desktops they function independent of each other. you cant drag an open window to the other screen. Other funny things happen too! if you were to try and open a second instance of firefox on the other monitor it will freek out and say sorry its already runnin. There is a way around this with multiple profiles firefox -p "profile name" I then use sync to tie them all together.

User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#116 Post by meeki »

Well I now know why WineASIO is not standard package anywhere.

"Get the ASIO SDK from Steinberg
Due to the licensing restrictions of the SDK it's impossible to distribute the asio.h header file with WineASIO so you have to get it yourself. "
quote source http://wiki.cockos.com/wiki/index.php/I ... g_WineASIO

Also here is the ASIO Licensing agreement.pdf
http://dl.dropbox.com/u/12968946/lighth ... eement.pdf

Sad to say mate your on your own.

Before you go trying to build it you should know that it needs the wine-dev for a file on make called wine/debug.h
Because lighthouse and puppys are small package builders tend to clean up at the end killing such files that do not effect run.

So unless I can get the build sfs I can not do much about the ASIO issue.

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#117 Post by Q5sys »

meeki wrote:Q5sys, your running Xinerama. Its a fine way to do a desktop. I have no issues with it.

Xinerama allows "X applications and window managers to use two or more physical displays"; so its handling the applications

I'm just bucking the system :)

Best way I can describe what im doing, though I'm sure im wrong on the details:
I'm running 3 separate desktops they function independent of each other. you cant drag an open window to the other screen. Other funny things happen too! if you were to try and open a second instance of firefox on the other monitor it will freek out and say sorry its already runnin. There is a way around this with multiple profiles firefox -p "profile name" I then use sync to tie them all together.
Its always good to have people buck the system and do things different!

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#118 Post by Q5sys »

Truecrypt 7.1a (64bit)

someone want to test this on their lhp64 system?

User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#119 Post by meeki »

Testing now

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#120 Post by Q5sys »

meeki wrote:Testing now
dont forget to set it to not to use Kernel crypto services.

User avatar
meeki
Posts: 122
Joined: Mon 23 Jul 2012, 04:48
Location: Portland OR

#121 Post by meeki »

well ive put it through a few paces.

It does not like me to make linux ext2 - 4 drives unless I use the entire drive option.
"device-mapper: reload ioctl failed: No such file or directory
Command failed"

User avatar
Anniekin
Posts: 246
Joined: Wed 25 Feb 2009, 00:15

#122 Post by Anniekin »

subcribing

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#123 Post by Q5sys »

meeki wrote:well ive put it through a few paces.

It does not like me to make linux ext2 - 4 drives unless I use the entire drive option.
"device-mapper: reload ioctl failed: No such file or directory
Command failed"
I got that message the first time I loaded it. After a reboot though it went away.

RandSec
Posts: 82
Joined: Mon 10 Aug 2009, 18:33
Location: Austin, Texas
Contact:

Some Issues

#124 Post by RandSec »

Hi tazoc!

1. This is an issue I first noticed in 5.12: Pburn fails when commanded to erase a DVD. That means I have to boot a 32-bit Puppy just to erase discs. Here are the error log results from my earlier comment:

(first, selecting a complete blank)
Pburn version 3.3.4

###################################################
COMMAND:
###################################################

growisofs -use-the-force-luke=notray -Z sr0=/dev/zero

###################################################
OUTPUT:
###################################################
:-( "sr0=/dev/zero": unexpected errno:No such file or directory



(next, selecting a fast blank)
Pburn version 3.3.4

###################################################
COMMAND:
###################################################

dvd+rw-format -force sr0

###################################################
OUTPUT:
###################################################
* BD/DVD±RW/-RAM format utility by <appro@fy.chalmers.se>, version 7.1.
- usage: dvd+rw-format [-force[=full]] [-lead-out|-blank[=full]]
[-ssa[=none|default|max|XXXm]] /dev/dvd


2. I operate solely and completely as a LiveDVD. When it comes time to copy a disc (for other computers, or as a backup, or just to reduce the number of sessions which load upon startup) I am used to making another .ISO disc, and then doing a Save to that disc. That works, at least when the ISO is the same. So I am questioning the instruction text which says:

"Please insert the Lighthouse64 live-CD/DVD media that you booted from...."

It should say something like "For a new backup copy of the whole disc, insert a new bare ISO, or to save the current session, insert the Lighthouse64 boot disc."

On the other hand, it should be reasonably easy for the computer to check if the Lighthouse64 media is already there, or is a new ISO, which could avoid having the novice user try to do something when nothing is needed.

I love Lighthouse64, and hope it continues!

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#125 Post by Ted Dog »

growisofs -use-the-force-luke=notray -Z /dev/sr0=/dev/zero

simple typo :(

Post Reply