[ltp] dual head ati 7500 t41

Alex Deucher linux-thinkpad@linux-thinkpad.org
Fri, 17 Dec 2004 09:03:23 -0500


On Thu, 16 Dec 2004 23:49:28 +0000, alejo <alejo@cohete.net> wrote:
> 
> >
> >Hw accelerated 3d only works in singel head mode or in mergedfb
> >dualhead mode.  if you are using "xinerama" style dualhead then you
> >won't get HW accel.
> >
> >Alex
> 
> 
> hi alex thanks for your answer.
> 
> even though i have turn on and off xinerama and added MergedFB in section device i still have a:
> (II) RADEON(1): Direct rendering disabled
> 
> btw is this 3d accelatared mode something that one day will be fixed or is it something that is phisically impossible to achieve on this kind of video card (ati mobility radeon 7500)
> 
> would look at my attemp (xorg.conf) and tell me why im still getting:
> (II) RADEON(0): Direct rendering disabled
> 


HW 3d is definitly supported on your hardware.  First you need to make
sure the DRI  is even working at all in single head mode.  once you
confirm that you can get mergedfb working.  your config is wrong for
mergedfb.  it doesn't really work like regular multi-head.  since one
instance of the driver handles both heads it's all done in one device
section.  see the radeon man page for more info.  here's a link to a
sample config as well:
http://www.botchco.com/alex/radeon/mergedfb/cvs/final/XF86Config
and the man page:
http://www.botchco.com/alex/radeon/mergedfb/cvs/DRI/final/radeon.4.html
Also for mergedfb to work you need to be running at least xorg 6.8.x;
prior versions did not support that feature.

Alex