XFree86-4.0 error

2000-03-14 Thread Ted Sikora

XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24
Any ideas on a fix. Xfree86-4.0 is solid otherwise.

--
Ted Sikora
Jtl Development Group 
[EMAIL PROTECTED]
http://powerusersbbs.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4.0 error

2000-03-14 Thread Andrey Sverdlichenko

On Tue, 14 Mar 2000, Ted Sikora wrote:

 XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24

options SHMALL=1025
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=1025
options SHMMIN=2
options SHMMNI=256
options SHMSEG=128

config, make, install.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4.0 error

2000-03-14 Thread Kelly Yancey

On Tue, 14 Mar 2000, Ted Sikora wrote:

 XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24
 Any ideas on a fix. Xfree86-4.0 is solid otherwise.
 

  There was quite some discussion about this recent on either -hackers or
-current. You should be able to find it in the archives. However, as I
recall the answer was to increase SHMMAXPGS in your kernel config.

  Kelly

--
Kelly Yancey  -  [EMAIL PROTECTED]  -  Richmond, VA
Analyst / E-business Development, Bell Industries  http://www.bellind.com/
Maintainer, BSD Driver Database   http://www.posi.net/freebsd/drivers/
Coordinator, Team FreeBSDhttp://www.posi.net/freebsd/Team-FreeBSD/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4.0 error

2000-03-14 Thread Ted Sikora

Andrey Sverdlichenko wrote:
 
 On Tue, 14 Mar 2000, Ted Sikora wrote:
 
  XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24
 
 options SHMALL=1025
 options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
 options SHMMAXPGS=1025
 options SHMMIN=2
 options SHMMNI=256
 options SHMSEG=128
 
 config, make, install.
 

Thanks. Just added it and it's fixed...after removing wdc.h from 
../../sys/i386/isa/isa_compat.h 

--
Ted Sikora
Jtl Development Group 
[EMAIL PROTECTED]
http://powerusersbbs.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message