On Thu, 1 Oct 1998, David Cheney wrote:

> Hi there,
> 
>       I've been playing with GGI a bit and am really impressed with that I can
> see, however I'm only using the standard RedHat 5.1 release (with 2.1.x dev
> kernels) and I can't create the necessary /dev/fb entries. I've tried
> MAKEDEV but it doesn't know how to create fb entries.
> 
Don't have a webpage or faq, but what you need to do is:
mknod /dev/fb0 c 29 0
mknod /dev/fb1 c 29 32
mknod /dev/fb2 c 29 64
mknod /dev/fb3 c 29 96
mknod /dev/fb4 c 29 128
mknod /dev/fb5 c 29 160
mknod /dev/fb6 c 29 192
mknod /dev/fb7 c 29 224

You'll also need to compile fbcon support into the kernel (which won't
work if you are using 2.1.123, but should work in earlier ones).

HTH

--
Mike <[EMAIL PROTECTED]>

Killing is wrong.
                -- Losira, "That Which Survives", stardate unknown

Reply via email to