From owner-freebsd-questions@FreeBSD.ORG Mon Nov 4 19:40:29 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id 1AF52615 for ; Mon, 4 Nov 2013 19:40:29 +0000 (UTC) (envelope-from four.harrisons@googlemail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6E792D8B for ; Mon, 4 Nov 2013 19:40:28 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x55so2516839wes.22 for ; Mon, 04 Nov 2013 11:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:date:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ZuJmZlgAu+ZLoKwVVpGwMetLciP6UhwpUiSJ33MT2Qg=; b=p7B9asJg/q7YDWISMN0goq/1suZz/ijyJlImpHz2SPvLH7jmty2BChhJZjLoUo83lC sEClRwf9KQ+V66DCyRnF3Ec+uEZJzP9odMRKJZwSQOHLh1YuDUWkFF7fdjh1MMIZPq3h s67jn50Ku/YCAqEB2p3GJLizkHYm/qNPxnZm2zzSTBxSLb3rJJFnsHjuBig4KiXSGSwd 5ns2MldZna8d2TJ85AUhNfP+B+rs/uJ8U0Flcoy/GaVrxdQNUb8pNw+cJiORVE0tD+Lm 3+MDOgPxrd+RRQSpA0RHHU4Jtu/Bl0eA6+qXzYwh1jfrXLP1iJvWIR3mTWwejR8bmjOU 2jQA== X-Received: by 10.180.13.142 with SMTP id h14mr13725744wic.3.1383594027023; Mon, 04 Nov 2013 11:40:27 -0800 (PST) Received: from localhost (client-86-9-248-80.oxfd-bam-1.adsl.virginm.net. [86.9.248.80]) by mx.google.com with ESMTPSA id mw9sm27413747wib.0.2013.11.04.11.40.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Nov 2013 11:40:26 -0800 (PST) Received: by localhost (sSMTP sendmail emulation); Tue, 05 Nov 2013 19:39:56 +0000 From: Peter Harrison Date: Tue, 5 Nov 2013 19:39:55 +0000 To: Craig Whipp Subject: Re: Chromium rendering problem Message-ID: <20131105193955.GA1783@thinkpad.piggybox> References: <20131029203647.GA3728@thinkpad.piggybox> <20131029205603.137c2eb6@avatar.davids-website.com> <20131031201101.GA3456@thinkpad.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 19:40:29 -0000 Friday, 1 November 2013 at 8:57:35 -0700, Craig Whipp said: > On Thu, Oct 31, 2013 at 1:21 PM, Peter Harrison > wrote: > > Tuesday, 29 October 2013 at 20:56:03 +0000, LtCdData said: > >> On Tue, 29 Oct 2013 20:36:47 +0000 > >> Peter Harrison wrote: > >> > >> > Hello list. > >> > > >> > I'm encountering a rendering problem in Chromium on 9.2-RELEASE. > >> > > >> > I updated my machine recently from 9.2-R from 9.1-R, and then ran a port update which pulled in several updates - including bringing Chromium up to 30.0.1599.101 from 30.0.1599.69, among other things. > >> > > >> > I now have a rendering problem in Chromium. On some sights, it will render the page initially before the render is complete however the page blanks to white - no content visible at all. This happens consistently for example on www.theguardian.com/uk and play.google.com > >> > > >> > Other (presumably simpler) sites render fine - eg. www.freebsd.org. > >> > > >> > Any ideas where to look for a fix? I've tried disabling my only extension (Vimium) to no effect. I've tried install a flashblocker (no difference). I don't have flash installed > >> > > >> > This is on a Lenovo Thinkpad X60 with 9.2-R i386 and a GENERIC kernel using the intel xorg driver: > >> > > >> > xorg-7.7 X.Org complete distribution metaport > >> > xorg-server-1.7.7_10,1 X.Org X server and related programs > >> > xf86-video-intel-2.7.1_5 Driver for Intel integrated graphics chipsets > >> > > >> > > >> > Thanks for your help, > >> > > >> > > >> > > >> > Peter Harrison. > >> > >> not sure if this is the same issue i had but...... > >> > >> http://forums.freebsd.org/showthread.php?t=15163 > >> /etc/sysctl.conf > >> kern.ipc.shm_allow_removed=1 > >> /etc/rc.d/sysctl restart > >> > fixed it for me... _______________________________________________ > > > > > > Thanks... > > > > But it's not that. > > > > I have kern.ipc.shm_allow_removed set to 1 > > > > Without that, nothing works. > > > > With it some sites work (eg. www.freebsd.org), but some don't (www.theguardian.com). > > > > I've now deleted and the installed again all my ports using the process in the portmaster manpage, just in case it was something that got disconnected in the update to the latest chromium. > > > > Is anyone else seeing this? > > > > > > > > > > Peter. > > > > Yes. I have this exact problem, too. > > - Craig Thanks - good to know it's not just me. I'll mail the maintainer and see if they've any ideas. Cheers, Peter. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"