Re: [XFree86] ATI Radeon VE (7000) config

2003-11-12 Thread Alon Weinstein
Compile X from CVS and it'll work perfectly. The Radeon driver in 4.3.0 
has poor support to dual-display Radeon 7000 cards.

Alon.

Martin Emms wrote:
Anyone managed to make the dual display feature work reliably on any ATI 
card ? I need help with my XF86Config file.
 
I have 2 screens linked to a Radeon VE (7000) card in the AGP slot, I am 
running Redhat 9 with XFree86-4.3.
 
The best I have managed is to get X running on both screens at once in 
clone mode (both screen showing the same thing). However the second 
screen goes off as soon as the mouse crosses a window (eg. xterm). To 
get this to work I had to initialise the macine to runlevel 3 then 
start X from the command line with xinit.
 
Trying to run KDE on runlevel 5, the second screen goes off as soon as X 
is initialised.
 
This is the XF86Config file I was using, there are suggestions from a 
lot of different sources in here (man pages, readme files and 
suggestions on forums) but still no joy.
 
# XFree86 4 configuration created by redhat-config-xfree86
 
Section ServerLayout
  Identifier Default Layout
  Screen  0  Screen0 0 0
  Screen  1  Screen1 RightOf Screen0
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 CoreKeyboard
  InputDeviceDevInputMice AlwaysCore
EndSection
 
Section Files
  RgbPath  /usr/X11R6/lib/X11/rgb
  FontPath unix/:7100
EndSection
 
Section Module
  Load  dbe
  Load  extmod
  Load  fbdevhw
  Load  glx
  Load  record
  Load  freetype
  Load  type1
# Load  dri
EndSection
 
Section InputDevice
  Identifier  Keyboard0
  Driver  keyboard
  Option XkbRules xfree86
  Option XkbModel pc105
  Option XkbLayout gb
EndSection
 
Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option Protocol PS/2
  Option Device /dev/psaux
  Option ZAxisMapping 4 5
  Option Emulate3Buttons no
EndSection
 
Section InputDevice
  Identifier  DevInputMice
  Driver  mouse
  Option Protocol IMPS/2
  Option Device /dev/input/mice
  Option ZAxisMapping 4 5
  Option Emulate3Buttons no
EndSection
 
Section Monitor
  Identifier   Monitor0
  VendorName   Monitor Vendor
  ModelNameAOC Spectrum
  DisplaySize  320 240
  HorizSync30.0 - 95.0
  VertRefresh  50.0 - 160.0
  Option dpms
EndSection
 
Section Monitor
  Identifier   Monitor1
  VendorName   Monitor Vendor
  ModelNameDaytek DT-1770
  DisplaySize  320 240
  HorizSync30.0 - 70.0
  VertRefresh  50.0 - 150.0
  Option dpms
EndSection
 
Section Device
  Identifier  Videocard0
  Driver  radeon
  VendorName  Videocard vendor
  BoardName   ATI Radeon VE
# VideoRam65536
  BusID   PCI:1:0:0
  Option  CloneDisplay 2
EndSection
 
Section Screen
  Identifier Screen0
  Device Videocard0
  MonitorMonitor0
  DefaultDepth 16
  SubSection Display
Depth 16
Modes1024x768 800x600 640x480
  EndSubSection
EndSection
 
Section Screen
  Identifier Screen1
  Device Videocard0
  MonitorMonitor1
  DefaultDepth 16
  SubSection Display
Depth 16
Modes1024x768 800x600 640x480
  EndSubSection
EndSection
 
# Section DRI
# Group0
# Mode 0666
# EndSection
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] ATI Radeon VE (7000) config

2003-11-12 Thread Martin Emms
I have read a related email and added the line :

Option MonitorLayout CRT,CRT

I now get dual screen under KDE however (2 independent KDE screens not
clones) it seams which works fine apart from if I move the mouse into
the left hand screen then the right hand screen goes off and wont come
back on.

Do I really need to recompile !!! 



XF86Config
Description: Binary data


RE: [XFree86] ATI Radeon VE (7000) config

2003-11-12 Thread Alex Deucher
You will need to use sw cursor with 4.3 due to a bug in the final
release.
add:
Option HWCursor false 
to the device sections of your config.

Also, if you want one big logical screen instead of two separate
screens, add:
Option xinerama
to the serverflags section of your config.

Alex

--

I have read a related email and added the line :

Option MonitorLayout CRT,CRT

I now get dual screen under KDE however (2 independent KDE screens not
clones) it seams which works fine apart from if I move the mouse into
the left hand screen then the right hand screen goes off and wont come
back on.

Do I really need to recompile !!! 

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] ATI Radeon VE (7000) config

2003-11-12 Thread Martin Emms
Thank Alex,

It all works fine now, I ended up with Option SWCursor true (message
HWCursor not recognised) but assume the effect is the same.

Thanks again 

Martin Emms.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86