From owner-freebsd-hackers Thu Feb 27 21:39:43 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3047D37B401; Thu, 27 Feb 2003 21:39:42 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4108943F85; Thu, 27 Feb 2003 21:39:41 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003022805394000100ja3p7e>; Fri, 28 Feb 2003 05:39:40 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA11446; Thu, 27 Feb 2003 21:39:38 -0800 (PST) Date: Thu, 27 Feb 2003 21:39:37 -0800 (PST) From: Julian Elischer To: re@freebsd.org, hackers@freebsd.org Subject: Re: [Solution] wierdness on 4.7-RELEASE++ X11 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well there is a small screwup in the XFree86-4.2.1 code that makes a theoretically optional component non -optional in some hardware configurations. In the atimisc driver Xaa is not made 'optional' as it is apparently in other drivers. The solution is to include a module that we don't need, and which is supposed to be optional, but is apparently not. in the config file /etc/X11/XF86Config at: Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "type1" Load "xaa" <--------Add this line EndSection It's disconcerting when a -RELEASE system can't get X11 going on SOME hardware, however at least the answer is simple. keywords for poor people searching in the future: ASUS P4PE P4B533 PCI ati Rage atimisc XAADestroyInfoRec unresolved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message