Unnamed puplet 1.1 (puppy411 kernel-2.6.28.5 Xorg-7.4 LXDE)

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#76 Post by MU »

I attach a pet for ATI cards.
It is the radeon driver, not radeonhd, as radeonhd does not work on my system.
If someone wants to test radeonhd, I can upload that, too, on request.

It is basically intended for this case:

you have a new card, like the HD 4850.
You want DRI accelleration to watch videos fullscreen.
You do NOT need 3D accelleration. It is simply not added yet for the R600/R700 chips.

If you need accellerated 3D, you must use the Catalyst driver instead, but that is slower with 2D.

I don't know how these drivers work with older chips. No idea, if 3D works with them. If you want to try that, check it without savefile first (puppy pfix=ram).

To build the pet I had to run these special steps:
compile git from http://git-scm.com/.
then run such commands:
git clone git://anongit.freedesktop.org/mesa/drm
cd linux-core
git checkout -b r6xx-r7xx-support origin/r6xx-r7xx-support
make radeon.o drm.o

Then copy radeon.ko and drm.ko to the corresponding subfolders in /lib/.

Then I compiled http://xorg.freedesktop.org/archive/ind ... 2.1.tar.gz

A very good help was:
http://psung.blogspot.com/2009/02/confi ... es-on.html

I also had compiled more things during my tests (mesa with 2D dri libs), but they seem to be not needed, the files in ultrapup (I use NYP) are new enough already.

You also must install libdrm-2.4.5-i486.pet that I posted some messages above. Quicklink: http://www.murga-linux.com/puppy/viewto ... h&id=16848

Note:
after installation, reboot.
Or exit X, and type:
rmmod radeon
rmmod drm
xorgwizard


Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#77 Post by Béèm »

wow wrote:@Béèm, try to add this boot option:

Code: Select all

memory_corruption_check=1
_________________________________________________________________
I realize I have not reported back.
I still have the freeze at: freeing unused kernel memory. 376k freed.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#78 Post by MU »

here is a folder, where you can download graficscard related files I compiled:
http://puppyisos.org/isos/2009-01-to-06 ... penGL-7.4/

User: puppy, password: linux

It includes the intel/ati pets I posted above.

I added the radeonhd pet, that does not work for me. Maybe I forgot something?
It also needs the other ati pet, as that includes the new kernelmodules.
To test it, edit /etc/X11/xorg.conf, and replace
Driver "radeon"
with
Driver "radeonhd"

New: Mesa 7.4.
This is a bugfix release of 7.3.
You might not see improvements, if Opengl worked for you before.
I cannot check this pet on my own, as my Ati/Nvidia cards are not supported, I need the unfree drivers instead for OpenGL.
I made it as pet, not as sfs. This ensures, that formerly installed OpenGL/dri files get overwritten. With sfs files, this is not the case.
You can get back 30 MB free diskspace, if you delete unneeded dri modues in /usr/X11R7/lib/dri/ after installation.
The pet includes /usr/local/graficsdrivers/mesa.tgz required for newyearspups modified xorgwizard.

To test openGL, install ati-stuff.pet.
Then type:
antinspect -fps
This should launch a small application displaying framerates.
It should run smooth with more that 10 fps ( typically 24-48 ).

Use all at own risk, and best try it with a new savefile first (puppy pfix=ram).
Please tell us, if you have success or not.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Bug copying files across netwwork

#79 Post by techtype »

I ran across a bug in this version of your pup that did not appear in the first version. It's extremely slow in copying files across a local gigabit network to a Vista or Server 2008 computer. This shows up more obviously on larger (100 megabyte or larger) files. I verified using different computers as the origin and destination. I checked Newyear's pup and the later releases based on this pup are just as slow. Doing the same copying using your earlier pup or the earlier releases of Newyear's pup are very fast.

Top, Pprocess viewer and Conky show very heavy use of the processor, but do not pinpoint any particular process as the one eating up the processor. I tried a variety of different file managers, but none transfer any faster. The regular internet can download as fast as always from my high speed connection.

That's all the clues that I have. I hope someone can diagnose this one!!!

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#80 Post by MU »

I uploaded proprietary graficsdrivers:
http://puppyisos.org/isos/2009-01-to-06 ... oprietary/
User: puppy, password: linux

Nvidia users:
this page gives an overview, what card is supported by which driver:
http://us.download.nvidia.com/XFree86/L ... dix-a.html
For newer cards, use the 180.29.

Or as simple rule:
180.29 is for latest cards (Gf6 ? - Gf9, G200)

173.14.15 is for newish cards (Gf4 ? - Gf6)

96.43.09 for older cards (Gf2 ? - Gf4 ?)

Not available:
71.86 for prehistoric cards

The pets include a modified xorgwizard.
The original xorgwizard was renamed to xorgwizard-puppy.
The new one extracts and deletes several files, depending on your selection.
This is required to solve conflicts among the different drivers.

They are pretty huge, especially the one from Ati.
I had to create a savefile with 256 MB, to be able to install it.
After the pet was installed, the ati will extract 65 MB when you select the driver in xorgwizard. Nvidia needs around 40 MB.
This is more than in the last versions of Newyearspup.
I had to do it, so that other Ati drivers can be installed in addition in future, as 9.3 is the last release, that supports a wide range of cards. 9.4 will support only very new cards.

The new xorgwizard does NOT check yet, if enough space is available.
So ensure, you have enugh space.
I'd recommend to have ALWAYS at least 100 MB free diskspace in your savefile :!:

Mark
Last edited by MU on Sun 05 Apr 2009, 22:45, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

#81 Post by techtype »

MU wrote:I uploaded proprietary graficsdrivers:
Mark
Thanks, Mark!!! Wonderful! (':D')

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Re: Bug copying files across netwwork

#82 Post by techtype »

techtype wrote:I ran across a bug in this version of your pup that did not appear in the first version. It's extremely slow in copying files across a local gigabit network to a Vista or Server 2008 computer. This shows up more obviously on larger (100 megabyte or larger) files. I verified using different computers as the origin and destination. I checked Newyear's pup and the later releases based on this pup are just as slow. Doing the same copying using your earlier pup or the earlier releases of Newyear's pup are very fast.

Top, Pprocess viewer and Conky show very heavy use of the processor, but do not pinpoint any particular process as the one eating up the processor. I tried a variety of different file managers, but none transfer any faster. The regular internet can download as fast as always from my high speed connection.

That's all the clues that I have. I hope someone can diagnose this one!!!
After a lot of Googling and experimenting, I came up with this partial solution:

By adding mountcifs-1.5.pet from James Bond and changing the file manager in pnethood to Thunar, I have gotten the network file copy speed up to acceptable (not as fast as the earlier pup). Thunar gives a progress bar so that helps psychologically during the wait. You could also use Pcmanfm, but it is slightly unstable for network copies. The processor use is still high, but not as high as it was. The final result is something that I can live with versus something I could not.

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

Previous kernel

#83 Post by techtype »

What would it take for me to revert this pup to the previous kernel as a test for network file copying? When I just drop in initrd.gz and vmlinuz, it does not seem to detect sound properly although in a very quick test, other things seemed to work.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#84 Post by MU »

you also need to copy /lib/modules/2.6.27.5/.
And the 2 files in /etc/modules/.

I am not certain, but this might be sufficient.
Maybe you had to type
depmod -a
then once and reboot.
This would register all modules to the kernel.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

#85 Post by techtype »

MU wrote:you also need to copy /lib/modules/2.6.27.5/.
And the 2 files in /etc/modules/.

I am not certain, but this might be sufficient.
Maybe you had to type
depmod -a
then once and reboot.
This would register all modules to the kernel.

Mark
Thanks once again Mark!! You are amazing!!! I'll try it.

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

New Core

#86 Post by techtype »

@wow
I love this pup except for the slow network copy. Everything else runs like lightning! Are you anywhere near releasing a new pup based on your latest kernel compile?

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

#87 Post by playdayz »

MU said:
I attach a pet for ATI cards.
It is the radeon driver, not radeonhd, as radeonhd does not work on my system.
If someone wants to test radeonhd, I can upload that, too, on request.

It is basically intended for this case:

you have a new card, like the HD 4850.
You want DRI accelleration to watch videos fullscreen.
You do NOT need 3D accelleration. It is simply not added yet for the R600/R700 chips.

If you need accellerated 3D, you must use the Catalyst driver instead, but that is slower with 2D.
Mark, I didn't notice any difference when I installed this. I already had the radeon driver with dri enabled just from what came with Wow's Unnamed Puplet. I must be missing something. When I tried to uninstall the pet however, I had trouble until I thought to start X with the xvesa driver. The first three times I tried to uninstall the screen froze as soon as I clicked the Remove Them button. I am going to try the proprietary ati drivers now.

.<Add> The proprietary ati catalyst driver is working nicely, just as in NYP. Thanks again.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#88 Post by MU »

playdayz,
did your card work with the drivers (wows and mine)?
Or not?
This is not clear for me.

This driver (from me) should be required only, if wows included driver does not work, because your card is too new.
My HD4850 does not work with wows driver, I only can use vesa. With the new one, it works, so I get correct screenresolution and accellerated video playback.

However, I also use the Catalyst driver now, as that supports 3D, too, and has less bugs (JWM/Icewm).

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#89 Post by Béèm »

Béèm wrote:
wow wrote:@Béèm, try to add this boot option:

Code: Select all

memory_corruption_check=1
_________________________________________________________________
I realize I have not reported back.
I still have the freeze at: freeing unused kernel memory. 376k freed.
Apparently this issue is a tough one.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

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

#90 Post by playdayz »

Sorry for not being clear MU. Both drivers work perfectly in both pups with my hd3850. I should say "all three drivers" the fglrx driver and both yours and Wow's xorg drivers. That was what I was trying to ask, whether there were any differences between the two xorg dirvers, and as you said, yes there are.

The differences between the proprietary and the xorg drivers are that the fglrx driver is faster by 47 to 28 fps in antinspect (because, as you said, of the hardware acceleration) and that the fglrx driver supports Compiz (again, as you said, because of the hardware acceleration). Right now I am using the xorg radeon driver (yours, in NYP) to see if it feels any faster using a browser (I believe it tests faster on 2D but I have not seen any obvious difference).

I greatly appreciate the trouble you take to prepare the drivers--the only choice I have with stock Puppy is the xvesa driver.

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#91 Post by wow »

@techtype: I'm sorry, currently I don't have the time to even read posts in this forum.
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

techtype
Posts: 180
Joined: Sun 16 Nov 2008, 17:04

#92 Post by techtype »

wow wrote:@techtype: I'm sorry, currently I don't have the time to even read posts in this forum.
Hey, no problem. You've done plenty already. Thanks for all you have shared!!!!

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#93 Post by MU »

This message extends:
http://www.murga-linux.com/puppy/viewto ... 007#292007

I added Ati Catalyst 9.4.

Important:
the r300 to r500 chips are no longer supported by this driver!
So you need at least a HD 2400.


For older chips, use Catalyst 9.3.
Or the free ati radeon driver in xorgwizards autodetection.

I also updated the NYP xorgwizard in it.
The menus are easier to use now.

Mark
Last edited by MU on Sat 18 Apr 2009, 19:36, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#94 Post by MU »

I got a report, that INTEL driver 2.6.3 works erratic on a G45.

http://www.murga-linux.com/puppy/viewtopic.php?t=41343

That driver is included in Newyearspup 02rc9.
Installing the 2.6.0 fixed it.
There remains an issue:
the display is very dark.
I found this message about a non working backlight:
https://bugzilla.redhat.com/show_bug.cgi?id=492458
According to reports, this is fixed with driver 2.6.99.x from april, 3rd.

So I compiled the latest driver now.
It also requires a new libdrm.

I attach them for tests.
Please let me know, if they work better than 2.6.0.

Mark
Attachments
libdrm-2.4.9-i486.pet
(113.85 KiB) Downloaded 586 times
Last edited by MU on Sat 18 Apr 2009, 18:14, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#95 Post by MU »

This message extends:
http://www.murga-linux.com/puppy/viewto ... 007#292007

I updated all the proprietary Ati/Nvidia pets.

Changes:
- replaced Nvidia 180.29 with Nvidia 180.44.
- Included newest NYP-xorgwizard in all pets.
- In the Nvidia menu, you now can read a list, that shows, which driver supports which card.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

Post Reply