Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 1995 19:40:08 -0500 (EST)
From:      "Jonathan M. Bresler" <jmb@kryten.atinc.com>
To:        Sherman F Mui <smui@sparta.sjsu.edu>
Cc:        questions@FreeBSD.org
Subject:   Re: MIT SHM X11 extensions?
Message-ID:  <Pine.3.89.9502041954.K27669-0100000@kryten.atinc.com>
In-Reply-To: <Pine.3.89.9502041449.B1745-0100000@sparta.SJSU.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
> > options         SYSVSHM
> > options         "SHMMAXPGS=64"          # 256Kb of sharable memory
> > options         SYSVSEM
> > options         SYSVMSG
> 
> I've done this on my 1.1.5.1 machine and the stupid X server still says:
> 
> MIT-SHM extension disabled due to lack of kernel support
> 
> So what am I doing wrong?
> I type 'config GENERICBT'

	the GENERICBT config file does not have these options
	cp GENERICBT <file>
	add the SYSV... options to <file>
	config <file>
	cd  ../../compile/<file>
	make depend
	make
	mv /386bsd /386bsd.alt		<--- DO NOT USE 'cp'
	cp 386bsd /386bsd
	shutdown -r now

> go to the right dir
> make depend
> make
> copy  the new kernel in
> 
> 	Sherman
> 
> 

Jonathan M. Bresler  jmb@kryten.atinc.com	| Analysis & Technology, Inc.  
						| 2341 Jeff Davis Hwy
play go.					| Arlington, VA 22202
ride bike. hack FreeBSD.--ah the good life	| 703-418-2800 x346




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.3.89.9502041954.K27669-0100000>