Upup Raring 3.8.7 with non-PAE 3.8.7 kernel, created using

A home for all kinds of Puppy related projects
Post Reply
Message
Author
User avatar
piteapup
Posts: 34
Joined: Thu 13 Aug 2009, 09:22
Location: pitea-sweden

solved for now

#101 Post by piteapup »

formated usb to ext4-reran unetbootin-it booted.
was formated as fat32 befor but booted on pc and on other netbook(dell n270).
odd.
vlc from buntu repos work,huawei e220 works 90% of the time,
opera and ff/aurora both as .tar(unpacked) on mnt/home work fine.
same with double commander and peazip.
snd tray icon shows muted but sound works...
glxgears works.
will test more.
kittos!
msi wind u180-atom n2600/gma3600

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#102 Post by pemasu »

Upup Raring 3.8.4.2 has been uploaded. Same non-PAE 3.8.4 kernel.

Cups is now Ubuntu Raring 1.6.2 version with Ubuntu Ghostscript. It has swelled the build size. Oh yeah. It prints.
Test the printing with various needs and report if some ways to print does not work.

Python is now functional, libpython2.7-stdlib was the missing piece. Adding it again caused iso size growing. But you have Python support or it could be in devx all together. The aim has been functional setup so that you can download from PPM apps which work. So...Precise Puppy and now Raring Puppy and their non-PAE cousins Upup Precise and Upup Raring follow that functional road with Python included. Dont ask my opinion about Python.

Xft dpi 96 is now default in woof. It has caused a lot work. I have chased font 12 hardcoded apps and scripts and fixed several and Barry has made several changes to accomodate woof building for font 10.
I suppose you still find font 12 in use in some apps and so...the font might be too big...you could report of those apps.

Gtk-chtheme-wrapper has enabled partial support for gtk3 themes. It means that if there is matching gtk2 and gtk3 theme they will be both selected. In Upup Raring Greybird, Bluebird, Albatross and Blackbird are matching themes.
If you want to change one of those as gtk3 theme, just pick one, OK.
You get matching gtk2 and gtk3 themes chosen. If you want to change gtk2 theme to non-matching gtk2 theme, like Aurora2....launch gtk-chtheme from menu again and choose non-matching gtk2 theme to your wanted one. It will be choosed as gtk2 theme but the gtk3 will be the previous one from the previous matching selection. Okay...it sounds odd and I explained it poorly.
There is partial gtk3 theme support.
The result: gtk3 apps have now decent outlook. Abiword, Gnumeric, Audacious, Guvcview for example looks nice now.

Latest woof used and there has been a lot improvements. If you want to read about them, just check woof timeline for commits:
http://bkhome.org/fossil/woof2.cgi/timeline
Commits until 2013-04-02 have been included.

PPM has now dropdown selection for different gui apps.

Sfs_load is still under critical observation. It is possible that in certain comps it still is broken. Feedback is needed. Unloading with sfs_load has caused total freezing. I have done those fixes that has been suggested.

JWM is under heavy development. I compiled version jwm-716 and it is now included. The development continues.

Upup Raring has support for f2fs. Usb f2fs installer has been included. It works with older syslinux. Multimenu functionality is not supported with older syslinux due to missing vesamenu.

Test the build, give feedback, report bugs and suggest bug fixes. And hopefully enjoy !

Download link: http://www.smokey01.com/pemasu/UpupRari ... aring3842/

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Upup Raring 3.8.4.2 with non-PAE 3.8.4 kernel, created using

#103 Post by Billtoo »

Running from the live dvd with a savefile on a f2fs formatted SDHC
card which is plugged into a usb adapter.
Computer is an intel imac.
I don't have a printer to test because the ink cartridge dried up from
lack of use, may get a new printer soon.
I installed Google-Chrome, and an audacious pet.
Everything good on first bootup, will continue testing but looks good
so far.
Attachments
screenshot.jpg
(85.72 KiB) Downloaded 11344 times

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

wacom driver compile on Raring

#104 Post by don570 »

I was able to get the wacom driver to compile.
Available here..

http://murga-linux.com/puppy/viewtopic. ... 202#696202

The wacom Bamboo tablet was tested with mtpaint..

Image

______________________________________________

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#105 Post by pemasu »

Thanks Billtoo and don570. I am sure Charlie6 will give wacom driver a shot also.

I gave a shot also...
I tested Openshot from the PPM.
It needs this symlink fix before it starts:
ln -s /usr/lib/pymodules/python2.7/openshot /usr/lib/python2.7/dist-packages

frei0r-plugins can be installed from the PPM, which it complains when you start the Openshot.

PiTiVi linear video editor started straight.

Scribus started straight if I remember right.

Gimp 2.8.4 starts straight. It complains about one module. I had though already installed above apps, about 200 Mb of stuff. Lol.

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#106 Post by anikin »

Hi pemasu,

No problems with devx & sfs-load in this 3.8.4.2 build. In the previous one sfs-load/unload worked for me, but compile itself (as discovered later) actually threw up errors. Now everything just works. Did a quick test compile of jwm-716. I went a bit further with mouse pointers, like this:

Code: Select all

   case BA_CLOSE:
      return cursors[CURSOR_DEFAULT];
   case BA_MAXIMIZE:
      return cursors[CURSOR_DEFAULT];
   case BA_MINIMIZE:
      return cursors[CURSOR_DEFAULT];
I'd like to compile my own ROX. How do I chose the right version in Barry's sources? I got completely lost there.

Thank you for your hard work and dedication to the community.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#107 Post by pemasu »

Anikin. Heh. I thought about that also, but I wasnt at last that heretical.

About Rox-Filer source.
rox-filer-2011-10-22-patched2 or rox-filer-2011-10-22-patched should the right one in Barrys alphabetical repository. I would take that rox-filer-2011-10-22-patched2.
If I have understood right, it is Puppy patched source.

I havent compiled Rox-Filer for a long time.

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#108 Post by anikin »

Thank you, I'll try that one.

I'm having a big issue here: urxvt. In my learning process I absolutely need to be able to have a terminal output. I can put text in (shift+insert), but I can't get text out. Google says, use mouse middle button. But I'm using a touchpad, is there a solution?

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#109 Post by pemasu »

Anikin. Select the text for pasting with left click and drag along the text ie painting, then paste the text with simultaneous left and right click with your touchpad where ever you want. A little tricky but works.

Or...install lxterminal with dependencies from PPM, rename /usr/bin/urxvt to something else, then symlink: ln -s /usr/bin/lxterminal /usr/bin/urxvt

and change in Rox-Filer options the xterm to lxterminal. You get copy - paste also that way by using lxterminal

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#110 Post by anikin »

pemasu wrote:Select the text for pasting with left click and drag along the text ie painting, then paste the text with simultaneous left and right click with your touchpad where ever you want. A little tricky but works.
It does work!
Kiitos, pemasu for this nice trick!

artsown
Posts: 403
Joined: Wed 12 Sep 2012, 18:35

#111 Post by artsown »

Roxterm-1.17.1-Lucid.pet from
http://distro.ibiblio.org/puppylinux/pe ... ges-lucid/
works on Raring and several other pups (for cut and pasters) :)

Art

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

#112 Post by tlchost »

pemasu wrote:Upup Raring 3.8.4.2 has been uploaded. Same non-PAE 3.8.4 kernel.

Cups is now Ubuntu Raring 1.6.2 version with Ubuntu Ghostscript. It has swelled the build size. Oh yeah. It prints.
Test the printing with various needs and report if some ways to print does not work.
Not only does it print but it also auto-detects my HP laserjet Pro 1102w wireless printer! Thanks so much!

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#113 Post by Ray MK »

Upup Raring version 3.8.4.2, released Apr 2013

# free
total used free shared buffers
Mem: 1804708 695236 1109472 0 77568
-/+ buffers: 617668 1187040
Swap: 0 0 0
#
# top
Mem: 703204K used, 1101504K free, 0K shrd, 77568K buff, 473356K cached
CPU: 1% usr 0% sys 0% nic 97% idle 0% io 0% irq 0% sirq
Load average: 0.15 0.19 0.14 2/135 20765

# uname -a
Linux puppypc8545 3.8.4-upup #1 SMP Mon Apr 1 17:49:25 GMT-8 2013 i686 i686 i686 GNU/Linux

Just booted and so far all looks extremely good - everything works OOTB. Fantastic Puppy. This has got to be one of the very best Puppies - ever. Many thanks.
Attachments
hardinfo_report.html.gz
not a gz. rename to html
(52.33 KiB) Downloaded 164 times
[b]Asus[/b] 701SD. 2gig ram. 8gb SSD. [b]IBM A21m[/b] laptop. 192mb ram. PIII Coppermine proc. [b]X60[/b] T2400 1.8Ghz proc. 2gig ram. 80gb hdd. [b]T41[/b] Pentium M 1400Mhz. 512mb ram.

rameshiyer

#114 Post by rameshiyer »

Ray MK wrote:Upup Raring version 3.8.4.2, released Apr 2013

#

Just booted and so far all looks extremely good - everything works OOTB. Fantastic Puppy. This has got to be one of the very best Puppies - ever. Many thanks.
I have same opinion. So fast?. However, in my machine it gets freezing. keyboard and mouse is not working after loading.

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#115 Post by James C »

Because of my earlier troubles with any 3.8.x kernels and my newer Nvidia chips I hesitated trying Raring...... but it appears to be working this time. :) Precise and PHATSlacko with 3.8.x kernels froze up every attempt but this build is working.

# report-video
VIDEO REPORT: Upup Raring, version 3.8.4

Chip description:
VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)

Requested by /etc/X11/xorg.conf:
Resolution (widthxheight, in pixels): 1024x768x16
Depth (bits, or planes): 24
Modules requested to be loaded: dbe

Probing Xorg startup log file (/var/log/Xorg.0.log):
Driver loaded (and currently in use): nouveau
Loaded modules: dbe dri exa extmod fb fbdevhw glx kbd mouse shadowfb

Actual rendering on monitor:
Resolution: 1366x768 pixels (361x203 millimeters)
Depth: 24 planes

...the above also recorded in /tmp/report-video
# glxgears
Error: couldn't get an RGB, Double-buffered visual
#

Not too worried about no "glxgears" as long as it's working.

-Computer-
Processor : 4x AMD Athlon(tm) II X4 620 Processor
Memory : 2853MB (192MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Wed 03 Apr 2013 02:24:25 AM CDT
-Display-
Resolution : 1366x768 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA NVidia

-Version-
Kernel : Linux 3.8.4-upup (i686)
Compiled : #1 SMP Mon Mar 25 16:54:50 GMT-8 2013
C Library : GNU C Library version 2.17 (stable)
Default C Compiler : Unknown
Distribution : Unknown distribution

Code: Select all

# free
             total         used         free       shared      buffers
Mem:       2853664       590480      2263184            0        66248
-/+ buffers:             524232      2329432
Swap:            0            0            0
# 

LateAdopter
Posts: 361
Joined: Fri 27 May 2011, 17:21
Location: Reading UK

#116 Post by LateAdopter »

Hello Pemasu

3.8.4.2 is working well.

I installed the VLC 2.1 daily build from the videolan master-daily PPA on launchpad, and it worked at the first attempt!

Now I wonder what new features VLC 2.1 has...

Thank you for this.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#117 Post by pemasu »

There have been reports of freezing of certain comps with 3.8.X kernels in Upup Raring and also in PHATSlacko threads using 3.8.X kernels.

I have got a report that unsquashing main sfs and replacing jwm with Openbox has been a cure for at least one comp.

It is possible that the main nominator is 3.8.X kernel. Possibly it is not prime yet.

I would like to compile later 3.8.X version and try the impact. But not the next version yet. Anyway...3.7.X kernel has been stable in Upup Precise. One possibility is to downgrade the kernel in the build.

This bug seems to concern only certain comps. Newer Nvidia and some integrated newer intel graphics....at least.

Those bug reports have been noticed. The counter-strike is still under consideration....

josepinto
Posts: 41
Joined: Sat 19 Aug 2006, 11:57

Gpodder

#118 Post by josepinto »

Hi,

As Python is included, can someone test if Gpodder can be installed, from Gpodder's PPA?

Thanks in advance.

José PInto

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#119 Post by pemasu »

Gpodder python app. Dunno about PPA, but from PPM it works when downloaded with dependencies....and again creating couple of symlinks:

ln -s /usr/share/pyshared/mygpoclient /usr/lib/python2.7/dist-packages
ln -s /usr/lib/pymodules/python2.7/gpodder /usr/lib/python2.7/dist-packages

stifiling
Posts: 388
Joined: Sun 30 Dec 2007, 03:56

#120 Post by stifiling »

pemasu,

I know u're like "the kernel guy" in puppy land. You've helped me out with a kernel before in the past also a cpl years ago. Was wondering though, if you had compiled, or know of a 3.0 non-pae kernel?

Post Reply