Re: Dualhead ATI Radeon VE

2001-10-22 Thread Mike A. Harris
On Mon, 22 Oct 2001, Edward C. Lang wrote:

  So I make that change, and now I see:
  
  Fatal Server error:
  Requested Entity already in use!
  
  I assume that's a driver issue, and not resolvable by simple configuration 
  file changes?
 
 Is the 4.1.0 driver even supposed to support dualhead on these chips?
 Maybe the current CVS driver does, you may want to ask on the
 Xpert@XFree86.Org list.

Well... looking at the driver source[0], I see the following comment:

 /* Xinerama has sync problem with DRI, disable it for now */
if(xf86IsEntityShared(pScrn-entityList[0]))
{
info-directRenderingEnabled = FALSE;
xf86DrvMsg(scrnIndex, X_WARNING,
Direct Rendering Disabled -- 
Dual-head configuration is not working with DRI 
at present.\nPlease use only one Device/Screen 
section in your XFConfig file.\n);
}

So maybe I'll try a kernel with no DRI support. But that's going to suck in
different ways.

Why change your kernel, when you can just disable DRI in the 
config file?  Or better yet, just leave it alone and let the 
above code fragment do it for you.  ;o)

One point to mention though is that the comment that is displayed 
mentions XFConfig file of which their is no such thing.  Typo.



--
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
XFree86 maintainer  Ontario, Canada, P6C 5B3
Red Hat Inc.Phone: (705)949-2136
http://www.redhat.com   ftp://people.redhat.com/mharris
Red Hat XFree86 mailing list:   [EMAIL PROTECTED]
General open IRC discussion:#xfree86 on irc.openprojects.org
--



Re: Dualhead ATI Radeon VE

2001-10-21 Thread Michel Dänzer

On Sun, 2001-10-21 at 05:08, Edward C. Lang wrote:

 On Sat, Oct 20, 2001 at 02:51:17PM +0200, Michel D?nzer wrote:
   Section ServerLayout
 Identifier  Multihead X
  
  Screen  CoffeScreen
  
 Screen  CentreScreen LeftOf CoffeeScreen
 InputDevice Generic Keyboard
 InputDevice Configured Mouse
 Option  Xinerama
   EndSection
  
 
 So I make that change, and now I see:
 
 Fatal Server error:
 Requested Entity already in use!
 
 I assume that's a driver issue, and not resolvable by simple configuration 
 file changes?

Certainly looks that way. The only thing I can think of for you to try
is to play with leaving out the bus ID from either or both device
sections. But I very much doubt it will work.

Is the 4.1.0 driver even supposed to support dualhead on these chips?
Maybe the current CVS driver does, you may want to ask on the
[EMAIL PROTECTED] list.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Dualhead ATI Radeon VE

2001-10-21 Thread Mike A. Harris

On Mon, 22 Oct 2001, Edward C. Lang wrote:

  So I make that change, and now I see:
  
  Fatal Server error:
  Requested Entity already in use!
  
  I assume that's a driver issue, and not resolvable by simple configuration 
  file changes?
 
 Is the 4.1.0 driver even supposed to support dualhead on these chips?
 Maybe the current CVS driver does, you may want to ask on the
 [EMAIL PROTECTED] list.

Well... looking at the driver source[0], I see the following comment:

 /* Xinerama has sync problem with DRI, disable it for now */
if(xf86IsEntityShared(pScrn-entityList[0]))
{
info-directRenderingEnabled = FALSE;
xf86DrvMsg(scrnIndex, X_WARNING,
Direct Rendering Disabled -- 
Dual-head configuration is not working with DRI 
at present.\nPlease use only one Device/Screen 
section in your XFConfig file.\n);
}

So maybe I'll try a kernel with no DRI support. But that's going to suck in
different ways.

Why change your kernel, when you can just disable DRI in the 
config file?  Or better yet, just leave it alone and let the 
above code fragment do it for you.  ;o)

One point to mention though is that the comment that is displayed 
mentions XFConfig file of which their is no such thing.  Typo.



--
Mike A. Harris  Shipping/mailing address:
OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie,
XFree86 maintainer  Ontario, Canada, P6C 5B3
Red Hat Inc.Phone: (705)949-2136
http://www.redhat.com   ftp://people.redhat.com/mharris
Red Hat XFree86 mailing list:   [EMAIL PROTECTED]
General open IRC discussion:#xfree86 on irc.openprojects.org
--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Dualhead ATI Radeon VE

2001-10-21 Thread Michel Dänzer
On Sun, 2001-10-21 at 05:08, Edward C. Lang wrote:

 On Sat, Oct 20, 2001 at 02:51:17PM +0200, Michel D?nzer wrote:
   Section ServerLayout
 Identifier  Multihead X
  
  Screen  CoffeScreen
  
 Screen  CentreScreen LeftOf CoffeeScreen
 InputDevice Generic Keyboard
 InputDevice Configured Mouse
 Option  Xinerama
   EndSection
  
 
 So I make that change, and now I see:
 
 Fatal Server error:
 Requested Entity already in use!
 
 I assume that's a driver issue, and not resolvable by simple configuration 
 file changes?

Certainly looks that way. The only thing I can think of for you to try
is to play with leaving out the bus ID from either or both device
sections. But I very much doubt it will work.

Is the 4.1.0 driver even supposed to support dualhead on these chips?
Maybe the current CVS driver does, you may want to ask on the
Xpert@XFree86.Org list.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Re: Dualhead ATI Radeon VE

2001-10-21 Thread Edward C. Lang
On Sun, Oct 21, 2001 at 05:28:17PM +0200, Michel D?nzer wrote:
 On Sun, 2001-10-21 at 05:08, Edward C. Lang wrote:
 
  So I make that change, and now I see:
  
  Fatal Server error:
  Requested Entity already in use!
  
  I assume that's a driver issue, and not resolvable by simple configuration 
  file changes?
 
 Is the 4.1.0 driver even supposed to support dualhead on these chips?
 Maybe the current CVS driver does, you may want to ask on the
 Xpert@XFree86.Org list.

Well... looking at the driver source[0], I see the following comment:

 /* Xinerama has sync problem with DRI, disable it for now */
if(xf86IsEntityShared(pScrn-entityList[0]))
{
info-directRenderingEnabled = FALSE;
xf86DrvMsg(scrnIndex, X_WARNING,
Direct Rendering Disabled -- 
Dual-head configuration is not working with DRI 
at present.\nPlease use only one Device/Screen 
section in your XFConfig file.\n);
}

So maybe I'll try a kernel with no DRI support. But that's going to suck in
different ways.

Regards,

Edward.

[0] 
http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

-- 

http://www.tsumakin.net/



Re: Dualhead ATI Radeon VE

2001-10-20 Thread Michel Dänzer

On Sat, 2001-10-20 at 07:45, Edward C. Lang wrote:

 (==) ServerLayout Multihead X
 (**) |--Screen CentreScreen (0)
 (**) |   |--Monitor Sony
 (**) |   |--Device Radeon_VE0
 (EE) Screen CoffeeScreen doesn't exist: deleting placement
 (**) |--Input Device Generic Keyboard

[...]

 Section ServerLayout
   Identifier  Multihead X

Screen  CoffeScreen

   Screen  CentreScreen LeftOf CoffeeScreen
   InputDevice Generic Keyboard
   InputDevice Configured Mouse
   Option  Xinerama
 EndSection


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Dualhead ATI Radeon VE

2001-10-20 Thread Edward C. Lang

Hi,

On Sat, Oct 20, 2001 at 02:51:17PM +0200, Michel D?nzer wrote:
  Section ServerLayout
  Identifier  Multihead X
 
   Screen  CoffeScreen
 
  Screen  CentreScreen LeftOf CoffeeScreen
  InputDevice Generic Keyboard
  InputDevice Configured Mouse
  Option  Xinerama
  EndSection
 

So I make that change, and now I see:

Fatal Server error:
Requested Entity already in use!

I assume that's a driver issue, and not resolvable by simple configuration 
file changes?

Regards,

Edward.

-- 

http://www.tsumakin.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Dualhead ATI Radeon VE

2001-10-20 Thread Aaron Lehmann
On Sat, Oct 20, 2001 at 03:45:28PM +1000, Edward C. Lang wrote:
 (I have my coffee mug in front of my Diamondtron, which is to the right of my
 keyboard and mouse.)

Drugs are bad. You should value your intelligence and not waste it.



Re: Dualhead ATI Radeon VE

2001-10-20 Thread Michel Dänzer
On Sat, 2001-10-20 at 07:45, Edward C. Lang wrote:

 (==) ServerLayout Multihead X
 (**) |--Screen CentreScreen (0)
 (**) |   |--Monitor Sony
 (**) |   |--Device Radeon_VE0
 (EE) Screen CoffeeScreen doesn't exist: deleting placement
 (**) |--Input Device Generic Keyboard

[...]

 Section ServerLayout
   Identifier  Multihead X

Screen  CoffeScreen

   Screen  CentreScreen LeftOf CoffeeScreen
   InputDevice Generic Keyboard
   InputDevice Configured Mouse
   Option  Xinerama
 EndSection


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Re: Dualhead ATI Radeon VE

2001-10-20 Thread Edward C. Lang
Hi,

On Sat, Oct 20, 2001 at 02:51:17PM +0200, Michel D?nzer wrote:
  Section ServerLayout
  Identifier  Multihead X
 
   Screen  CoffeScreen
 
  Screen  CentreScreen LeftOf CoffeeScreen
  InputDevice Generic Keyboard
  InputDevice Configured Mouse
  Option  Xinerama
  EndSection
 

So I make that change, and now I see:

Fatal Server error:
Requested Entity already in use!

I assume that's a driver issue, and not resolvable by simple configuration 
file changes?

Regards,

Edward.

-- 

http://www.tsumakin.net/



Re: Dualhead ATI Radeon VE

2001-10-19 Thread Aaron Lehmann

On Sat, Oct 20, 2001 at 03:45:28PM +1000, Edward C. Lang wrote:
 (I have my coffee mug in front of my Diamondtron, which is to the right of my
 keyboard and mouse.)

Drugs are bad. You should value your intelligence and not waste it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]