From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 18:22:09 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 A7C8B106564A for ; Sun, 6 Feb 2011 18:22:09 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6568E8FC0A for ; Sun, 6 Feb 2011 18:22:09 +0000 (UTC) Received: by gyf3 with SMTP id 3so1558232gyf.13 for ; Sun, 06 Feb 2011 10:22:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=ZWsTgp+8pBF5aI1nerBDANQk1rSSCgI6uYvCe/o6McY=; b=IIXsib1NFdRCQxCuP18AnS/vKP9j7TzgdS+CFKp0tdR4zb59R+xxTO3QOOgIjFvTmn a0trxqNECkwhzEQYVtl3QYUKRAy20er7Xx8Q9E4BKjJzDGCi8dGwjwjfX0EH4cQi8oa5 vwuJmx4hi3T6MCvTWQLnw7J/qk54Hae0KWR1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=adsHObXzX76Ox0+BqSPHUv1NXeMyivNcfPGjSiLTyxwNinn4Sxq64VKDPLLFw1ELRp s2Q1RabN4NNBDpR9aDDMaBuysGx6ZGcsjcPmZHftJ9sl1C0coyoYYTOKNBUWcmeWSJVS xSZc6UPoGCA7GgUsw8mgANlAAoUmAOJAyMADI= MIME-Version: 1.0 Received: by 10.236.108.167 with SMTP id q27mr28927754yhg.36.1297016528619; Sun, 06 Feb 2011 10:22:08 -0800 (PST) Received: by 10.236.105.197 with HTTP; Sun, 6 Feb 2011 10:22:08 -0800 (PST) Date: Sun, 6 Feb 2011 13:22:08 -0500 Message-ID: From: "b. f." To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 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 Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 18:22:09 -0000 David Demelier wrote: >> hint.sc.0.vesa_mode=0x1f0 ... >absolutely great! But where did you find these vesa_mode setting? It's >not documented anywhere. Look again: syscons(4), in the Synopsis and the "Driver Flags" section. b.