From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 19:59:36 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 BA62916A4CE for ; Sun, 29 Aug 2004 19:59:36 +0000 (GMT) Received: from web.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0976D43D1F for ; Sun, 29 Aug 2004 19:59:36 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.100] (xDSL-2-2.united.net.ua [193.111.9.226]) (authenticated bits=0) by web.portaone.com (8.12.8p2/8.12.8) with ESMTP id i7TJxMEj006479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Aug 2004 21:59:25 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4132358C.6060108@portaone.com> Date: Sun, 29 Aug 2004 22:59:08 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cyrille Lefevre References: <080a01c48dff$4248a310$7890a8c0@gits.invalid> In-Reply-To: <080a01c48dff$4248a310$7890a8c0@gits.invalid> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: vova@fbsd.ru 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 19:59:36 -0000 vidcontrol -i mode is your best friend! ;-) -Maxim Cyrille Lefevre wrote: > "Cyrille Lefevre" wrote: > >>"Vladimir Grebenschikov" wrote: >> >>>On Sat, 2004-08-28 at 11:46 +0800, Deng XueFeng wrote: >>> >>> >>>>>On Aug 27, 2004 01:59:50 am +0000, Deng XueFeng wrote: >>>>> >>>>>>First to thanks Sascha Wildner . >>>>>>he hack syscons to make dfbsd support 1024x768(16/24/32) syscons, >>>>>>then I ported that to current. and it works well with my ati MOBILITY >>>>>>7500[T31]/9200 [NX7000]. >>>>>>To make console support 1024x768; just type >>>>>>#vidcontrol MODE_279 >>> >>>How about another notebook native resolutions, 1400x1050 for example. >> >>you have to take a look at your video card reference guide... >>AFAIK, maybe except for the standard video mode, the other video >>mode are vendor dependent, but I may be wrong. > > > > here is the standard video modes (google "video +mode +279 +1024x768") : > > http://www.techweb.com/encyclopedia/defineterm?term=PCDISPLAYMODES(DETAILS)&exact=1 > > using google "video +mode +sxga +1400x1050", I find this : > > http://www.ccd.uab.es/~jordicj/linux/inspiron510m.php3 > > and using google "vesa +1400x1050", this : > > http://www.math.ucla.edu/~jimc/insp4100/X-setup.html > > Cyrille Lefevre.