From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 03:16:56 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 576892E3; Thu, 14 Nov 2013 03:16:56 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0C92792; Thu, 14 Nov 2013 03:16:56 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un15so1376926pbc.33 for ; Wed, 13 Nov 2013 19:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:date:from:to:cc :subject:reply-to:mail-reply-to:in-reply-to:references:message-id :user-agent; bh=X1ZDWNlXeIOBHQGwk7WU7i2hyrqf7Nkrz21kJGS394I=; b=qldCPwVYeHpPmxOy7pAGw1LPOGD2hRzHE9br4ybBFu5Hter9WOuyGNSCx26UpkDrz0 6lXlIAzUo1lfsLlI8QSPD/LCHYZFzDu2NuQvDuLch6tIrcKIjnhV3c16uqLxd7EzOJYL wwz8DvRW7xoW2g70BUmATO/kcxOncbB1xi64O3B3xHJg03gBaI0ENhBByyfSfrFc+lsb DuAWrcreK24C07ivD74orHGnm0/kvCGR0DsZUU/Frpf0bjcNeWHhH7x0OCtXjX7UZkvp ps+8KDmeK4Hk+4lxPhA29wzv9jQCOYej7Fzij9Hl3nEsb1o1wrdpIw2yYWAQFWm8Iu1Y xhww== X-Received: by 10.68.106.65 with SMTP id gs1mr950749pbb.190.1384399015847; Wed, 13 Nov 2013 19:16:55 -0800 (PST) Received: from mail (c-67-161-25-189.hsd1.ca.comcast.net. [67.161.25.189]) by mx.google.com with ESMTPSA id hw10sm47825562pbc.24.2013.11.13.19.16.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Nov 2013 19:16:54 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 14 Nov 2013 03:16:52 +0000 From: Matt To: =?UTF-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Subject: Re: Radeon KMS on HD4650 (RV730) Mail-Reply-To: sendtomatt@gmail.com In-Reply-To: <5282A209.3050300@dumbbell.fr> References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> <5282A209.3050300@dumbbell.fr> Message-ID: X-Sender: sendtomatt@gmail.com User-Agent: eclectronic mail Cc: freebsd-x11@freebsd.org, owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: sendtomatt@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 03:16:56 -0000 On , Jean-Sébastien Pédron wrote: > On 11/06/2013 22:00, Matt wrote: >> I only see problems the second time I launch Xorg. KDE is fine after >> boot, but if I logout (which restarts X) I start seeing problems with >> KDE4, xfce4-displays and choppy/stutter windows... > > I committed two fixes to HEAD and stable/10. I wasn't targetting the > modeline loop problem, but I can't reproduce it anymore. If you have > time, can you checkout stable/10, rebuild a GENERIC kernel and retest, > please? I can't run stable, running -HEAD. Running a buildworld/kernel now. Matt