From owner-freebsd-stable@FreeBSD.ORG Wed Jul 18 17:30:54 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 935D5106566B for ; Wed, 18 Jul 2012 17:30:54 +0000 (UTC) (envelope-from pldrouin@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 49E358FC19 for ; Wed, 18 Jul 2012 17:30:54 +0000 (UTC) Received: by yenl8 with SMTP id l8so2210031yen.13 for ; Wed, 18 Jul 2012 10:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=acuU2lbzbPsoVHFvKZSYrvZi0+MHQ1LvNAV1W8HGDRI=; b=I32YVJ3vvjsvCs+ZR/2Zw0ul+XSFFwrJaupd47lMU3tHesT21k0nBEKg1B2gQ8LfKb WIlcIV+z4XpOkL2O1AqzpaeI5qTnYIaQ7Qe9evomSVC3xrP+QZ4NlO8rFRL/ambZO0zS Es9aPiJUgAv5LxLX+xRrqT6CIwEV89LUky1nJZ3+lgsurSsXc3N0UKCQyuuR2d2XsXGw hgWzw1hliUiMHMMX8bRA2wSDlG9eYSyI+z9fvPYtFQQGWEcHPTQClubW84HJ59vPoF7G 3i0uQ+33L7AHyxm5p2+pac8pqKbhCvBjg/J2BwZc26jaFX2po0lisB1T8XYYpV+O7wX6 vzZA== MIME-Version: 1.0 Received: by 10.50.202.5 with SMTP id ke5mr2860156igc.64.1342632648485; Wed, 18 Jul 2012 10:30:48 -0700 (PDT) Sender: pldrouin@gmail.com Received: by 10.64.168.70 with HTTP; Wed, 18 Jul 2012 10:30:47 -0700 (PDT) In-Reply-To: <1342608165984-5727849.post@n5.nabble.com> References: <1342608050527-5727847.post@n5.nabble.com> <1342608165984-5727849.post@n5.nabble.com> Date: Wed, 18 Jul 2012 13:30:47 -0400 X-Google-Sender-Auth: q3H_6z9IGgyREG-uSMWr_ebqXPA Message-ID: From: Pierre-Luc Drouin To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Graphics Performance with the new KMS Driver... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 17:30:54 -0000 On Wed, Jul 18, 2012 at 6:42 AM, Jakub Lach wrote: > Hey, 60fps looks like it's synced to your refresh rate. > > Do you have at least > > > > > > > > > in .drirc ? > > I had not changed driconf from the default config, so this might explain the framerate I get on the laptop, but my concern was rather with my new desktop machine that rungs GLPlanet with a framerate of only 9 fps. I guess that driconf cannot be the cause of that very low framerate on that computer, can it? Thanks!