From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 01:59:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B42E16A41F for ; Thu, 22 Sep 2005 01:59:28 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf07.cluster1.charter.net (mxsf07.cluster1.charter.net [209.225.28.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D154243D46 for ; Thu, 22 Sep 2005 01:59:27 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip15a.cluster1.charter.net (mxip15a.cluster1.charter.net [209.225.28.145]) by mxsf07.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j8M1xP5g008185 for ; Wed, 21 Sep 2005 21:59:26 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (24.177.225.234) by mxip15a.cluster1.charter.net with ESMTP; 21 Sep 2005 21:59:26 -0400 X-IronPort-AV: i="3.97,133,1125892800"; d="scan'208"; a="1554463684:sNHT45693122" Message-ID: <43320FF5.3000706@charter.net> Date: Wed, 21 Sep 2005 21:59:17 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: higher resolution console screen? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 01:59:28 -0000 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Sep 20 15:33:58 EDT 2005 I have a 19" LCD monitor and usually run in console mode. My screen resolution is 80x25, but I'd like to get something like 120 x 60 if possible. I've played with vidcontrol, but so far can't get it to do anything useful. Also my console screen is now shifted to the left one character, but when I run startx my gui screen is shifted to the right about 1 character. My card is a nvidia card with 128 megs or ram and I have enabled vesa in the kernel and have vesa_load="YES" in /boot/loader.conf. However, I get this error in dmesg: module_register: module vesa already exists! Module vesa failed to register: 17 How can I fix these problems? thanks, Bob