NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/44565: X works for about thirty seconds and then freezes on my MacBook1,1
The following reply was made to PR kern/44565; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Taylor R Campbell <campbell+netbsd%mumble.net@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/44565: X works for about thirty seconds and then freezes on
my MacBook1,1
Date: Mon, 14 Feb 2011 15:20:19 +0100
On Mon, Feb 14, 2011 at 01:51:48PM +0000, Taylor R Campbell wrote:
> (--) Using wscons driver on /dev/ttyE1 in pcvt compatibility mode (version
> 3.32)
ttyE1 is likely the problem, check if you have a getty process running
on ttyE1 (I suppose you have), I certainly do on most machines:
375 ttyE1 Is+ 0:00.08 /usr/libexec/getty ...
That process will fight with the X server for keyboard input. The X server
is supposed to run on ttyE4 by default (X gets a "vt5" arg), I'm not sure
what went wrong in your case.
Martin
Home |
Main Index |
Thread Index |
Old Index