From owner-freebsd-x11@FreeBSD.ORG Wed Feb 18 21:47:02 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C42381F for ; Wed, 18 Feb 2015 21:47:02 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF1090 for ; Wed, 18 Feb 2015 21:47:02 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hl2so5087448igb.5 for ; Wed, 18 Feb 2015 13:47:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=1P/1/fxFvhT29YXnwHCXfLg9DXZGy7L21Wc4cmyI3M8=; b=m+k/ztCTwGyLzBxByg7qEgFSwhklx6ufc6zgu704WrVcTa5PzixkWIysyxYFVJjh/Z Ni2sHLPDtQRiUlmJJd1PDUMx7ry/jTz4Ip/W6h5ZjuR74dsWkyHYetNx7BkqowOc+CZZ KIixdGDjKl2cR4Avf17L2KUpFe7LG9NW7b1HxX1DnxESomLY0ECMp15RnQjcw4E+mw8m aOBe2lXyu1zLFSgK9cgSn1lr21SNp2nhafU783WonuB6LOFWXNrK/ik8uIZIWcPre1y6 p13aSodMBnQRjakPZlI8HZ6f3HNIhkF2OL1zOrBRnXE+ni1GFiXn3SzkAZzmEgnRt6pd zmnw== X-Received: by 10.107.129.138 with SMTP id l10mr2017377ioi.37.1424296021841; Wed, 18 Feb 2015 13:47:01 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.19 with HTTP; Wed, 18 Feb 2015 13:46:40 -0800 (PST) In-Reply-To: <54E50701.4050309@dumbbell.fr> References: <54E3D2A0.2090903@FreeBSD.org> <54E4E4F9.2090908@FreeBSD.org> <54E4FFDC.3040807@FreeBSD.org> <54E50701.4050309@dumbbell.fr> From: Ed Maste Date: Wed, 18 Feb 2015 16:46:40 -0500 X-Google-Sender-Auth: YXBWwjLgEyGZ2RaSDj5FqDdYFZs Message-ID: Subject: Re: [Call for testers] DRM device-independent code update to Linux 3.8 To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-x11@freebsd.org" 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, 18 Feb 2015 21:47:02 -0000 On 18 February 2015 at 16:41, Jean-S=C3=A9bastien P=C3=A9dron wrote: > On 18.02.2015 22:29, Ed Maste wrote: >> On 18 February 2015 at 16:10, Jean-S=C3=A9bastien P=C3=A9dron >> wrote: >>> On 18.02.2015 22:07, Ed Maste wrote: >>>> This works on my Thinkpad X220 including backlight and suspend and >>>> resume. Vty switching does not though (i.e. Ctrl-Alt-F1 to the >>>> console). >>> >>> I understand it works with vanilla HEAD? >> >> Yes, it works with r278742 > > What does it do? Just nothing and X continues to run? Does something cras= h? On r278742 it switches properly :-) With the patch it behaves as before vt(4) was integrated: i.e., it is possible to log in blind on the switched-to vty and run commands, but the previous X display remains frozen on the screen. Ctrl-Alt-F9 successfully switches back to X.