On Saturday 17 November 2001 15:31, Arnout Engelen wrote:

[snip]

You problem is located here:

> Section "Device"
>       Identifier  "ATI 3D Rage Mobility"
>       Driver      "ati"
>       BusID       "PCI:1:0:0"
>       Screen      0
> EndSection
> 
> Section "Device"
>       Identifier  "ATI 3D Rage Mobility"
>       Driver      "ati"
>       BusID       "PCI:1:0:0"
>       Screen      1
> EndSection

The devices should have different identifiers, otherwise Xfree isn't able to 
identify between them.
e.q.
        Identifier "foo"
        ...
        Identifier "bar"

[snip]

Then use "foo" and "bar" in the Screen sections:

> Section "Screen"
>       Identifier "Internal Screen"
>       Device     "ATI 3D Rage Mobility"

Device "foo"

[snip]

> Section "Screen"
>       Identifier "External Screen"
>       Device "ATI 3D Rage Mobility"

Device "bar"

[snip]

> (EE) ATI:  XF86Config Device sections "ATI 3D Rage Mobility" and "ATI 3D 
Rage Mobility" may not be assigned to the same adapter.
> (EE) No devices detected.

That's bassically what this error message said :-)

HTH,
--Ivo

-- 
  Codito, ergo sum
  6:31pm  up 13:12,  3 users,  load average: 0.13, 0.06, 0.01
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to