From owner-freebsd-x11@FreeBSD.ORG Wed Nov 19 15:58:54 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E8FB4C8 for ; Wed, 19 Nov 2014 15:58:54 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E87B7AF2 for ; Wed, 19 Nov 2014 15:58:52 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=a6qyBDuF c=1 sm=1 a=dUPDVWa3Dxp/u6Q+mY+wRA==:17 a=5bAhRdOea6EA:10 a=LaogzpLLAAAA:8 a=B5gzlI8gnETqR5F4Gp8A:9 a=QEXdDO2ut3YA:10 a=UH7ByARzng5yGn7RCBYA:9 a=_W_S_7VecoQA:10 a=dUPDVWa3Dxp/u6Q+mY+wRA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YW5hdEByY24uY29t Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 100.1.235.44 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [100.1.235.44] ([100.1.235.44:38534] helo=[192.168.1.8]) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.2.43620 r(Platform:3.6.2.0)) with ESMTPSA (cipher=AES128-SHA) id BF/A7-24628-B3EBC645; Wed, 19 Nov 2014 10:58:51 -0500 Message-ID: <546CBE3A.20502@aldan.algebra.com> Date: Wed, 19 Nov 2014 10:58:50 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: x11@FreeBSD.org Subject: Painfully slow X11 after upgrade Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 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, 19 Nov 2014 15:58:54 -0000 Hello! I upgraded from FreeBSD-9 to 10.1 and rebuilt ports -- using WITH_NEW_XORG. Though I am able to start X-session, everything is horribly slow. Moving a window, for example, I can see it repaint... The video card is nothing exciting -- an ATI ES1000 515E built into this server's motherboard, but it was perfectly adequate before the upgrade... Other signs of trouble, that I can see: * The following problems appear in Xorg.0.log : [ 2637.217] (EE) AIGLX error: Calling driver entry point failed [ 2637.217] (EE) AIGLX: reverting to software rendering [ 2637.217] (II) AIGLX: Screen 0 is not DRI capable [ 2637.246] (II) AIGLX: Loaded and initialized swrast [ 2637.246] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 2637.321] (II) RADEON(0): Setting screen physical size to 423 x 317 * glxgears (with LIBGL_DEBUG set to "verbose") reports on start-up: MESA-LOADER: could not get PCI ID libGL: OpenDriver: trying /opt/lib/dri/radeon_dri.so libGL error: failed to create dri screen libGL error: failed to load driver: radeon libGL: OpenDriver: trying /opt/lib/dri/swrast_dri.so libGL: Can't open configuration file /home/mi/.drirc: No such file or directory. libGL: Can't open configuration file /home/mi/.drirc: No such file or directory. * The frame-rate of glxgears (in default window-size) is between 100 and 150 per second. I'm not using 3D much -- but even the 2D performance is unusable. A Maxtor-card worked better 15 years ago... I did not change my xorg.conf . Any advice? Should I downgrade the server-components back to 1.7.7 because the "NEW_XORG" is not production-ready? Or are there some other options I can tweak? Please, advise. Thanks! Yours, -mi