From owner-freebsd-questions Fri Sep 26 06:21:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA04240 for questions-outgoing; Fri, 26 Sep 1997 06:21:04 -0700 (PDT) Received: from horton.iaces.com (proot@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA04235 for ; Fri, 26 Sep 1997 06:21:01 -0700 (PDT) Received: (from proot@localhost) by horton.iaces.com (8.8.5/8.8.5) id IAA12341; Fri, 26 Sep 1997 08:20:31 -0500 (CDT) From: "Paul T. Root" Message-Id: <199709261320.IAA12341@horton.iaces.com> Subject: Re: MIT-SHM? To: hmin@public.cq.sc.cn (HuangMin) Date: Fri, 26 Sep 1997 08:20:31 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <342CFD35.F5002A0F@public.cq.sc.cn> from HuangMin at "Sep 27, 97 08:33:58 pm" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In a previous message, HuangMin said: [Charset gb2312 unsupported, skipping...] >I'm running FreeBSD 2.2.2, and I got some distributions of XF8633. >When I start X, it said " MIT-SHM extension disabled due to lack of >kernel support , ..........non-present SYSVSHM ", and no xterm run >on X screen. What's MIT-SHM and SYSVSHM, can anyone answer me and >help me solve this problem. thanks It's shared memory. Add the following to your kernel config: options SYSVSHM options SYSVSEM options SYSVMSG -- Artificial Intelligence usually beats real stupidity.