From owner-freebsd-x11@FreeBSD.ORG Sat Jul 12 19:11:56 2014 Return-Path: Delivered-To: freebsd-x11@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 899CCD06 for ; Sat, 12 Jul 2014 19:11:56 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 2143A2C1A for ; Sat, 12 Jul 2014 19:11:55 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id cc10so766609wib.12 for ; Sat, 12 Jul 2014 12:11:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=plnzyRoBynJOOsy2h9EYuY5YrBZttTUYRJeF/Q1E9S8=; b=c/WdqPbp+WFS6sCzClUT01LeJoKWWcxbMmfHlc/JtO1m0ONEsOM1UUoAjk9WMFbgYj 5z6am/6ZNnwQhgRHdytyIihnKgcVG6enNPgztk9Hh+rcEURC2M/258RLnQS5mPd9MUmL JokGxeoplyoHqR7wPt9kxDRZCKUl+I3fg9DqN6woxcyr6jTmf9tYqNM/sBV0Zl3PLCvw ohFS3zoTLSFb7dlDdNUd4ATxx7WUUNznD/bYuVCsIPTXfv/k7hQrufM7C1TuRYyNqAMo rgxOH2ft0l0XDf9QJBt5ztM+Y1v+vVOx2c1al8ZLWz8IENNoLqfVyyTQkT4wP193olMa eb/Q== X-Received: by 10.194.90.7 with SMTP id bs7mr7796807wjb.25.1405192314440; Sat, 12 Jul 2014 12:11:54 -0700 (PDT) Received: from [192.168.178.121] (p5B36DECF.dip0.t-ipconnect.de. [91.54.222.207]) by mx.google.com with ESMTPSA id p3sm13478348wjw.13.2014.07.12.12.11.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Jul 2014 12:11:53 -0700 (PDT) Message-ID: <53C18878.2010001@gmail.com> Date: Sat, 12 Jul 2014 21:11:52 +0200 From: =?ISO-8859-1?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: netbook Acer Aspire One D250 && sporadic white screen References: <20140712164307.GA2906@La-Habana> In-Reply-To: <20140712164307.GA2906@La-Habana> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 19:11:56 -0000 > and I have filed a bug report in > https://bugs.freedesktop.org/show_bug.cgi?id=81170 I doubt that you'll get much of a response on the upstream bug tracker (Xorg server 1.7.7 is over 4 years old now). A bug on the FreeBSD tracker at https://bugs.freebsd.org/bugzilla/ would be more productive I guess. But before you do, could you try to reproduce the bug with the newer Xorg packages now available (http://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html)? Or by building from source with "WITH_NEW_XORG=yes" in /etc/make.conf. I bet the bug is already fixed with these. Cheers, Jan