From owner-freebsd-hackers Sat Sep 25 15: 4:43 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id C729914EE5 for ; Sat, 25 Sep 1999 15:04:40 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.9.3/8.9.1) with ESMTP id SAA78150; Sat, 25 Sep 1999 18:04:39 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <199909252204.SAA78150@whizzo.transsys.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Chuck Robey Cc: FreeBSD Hackers List , article@daemonnews.org From: "Louis A. Mamakos" Subject: Re: running single freq monitors (fwd) References: In-reply-to: Your message of "Sat, 25 Sep 1999 12:08:54 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Sep 1999 18:04:39 -0400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a similar problem, not with a particular monitor, but with an application where the VGA console is connected to a cheapo VGA-to-NTSC base-band video converter. These things usually come with a windows driver which from what I can tell, simply causes the horizontal and vertical refresh rates to be configured correctly. I my application, I don't have to worry about what things look like before X gets up and running; nothing will be damaged by the non-standard sync frequencies - you can't can't see anything that's readable on the video display. In my /etc/XF86Config file, I've got sections like this: Section "Monitor" Identifier "PC/TV-1108" VendorName "AITech" ModelName "PC/TV-1108" HorizSync 31.5 VertRefresh 60-60 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 674 760 800 480 491 493 525 EndSection Section "Device" Identifier "motion771" VendorName "Number Nine" BoardName "FX Motion 771" VideoRam 4096 s3RefClk 16 Ramdac "ibm_rgb524" DACspeed 220 EndSection Section "Screen" Driver "accel" Device "motion771" Monitor "PC/TV-1108" DefaultColorDepth 24 BlankTime 0 Subsection "Display" Depth 24 Modes "640x480" Invert_VCLK "*" 0 ViewPort 0 0 EndSubsection EndSection In my configuration, I'm using an "old" Number 9 Motion 771 board, with 4MB of memory. This easily give me a 24 bit deep display, which is way overkill once you run it into the NTSC converter and then an RF modulator. In my application, I didn't have a bizzaro hardware interface on the display, so just about any old VGA board would probably work OK. If you're wondering, this is part of my home automation system; there's a TK application (actually, [incr tcl] and [incr widgets]) which displays interesting stuff like caller-id information, temperatures, stock quotes on channel 16 of the in-home RF distribution system. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message