From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 23 16:17:44 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05EA16A4CE for ; Wed, 23 Feb 2005 16:17:44 +0000 (GMT) Received: from epz01.nefonline.de (epz01.nefonline.de [212.204.66.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB6A43D2D for ; Wed, 23 Feb 2005 16:17:43 +0000 (GMT) (envelope-from J.Keil@gmx.de) Received: from sillium.dyndns.org (DSL01.212.114.237.166.NEFkom.net [212.114.237.166]) by epz01.nefonline.de (NEFkom Mailservice) with SMTP id j1NGHfX05480 for ; Wed, 23 Feb 2005 17:17:41 +0100 Received: (qmail 40961 invoked from network); 23 Feb 2005 16:17:41 -0000 Received: from semeon.lokal.lan (HELO ?192.168.1.7?) (192.168.1.7) by columbus.lokal.lan with SMTP; 23 Feb 2005 16:17:41 -0000 Message-ID: <421CACA3.8000001@gmx.de> Date: Wed, 23 Feb 2005 17:17:39 +0100 From: Jochen Keil User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Vana References: <20050223083357.4946f68c@vnl.32-9.no-ip.org> In-Reply-To: <20050223083357.4946f68c@vnl.32-9.no-ip.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: HP NC6000 and Video out X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 16:17:44 -0000 Hello Martin. Martin Vana wrote: > Hello, > Is there a way how I can use my S-video out on freebsd? > Do I need some special piece of code for it? If you have an ATI graphic card you might be able to atitvout from Lennart Poettering: http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/ You'll need to substitute the included lrmi v0.6 with the newest version from http://sourceforge.net/projects/lrmi You have to look up the ioperm() functions in vbeinfo.c and compare them with the appropriate i386_set_perm() functions. After that you need to replace the ioperm() functions in atitvout.c which are exact the same as in vbeinfo.c with the i386_set_perm() function. I've attached a patch for this which is more than a year old. It worked back then but i didn't try again. Whatsmore you should use gmake instead of make. > Thank you > > Martin Best Regards, Jochen