From owner-freebsd-stable@FreeBSD.ORG Sat Apr 7 22:23:13 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CE0116A406 for ; Sat, 7 Apr 2007 22:23:13 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 4937E13C459 for ; Sat, 7 Apr 2007 22:23:11 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id CA4A111249; Sat, 7 Apr 2007 17:23:10 -0500 (CDT) Date: Sat, 7 Apr 2007 17:23:08 -0500 From: Craig Boston To: John Walthall Message-ID: <20070407222308.GA91058@nowhere> Mail-Followup-To: Craig Boston , John Walthall , freebsd-stable@freebsd.org References: <20070405133858.GB72219@nowhere> <200704051427.l35ERkX4008931@lurza.secnetix.de> <20070407003039.GA46860@nowhere> <20070407153140.GA5360@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070407153140.GA5360@SDF.LONESTAR.ORG> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org Subject: Re: Changing Console Resolution - Vidcontrol X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 22:23:13 -0000 On Sat, Apr 07, 2007 at 03:31:40PM +0000, John Walthall wrote: > No Matter what I try, I get "cannot open raster device, inapropriate ioctl > for this device". I have made sure that I have VESA loaded, etc. This sounds like your kernel is not compiled with "options SC_PIXEL_MODE". Craig