From owner-cvs-all Mon Aug 31 14:17:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03654 for cvs-all-outgoing; Mon, 31 Aug 1998 14:17:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03649; Mon, 31 Aug 1998 14:17:51 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id OAA01145; Mon, 31 Aug 1998 14:15:06 GMT (envelope-from mike@dingo.cdrom.com) Message-Id: <199808311415.OAA01145@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, chain@110.net Subject: Re: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c In-reply-to: Your message of "Sun, 30 Aug 1998 23:55:03 MST." <199808310655.XAA15032@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 Aug 1998 14:15:06 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/08/30 23:55:03 PDT > > Modified files: > sys/i386/linux linux.h linux_ioctl.c > Log: > Initial support for using linux X servers under emulation - to use an > XFree86 server, users need to create the following links in their > /compat/linux/dev directory (assuming kernel configured with 4 VTs). > > lrwxrwxrwx 1 root wheel 7 Aug 30 22:59 tty0 -> console > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty1 -> ttyv0 > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty2 -> ttyv1 > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty3 -> ttyv2 > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty4 -> ttyv3 > > VT switching is still not yet supported. Attempting to switch VT > currently will cause Xserver bus error. Yay! Thanks for this. Now, for the vt creation, how would you feel about updating the linux_lib port to install these? You could just create them in the Makefile and add them to the PLIST... -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com