Hi,
 I just set up mandrake 9.0 with xfree 4.2.1 and tried to have dual head
working on my radeon 7000... the relevant XF86Config entries I believe
are correct (see bottom, am omitting irrelevant stuff).

I tried already:
- reinstalling XFree from the official xfree86 distribution (suggested in
  this same discussion list)
- disabling one at a time and all of the "Module" entries
- taking out the "DRI" section
- If you wonder about dri, that gets disabled anyway because of
  issues with xinerama/multihead

The error I get is the same already mentioned by someone else:


-----------------------------------------------------------------------------
[.... ---> nothing special before, no errors or complaints about
unresolved symbols <--- ...]
-----------------------------------------------------------------------------


Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) RADEON(0): Shutting down Xvideo subsystems
(II) RADEON(0): membase=0xf0000000 memsize=0x04000000 agpSize=0x00000008



here are the relevant excerpts from XF86Config:

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load "dri" # direct rendering

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "radeon"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "AGPMode" "true"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "radeon"
    Screen 1
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "AGPMode" "true"
EndSection


Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen  0  "screen1"
    Screen  1  "screen2" RightOf "screen1"
    Option "Xinerama"
EndSection


-----------------------------------------------------------------------------
-----------------------------------------------------------------------------





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

Reply via email to