From owner-freebsd-doc@FreeBSD.ORG Sun Jul 13 12:28:17 2008 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5DD5106564A for ; Sun, 13 Jul 2008 12:28:17 +0000 (UTC) (envelope-from zb@ispid.com.pl) Received: from v005705.home.net.pl (v005705.home.net.pl [212.85.118.117]) by mx1.freebsd.org (Postfix) with SMTP id DD04C8FC14 for ; Sun, 13 Jul 2008 12:28:16 +0000 (UTC) (envelope-from zb@ispid.com.pl) Received: from 444.net.autocom.pl (HELO localhost) (zb.ispid@onet@77.236.6.157) by m022.home.net.pl with SMTP; Sun, 13 Jul 2008 12:01:33 -0000 Date: Sun, 13 Jul 2008 14:01:35 +0200 From: Zbigniew Baniewski To: doc@FreeBSD.org Message-ID: <20080713120134.GA5599@sarge.my.own.domain.no-net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: "FreeBSD Handbook": 5.4 X11 Configuration X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2008 12:28:17 -0000 Hallo, I would to suggest to add information about configuration using RandR. I had much trouble lately finding out, why my well-tested configuration isn't working anymore - until I've learned, that newer versions of video drivers were designed especially to utilize RandR during video configuration, and because of this some functionality (f.e. "panned virtual screen") are (temporarily?) lost. It should be stressed, that RandR isn't just a tool to check-out available video-modes, but the quite new way to configure video, which supposingly required serious changes in video drivers. http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 And f.e. http://lists.freedesktop.org/archives/xorg/2008-March/034166.html #v+ The radeon driver got xrandr 1.2 support. Previous versions of the driver assumed one monitor per driver instance while with xrandr you may have several monitors. With xrandr it is much more important to get mode information about each monitor since you may have two or more monitors connected with vastly different capabilities. The previous version of the driver more or less always assumed a monitor was connected and forced whatever mode you specified. You can still do this, but as you see, the configuration has changed a bit. This page should give you a good overview: http://www.intellinuxgraphics.org/dualhead.html #v- -- pozdrawiam / regards Zbigniew Baniewski