Page 6 of 7

Posted: Mon 28 Feb 2011, 01:26
by Geoffrey
I downloaded mywolf 028 to see how it runs with my hardware, as with most puppy's it has a problem with my rt2870/rt3070sta usb wireless dongle, to fix this I added rt3070.bin to /lib/firmware, this gets it working, it's not a perfect fix as the network tray icon flashes and the received total increments by 1k every couple of seconds, there don't seem to be any downloading actually happening though, this may cause a problem if you rely on the monthly amount downloaded as it will be way out and unusable

Posted: Mon 28 Feb 2011, 04:06
by GrumpyWolfe
Geoffrey thanks for your advice in this matter but I do not have BarryK's xxx patch in MyWolfe was not sure if it was yet ready so did not put it in. Was mostly afraid it was tied to much to the older kernel and there would of beee more problems that not to put it in. Will have to look more into the usb wireless dongle setup and see what is best. Have been testing Frisbee to see if there is more stability in the wireless part may see if it helps in the usb wireless dongle area. If you want to test it

http://murga-linux.com/puppy/viewtopic. ... h&id=37704

http://murga-linux.com/puppy/viewtopic. ... h&id=37701

http://murga-linux.com/puppy/viewtopic. ... h&id=37700

Install those 3 files and see if it does as it is suppose to.

Posted: Mon 28 Feb 2011, 08:34
by Geoffrey
GrumpyWolfe, I have tried Frisbee, it works fine since I added the rt3070.bin accept for that annoying constant flashing problem I have, I had the same problem in fluppy also, I've tried building a new driver but can't seem to get it to compile, then I'm not that experienced when it comes to compiling, but I'm sure that someone will get it done sooner or later, in the mean time I can work my way around it, oh by the way, nice distro, I'm a NOP fan so it's familiar.

I've been play around with some of the setting and tried the .gtkrc-2.0 file that I modified in NOP, this will give transparent background for the desktop icon text, I think it looks nicer.

.gtkrc-2.0 code

Code: Select all

# dummy panel gtk settings to allow color setting in gtkrc files

style "panel"   
{
	font_name		= "DejaVu Sans 11"
}
widget_class "*Panel*" style "panel" 

# this is the new part for transparent icon text box

style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

style "sbstyle" 
{
}
widget_class "*Scrollbar*"         style "sbstyle"
class "*Scrollbar*"                style "sbstyle"
widget_class "*GtkScale*"          style "sbstyle"
class "*GtkScale*"                 style "sbstyle"
widget_class "*GtkProgress*"       style "sbstyle" 
class "*GtkProgress*"              style "sbstyle" 

style "menubar"   
{
}
class "*MenuBar*"	style "menubar"
widget_class "*MenuBar.*" style "menubar" 

style "theme-menu"   
{
}
class "GtkMenu"	style "theme-menu"

style "menu-item"   
{
}
widget_class "*MenuItem.*"	style "menu-item"
class "GtkMenuItem"		style "menu-item" 
class "GtkTearoffMenuItem"	style "menu-item" 
class "GtkImageMenuItem"	style "menu-item" 

Posted: Mon 28 Feb 2011, 14:15
by GrumpyWolfe
Geoffrey I will have to admit it does look a lot better that way thanks for the code.

Re: MyWolfe-028

Posted: Tue 08 Mar 2011, 21:05
by qj98
GrumpyWolfe wrote:MyWolfe-028 is ready for download MyWolfe-028.iso

Here is a link to some screen shots MyWolfe-028 pictures

Changes for final

added flsynclient touchpad setting to startup
added cpu panel plugin to panel
fixed background wolf picture
added system sound package
added puppy links in browser
fixed broken syslinks for google video chat

Changes with rc1

Added
Google-phone-libs
libyahoo2
xfce4-cpugraph-plugin
xfce4-fsguard-plugin

Upgraded
Thunar-1.2.1
glib-2.27.92
gtk+-2.23.0
Tumbler-0.1.6-V3
xfce4-panel-4.8.1
xfce4-settings-4.8.1
xfdesktop-4.8.1
xfwm4-4.8.1

To let you know found the problem with thumbler not displaying thumbnails in Thunar it was missing a syslink fixed. Edited pmount so that when you mount a drive it opens Thunar in that drive.


It has the same kernel 2.6.34.1 Xorg 7.3a Xserver 1.7.5


Added acl-2.2.47, atk-1.9.0, attr-2.4.43 exo-0.6.0, FireFox-3.6.13, garcon-0.1.5, gdk-pixbuf-2.22.1,gobject-introspection-0.6.14, gperf-3.0.4, gtk-doc-1.16, gtk-xfce-engine-2.8.0,libffi-3.0.9, libnotify-0.4.5, libtool-2.4, libwnck-2.30.6, libxfce4util-4.8.1, libxfce4ui-4.8.0, tumbler-0.1.6, Thunar-1.2.0, thunar-vfs, thunar-volman-0.6.0, udev-151-wolfe, usbutils-0.86, xfce4-appfinder-4.8.0, xfce4-dev-tools-4.8.0, xfce4-panel-4.8.0, xfce4-settings-4.8.0, xfce4-session-4.8.0, xfce4-taskmanager-1.0.0, xfce-utils-4.8.0, xfconf-4.8.0, xfdesktop-4.8.0, xfwm4-4.8.0, xine-lib-1.1.19, Xquisite-1.0.
hi .GrumpyWolfe
I downloaded mywolf 028, I installed vmware in use, it·s a good system, but install to the physical PC ,it will dazzling monitor. . . 800X600X16 still dazzling monitor, xorg driver ,must Replacement. . .

Posted: Wed 09 Mar 2011, 04:11
by GrumpyWolfe
Hi qj98

what video card does the pc have

Posted: Wed 09 Mar 2011, 14:01
by qj98
GrumpyWolfe wrote:Hi qj98

what video card does the pc have
my pc card is NV GT 240M ,xorg 1.7.6 can Use,

Posted: Wed 09 Mar 2011, 14:41
by GrumpyWolfe
qj98

Open your xorg.conf it is at /etc/X11/xorg.conf and look at the driver loaded for your video card see if it is loading the nv driver or the nivida driver. It will be around line 145

Posted: Thu 10 Mar 2011, 15:20
by qj98
GrumpyWolfe wrote:qj98

Open your xorg.conf it is at /etc/X11/xorg.conf and look at the driver loaded for your video card see if it is loading the nv driver or the nivida driver. It will be around line 145
Can enter the linux system, LCD is dazzling monitor. No matter how the drive settings are invalid, that NV NVIDIA vesa all did.

/etc/X11/xorg.conf driver is vesa,

Posted: Thu 10 Mar 2011, 15:32
by GrumpyWolfe
qj98

What is the lcd monitor normal settings for the 800 by 600 seams to be small for it maybe you need try increasing the resolution some. Try setting it to nv and increasing your resolution some and see if that does not help

Posted: Sat 12 Mar 2011, 21:40
by qj98
GrumpyWolfe wrote:qj98

What is the lcd monitor normal settings for the 800 by 600 seams to be small for it maybe you need try increasing the resolution some. Try setting it to nv and increasing your resolution some and see if that does not help
I post messages to explain the general settings are invalid. Otherwise I will not post messages here

Posted: Mon 14 Mar 2011, 02:17
by rokytnji
Saw this and thought of you.

Posted: Mon 14 Mar 2011, 03:43
by GrumpyWolfe
why thank you rokytnji I like it.

some extras for wolfe028

Posted: Thu 02 Jun 2011, 20:57
by deepsea
Hi Grumpywolfe

I test your puppy and i like it.
But i missed some properties of the standard puppy
specially the drive icons on the desktop.
I try the thunar volman with no success .
Run only usb devices with adding some usb rules.
So i add :
rox and a call for pup_frontend_evend_d into .xinitrc
an improved shutdown dialog
enabled fuse for lameSMB
new theme
....

Hope you like it.

Posted: Thu 02 Jun 2011, 21:22
by GrumpyWolfe
if you want I will give you all the files and the soucefouge account and you can make it your own project I do not have what it takes to make it a great system and you seam to have a better handle on it so let me know

Posted: Thu 02 Jun 2011, 22:12
by deepsea
Hey, I'm scared grumpywolfe.
:shock: :shock:
you have done a very good job.
I have presented my experience only.

I was proud to be able to help you
for another modern puppy with xfce. :wink:

Posted: Wed 24 Aug 2011, 04:10
by singlshot
grumpy wolfe I an a new user of puppy and like it. I did a harddrive install of wolfe-028 No problems .thank you for a grate puppy.

G'day GrumpyWolfe, Request Please libwnck-2.30.6 Pet, Thanx!

Posted: Thu 23 Aug 2012, 04:18
by Max Headroom
G'day GrumpyWolfe, Request Please libwnck-2.30.6 Pet, Thanx!
:)K