From owner-freebsd-stable Mon Jun 21 1:21:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 095E414C12 for ; Mon, 21 Jun 1999 01:21:55 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:nw/tFsI4cHheqj9q/NBw7PN6ioWgc0Qz@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id RAA24419; Mon, 21 Jun 1999 17:21:22 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id RAA17249; Mon, 21 Jun 1999 17:25:31 +0900 (JST) Message-Id: <199906210825.RAA17249@zodiac.mech.utsunomiya-u.ac.jp> To: Brandon Fosdick Cc: "C. Peter Constantinidis" , stable@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Video refresh rates and video modes in vga0, vidcontrol In-reply-to: Your message of "Sun, 20 Jun 1999 22:54:04 -0400." <376DA94C.88457FC5@glue.umd.edu> References: <376f2f8e.14506753@mail> <376DA94C.88457FC5@glue.umd.edu> Date: Mon, 21 Jun 1999 17:25:30 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> The discovery: Reading the man pages for vga, vidcontrol I see there is no >> way to change the refresh rate. I also looked through the ports tree. No No, there is no provision in the current version of the vga driver and vidcontrol to change the refresh rate. >> luck. I was told about an utility for Linux that does it, called >> SVGATextMode that increases the refresh rate, improves the look of the >> fonts, etc. and it seems rather nice though I have never run it. I can't >> compile it under FBSD, I don't know how. The current version is 1.9 and >> seems mature. Anyway, I will have a look at its source code. But, I suspect that SVGATextMode uses various information and techniques which is specific to video chip sets. >> Question: Is it hard to add refresh rate control to FBSD's vidcontrol or >> vga device? Or at least tweak the linux program so it works? >> >> Best, >> Peter. > >I'd be interested in this too. That screen flickering gives me terrible >headaches. If the video card BIOS supports VESA BIOS Extension (VBE) v3.0, it is possible to set up the refresh rate in a clean and portable manner, The vesa module in FreeBSD currently supports VBE v2.0 (or less). We can update the module to support VBE v3.0 so that we can allow the user to set the refresh rate, if the video card is VBE v3.0 compliant... Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message