All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan Mayland <bmayland@leoninedev.com>
To: David Wragg <dpw@doc.ic.ac.uk>, linux-kernel@vger.kernel.org
Cc: TRoXX@LiquidXTC.nl
Subject: Re: Framebuffer as a module
Date: Sat, 06 Jan 2001 12:28:54 -0500	[thread overview]
Message-ID: <3A5755D6.5607D908@leoninedev.com> (raw)
In-Reply-To: <E14EZMf-0007vp-00@the-village.bc.nu> <y7rk889wk6o.fsf@sytry.doc.ic.ac.uk>

> 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 question.  The tdfxfb module has no parameters.  It would be
ideal if the tdfxfb mainatiner would add some MODULE_PARM lines for all the
parameters and move the code from tdfxfb_setup that does work into tdfxfb_init.

I think a valid work-around for you is to use fbset after you load the module
to set the resolution.  Does that work?
Bry

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  parent reply	other threads:[~2001-01-06 17:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-05 15:54 [PATCH] VESA framebuffer w/ MTRR locks 2.4.0 on init Bryan Mayland
2001-01-05 16:05 ` Alan Cox
2001-01-05 16:31   ` Chris Kloiber
2001-01-05 21:16     ` Steven Walter
2001-01-06  1:12     ` David Wragg
2001-01-06  9:47     ` Gerd Knorr
2001-01-05 16:48   ` Bryan Mayland
2001-01-05 16:54     ` Alan Cox
2001-01-05 17:33       ` Gerd Knorr
2001-01-05 21:40         ` Bryan Mayland
2001-01-05 21:48           ` Alan Cox
2001-01-05 22:01             ` Bryan Mayland
2001-01-06  1:20   ` [PATCH] VESA framebuffer w/MTRR " David Wragg
2001-01-06 17:08     ` Bryan Mayland
2001-01-06 19:23       ` Alan Cox
2001-01-06 17:28     ` Bryan Mayland [this message]
     [not found]       ` <002501c07819$21343900$fd1942c3@bluescreen>
2001-01-06 20:04         ` Framebuffer as a module Bryan Mayland
  -- strict thread matches above, loose matches on Subject: below --
2001-01-05 17:52 -=da TRoXX=-
2001-01-06  7:41 ` Keith Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A5755D6.5607D908@leoninedev.com \
    --to=bmayland@leoninedev.com \
    --cc=TRoXX@LiquidXTC.nl \
    --cc=dpw@doc.ic.ac.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.