« Return to Thread: radeon9200

Re: radeon9200

by Bill Karh :: Rate this Message:

Reply to Author | View in Thread

"carlos duarte" <philipkthompson@...> writes:

> some things i perhaps failed to mention:
>
> when i type startx, it crashes like this:
>
> xauth: creating new authority file /home/blah/blah/blah
> X connection to :0.0 broken (explicit kill or server shutdown)
>
> i know this card is supported by Xorg, but despite it having been
> identified by the system (as shown by dmesg), Xorg.0.log still says
> "No devices to configure.  Configuration failed."
[...]

Maybe you need an /etc/X11/xorg.conf?  To, you know, spell things out a
bit. Mine has the following:

  ...
  Section "Device"
      Identifier "Card0"
      VendorName "ATI Technologies Inc"
      BoardName  "ATI Radeon R480 X850 XT PE"
      Driver     "radeon"
      BusID      "PCI:1:0:0"
      Option     "BusType" "PCIE"
  EndSection
  ...

The thing that my help you is the "BusID" definition.  You will have a
different "BusType" and "BusID".  I don't know about mapppc, but on
i386/amd64 I used pcidump(8) to find its "address" (1:0:0).

Also radeon(4) is your friend.
--
======================================================================
William Karh                           "Now look what you made me do."
wkarh@...                                          -- Ike Turner

 « Return to Thread: radeon9200