I have the same problem (same motherboard), but only when I have apm enabled 
in the kernel.

I disabled it and have been living without apm.  I know I should report this,
but I figured I'd wait through a few more revs of -STABLE to see if it
"fixed itself".  It hasn't, so I'll scan/add to bug reports; I'll also try your
X patch.

--David Bushong

On Mon, Sep 09, 2002 at 06:22:08PM +0100, Santos wrote:
> Hi. I'm having some problems related to XFree86. I think that bug is not
> dead yet.
> Any try to make X work, will result in freeze or panic. "XFree86
> -configure" results in an immediate system panic, startx results in a
> blank screen and a reset button press. Fortunately after searching
> google groups i found a trick that made X's problems stop. Inserting
> return; between these lines (in line 291+-):
> u_int           cr4save;
> 
> mrd = sc->mr_desc;
> 
> so:
> 
> u_int           cr4save;
> return;
> mrd = sc->mr_desc;
> 
> Is there any secondary effects for this ?
> The weird part, is that X was working 3-4 days before, problably X's
> problems start after a make world. I installed 4.6.2 and it was working
> fine, then after 1 or 2 world rebuilds, problems start to appear.
> 
> I'm running STABLE
> AMD XP 2000
> ASUS A7V333 - BIOS 1007
> Abit G4 MX 440
> 
> 
> Santos
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to