From owner-freebsd-questions Sun Feb 28 23:32:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 21289152C0 for ; Sun, 28 Feb 1999 23:32:25 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp089.dialup.st.keio.ac.jp [131.113.27.89]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id QAA03201; Mon, 1 Mar 1999 16:31:53 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.2/3.7W) id QAA00843; Mon, 1 Mar 1999 16:31:51 +0900 (JST) Date: Mon, 1 Mar 1999 16:31:51 +0900 (JST) Message-Id: <199903010731.QAA00843@lavender.yy.cs.keio.ac.jp> To: asjad16@saturn.math.uaa.alaska.edu Cc: freebsd-questions@FreeBSD.ORG, sanpei@sanpei.org Subject: Re: support for i740 chipset In-Reply-To: Your message of "Sat, 27 Feb 1999 06:40:11 JST". From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asjad16@saturn.math.uaa.alaska.edu wrote: >> Hello, >> red hat has drivers for the i740 graphics chipset. They are >> releasing binaries only. So, I can't just recompile the code and run them >> under FreeBSD. Is there a way that I can use these linux drivers under >> FreeBSD? Or, is there hope of FreeBSD having drivers for this chipset? >> I am using slackware at the moment so that I can have a decent >> xwindow display. I would really like to be able to load FreeBSD back on my >> box. :) >> Sincerely, >> Jacob A. Dempsey After September/1998 version of linux emulator was enable to run Linux XFree86 server. I use with FreeBSD-2.2.8 + linux emulator + NeoMagic XFCom server for RedHat. # currently XFree86 3.3.3.1 support NeoMagic. And someone reported me FreeBSD-2.2.8 + linux emulator + i740 server. But you need some symlinks for virtual console. # ln -s /dev/console /compat/linux/dev/tty0 # ln -s /dev/ttyv0 /compat/linux/dev/tty1 # ln -s /dev/ttyv1 /compat/linux/dev/tty2 # ln -s /dev/ttyv2 /compat/linux/dev/tty3 # ln -s /dev/ttyv3 /compat/linux/dev/tty4 and some mouse drivers. If you use moused # ln -s /dev/sysmouse /compat/linux/dev/mouse or # ln -s /dev/psm0 /compat/linux/dev/psaux # I hope to include these links to linux_lib tarball of ports/packages. Some information about use Linux X server with Linux emulator (but written in Japanese....) http://www.yy.cs.keio.ac.jp/~sanpei/FreeBSD/sd9811.html MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message