Xorg crashes while loading XFCE4

Derek Ragona derek at computinginnovations.com
Wed Jun 6 19:58:08 UTC 2007


At 02:40 PM 6/6/2007, Gerard wrote:
>On Wednesday June 06, 2007 at 01:03:21 (PM) Derek Ragona wrote:
>
>[snip]
>
> > Looks like the above is the fatal error.  I suspect you rebuilt xfwm4 for
> > shared memory, shmget.  You need to add this to your kernel, or rebuild
> > xfwm4 not to use it, if that's possible.
>
>OK, how do I get 'shmget' activated in the kernel. I cannot find any
>reference to it in the 'GENERIC' kernel file. Where else could I look
>for information on it? I tried Googling, but got nowhere.

Add to your kernel config file:
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores

         -Derek


More information about the freebsd-questions mailing list