Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 19:21:59 -0300
From:      Paulo Fragoso <paulo@nlink.com.br>
To:        Paulo Fragoso <paulo@nlink.com.br>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: Alpha 164lx with Matrox
Message-ID:  <3F400007.2000400@nlink.com.br>
In-Reply-To: <3F3F69B1.70908@nlink.com.br>
References:  <3F3F69B1.70908@nlink.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
We have another AlphaPC164lx runnnig FreeBSD 4.3 and XFree86 3.3.6 which 
  is running XFree86 without problems.

In that machine we can found two points in dmesg:

...
cia0: Pyxis, pass 1
cia0: extended capabilities: 111<WLEN,MWEN,BWEN>
...
pci0: <Matrox MGA Millennium II 2164W graphics accelerator> at 6.0 irq 0
...

Using the machine which is installed FBSD 5.1 we have found different 
lines in dmesg: (we can't run XFree 4 with mga driver)

cia0: <2117x Core Logic chipset>
cia0: Pyxis, pass 1
cia0: extended capabilities: 1<BWEN>
...
pci0: <display, VGA> at device 9.0 (no driver attached)

Are there any problem with FBSD 5.1 on alpha? Or have we got a 
hardware/setup problem? What does mean "111<WLEN,MWEN,BWEN>" and cia0?

Paulo.

Paulo Fragoso wrote:
> Hi,
> 
> We have four Alpha 164lx with Matrox Millennium Video Card, we are 
> trying to use FreeBSD 5.1-RELEASE, all works fine but when XFree 4 (with 
> mga driver) is started all system freezes and reboot after some seconds. 
> Anything is logged with mga driver.
> 
> Our SRM is lx164_v5_8.exe and this card is working with vga driver but 
> with very low resolution. Vga driver reports a pci device in 
> /var/log/XFree86.0.log:
> 
> ...
> (--) PCI: (0:9:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, 
> Mem @ 0
> x88000000/24, 0x82910000/14, 0x82000000/23, BIOS @ 0x82900000/16
> (II) Addressable bus resource ranges are
>         [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
>         [1] -1  0       0x00000000 - 0xffffffff (0x100000000) IX[B]
> (II) OS-reported resource ranges:
>         [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]
>         [1] -1  0       0x00000000 - 0x00000000 (0x1) MX[B]
>         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [3] -1  0       0xffffffff - 0xffffffff (0x1) IX[B]
>         [4] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
> (II) Active PCI resource ranges:
>         [0] -1  0       0x82851100 - 0x828511ff (0x100) MX[B]E
>         [1] -1  0       0x82850000 - 0x8285ffff (0x10000) MX[B]E
>         [2] -1  0       0x82851000 - 0x82851fff (0x1000) MX[B]E
>         [3] -1  0       0x82900000 - 0x8290ffff (0x10000) MX[B](B)
>         [4] -1  0       0x82000000 - 0x827fffff (0x800000) MX[B](B)
>         [5] -1  0       0x82910000 - 0x82913fff (0x4000) MX[B](B)
>         [6] -1  0       0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
>         [7] -1  0       0x00010100 - 0x000101ff (0x100) IX[B]E
>         [8] -1  0       0x00010000 - 0x000100ff (0x100) IX[B]E
>         [9] -1  0       0x00001010 - 0x0000101f (0x10) IX[B]E
> ...
> 
> and our /etc/X11/XF86Config is:
> 
> Section "ServerLayout"
>         Identifier     "XFree86 Configured"
>         Screen      0  "Screen0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
>         RgbPath      "/usr/X11R6/lib/X11/rgb"
>         ModulePath   "/usr/X11R6/lib/modules"
>         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
>         Load  "dbe"
>         Load  "dri"
>         Load  "extmod"
>         Load  "glx"
>         Load  "record"
>         Load  "xtrap"
>         Load  "speedo"
>         Load  "type1"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "keyboard"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/sysmouse"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "Monitor Vendor"
>         ModelName    "Monitor Model"
> EndSection
> 
> Section "Device"
>         ### Available Driver options are:-
>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
>         ### [arg]: arg optional
>         #Option     "SWcursor"                  # [<bool>]
>         #Option     "HWcursor"                  # [<bool>]
>         #Option     "PciRetry"                  # [<bool>]
>         #Option     "SyncOnGreen"               # [<bool>]
>         #Option     "NoAccel"                   # [<bool>]
>         #Option     "ShowCache"                 # [<bool>]
>         #Option     "Overlay"                   # [<str>]
>         #Option     "MGASDRAM"                  # [<bool>]
>         #Option     "ShadowFB"                  # [<bool>]
>         #Option     "UseFBDev"                  # [<bool>]
>         #Option     "ColorKey"                  # <i>
>         #Option     "SetMclk"                   # <freq>
>         #Option     "OverclockMem"              # [<bool>]
>         #Option     "VideoKey"                  # <i>
>         #Option     "Rotate"                    # [<str>]
>         #Option     "TexturedVideo"             # [<bool>]
>         #Option     "Crtc2Half"                 # [<bool>]
>         #Option     "Crtc2Ram"                  # <i>
>         #Option     "Int10"                     # [<bool>]
>         #Option     "AGPMode"                   # <i>
>         #Option     "AGPSize"                   # <i>
>         #Option     "DigitalScreen1"            # [<bool>]
>         #Option     "DigitalScreen2"            # [<bool>]
>         #Option     "TV"                        # [<bool>]
>         #Option     "TVStandard"                # [<str>]
>         #Option     "CableType"                 # [<str>]
>         #Option     "NoHal"                     # [<bool>]
>         #Option     "SwappedHead"               # [<bool>]
>         #Option     "DRI"                       # [<bool>]
>         #Option     "MergedFB"                  # [<bool>]
>         #Option     "Monitor2HSync"             # [<str>]
>         #Option     "Monitor2VRefresh"          # [<str>]
>         #Option     "Monitor2Position"          # [<str>]
>         #Option     "MetaModes"                 # [<str>]
>         Identifier  "Card0"
>         Driver      "mga"
>         VendorName  "Matrox Graphics, Inc."
>         BoardName   "MGA 2164W [Millennium II]"
>         BusID       "PCI:0:9:0"
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         SubSection "Display"
>                 Depth     1
>         EndSubSection
>         SubSection "Display"
>                 Depth     4
>         EndSubSection
>         SubSection "Display"
>                 Depth     8
>         EndSubSection
>         SubSection "Display"
>                 Depth     15
>         EndSubSection
>         SubSection "Display"
>                 Depth     16
>         EndSubSection
>         SubSection "Display"
>                 Depth     24
>         EndSubSection
> EndSection
> 
> Is there any solution for this problem?
> 
> Thanks,
> Paulo.
> 
> _______________________________________________
> freebsd-alpha@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-alpha
> To unsubscribe, send any mail to "freebsd-alpha-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F400007.2000400>