The time now is Fri 20 Apr 2018, 22:00
All times are UTC - 4 |
Author |
Message |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 05 Apr 2009, 00:54 Post subject:
|
|
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/individual/driver/xf86-video-ati-6.12.1.tar.gz
A very good help was:
http://psung.blogspot.com/2009/02/configuring-radeon-r600r700-devices-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/viewtopic.php?mode=attach&id=16848
Note:
after installation, reboot.
Or exit X, and type:
rmmod radeon
rmmod drm
xorgwizard
Mark
_________________ my recommended links
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11775 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sun 05 Apr 2009, 07:53 Post subject:
|
|
wow wrote: | @Béèm, try to add this boot option: Code: | 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).
Consult Wikka
Use peppyy's puppysearch
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 05 Apr 2009, 10:39 Post subject:
|
|
here is a folder, where you can download graficscard related files I compiled:
http://puppyisos.org/isos/2009-01-to-06/Newyearspup02/tests/Mesa-OpenGL-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
_________________ my recommended links
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Sun 05 Apr 2009, 13:54 Post subject:
Bug copying files across netwwork |
|
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!!!
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 05 Apr 2009, 15:25 Post subject:
|
|
I uploaded proprietary graficsdrivers:
http://puppyisos.org/isos/2009-01-to-06/Newyearspup02/tests/ati-nvidia-proprietary/
User: puppy, password: linux
Nvidia users:
this page gives an overview, what card is supported by which driver:
http://us.download.nvidia.com/XFree86/Linux-x86/173.14.12/README/appendix-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
_________________ my recommended links
Last edited by MU on Sun 05 Apr 2009, 18:45; edited 1 time in total
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Sun 05 Apr 2009, 15:43 Post subject:
|
|
MU wrote: | I uploaded proprietary graficsdrivers:
Mark |
Thanks, Mark!!! Wonderful! (' ')
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Tue 07 Apr 2009, 10:12 Post subject:
Re: Bug copying files across netwwork |
|
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.
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Wed 08 Apr 2009, 09:35 Post subject:
Previous kernel |
|
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.
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 08 Apr 2009, 10:36 Post subject:
|
|
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
_________________ my recommended links
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Wed 08 Apr 2009, 10:53 Post subject:
|
|
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.
|
Back to top
|
|
 |
techtype
Joined: 16 Nov 2008 Posts: 181
|
Posted: Fri 10 Apr 2009, 09:51 Post subject:
New Core |
|
@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?
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3794
|
Posted: Tue 14 Apr 2009, 15:25 Post subject:
|
|
MU said: Quote: | 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.
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Tue 14 Apr 2009, 16:06 Post subject:
|
|
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
_________________ my recommended links
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11775 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Tue 14 Apr 2009, 16:47 Post subject:
|
|
Béèm wrote: | wow wrote: | @Béèm, try to add this boot option: Code: | 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).
Consult Wikka
Use peppyy's puppysearch
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3794
|
Posted: Tue 14 Apr 2009, 17:09 Post subject:
|
|
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.
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|