From owner-freebsd-questions@FreeBSD.ORG Sun Dec 9 15:40:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A91AC31; Sun, 9 Dec 2012 15:40:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id F2CC98FC08; Sun, 9 Dec 2012 15:40:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qB9FebJ5005691; Sun, 9 Dec 2012 08:40:37 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qB9FebAT005688; Sun, 9 Dec 2012 08:40:37 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 9 Dec 2012 08:40:37 -0700 (MST) From: Warren Block To: Matthew Seaman Subject: Re: question about my new Dell 3010 In-Reply-To: <50C44DEE.6040601@FreeBSD.org> Message-ID: References: <20121209002330.GA8528@ethic.thought.org> <50C44DEE.6040601@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 09 Dec 2012 08:40:37 -0700 (MST) Cc: Gary Kline , FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 15:40:38 -0000 On Sun, 9 Dec 2012, Matthew Seaman wrote: > https://en.wikipedia.org/wiki/File:DVI_Connector_Types.svg > > Most DVI monitor cables have a DVI-D dual link plug on them, but > anything matching those patterns is proof positive of DVI. > > VGA connectors looks like this: > > https://en.wikipedia.org/wiki/File:Vga-cable.jpg > > Anyhow, the point is if you're using a DVI connector, X will be able to > query the monitor and find out its preferred resolution etc. > automatically. Whereas with a VGA connector, it will default to using > one of the standard VGA series of resolutions. Actually, DDC works on VGA connectors also: http://en.wikipedia.org/wiki/Display_Data_Channel These limited resolutions are almost certainly due to the KMS Intel driver being needed but the system not being built to support it. So the vesa driver is loaded instead, offering only a few legacy resolutions.