From owner-freebsd-current@FreeBSD.ORG Sun Mar 23 20:36:30 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8639B877; Sun, 23 Mar 2014 20:36:30 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37548267; Sun, 23 Mar 2014 20:36:30 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id a108so14084814qge.3 for ; Sun, 23 Mar 2014 13:36:29 -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:message-id:subject :from:to:content-type; bh=XE4RJFKjqY8ragvjLntN+v9pY7Vdf/xV3F38GlBerUs=; b=gatI8Xj3cErHVjBQ/bbtXDbx0rwg2ywbVu3RYlHjYT8IMlkQpnOzXCdXX3Zzr1Fo93 n7h+6iA5YA65isOxewsLcQDx5MopU/dZDyR//peCgm4pec4YVzvEvG+byo72uCRqfhBj nyQEwFZRgQO6OGjCyVLkvM05gCMubR0g/93Vk1C48qWjBhE63TM2hLLKhKeTWs/PJO/E pncCGZQ7L6PCaRm3lztaIcV3KiEMIMpjLeQIgxGQfSjkdPKhWWDZEXxZjufpy1hoZPKO suncdAtEdn0DhpbLvuky3nwmOEngnr/WN71bfNDmhyExSpemuTiK6Udc7LIRzyACA/Od vI+w== MIME-Version: 1.0 X-Received: by 10.224.41.144 with SMTP id o16mr71433445qae.13.1395606989398; Sun, 23 Mar 2014 13:36:29 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.8.137 with HTTP; Sun, 23 Mar 2014 13:36:29 -0700 (PDT) In-Reply-To: References: Date: Sun, 23 Mar 2014 13:36:29 -0700 X-Google-Sender-Auth: mE0EDn2nXXvo5btpAtNHOxiLYjI Message-ID: Subject: Re: (more) screen distortion with intel GPU / xorg on recent -HEAD? From: Adrian Chadd To: freebsd-current , Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 20:36:30 -0000 Less information-poor response: * when it happens, the FB will resume correctly for a little bit, then once everything comes back, it flips to being distorted. So, it's likely something is misconfiguring stuff during resume. * I can flip to VTs fine; I can login and do things fine; * When I flip back to xorg, things still remain distorted; * If I ctrl-C xorg and start it again, it starts back up correctly. So hm, maybe the vt save/resume code learnt something buggy? -a On 23 March 2014 01:27, Adrian Chadd wrote: > Hi, > > I know this is an information-poor message. > > The last time i updated my two test laptops was around the middle of > last month. Back then, xorg would occasionally get distorted, but > typically would come back from suspend fine. > > Lately, it seems a 50% chance that coming back from suspend that xorg > will be not only distorted, but further screen redraws are wrong. It's > like the framebuffer configuration is wrong and persists to be wrong. > I have to exit out of xorg and restart it. > > Has anyone else seen this? > > > -a