Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 21:39:37 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        re@freebsd.org, hackers@freebsd.org
Subject:   Re: [Solution] wierdness on 4.7-RELEASE++ X11
Message-ID:  <Pine.BSF.4.21.0302272133420.10623-100000@InterJet.elischer.org>
In-Reply-To: <Pine.BSF.4.21.0302272033130.10623-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0302272133420.10623-100000>