Re: Framebuffer as a module

2001-01-06 Thread Bryan Mayland
-=da TRoXX=- wrote: > and i don't get it, who accepts these parameters in the kernel then? i mean > if i put them in lilo.conf at least SOME thing uses them to set the > framebuffer right... The tdfxfb code does. When compiled into the kernel, there is a function (tdfxfb_setup) which the ke

Re: Framebuffer as a module

2001-01-06 Thread Bryan Mayland
> I used to compile-in my framebuffer-device in the kernel > then i just appended "video=tdfxfb:1024x768-32@70" in lilo.conf and it > worked.. > now i compiled it as a module, and want modprobe to start it up for me.. > how can this be done? > modprobe tdfxfb 1024x768-32@70 That's a very good que

Re: Framebuffer as a module

2001-01-05 Thread Keith Owens
On Fri, 5 Jan 2001 18:52:45 +0100, "-=da TRoXX=-" <[EMAIL PROTECTED]> wrote: >I have a very simple question: >I used to compile-in my framebuffer-device in the kernel >then i just appended "video=tdfxfb:1024x768-32@70" in lilo.conf and it >worked.. > >now i compiled it as a module, and want modpr

Framebuffer as a module

2001-01-05 Thread -=da TRoXX=-
Hello, please CC me on any replies to this message since I'm not subscribed to the list (just t much mail for me) I have a very simple question: I used to compile-in my framebuffer-device in the kernel then i just appended "video=tdfxfb:1024x768-32@70" in lilo.conf and it worked.. now i com