From owner-freebsd-x11@FreeBSD.ORG Wed May 27 10:39:19 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DAEA106566B for ; Wed, 27 May 2009 10:39:19 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [76.96.27.211]) by mx1.freebsd.org (Postfix) with ESMTP id 1EAA78FC23 for ; Wed, 27 May 2009 10:39:19 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from OMTA14.emeryville.ca.mail.comcast.net ([76.96.30.60]) by QMTA11.emeryville.ca.mail.comcast.net with comcast id waKw1b0031HpZEsABaSAoj; Wed, 27 May 2009 10:26:10 +0000 Received: from localhost ([67.103.204.242]) by OMTA14.emeryville.ca.mail.comcast.net with comcast id waRy1b0015EJinX8aaS0WE; Wed, 27 May 2009 10:26:08 +0000 Date: Wed, 27 May 2009 06:25:39 -0400 From: Adam K Kirchhoff To: perryh@pluto.rain.com Message-ID: <20090527062539.081a21ab@voicenet.com> In-Reply-To: <4a1d0812.wF4v52gYoURjHyHb%perryh@pluto.rain.com> References: <4a164879.9A1SKOjgHUb7X9q6%perryh@pluto.rain.com> <1243015185.63754.104.camel@balrog.2hip.net> <4a1724c4.OuQCIyZ462E1cHYx%perryh@pluto.rain.com> <1243089327.63754.1345.camel@balrog.2hip.net> <4a1a288f.Z0ZX9ngtqKNukKbL%perryh@pluto.rain.com> <1243259500.1787.986.camel@balrog.2hip.net> <4a1b09b3.ewnqp2rizVfsYpk5%perryh@pluto.rain.com> <1243293431.1704.387.camel@balrog.2hip.net> <4a1baf8e.Lz5OEp/BR3fkQ+QO%perryh@pluto.rain.com> <20090526051955.2c73ba62@sorrow.ashke.com> <4a1d0812.wF4v52gYoURjHyHb%perryh@pluto.rain.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: re-probing DDC/EDID X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 10:39:19 -0000 On Wed, 27 May 2009 02:29:54 -0700 perryh@pluto.rain.com wrote: > Adam K Kirchhoff wrote: > > > 'xrandr -q' should definitey query your monitors and dump the new > > information to /var/log/Xorg.0.log if you are using a driver that > > supports xrandr 1.2. > > That may be the problem: > > $ xrandr --version > Server reports RandR version 1.1 > > > If your /var/log/Xorg.0.log file shows that you are using the > > radeon driver (do you have hundreds of lines starting with > > "(II) RADEON"?) > > I have one such line: > > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > > followed by about a hundred more listing additional ATI chipsets > (but no more with the "(II) RADEON" prefix). > > ... > > > What version of Xorg do you have installed? > > $ Xorg -version > > X Window System Version 6.9.0 > Release Date: 21 December 2005 > X Protocol Version 11, Revision 0, Release 6.9 > Build Operating System: FreeBSD 6.1 i386 [ELF] > Current Operating System: FreeBSD fbsd61 6.1-RELEASE FreeBSD 6.1-RELEASE #30: Mon Jan 1 23:01:34 PST 2007 perryh@fbsd61:/usr/src/sys/i386/compile/GENERIC i386 > Build Date: 24 March 2006 > Before reporting problems, check http://wiki.X.Org > to make sure that you have the latest version. > Module Loader present > You are using a very old version of Xorg there. I'm not sure how to do what you want without xrandr 1.2 (perhaps someone else does), and to get xrandr 1.2 you will definitely need to upgrade. Adam