Date: Wed, 23 Feb 2005 17:17:39 +0100 From: Jochen Keil <J.Keil@gmx.de> To: Martin Vana <martin.vana@vslib.cz> Cc: freebsd-mobile@freebsd.org Subject: Re: HP NC6000 and Video out Message-ID: <421CACA3.8000001@gmx.de> In-Reply-To: <20050223083357.4946f68c@vnl.32-9.no-ip.org> References: <20050223083357.4946f68c@vnl.32-9.no-ip.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?421CACA3.8000001>