From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 22:07:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B647516A4CE for ; Sun, 27 Feb 2005 22:07:04 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AC443D5A for ; Sun, 27 Feb 2005 22:07:03 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j1RM6k4A004261; Sun, 27 Feb 2005 22:06:48 GMT Message-ID: <422245AF.9090702@cis.strath.ac.uk> Date: Sun, 27 Feb 2005 22:11:59 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kalin mintchev References: <64455.24.90.34.93.1109507149.squirrel@24.90.34.93> <200502271230.47619.mistry.7@osu.edu> <59439.24.90.34.93.1109539764.squirrel@24.90.34.93> In-Reply-To: <59439.24.90.34.93.1109539764.squirrel@24.90.34.93> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: freebsd-questions@freebsd.org Subject: Re: open office freeze X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 22:07:04 -0000 kalin mintchev wrote: >>>what now? >>> >> >>I've seen this problem too when I'm using the nvidia driver with the >>RenderAccel option. Once I turned it off openoffice no longer froze >>the machine. I think it's an nvidia driver problem that "hopefully" >>will be fixed in the next release. Whenever that will be. >> > > > but mine is ATI Mobility Radeon 7500 chipset using the ati driver... no > nvidia... > > anybody else? > > thanks... > > _______________________________________________ > 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" > Yeah, I have noticed OOo freeze a few times lately myself. It should also be noted that I tried to kill -9 it with no effect. Looks a bit locked up waiting for something. pciconf tells me I have this graphics device: agp0@pci0:2:0: class=0x030000 card=0x2030161f chip=0x35828086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device' class = display subclass = VGA If I see this happening again I will run ktrace on it and see what I get. Slightly unrelated but another bug I just noticed today. Outline numbering does not save properly unless you save as a windows doc file. The bug is documented and should have been fixed for 1.1.4. Maybe it will get updated on the next update. Chris