From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 14:03:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C363106566C for ; Sun, 6 Apr 2008 14:03:07 +0000 (UTC) (envelope-from int.0x0080@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id F15018FC0A for ; Sun, 6 Apr 2008 14:03:06 +0000 (UTC) (envelope-from int.0x0080@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so765055wra.13 for ; Sun, 06 Apr 2008 07:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3GYzWxVLUQflGVxEy5rWUwnJhxxZ6uG0cD79lo73HpM=; b=nqnroMed6j694mBk1+EDQDJkhQPp++3+SB8E+7gsY1qnUwnYJTFit0E4s7s4OdDqTQbGqYAdtwCElYSuroHwcMbyKbLG6Co/TYlzenWYJiNMGk1C82v9uoE/FtrRt6Bl0eS4tUZIXp2UxpAyjL/SDGPc9MLZ3bcWkArXjDZWX+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UcFIcSj9mGBhx7jNRgWiUFD9hrthtptE6MigCw5rpLiqaFjCpInBhjCYSK96i1Q1wEKJP/uIb4rkT2SFhYi4Y+PcQT30otifWgpMkuyoBEMwt+xo/yQKF/WbVbSOtecg+5wpV+PK/tJ8WF+cPHfy0byJ4FemkrXwaJUH88H6EBs= Received: by 10.141.29.14 with SMTP id g14mr1135676rvj.241.1207490585849; Sun, 06 Apr 2008 07:03:05 -0700 (PDT) Received: by 10.140.174.15 with HTTP; Sun, 6 Apr 2008 07:03:05 -0700 (PDT) Message-ID: Date: Sun, 6 Apr 2008 07:03:05 -0700 From: "K. Bradford" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: framebuffer console on sparc64 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: Sun, 06 Apr 2008 14:03:07 -0000 Could anyone tell me how to configure my kernel for sparc64 to get the hi-res framebuffer console similar to what I do on i386 and get rid of the huge font sparc console? I know my hardware has the capability because linux has been able to do it in the past. Video card is ati mach64 (standard vga connector), not a cg-6 or cg-3 like some sparcs. On i386, this is done using SC_PIXEL_MODE and loading the vesa module, but this doesn't seem to work on my Ultra-5 sparc. Thanks....