From owner-freebsd-x11@FreeBSD.ORG Mon Jul 7 18:32:05 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5372E1065676 for ; Mon, 7 Jul 2008 18:32:05 +0000 (UTC) (envelope-from jochen@jochen-neumeister.de) Received: from dd6214.kasserver.com (dd6214.kasserver.com [85.13.131.7]) by mx1.freebsd.org (Postfix) with ESMTP id 78F5B8FC19 for ; Mon, 7 Jul 2008 18:32:04 +0000 (UTC) (envelope-from jochen@jochen-neumeister.de) Received: from donald.home.jochen-neumeister.de (dslb-088-078-235-148.pools.arcor-ip.net [88.78.235.148]) by dd6214.kasserver.com (Postfix) with ESMTP id 27146181D6C for ; Mon, 7 Jul 2008 20:21:01 +0200 (CEST) Message-ID: <48725F24.1080804@jochen-neumeister.de> Date: Mon, 07 Jul 2008 20:23:32 +0200 From: Jochen Neumeister User-Agent: Thunderbird 2.0.0.14 (X11/20080614) MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: xorg bug? 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: Mon, 07 Jul 2008 18:32:05 -0000 Hi there, I'm not sure, that i found a bug in the new xorg. I updated my ports and read UPDATING. In my xorg.conf is the entry Driver "ati" I work in a lot of time with 2 TFT Monitors. One of this Monitor is the Virtual Desktop. The Virtual Desktop I started with an entry in my .xinitrc: xrandr --output VGA-0 --right-of DVI-0 After the xorg update the last days, my Virtual Desktop doesn't work. The problem is, the 2 Monitors are overlap, so that I see the same Desktop on both Monitors. I don`t see the virtuell Desktop. Here a my xrandr output: %xrandr Screen 0: minimum 320 x 200, current 3360 x 1050, maximum 3360 x 1050 VGA-0 connected 1680x1050+1680+0 (normal left inverted right x axis y axis) 473m m x 296mm 1680x1050 60.0*+ 1600x1000 59.9 1280x1024 75.0 59.9 1440x900 59.9 1280x960 59.9 1152x864 75.0 1152x720 60.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 DVI-0 connected 1680x1050+1680+0 (normal left inverted right x axis y axis) 473m m x 296mm 1680x1050 60.0*+ 1600x1000 59.9 1280x1024 75.0 59.9 1440x900 59.9 1280x960 59.9 1152x864 75.0 1152x720 60.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 S-video disconnected (normal left inverted right x axis y axis) I have testing with this commands: xrandr --output DVI-0 --left-of VGA-0 xrandr --output DVI-0 --pos 0x0 but the same feature. Before I updated, xorg works with the 2 Monitors perfect.