From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 24 14:20:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBB26106566C for ; Tue, 24 Aug 2010 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB2788FC14 for ; Tue, 24 Aug 2010 14:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7OEK3hp030709 for ; Tue, 24 Aug 2010 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7OEK3Gj030708; Tue, 24 Aug 2010 14:20:03 GMT (envelope-from gnats) Date: Tue, 24 Aug 2010 14:20:03 GMT Message-Id: <201008241420.o7OEK3Gj030708@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Heino Tiedemann Cc: Subject: Re: ports/149851: vlc and mplayer - race conditions? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Heino Tiedemann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 14:20:04 -0000 The following reply was made to PR ports/149851; it has been noted by GNATS. From: Heino Tiedemann To: bug-followup@FreeBSD.org,rotkap@gmx.de Cc: Subject: Re: ports/149851: vlc and mplayer - race conditions? Date: Tue, 24 Aug 2010 15:46:47 +0200 I have more info now. My card is an "ATI Radeon AR 9600 XT" My X11 driver is radeon(4) The Video driver which is used by mplayer and by vlc - by default - is the "xv" driver. the mplayer changes a state of this driver - I looked it up via "xvinfo": BEFORE mplayer is used the first time I got this: ,---- | "XV_AUTOPAINT_COLORKEY" (range 0 to 1) | client settable attribute | client gettable attribute (current value is 1) `---- AFTER the first use I got this ,---- | "XV_AUTOPAINT_COLORKEY" (range 0 to 1) | client settable attribute | client gettable attribute (current value is 0) `---- If I use only the vlc player this doas not happen. Heino