From owner-freebsd-acpi@FreeBSD.ORG Fri Jul 25 22:20:02 2014 Return-Path: Delivered-To: freebsd-acpi@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 97374856 for ; Fri, 25 Jul 2014 22:20:02 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1688D23C0 for ; Fri, 25 Jul 2014 22:20:01 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id l4so3867375lbv.16 for ; Fri, 25 Jul 2014 15:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=1u+lP4/0+6rNKAZBaSM55fmNLftfOjyseghdFZK6qbw=; b=tcnmEX/AAjyEOuS4BprtD2obKHwHOjNw7eM7VrXU9IZh3Ln2BYDcCPzZUunHe7Qota 3sXEJFv1wyJajOorYAiMCh2aAn+AqKPN+mBRF+mjWaa5iPj0ANxaf3sAQhxUCcRGB9pV PlpOH3mSrUKMqU06ExlZtHaUloAKxSa+c2tnSKmEmqwOA7FM9P2X1aQGfzVh5bNmz3gk JaA55U7grdKsOoUSPY/ZxZnsyOQNnVvteh//jaWrmB+J9VQBf1JqUQUvo5traQKOygCW AECf6cTWLpdYuAnzlRQ72gGqIqtNFWhIr8V+TAmtfbFRK1VvVsFePDECsosFeCertF8x a6Kg== X-Received: by 10.152.161.225 with SMTP id xv1mr5389989lab.71.1406326799960; Fri, 25 Jul 2014 15:19:59 -0700 (PDT) Received: from hell.localdomain (b217-29-190-130.pppoe.mark-itt.net. [217.29.190.130]) by mx.google.com with ESMTPSA id lm8sm7411555lac.49.2014.07.25.15.19.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 15:19:59 -0700 (PDT) From: "Bykov Vladislav <>" X-Google-Original-From: Bykov Vladislav <> Received: from hell (localhost [127.0.0.1]) by hell.localdomain (Postfix) with ESMTP id 6BADE13ABBA1; Sat, 26 Jul 2014 02:19:55 +0400 (MSK) Received: (from bvv@localhost) by hell (8.14.7/8.14.7/Submit) id s6PMJtnM042654; Sat, 26 Jul 2014 02:19:55 +0400 (MSK) (envelope-from bvv) Date: Sat, 26 Jul 2014 02:19:54 +0400 To: Daniele Mazzotti Subject: Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E Message-ID: <20140725221954.GA42012@hell> References: <20140722033156.E8638@sola.nimnet.asn.au> <1405965655.15937.YahooMailAndroidMobile@web181606.mail.ne1.yahoo.com> <20140721213352.GA64025@hell> <20140722180506.GA67094@hell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 22:20:02 -0000 On Fri, Jul 25, 2014 at 10:43:11PM +0200, Daniele Mazzotti wrote: > The error I get anytime I try to switch between terminals is the following > one " drmDropMaster failed: Unknown error: -22" This is okay, if you can't switch back to tty after starting Xorg in KMS mode using old syscons driver. There is already work going on with new driver, vt. I didn't test it though. At least, suspend is works now?