Lupu-515 Beta New Version DEC 18

A home for all kinds of Puppy related projects
Message
Author
einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

Re: compiz + tde and XFCE

#3041 Post by einar »

smil99 wrote:einar wrote:
... love puppy and i have been playing with it since 232. the only problem i got is when i use compiz. it has been noted before by lobster i think. my windows are stuck / no wobble. there is not an "top bar" with x and minimize etz, ...
Emerald windows decorations can be problematic sometimes.
Try this:

Locate .xinitrc in /root (it is a hidden file) and replace:
"emerald --replace" (without quotes)
with:
"gtk-window-decorator --replace &" (without quotes)
at the "start compiz" section:

It should look like this finally:

#start compiz
if [[ "$CURRENTWM" != "jwm" && "$CURRENTWM" != "icewm" && "$CURRENTWM" != "openbox" && "$CURRENTWM" != "startfluxbox" ]];then
if [[ `which compiz` != "" ]];then LIBGL_ALWAYS_INDIRECT=1 compiz --replace --indirect-rendering --sm-disable ccp gtk-window-decorator --replace &
sleep 3
fi
fi

instead of:
#start compiz
if [[ "$CURRENTWM" != "jwm" && "$CURRENTWM" != "icewm" && "$CURRENTWM" != "openbox" && "$CURRENTWM" != "startfluxbox" ]];then
if [[ `which compiz` != "" ]];then LIBGL_ALWAYS_INDIRECT=1 compiz --replace --indirect-rendering --sm-disable ccp emerald --replace &
sleep 3
fi
fi

Hope this helps.

Cheers.

Thanks for taking the interest in a linux noobs problem :) i tried this on in Virtual box on the new 515 but i dont think compiz works in VM. only get a white screen. I will try it when i get home. Thanks again Smil99. and thanks to all others for making this awesome OS

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3042 Post by Lobster »

tubeguy wrote:Sweet!
I hope the enclosed is sweeter
whilst 1k smaller . . .

Did it with the help of xara which is working OK
but still appearing in two places in the menu once installed
(xaraLX is in ppm and some prefer to Inkscape)
Attachments
wp4.jpg
(17.71 KiB) Downloaded 381 times
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#3043 Post by rhadon »

einar wrote:im now using 246 with ati drivers
Are you using the ati catalyst driver or xorg-high (which is also for ati)? As far as I understand only ati catalyst works with newer ati cards and compiz.

Rolf
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#3044 Post by tubeguy »

Lobster wrote:I hope the enclosed is sweeter
whilst 1k smaller . . .
ttuuxxx would be proud I think!
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

#3045 Post by einar »

rhadon wrote:
einar wrote:im now using 246 with ati drivers
Are you using the ati catalyst driver or xorg-high (which is also for ati)? As far as I understand only ati catalyst works with newer ati cards and compiz.

Rolf

Hi Rolf, i am using the ATi catalyst driver. i have a radeon mobility2600HD in the HP HDX 9050. the drivers work, and i can see/ use the controll panel. only thing i cannot change is the color depth.

On that note, i have not tried compiz with Xorg High. will try that also when i get home. If i get compiz to work i have then a system to replace xp / win 7 on all my machines except my HTPC. DTS / DOlby D passtrough HDMI is to tricky for my noobish brain.

bmaamba
Posts: 3
Joined: Mon 20 Dec 2010, 11:20

shinobar-Please support part RPM

#3046 Post by bmaamba »

Shinobar- your work is appreciated. I was surprised that grub4dos does not install to Superblock of linux partition (grub does and is compatible with RPM-Ranish PM). RPM takes over the MBR.
There are guys (like me) who are fanatical about their partition managers.
RPM-grub4dos (or grub)-puppy is what i desire.

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

Re: Lupu-515 Beta New Version DEC 18

#3047 Post by tubeguy »

playdayz wrote: I like the Software:
Music listening: gnome-mplayer, pmusic, audacious, aqualung, deadbeef, lxmusic, and Songbird in Quickpet and PPM
Nice to see both deadbeef and aqualung. I installed aqualung from PPM and it works perfectly. :D

Edit: To make the FX button in Aqualung actually do something: extract the attached, run make install on the folder contents and you get a bunch of plugins installed.
Last edited by tubeguy on Mon 20 Dec 2010, 13:37, edited 1 time in total.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#3048 Post by 01micko »

hmmmm..

Rubbing out yaf-splash is a mistake in my most humblest of opinions.

I was the instigator of gtkdialog-splash.. I left a bone, mave picked it up and he ran with it.. a good thing, Barry got the bone off mave and chewed off some more meat. It certainly supports UTF-8 and all locales/fonts but it was not designed as a full replacement for yaf-splash.

Consider the timing function of yaf-splash. It drives the pinstall.sh we now have in nvidia pets. Of course we can change that but it will be slower and more awkward.

The yaf-splash bug where it stays persistent in the "save" splash is a new introduced bug, just an oversight. I'll find the relevant code and fix it, it's easy.. it's just a "-font" parameter needing removal and then the code in question will use gtkdialog-splash. It will still need a mouse-over to kill though, unless Barry has made the x-box the default, I'm not sure at the moment.

I can name three or four esteemed devs around here that would really miss yaf-splash.

Cheers /FWIW
Puppy Linux Blog - contact me for access

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#3049 Post by tubeguy »

01micko wrote:hmmmm..

Rubbing out yaf-splash is a mistake in my most humblest of opinions.
Just goes to show that rubbing one out is sometimes not a good idea.

I'm in a strange mood this morning. :P
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3050 Post by Lobster »

01micko wrote: I can name three or four esteemed devs around here that would really miss yaf-splash.
Cheers /FWIW
Not even the esteemed . . . there are 'almost programmers' like me
who would miss it before we work out how to use it . . .
I have been trying to use yaf-splash in my Lucid Lit Program
http://www.murga-linux.com/puppy/viewto ... 503#477503
Can not get it to work :cry:

This is what I want to do (that or yaf-splash - same thing?)

<action>gtkdialog-splash -bg yellow -fontsize x-large -timeout 6 -text 'breath in 1 . . . 2 . . .' &</action>

Am I (as suspected) the bug or is it something else?
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

spb37
Posts: 14
Joined: Tue 03 Oct 2006, 06:23

kde 4.5q

#3051 Post by spb37 »

I go between kubuntu and lighthouse puppy in my home. Is it possible to install kde4.5 on lupu. Thx

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3052 Post by bigpup »

Menu>help
At the top of the help page there is a link to
Announcement and Release Notes for Lucid Puppy 5.1.5.
I do not see much that deals with Lucid Puppy 515.
Most of the info is old news that stops with Lucid 5.1.

jeffy39
Posts: 32
Joined: Wed 04 Mar 2009, 14:29

lupu-515

#3053 Post by jeffy39 »

Howdy All,
515 looking better all the time.
Two problems:
1) installed gnome-Hearts from PPM-ubuntu-lucid-universe.
Nothing missing, it said. Tried to exec from menu, fun, hearts.
Got the msg : Failed to execute child process "gnome-hearts" (No such file or directory). Anyone know how to fix?
2) Using OO.o sfs. It displays the slide show, but no sound.
Sound ok otherwise.
Thanx for any-all help with these 2.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#3054 Post by playdayz »

http://distro.ibiblio.org/pub/linux/dis ... -Lucid.pet

Opera 11 Anyone?

--------------------------------------------------------------------------------
At the top of the help page there is a link to
Announcement and Release Notes for Lucid Puppy 5.1.5.
I do not see much that deals with Lucid Puppy 515.
Yes, one more thing to do before release. Thanks for reminding me ;-)

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#3055 Post by playdayz »

Yaf-splash. Message Received. Keep it.
Last edited by playdayz on Mon 20 Dec 2010, 21:28, edited 1 time in total.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#3056 Post by playdayz »

Edit: To make the FX button in Aqualung actually do something: extract the attached, run make install on the folder contents and you get a bunch of plugins installed.
Should I combine with aqualung in PPM?

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#3057 Post by playdayz »

Its creator called it grub4dos and perhaps we should respect that - how would you like it if someone packaged Lucid Puppy and called it GooglePup for instance!
Convincing. Thanks.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3058 Post by Lobster »

Image
ttuuxxx would be proud I think!
In a moment of weakness I added 1k and the word 'Lucid'
. . . I am told pride is a sin, so maybe it is a good thing
Attachments
wp5.jpg
(18.58 KiB) Downloaded 314 times
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#3059 Post by playdayz »

In a moment of weakness I added 1k and the word 'Lucid'
. . . I am told pride is a sin, so maybe it is a good thing
Sweet, it will be included.

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#3060 Post by Bert »

There's a nice ubuntu maverick package of Chromium 10.07.617.0.
Writing from it now.

What is interesting is that you can choose the components à la carte Only install language pack if you need it, for example.
This makes for a small download (as far as modern browsers go)

This is available:

Image

This is where I found it
[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]

Post Reply