From owner-freebsd-alpha@FreeBSD.ORG Sun Aug 17 04:41:06 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF2037B405 for ; Sun, 17 Aug 2003 04:41:06 -0700 (PDT) Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DB0043F93 for ; Sun, 17 Aug 2003 04:41:04 -0700 (PDT) (envelope-from paulo@nlink.com.br) Received: (qmail 22991 invoked by uid 85); 17 Aug 2003 11:41:02 -0000 Received: from paulo@nlink.com.br by mirage.nlink.com.br by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 2.074371 secs); 17 Aug 2003 11:41:02 -0000 Received: from d-fx-001.nlink.com.br (HELO nlink.com.br) (200.249.196.193) by mirage.nlink.com.br with SMTP; 17 Aug 2003 11:41:00 -0000 Message-ID: <3F3F69B1.70908@nlink.com.br> Date: Sun, 17 Aug 2003 08:40:33 -0300 From: Paulo Fragoso User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-alpha@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Alpha 164lx with Matrox X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 11:41:07 -0000 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: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "PciRetry" # [] #Option "SyncOnGreen" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "Overlay" # [] #Option "MGASDRAM" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "ColorKey" # #Option "SetMclk" # #Option "OverclockMem" # [] #Option "VideoKey" # #Option "Rotate" # [] #Option "TexturedVideo" # [] #Option "Crtc2Half" # [] #Option "Crtc2Ram" # #Option "Int10" # [] #Option "AGPMode" # #Option "AGPSize" # #Option "DigitalScreen1" # [] #Option "DigitalScreen2" # [] #Option "TV" # [] #Option "TVStandard" # [] #Option "CableType" # [] #Option "NoHal" # [] #Option "SwappedHead" # [] #Option "DRI" # [] #Option "MergedFB" # [] #Option "Monitor2HSync" # [] #Option "Monitor2VRefresh" # [] #Option "Monitor2Position" # [] #Option "MetaModes" # [] 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.