Page 59 of 67

Posted: Sun 07 Oct 2012, 21:08
by pemasu
Edoc. Sorry. I dont know anything about what that module does and why it is not imported. You would need Python expert for helping more. I am not.

Posted: Mon 08 Oct 2012, 02:15
by edoc
I sure appreciate your efforts - your knowledge and productivity are amazing!

I will share what we have done on other forums and learn how to complete this - then I will post what I learn.

Thanks again!

Posted: Mon 08 Oct 2012, 13:54
by spandey
I am new to puppy world. This puppy is excellent. Any clues where can I get Wine for this Dpup? I need to run some Windows apps. A newer version will be better.

Posted: Mon 08 Oct 2012, 14:08
by pemasu
I think that people have had success with Wine versions from this thread:
http://www.murga-linux.com/puppy/viewto ... &start=330

Posted: Mon 08 Oct 2012, 16:38
by linuph
anikin
On a recent boot-up a warning message came up, saying something like "coretemp module is being removed from startup. Run sensors-detect"
I get such a message sometimes too, say 1/50 boots. Looks scary, but as pemasu said, not to worry, it's just that you don't get the CPU temperature icon in your tray.
You may have it back again on a next boot.

@ spandey: Wine for Exprimo

Posted: Mon 08 Oct 2012, 19:20
by mikeslr
Hi spandey,

pemasu referred you to the latest wine version compiled by green_dome, to wit: 1.5.1.3. green_dome does great work. So you should not have any problem, However, if you didn't already know, wine devs use a naming convention: even numbers in the second position for their stable builds, odd numbers for their development builds. By now, wine is fully matured software and I doubt that anything radical is being done in development. But I don't know. Nor do I know what windows programs you desire to run. Personally, I use 1.4.1 --the stable build-- available here: http://www.murga-linux.com/puppy/viewto ... 994#635994.
If you plan on using portable xp programs, you should be aware that it is not necessary that they be installed to your wine folder. My experience has been that when you click a portable's setup file you'll be asked where you want to install it. Previous to clicking the setup file I create a folder in /mnt/home and choose that folder. [Sometime installation creates its own folder, If so, I just move it out of the folder I created].By keeping the program out of .wine/drive_c/...,, the program never uses any space in your SaveFile. It also enables you avoid having to "re-install" it if you change or add Puppys. To run the program, you can drag&drop its executable onto your desktop (and give it an icon) or if you're really ambitious, create a menu entry by (1) using a script in /my-applications/bin; (2) adding an icon.png and (3) tying both together with a desktop file in /usr/share/applications. Following is the script I use to add foxitreader. I named the script foxit. See the exec line in the following desktop file.:
Code:
#!/bin/sh
wine /mnt/home/Foxit/FoxitReaderPortable.exe
To create a script, just Right-Click an empty space, select new>script and give it a name. The following is my foxitreader desktop file:

[Desktop Entry]
Encoding=UTF-8
Name=Foxit Reader
Icon=/root/my-applications/bin/Foxit_32.png
Comment=FoxitReader Portable
Exec=/root/my-applications/bin/foxit
Terminal=false
Type=Application
Categories=X-DocumentUtility
GenericName=Foxit Reader

Happy computing,

mikesLr

Posted: Wed 10 Oct 2012, 19:10
by pemasu
Dpup Expimo 5.X.3.4.11 has been released. Latest woof2 has been used.

Updated applications. Gtk-youtube-viewer, Firefox, Movgrab, Pmusic, Pburn, Getflash, Gnome-mplayer, Gecko-mediaplayer, Mplayer, PupControl. PupRadio/PupTelly, Mhwaveedit, MtPaint, Sys-Info.
Mplayer has possible bluray support now.

New applications. Multimedia section: Pavrecord ( it has webcam recording and screencast properties also ), Precord. Internet section: Pfetch. Network section: Peasy port LAN scanner, Premote rdesktop, YASM samba share app ( alternative for Pnethood ). Setup section: LazY FreD universal repository downloader ( easy way to test different sfs apps, to see if they work ). Use at your own responsibility from other Puplet repos. Graphic section: Screeny added for screenshots.

Some script updates, sfs2pet Rox right click added, rar extraction right click updated, etc....

Mostly this build was created to offer uptodate puplet. Youtube has changed the url handling or something and all youtube apps needed updating. At the same time I compiled mplayer backend and gui frontend updates...so it was time to throw this puplet for community testing. Probably I will need to fix the bugs and then release bug fix release soon.....But lets see....

Download link: http://www.smokey01.com/pemasu/DpupSque ... imo5X3411/

Posted: Wed 10 Oct 2012, 19:24
by charlie6
Hi Pemasu,
Dpup Expimo 5.X.3.4.11 has been released.
:D
will download and test ...and eventualy report :)
Here daily using Exprimo 3.4.2.10 with many satisfactions !
What about a 5X15 ==> 5X16 ??
Thanks again!
Charlie

Posted: Wed 10 Oct 2012, 19:27
by pemasu
Charlie6. I didnt include your xorgwizard fix for troublesome intel graphics. But I am sure you know how to fix it.
Dpup Exprimo 5.X.16 comes after people have reported the usability of this version and the bugs have been fixed.

Posted: Wed 10 Oct 2012, 19:44
by James C
As usual, downloading....... :lol:

Dpup Exprimo 5.X.3.4.10 with 3.4.2 kernel.

Posted: Wed 10 Oct 2012, 19:56
by Billtoo
I did a manual frugal install to a 1tb usb 3.0 external hard drive.

Report Video 1.4 - Wed 10 Oct 2012 on Dpup Exprimo 5.X.3.4.11 - Linux 3.4.2-dpup i686

Chip description:
2.0 VGA compatible controller: Intel Corporation Device 0152 (rev 09)
oem: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
product: Intel(R) Sandybridge/Ivybridge Graphics Controller Hardware Version 0.0

X Server: Xorg Driver used: vesa

X.Org version: 1.7.7
dimensions: 1920x1080 pixels (524x292 millimeters)
depth of root window: 24 planes

I exited to the prompt and ran xorgwizard,chose the intel driver, but
xwin wouldn't get me back to the desktop.
I reran xorgwizard and chose vesa and that worked.

You mention sfs files for other puplets, I have mc-4.8.1.5-i686.sfs
and xfe-1.33-i686.sfs that I made in racy and they both seem to be
working fine.

Exprimo is running about 5-6 degrees cooler than slacko on this pc
according to the tempicon.

I will test some more.

Posted: Wed 10 Oct 2012, 20:21
by edoc
Just replaced 5x3410 with 5x3411

EDIT: Tested on a Samsung NB30 Netbook.

Looks great, seems stable, lots of neat new apps - including more for finding and accessing resources on the network (Samba shares, etc).

LibreOffice looks good, loaded Seamonkey, it looked good.

Cbrcomicreader is new and opens but there was no indication of a way to select the document to be read.

Posted: Wed 10 Oct 2012, 21:55
by James C
Fresh manual frugal install on the old reliable Athlon XP box...... no problems so far.

# report-video
Report Video 1.4 - Wed 10 Oct 2012 on Dpup Exprimo 5.X.3.4.11 - Linux 3.4.2-dpup i686

Chip description:
0.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
oem: NVidia
product: NV18 () Board Chip Rev A2

X Server: Xorg Driver used: nv

X.Org version: 1.7.7
dimensions: 1440x900 pixels (411x263 millimeters)
depth of root window: 16 planes

...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
#
-Computer-
Processor : AMD Athlon(tm) XP 2400+
Memory : 1033MB (188MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Wed 10 Oct 2012 04:54:17 PM CDT
-Display-
Resolution : 1440x900 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA8233 - VIA 8235

Posted: Wed 10 Oct 2012, 22:06
by James C
Another frugal install..... all good so far.

# report-video
Report Video 1.4 - Wed 10 Oct 2012 on Dpup Exprimo 5.X.3.4.11 - Linux 3.4.2-dpup i686

Chip description:
2.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
oem: Intel(r)865G Graphics Chip Accelerated VGA BIOS
product: Intel(r)865G Graphics Controller Hardware Version 0.0

X Server: Xorg Driver used: intel

X.Org version: 1.7.7
dimensions: 1024x768 pixels (270x203 millimeters)
depth of root window: 16 planes

...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
#

-Computer-
Processor : Intel(R) Pentium(R) 4 CPU 2.80GHz
Memory : 512MB (202MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Wed 10 Oct 2012 05:04:49 PM CDT
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : ICH4 - Intel ICH5

Posted: Thu 11 Oct 2012, 06:03
by charlie6
Hi pemasu,
pemasu wrote:Charlie6. I didnt include your xorgwizard fix for troublesome intel graphics. But I am sure you know how to fix it.
....
yes...! i admit that the BROOKDALE script attached besides my xorgwizard is a bit "simplistic"; and needs some adjustments.
Those adjustments are currently above my bash scripting knowledges ... :cry:

Just went to download 5X3.4.11 (i.e 3.4.2.11) and update an existing save file ...looks OK.

Cheers
Charlie

Posted: Thu 11 Oct 2012, 11:52
by stu91
Hi Pemasu,
Nice work on 5.x.3.4.11 - everything seems to be working ok here 8)

Image

Posted: Thu 11 Oct 2012, 13:03
by backi
Did an update to Usb stick with old savefile ...

seems working ...

Thanks a lot !!

Can not blacklist modules

Posted: Thu 11 Oct 2012, 19:18
by anikin
The "Click here to 'blacklist' a module" button in the boot manager doesn't work, when I press it this window comes up - see the attached picture. I have kept the old save file for this version.

Posted: Thu 11 Oct 2012, 19:40
by pemasu
anikin. That Xdialog failure is probably a side-effect of using old savefile. Something has changed with new woof2 provided scripts. The blacklist of module works for me when I use new savefile.
You will get rid of the problem by creating new savefile with this version or manually disabling the modules by editing the script yourself:
/etc/rc.d/MODULESCONFIG
and add the module name which you want to disable to end of the row: SKIPLIST:
SKIPLIST=' arcfb aty128fb atyfb btaudio cirrusfb cyber2000fb cyblafb es137..........'

Posted: Thu 11 Oct 2012, 20:20
by James C
Another manual frugal install. Only minor little thing,booted to 1400x1050 display using about half of the monitor.Xorgwizard made quick work of getting the correct resolution..1440x900.... though.

# report-video
Report Video 1.4 - Thu 11 Oct 2012 on Dpup Exprimo 5.X.3.4.11 - Linux 3.4.2-dpup i686

Chip description:
d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)
oem: NVIDIA
product: MCP61 - mcp61-86 Chip Rev

X Server: Xorg Driver used: nv

X.Org version: 1.7.7
dimensions: 1440x900 pixels (402x251 millimeters)
depth of root window: 24 planes

...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
#

-Computer-
Processor : 2x AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
Memory : 3374MB (198MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Thu 11 Oct 2012 03:18:52 PM CDT
-Display-
Resolution : 1440x900 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA NVidia

# free
total used free shared buffers
Mem: 3374132 544500 2829632 0 59240
-/+ buffers: 485260 2888872
Swap: 4300796 0 4300796
#