On Tue, 2008-04-22 at 17:55 +0200, Christian Ehrhardt wrote:
X is doing a mmap of /dev/mem instead of /dev/fb ?
You can normally map the fb mapping /dev/fb and then map the registers
using /dev/fb at an offset beyond the framebuffer (fix->smem_len).
If X is using /dev/mem instead, then it's being stupid and needs to be
fixed...
Cheers,
Ben.
--