On Thu, Oct 09, 2003 at 06:55:40PM +0200, Thomas Schwarzkopf wrote:
>Hello,
>
>I try to run XFree86 on my Alpha PC 164 box.
>SRM Console V5.5-1, OS is FreeBSD-4.9-RC1,
>my graphics card is a Matrox Millennium II, 8MB.
>I installed XFree86 via ports.
>The card gets recognized as:
>
>pci0: <Matrox MGA Millennium II 2164W graphics accelerator> at 5.0 irq 2
>
>When I try to start X I get  an error "No devices detected"
>Here is the output in /var/log/XFree86.0.log:

XFree86 isn't identifying this as the primary video device.  Not sure why --
can you send the output of 'scanpci -v'?

This means you need to specify it explicitly in the XF86Config file:

># Device configured by xf86config:
>
>Section "Device"
>    Identifier  "matrox"
>    Driver      "mga"
     BusID       "0:5:0"           <-- ADD THIS LINE
>    #VideoRam    8192
>VideoRam 8192
>    # Insert Clocks lines here if appropriate
>EndSection

David
-- 
David Dawes                                     X-Oz Technologies
www.XFree86.org/~dawes                          www.x-oz.com
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to