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
>> 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 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 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-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
> [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.

Regards,

Edward.

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

-- 

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-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 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-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-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 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 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 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.



Dualhead ATI Radeon VE

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

I'm having some issues with attempting to get dualhead X working on this
Radeon VE. The error in /var/log/XFree86.0.log is:

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

(I have my coffee mug in front of my Diamondtron, which is to the right of my
keyboard and mouse.)

I've attached my current /etc/X11/XF86Config-4 file - are there any obvious,
or not so obvious, errors in it? Any help is appreciated.

Regards,

Edward.

-- 

http://www.tsumakin.net/
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
Load"ddc"
Load"GLcore"
Load"dbe"
Load"dri"
Load"extmod"
Load"glx"
Load"pex5"
Load"record"
Load"xie"
Load"bitmap"
Load"freetype"
Load"speedo"
Load"type1"
Load"vbe"
Load"int10"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Radeon_VE0"
Driver  "radeon"
BusID   "PCI:1:5:0"
Screen  0
EndSection

Section "Device"
Identifier  "Radeon_VE1"
Driver  "radeon"
BusID   "PCI:1:5:0"
Screen  1
EndSection


Section "Monitor"
Identifier  "Sony"
HorizSync   30-107
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "Mitsubishi"
HorizSync   30-92
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "CentreScreen"
Device  "Radeon_VE0"
Monitor "Sony"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x1024" "1152x864" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200" "1280x1024" "1152x864" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier  "CoffeeScreen"
Device  "Radeon_VE1"
Monitor "Mitsubishi"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1280x1024" "1152x864" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1152x864" "640x480"
EndSubSection
EndSection


Section "ServerLayout"
Identifier  "Multihead X"
Screen  "CentreScreen" LeftOf "CoffeeScreen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option  "Xinerama"
EndSection

Section "DRI"
Mode0666
EndSection

# end of XF86Config


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]




Dualhead ATI Radeon VE

2001-10-19 Thread Edward C. Lang

Hi,

I'm having some issues with attempting to get dualhead X working on this
Radeon VE. The error in /var/log/XFree86.0.log is:

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

(I have my coffee mug in front of my Diamondtron, which is to the right of my
keyboard and mouse.)

I've attached my current /etc/X11/XF86Config-4 file - are there any obvious,
or not so obvious, errors in it? Any help is appreciated.

Regards,

Edward.

-- 

http://www.tsumakin.net/


# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
Load"ddc"
Load"GLcore"
Load"dbe"
Load"dri"
Load"extmod"
Load"glx"
Load"pex5"
Load"record"
Load"xie"
Load"bitmap"
Load"freetype"
Load"speedo"
Load"type1"
Load"vbe"
Load"int10"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Radeon_VE0"
Driver  "radeon"
BusID   "PCI:1:5:0"
Screen  0
EndSection

Section "Device"
Identifier  "Radeon_VE1"
Driver  "radeon"
BusID   "PCI:1:5:0"
Screen  1
EndSection


Section "Monitor"
Identifier  "Sony"
HorizSync   30-107
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "Mitsubishi"
HorizSync   30-92
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "CentreScreen"
Device  "Radeon_VE0"
Monitor "Sony"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x1024" "1152x864" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1600x1200" "1280x1024" "1152x864" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier  "CoffeeScreen"
Device  "Radeon_VE1"
Monitor "Mitsubishi"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1280x1024" "1152x864" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1152x864" "640x480"
EndSubSection
EndSection


Section "ServerLayout"
Identifier  "Multihead X"
Screen  "CentreScreen" LeftOf "CoffeeScreen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option  "Xinerama"
EndSection

Section "DRI"
Mode0666
EndSection

# end of XF86Config