From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 26 10:56:30 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925E616A4BF for ; Tue, 26 Aug 2003 10:56:30 -0700 (PDT) Received: from hexagon.stack.nl (hexagon.stack.nl [131.155.140.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id D336A43FE3 for ; Tue, 26 Aug 2003 10:56:29 -0700 (PDT) (envelope-from jilles@stack.nl) Received: from toad.stack.nl (zen.stack.nl [2001:610:1108:5010::130]) by hexagon.stack.nl (Postfix) with ESMTP id D57B71C67; Tue, 26 Aug 2003 19:56:28 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 1677) id B34F2A3; Tue, 26 Aug 2003 19:56:28 +0200 (CEST) Date: Tue, 26 Aug 2003 19:56:28 +0200 From: Jilles Tjoelker To: Murad Mamedov Message-ID: <20030826175628.GA85345@stack.nl> References: <20030826074908.X80387-200000@moo.sysabend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: mobile@freebsd.org Subject: Re: Wierd X issue. X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 17:56:30 -0000 On Tue, Aug 26, 2003 at 08:31:19PM +0500, Murad Mamedov wrote: > leave only this: > device sc > and this lines to comment: > options MAXCONS=8 # number of virtual consoles > options SC_PIXEL_MODE # add support for the raster text mode > I think this is because of MAXCONS option, it's the only option we are > intersected. I got some more options regarding sc, but SC_PIXEL_MODE i > didn't set. > "Wierd X issue" is gone when i commented out all the options regarding > device sc. I don't know where is the bug and i don't have time to find it. If you set MAXCONS=8 and your /etc/ttys has ttyv0 to ttyv7 all marked "on" (the default), there will be no virtual terminal left for X. So either remove the MAXCONS option or turn ttyv7 off in /etc/ttys (kill -1 1 afterwards). Jilles