From owner-freebsd-current@FreeBSD.ORG Wed Jan 12 05:09:56 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A523106566B for ; Wed, 12 Jan 2011 05:09:56 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out4.libero.it (cp-out4.libero.it [212.52.84.104]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1D68FC0C for ; Wed, 12 Jan 2011 05:09:55 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0207.4D2D37A2.0099,ss=1,re=0.000,fgs=0 X-libjamoibt: 1419 Received: from wmail43 (172.31.0.232) by cp-out4.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4D10BF990137B521; Wed, 12 Jan 2011 06:09:54 +0100 Message-ID: <3796959.2879231294808994406.JavaMail.defaultUser@defaultHost> Date: Wed, 12 Jan 2011 06:09:54 +0100 (CET) From: Barbara To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.19.208.226 Cc: jkim@FreeBSD.org Subject: R: Recent mouse freeze problem with X, different window managers, any browser and flash. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2011 05:09:56 -0000 > >On Tue, 11 Jan 2011 22:58:16 +0100 (CET) >Barbara wrote: >> >> >> >> >>For a week or so, with up to date, current, ports, etc. everytime >> >I >open a page that has automatic flash video my mouse freezes and >> >I have >to manually kill X and restart. I had worked fine for many >> >months. >Yesterday I rebuilt all linux emulation. All ports are up >> >to date as >of today. I have no idea where to look. >> >> >> >>Anyone else seen this or know where to look. >> >> >> >>thanks, >> >> >> > >> >>From what I can see, on CURRENT most of the flash objects are >> >triggering a >> X >> >error. >> >I can see it on the console where I started X, but I don't remember >> >it now. I'll post il later. >> >Anyway Xorg is still working after that. >> > >> >Barbara >> >> I think that it could be related to this message: >> http://lists.freebsd.org/pipermail/freebsd-current/2010-December/021997. html >> even if I'm on i386 >> > >Try disabling mtrr, machdep.disable_mtrrs=0 through /boot/loader.conf. > >If that is the case, you probably want this: > >http://people.freebsd.org/~ariff/misc/mtrr.diff > > >I'm CCing jkim@ (r215415) > >-- >Ariff Abdullah >FreeBSD > I solved the problems after a make world. Previous one has been done on Dec. 26th. I'll describe better you what I was seeing: first I noticed that most flash objects were not working, and that when it was happening a crash in Xorg caused somehow by gdk-pixbuf2 were trapped. Then I tried to rebuild graphics/gdk-pixbuf2 but the build was failing and as far as I can remember it was somehow related to endian.h. A required port, devel/gmake was failing too. Then I tried to run portsnap and update the (few) outdated ports and there was an error rebuilding java/openjdk6. No all the problem are gone away. Summarizing it was similar, except that I'm on i386, to the one reported in the same discussion reported before, exactly here: http://lists.freebsd.org/pipermail/freebsd-current/2010-December/022021.html So, from what I can understand, I think that what you are suggesting is not needed for me. Do you think I am correct? What kind of problem should the setting for loader fix? In any case, thanks!