Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2001 08:28:24 +1200
From:      "Juha Saarinen" <juha@saarinen.org>
To:        "Eric M Logan" <eric_m_logan@yahoo.com>, <freebsd-stable@FreeBSD.ORG>
Subject:   RE: refresh rates in FreeBSD 4.2 w/ xfree86 4.02
Message-ID:  <LNBBIBDBFFCDPLBLLLHFIEEKJHAA.juha@saarinen.org>
In-Reply-To: <3AB3C25D.B048EC19@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:: I'm sorry for this newbie question but can anyone tell me how to find
:: out what refreshrate one is currently in and also how to go about
:: changing it.  I'm currently running FreeBSD 4.2 stable, xfree86 4.02,
:: and Blackbox 0.61.  Thanks.

If you get an epileptic seizure by looking at your screen, chances are
you're running in interlaced mode.

No, seriously... the quick way is to press the settings (or equivalent)
button of your monitor. Most modern displays have an info panel that'll tell
you what resolution and refresh rate you're running at.

XF86 also supports the DDC protocol, so if you look at the
/var/log/XFree86.0.log file, and see a line similar to this:

(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
										^^^^^^^ refresh rate


... then you have it. (If you have a DDC monitor, that is.)


You can change the refresh rate by editing the options under the monitor
section in the /etc/X11/XF86Config file, or by re-running the xf86config
program.


-- Juha


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LNBBIBDBFFCDPLBLLLHFIEEKJHAA.juha>