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]




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
FontPathunix/: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
Loadddc
LoadGLcore
Loaddbe
Loaddri
Loadextmod
Loadglx
Loadpex5
Loadrecord
Loadxie
Loadbitmap
Loadfreetype
Loadspeedo
Loadtype1
Loadvbe
Loadint10
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-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/