From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 23:45:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8857916A4CE for ; Thu, 4 Nov 2004 23:45:57 +0000 (GMT) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D11643D2F for ; Thu, 4 Nov 2004 23:45:56 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-1.etat.lu (Postfix) with ESMTP id DC7BAEC41E5 for ; Fri, 5 Nov 2004 00:45:54 +0100 (CET) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id DD98629BDE for ; Fri, 5 Nov 2004 00:45:54 +0100 (CET) Received: from hermes-1 (hermes-1.cie.etat.lu [148.110.136.56]) CC0FE29BDC for ; Fri, 5 Nov 2004 00:45:54 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0I6O00I01GWB1U@mail.etat.lu> for freebsd-current@freebsd.org; Fri, 05 Nov 2004 00:45:54 +0100 (MET) Received: from etat.lu (hermes-1 [148.110.136.56])18 2003)) freebsd-current@freebsd.org; Fri, 05 Nov 2004 00:45:53 +0100 (MET) Received: from [192.168.1.17] by mail.etat.lu (mshttpd); Fri, 05 Nov 2004 00:45:53 +0100 Date: Fri, 05 Nov 2004 00:45:53 +0100 From: Didier Wiroth To: freebsd-current@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal Subject: rc2, xorg, and matrox g550 troubles X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 23:45:57 -0000 Hi, I install 5.3-rc2 and tried to install xorg. I've a 64mb agp matrox g550 graphic adapter. I'm loading the mga module through loader.conf. Here are my loaded modules: %kldstat Id Refs Address Size Name 1 11 0xc0400000 5cdad0 kernel 2 1 0xc09ce000 57dc vesa.ko 3 1 0xc09d4000 16620 mga.ko 4 14 0xc09eb000 537f0 acpi.ko 5 1 0xc2885000 17000 linux.ko X does not work when I launch with startx, I get a "no signal" error from my lcd screen. I have manually kill the server with "ctrl alt backspace". After killing the server, the following error appears: ------ (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 5 00:26:58 2004 (==) Using config file: "/etc/X11/xorg.conf" (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" login: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" X connection to :0.0 broken (explicit kill or server shutdown). ------ If I don't kill the server after a few seconds, I can't kill it anymore. I can't swith back to a console, as all my screens stay black. I checked the x11 driver direcotry and indeed there is no mga_hal.o in /usr/X11/lib/modules/drivers/ I googled a bit around and found that I may be I need to copy the original matrox linux drivers (mga_hal.o) to the directory (mentionned above). But it still doesn't work, now I get the following error: ----- (EE) MGA(0): MGAValidateMode from HALlib found the mode to be invalid. Error: 0xb1901112 (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found ----- Is someone running the g550? perhaps also in dual mode? If so, could you please send me your xorg.conf file? If you need more info, please tell me. Thx a lot Didier