Date: Mon, 17 Dec 2012 11:44:59 +0200 From: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com> To: freebsd-current@freebsd.org Cc: Erich Dollansky <erichsfreebsdlist@alogt.com> Subject: Re: X on ThinkPad X220 with chrome or firefox goes blank Message-ID: <5770330.aKFb2b9JYM@notebook.alkar.net> In-Reply-To: <20121217084037.2ff6391a@X220.ovitrap.com> References: <20121217084037.2ff6391a@X220.ovitrap.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Did you try to rebuild xorg-server with latest clang patch? (this patch commited 2-3 days ago) On Monday 17 December 2012 08:40:37 Erich Dollansky wrote: > Hi, > > I updated my notebook over the last couple of days and have now > problems starting chrome and firefox. The effect is that the screen > turns blury leaving hard to recognose characters on a white screen > after starting any of these applications. > > I can use Ctrl-Alt-F2 to come back to the terminal. Of course, this is > now a flight in the dark. After entering Ctrl-C and restart X, I get a > new X running until I start firefox or chrome again. > > Applications like Claws Mail, Arora or xterm work without problems. > > I do not see anything different in the log file of X. > > Does anybody have a clue what could cause this? > > I will recompile and reinstall all my ports now to see what will come > out there. > > Erich > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Artyom Mirgorodskiy From owner-freebsd-current@FreeBSD.ORG Mon Dec 17 11:50:54 2012 Return-Path: <owner-freebsd-current@FreeBSD.ORG> Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27826FF9 for <Current@freebsd.org>; Mon, 17 Dec 2012 11:50:54 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id CE9138FC15 for <Current@freebsd.org>; Mon, 17 Dec 2012 11:50:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8d40:6f90:726d:a241] (unknown [IPv6:2001:7b8:3a7:0:8d40:6f90:726d:a241]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 7662B5C5A; Mon, 17 Dec 2012 12:50:46 +0100 (CET) Message-ID: <50CF0715.7060300@FreeBSD.org> Date: Mon, 17 Dec 2012 12:50:45 +0100 From: Dimitry Andric <dim@FreeBSD.org> Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: "Sam Fourman Jr." <sfourman@gmail.com> Subject: Re: Clang/LLVM revision 169451 References: <CAOFF+Z2ZyHkOnkNKTaQcS179D1-G36nDxwK37pt4gSihHTTaow@mail.gmail.com> <50CE2E29.4030906@FreeBSD.org> <CAOFF+Z1vzDyVGBieegV9ZeB2Ub=Fst5DKX4aAiG0_TB1gV4wuA@mail.gmail.com> In-Reply-To: <CAOFF+Z1vzDyVGBieegV9ZeB2Ub=Fst5DKX4aAiG0_TB1gV4wuA@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current <Current@freebsd.org> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 17 Dec 2012 11:50:54 -0000 On 2012-12-17 09:36, Sam Fourman Jr. wrote: >> No, there is no one-click merge script, it needs humanoid help, I'm >> afraid. :-) Is there any reason you cannot just install the port, or >> if that is too outdated, just checkout from llvm.org directly and build >> it? > > is it currently possible to build FreeBSD world, without clang and > then build clang from ports? There is no real need, as you can just put /usr/local/bin before /usr/bin in your PATH, but if you really want to do so, you can put the following in /etc/src.conf: CC=gcc CXX=g++ CPP=gcpp WITHOUT_CLANG= From then on, you build world with gcc, which will also be installed as /usr/bin/cc again.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5770330.aKFb2b9JYM>