From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 07:02:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A411816A4CE for ; Mon, 30 Aug 2004 07:02:25 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D73F43D5E for ; Mon, 30 Aug 2004 07:02:25 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C1gBH-0000MN-Mh; Mon, 30 Aug 2004 11:02:19 +0400 From: Vladimir Grebenschikov To: Maxim Sobolev In-Reply-To: <4132358C.6060108@portaone.com> References: <080a01c48dff$4248a310$7890a8c0@gits.invalid> <4132358C.6060108@portaone.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Mon, 30 Aug 2004 11:02:19 +0400 Message-Id: <1093849339.864.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.93FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov cc: Cyrille Lefevre cc: Deng XueFeng cc: "current@freebsd.org" Subject: Re: [PATCH TO TEST] VESA [1024x768] mode support forFreeBSD-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vova@fbsd.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 07:02:25 -0000 On Sun, 2004-08-29 at 22:59 +0300, Maxim Sobolev wrote: > vidcontrol -i mode is your best friend! ;-) Yes, it shows some corresponding graphical modes: # kldload vesa # vidcontrol -i mode < /dev/ttyv1 | fgrep 1400x1050 320 (0x140) 0x0000000f G 1400x1050x8 1 8x16 0xa0000 64k 64k 0xd8000000 16384k 321 (0x141) 0x0000000f G 1400x1050x15 1 8x16 0xa0000 64k 64k 0xd8000000 16384k 322 (0x142) 0x0000000f G 1400x1050x16 1 8x16 0xa0000 64k 64k 0xd8000000 16384k 323 (0x143) 0x0000000f G 1400x1050x24 1 8x16 0xa0000 64k 64k 0xd8000000 16384k 324 (0x144) 0x0000000f G 1400x1050x32 1 8x16 0xa0000 64k 64k 0xd8000000 16384k but anyway there are a little text modes: # vidcontrol -i mode < /dev/ttyv1 | fgrep T 24 (0x018) 0x00000001 T 80x25 8x16 0xb8000 32k 32k 0x00000000 32k 30 (0x01e) 0x00000001 T 80x50 8x8 0xb8000 32k 32k 0x00000000 32k 32 (0x020) 0x00000001 T 80x30 8x16 0xb8000 32k 32k 0x00000000 32k 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k And the all standard VGA modes, and I can't switch to text mode based 1400x1050 resolution (all Ok with Xorg server, I talk only about syscons in high resolution, text or raster) # vidcontrol VESA_800x600 < /dev/ttyv1 vidcontrol: cannot set videomode: Operation not supported by device usage: vidcontrol [-CdHLPpx] [-b color] [-c appearance] [-f [size] file] [-g geometry] [-h size] [-i adapter | mode] [-l screen_map] [-M char] [-m on | off] [-r foreground background] [-S on | off] [-s number] [-t N | off] [mode] [foreground [background]] [show] # vidcontrol VESA_1400x1050 < /dev/ttyv1 usage: vidcontrol [-CdHLPpx] [-b color] [-c appearance] [-f [size] file] [-g geometry] [-h size] [-i adapter | mode] [-l screen_map] [-M char] [-m on | off] [-r foreground background] [-S on | off] [-s number] [-t N | off] [mode] [foreground [background]] [show] > -Maxim -- Vladimir B. Grebenchikov vova@fbsd.ru