From owner-freebsd-questions Wed Feb 4 08:59:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16065 for questions-outgoing; Wed, 4 Feb 1998 08:59:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from thud.homenet (ua18.dreamscape.com [206.114.185.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16027 for ; Wed, 4 Feb 1998 08:58:51 -0800 (PST) (envelope-from aaron@dreamscape.com) Received: (from aaron@localhost) by thud.homenet (8.8.7/8.8.7) id LAA00572; Wed, 4 Feb 1998 11:56:24 -0500 (EST) (envelope-from aaron) Message-ID: <19980204115622.18878@homenet> Date: Wed, 4 Feb 1998 11:56:22 -0500 From: Aaron Jeremias Luz To: Brian Cc: questions@FreeBSD.ORG Subject: Re: [NEWBIE] Monitor Setup in Xfree86 Reply-To: aaron@csh.rit.edu References: <34D7E77D.540827FA@elite.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34D7E77D.540827FA@elite.net>; from Brian on Wed, Feb 04, 1998 at 03:58:53AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Wed, Feb 04, 1998 at 03:58:53AM +0000, Brian wrote: > Not knowing much about monitors, I found the following on my monitor: > > ############################################################################### > # Monitor: Seiko CM 1440 > # Contributor: Jeff Jennings [jennings@stortek.com] > # Last Edit Date: 12/9/91 > # > # name clock horizontal timing vertical timing flags > "1024x768i" 45 1024 1064 1224 1264 768 777 785 817 > Interlace > "1152x900i" 45 1152 1184 1288 1360 900 898 929 939 > Interlace > > -------------------------------- > > Ok, I'm currently using a Diamond Stealth 24 VLB with 1 meg video RAM. > This monitor will do 1024x768 in (yuck) Win95. > > I do realize this is a RTFM question, but the problem is I'm not > confident in setting this up with all the warnings I keep seeing about > how I can blow up the monitor with the wrong setup. As it is now, I'm > using the S3 server, in 1024x768 using the SVGA 1024x768 interlace > monitor selection in the Xfree86 config program. Only problem is, at > the very top of the monitor, about 1/4 of an inch is "warped", which I'm > assuming means I don't have the scan rates right. I need to fix this, > obviously. I'm hoping someone out there can tell me the numbers to put > in, in the Graphical Xfree86 config program in the monitors tab. If > there is any other information I need to know, I could use that too. > [...] You could use xvidtune to center or stretch the image. If you have not done so already, add these lines to your XF86Config within the monitor section. BandWidth 47 # MHz HorizSync 30-36 # kHz VertRefresh 48-62 # Hz These are actually quite conservative numbers, but they should protect your monitor from damage. Consult your monitor manual for exact numbers. Most modern monitors are "multisyncs." If yours is, you need not worry much about setting monitor timings exactly. When using xvidtune, I suggest you start X as root with as little running as possible. If your monitor should freak out at any point, just hit the 'r' key to restore the initial settings. If that fails, turn off your monitor; hit Ctrl-Alt-Backspace; wait 10 seconds; and turn your monitor back on. You should be returned to text mode. Have you browsed www.xfree86.org yet? Have fun, Aaron