Re: radeon9200

Bill Karh <[email protected]>
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
"carlos duarte" <[email protected]> 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."
[email protected]                                          -- Ike Turner
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.