From owner-freebsd-ports@FreeBSD.ORG Sun Dec 26 02:36:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED1AB16A4CE for ; Sun, 26 Dec 2004 02:36:11 +0000 (GMT) Received: from S3.cableone.net (smtp3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F13E43D5D for ; Sun, 26 Dec 2004 02:36:11 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from fennec.24-119-122-191.cpe.cableone.net (unverified [24.119.123.89]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 5362872 for multiple; Sat, 25 Dec 2004 19:49:03 -0700 Date: Sat, 25 Dec 2004 18:36:22 -0600 From: Vulpes Velox To: Alexander Leidinger Message-ID: <20041225183622.3cf50595@fennec.24-119-122-191.cpe.cableone.net> In-Reply-To: <20041225210227.5fc6f456@Magellan.Leidinger.net> References: <200412230648.52325.dejan.lesjak@ijs.si> <200412222352.23671.krinklyfig@spymac.com> <20041224.001015.126530386.yasu@utahime.org> <20041224.084254.53107655.yasu@utahime.org> <20041225152554.GA28665@uci.agh.edu.pl> <20041225112220.221a80db@vixen42.24-119-122-191.cpe.cableone.net> <20041225210227.5fc6f456@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 24, in=44, out=0, spam=0 X-External-IP: 24.119.123.89 X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: freebsd-ports@freebsd.org Subject: Re: Update to X.org 6.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 02:36:12 -0000 On Sat, 25 Dec 2004 21:02:27 +0100 Alexander Leidinger wrote: > On Sat, 25 Dec 2004 11:22:20 -0600 > Vulpes Velox wrote: > > > setenv XLIB_SKIP_ARGB_VISUALS 1 may also fix it.... it works > > here... but I have to run it in a terminal and then run xmms... > > btw where would I stick that if I am using xdm? I am guessing > > .xprofile, but am not sure > > The xdm calls ~/.xsession, so adding it at the beginning should > work. But typically .xsession is a sh script, so you should use > "export XLIB_SKIP_ARGB_VISUALS=1" there. Cool, thanks. Nice to be able to use xmms and gmplayer with out having to run them from a terminal again. :)