Results 1 to 2 of 2
So I've stripped my kernel, very very aggressively, but the wonderful thing is, everything except X still works. Unfortunately, I've played around with options multiple times and haven't been able ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-03-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 2
VESA(0): shmget(lowmem) error: Function not implemented
So I've stripped my kernel, very very aggressively, but the wonderful thing is, everything except X still works. Unfortunately, I've played around with options multiple times and haven't been able to find the culprit behind my problem.
I get that every time I try to start x. Any ideas?Code:VESA(0): shmget(lowmem) error: Function not implemented
- 11-04-2008 #2Just Joined!
- Join Date
- Nov 2008
- Posts
- 2
For anyone who cares, I found the culprit. I had disabled System V IPC which apparently contains the information for shmget(). Re enabling it got X working!



