From owner-freebsd-current Fri Aug 6 6:55:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 3D08115284; Fri, 6 Aug 1999 06:55:48 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:8VOxCRfqQ1SM9jHYKjI/TxcbV+L6OJ+N@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id WAA04284; Fri, 6 Aug 1999 22:55:09 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id WAA23751; Fri, 6 Aug 1999 22:59:28 +0900 (JST) Message-Id: <199908061359.WAA23751@zodiac.mech.utsunomiya-u.ac.jp> To: "Eric J. Chet" Cc: Marcel Moolenaar , Bernd Walter , Matthew Dillon , phk@freebsd.org, current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: VMware X11 and -current In-reply-to: Your message of "Fri, 06 Aug 1999 09:31:14 -0400." References: Date: Fri, 06 Aug 1999 22:59:28 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >At this point we must still be in freebsd xinit, then XF86_VMware(linux >server) get started. I'm running a linux X server under freebsd. Under >3.2R all I had to do was change the symlink for X to point to XF86_VMware, >under -current /dev/tty0 can't be found. > >Where was linux "/dev/tty0" coming from under emulation in 3.2R, the >kernel device struct changed under -current? > >I made these symlinks as suggested, ttyp0 -> tty0 and ttyp4 -> tty4 gave ~~~~~ ~~~~~ Symlinks should be ttyv0 -> tty0 and ttyv4 -> tty4. Notice ttyv*, not ttyp* ~ ~ Kazu >me errors with VT_ACTIVE, VT_WAITACTIVE, VT_GETMODE. I should have to >make these symlinks they should be handled under emulation, just like >3.2R. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message