Precise Puppy RC2, October 20, 2012

Under development: PCMCIA, wireless, etc.
Message
Author
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#391 Post by 01micko »

LateAdopter wrote:Hello 01micko

if you do:

Code: Select all

export vblank_mode=0
glxgears
Then glxgears does not run synchronised to the display and you get a proper number

Code: Select all

# export vblank_mode=0 
# glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
8085 frames in 5.0 seconds = 1616.936 FPS
8093 frames in 5.0 seconds = 1618.583 FPS
8098 frames in 5.0 seconds = 1619.581 FPS
Thanks :wink:
Puppy Linux Blog - contact me for access

LoboGrande
Posts: 62
Joined: Sat 08 Aug 2009, 01:44

No Desktop

#392 Post by LoboGrande »

Hello folks, I've tried several of the Precise Puppy Beta's and none seem to load the desktop. I get a black screen and an mouse arrow but no taskbar and it won't respond to keyboard rebooting from the Live CD.

P4 3.4 ghz/socket 478 with 4gb of DDR Ram
Asus P4S800DX mobo
NVidia GeForce 7350 PCIe Video card.

Works fine with Wary 5, Akita, Lucid Puppy 5.2.5, .8, .9

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

#393 Post by 01micko »

BarryK wrote:
bigpup wrote:Dell desktop
Pentium 4 processor
Nvidia nv37gl Quadro video card
precise5271-nopae frugal

Boots to desktop
Some desktop program icons missing or half visible
no items visible in menus
Some program icons in taskbar, but not all
The icons/entry's that should be showing in menu and taskbar. You can put mouse pointer at the location where they should be and left click will run the program that should have an icon/entry at that location.

Seems to be using Nouveau graphic driver.
Will not get to desktop if you select Vesa driver with Xorgwizard.
I wonder if it makes any difference choosing 24-bit rather than 16-bit color depth. Earlier JWM versions have had a problem in this area, I think the main trouble was with 16-bit.

Edit /etc/X11/xorg.conf, change the "16" in two places to "24".
It is more likely to be a nouveau issue in bigpup's case I believe. The symptoms are near identical to drblock2's (incidentally, it's with his help I came up with the nouveau_unload script in slacko development). I reckon the only way around this is to have it written in the release notes because nouveau has advanced well in recent times and it would be a shame to leave it out. Xorgwizard is *supposed* to work with it, I haven't tested this in Precise. At a guess nouveau would support 95% of nvidias quite well. Works fine on my 4 cards ranging from an old vanta to an 8300GS.

Those having trouble with nouveau (ie nvidia cards) could try puppy pfix=ram nouveau.modeset=0 at CD boot or on the kernel line.
Puppy Linux Blog - contact me for access

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

#394 Post by LateAdopter »

Hello Billtoo

According to Xorg your RV530 is supported by the r300g driver which has gallium 3D built-in

But in this puppy /usr/lib/dri/r300_dri.so is missing, while r600_dri.so is there.

I expect you could get it from the Ubuntu repo. Then it should work.

There is some r300 firmware already but I don't know whether it is complete.

A search of the Ubuntu repo for r300 would show you.

I expect r100 and r200 stuff also needs to be added to this puppy for other cards.

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

#395 Post by Lobster »

Straight to desktop - working 8)
Trying to download xaralx with package manager (I also tried unsucessfully with 5.2.71) . . . The ppm is very slow (I almost gave up) but I now have xaralx . . . hooray :D
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

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

#396 Post by 01micko »

DISTRO_VERSION=5.2.71

-OpenGL-
Vendor : Nouveau
Renderer : Mesa DRI nv05 x86/MMX/SSE2
Version : 1.2 Mesa 8.0.3
Direct Rendering : Yes

# export vblank_mode=0
# glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
1063 frames in 5.0 seconds = 212.472 FPS
1068 frames in 5.0 seconds = 213.501 FPS
1090 frames in 5.0 seconds = 217.871 FPS
1088 frames in 5.0 seconds = 217.562 FPS
# report-video
Precise Puppy, version 5.2.71 on Thu 30 Aug 2012

Chip description:
0.0 VGA compatible controller
NVIDIA Corporation NV6 [Vanta/Vanta LT] (rev 15)
oem: NVidia
product: Riva TNT Chip Rev B1

X Server: Xorg
Driver used: nouveau

X.Org version: 1.11.3
dimensions: 1360x768 pixels (359x203 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

-----------------------------------------------------------

That's better performance than the nvidia-73 proprietary driver, although the card was in a different machine testing an old wary at that time.

------------------------------------------------------------

I have just compiled the nv driver and am about to test on this machine.

------------------------------------------------------------

Mixed success with nv
While it does work I couldn't get my desired resolution without manual intervention, however, mine is an obscure monitor with 1360x768 res, norm is 1366x768. Nouveau_unload worked as expected and rebooted to a vesa desktop. xorgwizard wouldn't select nv so I deleted xorg.conf and ran xorgwizard-automatic from the prompt.

# report-video
Precise Puppy, version 5.2.71 on Thu 30 Aug 2012

Chip description:
0.0 VGA compatible controller
NVIDIA Corporation NV6 [Vanta/Vanta LT] (rev 15)
oem: NVidia
product: Riva TNT Chip Rev B1

X Server: Xorg
Driver used: nv

X.Org version: 1.11.3
dimensions: 1360x768 pixels (342x191 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


Here's nv compiled, --prefix=/usr --enable-xaa. Obviously no mesa counterpart so will use swrast.
Attachments
xf86_DEV-video-nv-i486-precise.pet
(892 Bytes) Downloaded 349 times
xf86-video-nv-i486-precise.pet
(90.26 KiB) Downloaded 319 times
xf86_DOC-video-nv-i486-precise.pet
(3.43 KiB) Downloaded 316 times
Puppy Linux Blog - contact me for access

mories
Posts: 70
Joined: Mon 21 Dec 2009, 12:51

5,2,73 vs 5.2.72 on Mobility Radeon HD 5430 Series

#397 Post by mories »

Same as 01micko, I find no difference between 5.2.73 and 5.2.72.
My report-video in both cases.
--------------------------------------
Chip description:
0.0 VGA compatible controller
Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5430 Series]
oem: ATI ATOMBIOS
product: PARK 01.00

X Server: Xorg
Driver used: radeon

X.Org version: 1.11.3
dimensions: 1366x768 pixels (361x203 millimeters)
depth of root window: 24 planes
--------------------------------------------


As Barry, I prefer 5.2.73 because it's more "like" ubuntu-precise and only 2.4 M bigger.

feelsub
Posts: 39
Joined: Wed 20 Jun 2012, 17:29

#398 Post by feelsub »

Precise beta3 on core5, 4gb ram

Seeems promising, but:

Bug: Gimp 2.8.x or LibreOffice installs correctly, but at run I get a :
Opening '/root/%U' failed: No such file or directory

Unfortunately, in PPM no simple image editor ( rotate, lossless crop, compress)
No : Picasa, gThumb, F-Spot, Gimp 2.8.2 (but 2.6.x and fails to run)
http://www.linuxplanet.com/linuxplanet/tutorials/7152/1

http://techcityinc.com/2009/03/23/10-be ... for-linux/

I also regret the absence in PPM of Chrome 21.x
I didn't check about availabilty &run of photorec6.14, skype, openshot 1.4.x, mediatagger.

I would also head for ffmpeg 0.11 latest build ( has fixes for synch issues - some I reported - before official 0.11.2) as supports more codecs including wma lossless.

Thanks

In the meantime I revert to lupulibre528.005-2

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

kernel sources for nopae kernel?

#399 Post by peebee »

Hi Barry
Do you have a version of kernel sources for the non-pae kernel?
I've looked on your kernel pages and there isn't one there....
I've tried to compile a driver and it won't load due to a symbol mismatch which suggests that different kernel sources are needed.
Thanks
peebee
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#400 Post by linux28 »

Winetricks couldn't use :cry: :cry: :cry:

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

Precise Puppy beta4, August 30, 2012

#401 Post by Billtoo »

Manual frugal install to a 4gb flash drive.

Precise Puppy, version 5.2.73 on Thu 30 Aug 2012

Chip description:
0.0 VGA compatible controller
Advanced Micro Devices [AMD] nee ATI RV530 [Radeon X1600]
oem: ATI ATOMBIOS
product: RV530 01.00

X Server: Xorg
Driver used: radeon

X.Org version: 1.11.3
dimensions: 1440x900 pixels (380x238 millimeters)
depth of root window: 16 planes

# glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
298 frames in 5.0 seconds = 59.436 FPS
300 frames in 5.0 seconds = 59.883 FPS
300 frames in 5.0 seconds = 59.890 FPS

Computer
Processor AMD Athlon(tm) 64 Processor 3300+
Memory 1554MB (90MB used)
Operating System Unknown distribution
User Name root (root)
Date/Time Thu 30 Aug 2012 07:32:42 AM EDT
OpenGL
Vendor X.Org R300 Project
Renderer Gallium 0.4 on ATI RV530
Version 2.1 Mesa 8.0.2
Direct Rendering Yes

Hardware acceleration is working now, google earth and nexuiz run
great.

Thanks, Precise Puppy is working well now.
Attachments
screenshot.jpg
(72.23 KiB) Downloaded 896 times

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

#402 Post by Billtoo »

LateAdopter wrote:Hello Billtoo

According to Xorg your RV530 is supported by the r300g driver which has gallium 3D built-in

But in this puppy /usr/lib/dri/r300_dri.so is missing, while r600_dri.so is there.

I expect you could get it from the Ubuntu repo. Then it should work.

There is some r300 firmware already but I don't know whether it is complete.

A search of the Ubuntu repo for r300 would show you.

I expect r100 and r200 stuff also needs to be added to this puppy for other cards.
Thanks, Barry has added the r300_dri.so to version 5.2.7.3 and it is working well.

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

Precise Puppy beta4, August 30, 2012

#403 Post by Billtoo »

Manual frugal install to an 8gb flash drive.

Precise Puppy, version 5.2.73 on Thu 30 Aug 2012

Chip description:
2.0 VGA compatible controller
Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
oem: Intel(R)Ironlake Desktop Graphics Chipset Accelerated VGA BIOS
product: Intel(R)Ironlake Desktop Graphics Controller Hardware Version 0.0

X Server: Xorg
Driver used: intel

X.Org version: 1.11.3
dimensions: 1920x1080 pixels (507x285 millimeters)
depth of root window: 16 planes

Computer
Processor 4x Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz
Memory 6087MB (102MB used)
Operating System Unknown distribution
User Name root (root)
Date/Time Thu 30 Aug 2012 08:37:54 AM EDT

OpenGL
Vendor Tungsten Graphics, Inc
Renderer Mesa DRI Intel(R) Ironlake Desktop x86/MMX/SSE2
Version 2.1 Mesa 8.0.2
Direct Rendering Yes

# glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.317 FPS
301 frames in 5.0 seconds = 59.999 FPS
300 frames in 5.0 seconds = 60.000 FPS

Google Earth etc are working great.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#404 Post by mavrothal »

feelsub wrote: Unfortunately, in PPM no simple image editor ( rotate, lossless crop, compress)
....
Download and activate the ubuntu-universe repo that is not included in 5.2.7x. Has most of these.
BTW you may want to inactivate one of the activated repos since PPM has trouble handling more than 5.
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

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

Merging Precise-Updates

#405 Post by LateAdopter »

I failed the intelligence test on merging precise-updates in the Package Manager

When doing an update it asks whether you want to merge and says Enter to decline. But I couldn't work out what to do to accept.

I ended up with separate databases for the updates.

The trouble is that, if you want to install from the update, the package manager only offers local files and not the repo.

Any suggestion as to how I accept merging the databases?

Thanks

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

#406 Post by Ray MK »

Both the 5.2.71 and 5.2.72 versions are running extremely well on my 10yr old Acer laptop.
Everything seems to work as expected - no obvious problems found yet.
Downloading 5.2.73 now - will report.

Much appreciation for all that you do - very best regards - Ray
Attachments
sys-info-120830.gz
(11.64 KiB) Downloaded 261 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.

User avatar
scabz
Posts: 364
Joined: Thu 30 Apr 2009, 18:14
Location: Tallahassee FL US
Contact:

#407 Post by scabz »

feelsub wrote:Precise beta3 on core5, 4gb ram

Seeems promising, but:

Bug: Gimp 2.8.x or LibreOffice installs correctly, but at run I get a :
Opening '/root/%U' failed: No such file or directory

Unfortunately, in PPM no simple image editor ( rotate, lossless crop, compress)
No : Picasa, gThumb, F-Spot, Gimp 2.8.2 (but 2.6.x and fails to run)
http://www.linuxplanet.com/linuxplanet/tutorials/7152/1

http://techcityinc.com/2009/03/23/10-be ... for-linux/

I also regret the absence in PPM of Chrome 21.x
I didn't check about availabilty &run of photorec6.14, skype, openshot 1.4.x, mediatagger.

I would also head for ffmpeg 0.11 latest build ( has fixes for synch issues - some I reported - before official 0.11.2) as supports more codecs including wma lossless.

Thanks

In the meantime I revert to lupulibre528.005-2
if the gimp 2.8.2 i post is the one you installed it should not have the Opening '/root/%U' failed: No such file or directory problem, i always fix that, it is in the .desktop file located at /usr/share/applications/gimp.desktop , where it say Exec=gimp-2.8 %U remove the "%U". again my pet should not have that problem i always fix that. if it does that for LibreOffice then it is the same way to fix it.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#408 Post by tronkel »

Just installed Precise 5.2.73

Luvly jubbly

The ATI Radeon HD6450 video hardware (recent but not the latest kit)
got recognised at boot-up no problem. This is the first Ubuntu-based Puppy in recent times that has been able to do this.

Real Ubuntu 12.04 itself managed this from the live CD but was not able to configure the ATI card to get recognised after installing to metal. So, with real Ubuntu 12.04 I have to resort to using the fglrx proprietary driver - whereas I prefer using the open-source driver. The missing firmware has always been the problem then by the looks of it.

So this is a big win for Puppy here. Still the top dog!

Got problems with the cat at the mo. When I get him sorted out I'll put this version through its usual paces and report any bugs (if there are any).
Life is too short to spend it in front of a computer

User avatar
oldyeller
Posts: 889
Joined: Tue 15 Nov 2011, 14:26
Location: Alaska

#409 Post by oldyeller »

Did a frugal install of Precise-5.2.73

It all looks good and working on my IBM X60

video report

Precise Puppy, version 5.2.73 on Thu 30 Aug 2012

Chip description:
2.0 VGA compatible controller
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
oem: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
product: Intel(r) 82945GM Chipset Family Graphics Controller Hardware Version 0.0

X Server: Xorg
Driver used: vesa

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

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#410 Post by peebee »

Hi Barry

Code: Select all

Posted on 30 Aug 2012, 23:37 by BarryK
re no-pae sources
peebee, 
I guess that you want the source SFS file. Uploaded here: 

http://bkhome.org/sources/kernel-3.2.28/no-pae/ 
I think the kernel source sfs for the non-pae 71 version is corrupt - see attached screenie - seem to be broken links pointing to directories on your computer.....

I checked the md5sum is correct BTW.

Thanks
PeeBee
Attachments
errors.png
(99.62 KiB) Downloaded 1306 times
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

Post Reply