On Tue, Jul 31, 2001 at 08:43:15AM -0500, Steven J. Hill wrote: > root@localhost:/home/sjhill$ /usr/X11R6/bin/Xfbdev > __alloc_pages: 5-order allocation failed. > __alloc_pages: 5-order allocation failed. Order 5 allocations are pretty unreliable and put high stress on the memory managment. They may fail though you may still have plenty of memory available in smaller chunks. So if possible at all try to avoid the allocation of high order pages or at least have a fallback strategy available. Ralf