From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 5 21:32:39 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D696A106566B for ; Tue, 5 Oct 2010 21:32:38 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 910318FC1D for ; Tue, 5 Oct 2010 21:32:38 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5E5361E00076; Tue, 5 Oct 2010 23:32:37 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o95LTv7J095033; Tue, 5 Oct 2010 23:29:57 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o95LTvtV095032; Tue, 5 Oct 2010 23:29:57 +0200 (CEST) (envelope-from nox) Date: Tue, 5 Oct 2010 23:29:57 +0200 (CEST) From: Juergen Lock Message-Id: <201010052129.o95LTvtV095032@triton8.kn-bremen.de> To: mickael.maillot@gmail.com X-Newsgroups: local.list.freebsd.ports In-Reply-To: Organization: home Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 21:32:39 -0000 In article you write: >hi, Hi! > >you can test my pre version of xbmc port > >some infos: >- i host xbmc files because i can't find a recent tar.gz Is this the head branch (trunk)? I'm not sure but its possible the pvr-testing2 branch is more popular, http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/ because it adds pvr (live tv, dvb...) support so you can use xbmc with e.g. mythtv(?) or vdr (actually I was looking forward to test it with my preliminary vdr ports, http://people.freebsd.org/~nox/dvb/ because for example xbmc is supposed to be faster at switching channels - only to discover you ported the `wrong' branch. :) >- internal video player crash on my intel graphic, you can use mplayer >as external video player >ex: http://fneufn.eu/freebsd/xbmc/playercorefactory.xml in ~/.xbmc/userdata/ >- vdpau works fine >- skin aeon65 crash xbmc >- only python 2.4, 2.5 and 2.6 are supported >- with pulse, i can choose /dev/dsp audio output >- good luck with custom alsa output (ex: alsa:surround51 works) >- if you want correct utf8, start xbmc with: >LANG=fr_FR.UTF-8 /usr/local/bin/xbmc/xbmc.sh >- xbmc.bin need XBMC_BIN_HOME and XBMC_HOME defined to start >defaults are (already added in xbmc.sh): >XBMC_BIN_HOME=/usr/local/lib/xbmc >XBMC_HOME=/usr/local/share/xbmc >- timezone doesn't work >- plist without: faac, hal, nonfree or avahi option can be wrong Anyway, I use RV730 PRO [Radeon HD 4650] graphics on a PhenomII box here and got playback working (including 1080i dvb-s2 h264 recordings from vdr), but first I had to disable tvout in xorg.conf (Option "ATOMTvOut") because with it xbmc kept turning off my lcd even after I told it to keep it on, and I found no option to ignore tvout or select the lcd as main display. Thanx, :) Juergen