There are two valid cases, no fbdev + X, or fbdev + XF86_FBDev (a
special X server). The third case, fbdev + non-XF86_FBDev server, often
works, but is just asking for trouble.
> But it might work if kernel drivers drop their MTRR allocations when
> the X server takes over.
If the kernel driver allocated MTRRs, it should communicate that to the
Xserver fbdev support module.
Under fbdev, the X server is simply one among any number of graphics
applications. The kernel cannot simply drop its MTRRs when the fbdev
device is opened by a user application. And writing special case code
in fbdev just for X is the wrong way to go, IMHO.
Jeff
-- Custom driver development | Never worry about theory as long Open source programming | as the machinery does what it's | supposed to do. -- R. A. Heinlein- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/