From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 17:56:44 2011 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 379F8106566C for ; Sun, 6 Feb 2011 17:56:44 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id BA1D88FC15 for ; Sun, 6 Feb 2011 17:56:43 +0000 (UTC) Received: by wwf26 with SMTP id 26so3946216wwf.31 for ; Sun, 06 Feb 2011 09:56:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=33bOsTJy7cUaZ3nQblvyUxXdx3GXncucBh4xJNDsfCk=; b=cmBdOKEfLJlAqijZBGz28AZp3mqeDniplce0vhuRXC6e/VS3/2TPu156O72zc42ITj c6iceqA5MfHiu4waask50licng4AwUo6/7trD/0Yn7Hbak9JYhz6n3h6tPwViFOcnrjv KmxHSSyWZW4wusYiYK+2wP1e/T0IMhlxQcLHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=YEzVd2HGm3i4ZOgz7zkoJEBJQI8U8yqmK2ErE/mMOO7IHbYiNjwy4gABZx+7HFCN7+ m6Nwp+VRQzjlOwj6OIDsEnVInazi8cJuGtxq0Qw8pQtJA7UDQqa/Kn9ciNeKE5W7/e1J U/DRddWvLtkSjK5l3erSn1WT3TmN3PtD5ELP8= Received: by 10.227.138.82 with SMTP id z18mr424763wbt.106.1297015002650; Sun, 06 Feb 2011 09:56:42 -0800 (PST) Received: from Abricot.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id y29sm2579683wbd.4.2011.02.06.09.56.41 (version=SSLv3 cipher=RC4-MD5); Sun, 06 Feb 2011 09:56:41 -0800 (PST) Message-ID: <4D4EE0F6.3000404@gmail.com> Date: Sun, 06 Feb 2011 18:57:10 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20110126 Thunderbird/3.1.7 MIME-Version: 1.0 To: Dima Panov References: <4D4EC363.70202@gmail.com> <187091297011132@web140.yandex.ru> In-Reply-To: <187091297011132@web140.yandex.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Set tty resolution using hint.sc.0.flags with VESA 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 Feb 2011 17:56:44 -0000 On 06/02/2011 17:52, Dima Panov wrote: > Hello! > > [fluffy@Beastie] ~$ cat /boot/device.hints|grep sc.0 > hint.sc.0.at="isa" > hint.sc.0.flags="0x180" > hint.sc.0.vesa_mode=0x1f0 > > absolutely great! But where did you find these vesa_mode setting? It's not documented anywhere. Cheers, -- David Demelier