From owner-freebsd-x11@FreeBSD.ORG Wed Apr 15 14:48:49 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F082106564A for ; Wed, 15 Apr 2009 14:48:49 +0000 (UTC) (envelope-from dohzono@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 1581D8FC13 for ; Wed, 15 Apr 2009 14:48:48 +0000 (UTC) (envelope-from dohzono@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so2181074qwb.7 for ; Wed, 15 Apr 2009 07:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=i4sWJU9A2BSCW4eLUYJybCAQJJuSWzGdup9dLOrSExw=; b=ceB0iRUlWCj0H3SA7v1SH8nnigSui1UJO61fS2eBDoMlYAGmLGhAr+qAkwPVzvR2fI a8fswyStrcoqRCGByIs2ZchT92cBLRDSyJ8eW/BQohDRWaHvabB4l2U06J9ZVmuOqfOH r0n2RlZ6sSkGsIIBOLCxDp8SWPZWW5C6N/pI0= 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:content-transfer-encoding; b=cw76Xcaia0cWOb1oORTQWfs3XJZZnZAxtrKPZbpXQf1Minqs0gSq0wSibuOqyuW9AR GSS9HEkuXo47BPn13l5GH7ZZuqNqyGCMD0X1VFADl16T0c+LB4D+n49pF3oERz3NOzNz +Na56TH8otlOfc+dJy3Y+3bLUu7rnBN12Bwgc= MIME-Version: 1.0 Received: by 10.150.133.13 with SMTP id g13mr363971ybd.111.1239805070782; Wed, 15 Apr 2009 07:17:50 -0700 (PDT) In-Reply-To: <49E580AE.1010507@gmail.com> References: <200904150530.n3F5U4dF058847@freefall.freebsd.org> <49E580AE.1010507@gmail.com> Date: Wed, 15 Apr 2009 23:17:50 +0900 Message-ID: <76f43ca40904150717m37dbdcc9maaf3fde7856aefb6@mail.gmail.com> From: Kazuo Dohzono To: "larinus@gmail.com" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 14:48:49 -0000 >> 2009/4/15 Kazuo Dohzono : >> >>> 2) mplayer -vo xv doesn't work (it worked fine with >> >>> xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn >> >>> switching is working without any display output). And memory usage >> >>> is added to Xorg.0.log (after mplayer is executed, perhaps). >> >> >> >>mplayer works. This must be a driver issue. >> This may depend on some server/driver's >> conditions. I've tried: >> >> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.903 >> "mplayer -vo xv FILE" worked. I switched back to >> console with Ctrl-Alt-F1, then to X with Alt-F8 >> (without restarting X), running mplayer ruins >> entire screen. >> I tried same sequence with 2.5.1, and mplayer >> worked fine. > > I have the same problem. you found any solution? I'm sorry I don't think I can do something except testing. Workaround? When I want to stop X, I switch back to console with Ctrl-Alt-F1 and Ctrl-C to kill the server (I'm using simple wm - twm). Restarting X with startx seems to be working with intel-1.5.1, but I'm not sure about this.