From owner-freebsd-questions@FreeBSD.ORG Tue May 10 18:21:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03CC11065678 for ; Tue, 10 May 2011 18:21:08 +0000 (UTC) (envelope-from pldrouin@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id CACA08FC1B for ; Tue, 10 May 2011 18:21:07 +0000 (UTC) Received: by pwj8 with SMTP id 8so3867429pwj.13 for ; Tue, 10 May 2011 11:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QZOamT68JfGCBd4wSwLON5MBtPmie1XtlKSLLdPTe1c=; b=IjRjVhuVrPOe87V3wkPmCtrheZT8IKJ1UHo1VM0zYvj2yOUcBh0TNrfPHNwQQTIcik qzFNVjTFvQHZCWrJG0OIiEqvbwjmOLyKJ7ELgilkPmVf09rshSNZcDHD4dJQTzYUltia CDReDrM1CE2ETD7dJiT596a4jUYsVIyJ5pj2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZNIk6o2sBtMzM2gZ64mfHBj1Vzc0rBHBK0Xcw3fRfQ2LIoMD9Nm0/4DEH4RL/jmoeP A9G8nG+WznzINvGTJDTNcfgyC44eB1AFTpGdv/i6/cFTpa311l46CPq2bTXqK2VNlgrr MbZtG3kMSzLTOz8CrUSkTBwMmri1m8BmAto5o= MIME-Version: 1.0 Received: by 10.68.34.39 with SMTP id w7mr7049573pbi.106.1305051667302; Tue, 10 May 2011 11:21:07 -0700 (PDT) Received: by 10.68.64.4 with HTTP; Tue, 10 May 2011 11:21:07 -0700 (PDT) In-Reply-To: <20110510210007.3a441404@ukr.net> References: <20110510173153.638712fb@mr12941> <20110510210007.3a441404@ukr.net> Date: Tue, 10 May 2011 14:21:07 -0400 Message-ID: From: Pierre-Luc Drouin To: Ivan Klymenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Patrick Lamaiziere , freebsd-questions@freebsd.org Subject: Re: (8.2) amd64 + linuxulator + nvidia driver is it stable ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 18:21:08 -0000 On Tue, May 10, 2011 at 2:00 PM, Ivan Klymenko wrote: > =D0=92 Tue, 10 May 2011 17:31:53 +0200 > Patrick Lamaiziere =D0=BF=D0=B8=D1=88=D0=B5=D1=82= : > > > Hi, > > > > I've got a new box running 8.2-stable with amd64 + linuxulator + > > nvidia driver. Quite often when watching video on youtube the box > > freeze (no panic). > > > > Are there some known problems with this kind of configuration on > > amd64? (Works fine on my old laptop using 8.2/i386) > > > > I don't know where is problem, but one time the machine crashed just > > after a pkill of npviewer.bin (they were in the futex state), so it > > could be the linuxulator? > > > > I have encountered in the system exactly the same problem > > uname -a > FreeBSD nonamehost 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221598: > Sat May 7 17:28:18 EEST 2011 > ivan@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 > > pciconf -lv|grep Ge > device =3D 'Geforce 8400M GS (unknown)' > > pkg_info|grep nvidi > nvidia-driver-270.41.06 NVidia graphics card binary drivers for > hardware OpenGL ren > > dmesg|grep NVRM > NVRM: Xid (0000:01:00): 13, 000a 00000000 00008297 000019d0 > 0000003c 00000100 > > they were observed for nearly all nvidia drivers for amd64... > I tried to change the different options: > setenv VDPAU_NVIDIA_NO_OVERLAY=3D1 -> ~/.cshrc > Option "Xinerama" "False" and Option "Xinerama" "0" > -> /etc/X11/xorg.conf > cat /etc/adobe/mms.cfg > OverrideGPUValidation=3Dfalse > AutoUpdateDisable=3Dtrue > EnableLinuxHWVideoDecode=3D0 > FullScreenDisable=3Dfalse > > and it seems to me it helped for flashplayer... > > but the situation as a whole wants the best, because these problems > continue with using VDPAU > > so I'm leaning that cause these problems in drivers... > > sorry for my english... > _______________________________________________ > 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" > I have had the same problem as well in the past when I tried killing npviewer.bin . Also using an NVidia card on amd64... Thanks