linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* important change to tdfxfb.txt
@ 2003-06-14 10:53 Andy Sy
  0 siblings, 0 replies; only message in thread
From: Andy Sy @ 2003-06-14 10:53 UTC (permalink / raw)
  To: Linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

The following note should be added:

"NOTE: this will only work if you've compiled tdfx into
the kernel and NOT as a module only."

Otherwise it might cause endless frustration as well. :-)


===============================
a n d y @ n e t f x p h . c o m


[-- Attachment #2: tdfxfb.txt --]
[-- Type: text/plain, Size: 1552 bytes --]

This is just a quickly hacked together doc for using tdfxfb so
you don't have to look at the source or use trial and error to
know how to configure it.

Passing command lines to the tdfxfb driver works similar to
the other framebuffer drivers.

The syntax for kernel parameters is:

  video=tdfx:option1,option2,...

optionn is in the form:

  optionname:value

value being optional.

To set the resolution and refresh, use the following syntax:

WWWWxHHHH-BPP@RR
 
where WWWW = width, HHHH=height in pixels, BPP=bits per pixel,
and RR is the refresh rate.

example:

(in lilo.conf)

append="video=tdfx:font:VGA8x16,1152x864-16@70"

NOTE: this will only work if you've compiled tdfx into
the kernel and NOT as a module only.

Other options are noaccel,nowrap,nopan,nowhwcursor,inverse,nomtrr.
I have not tried any of these yet, just saw them in tdfxfb_setup()
in /usr/src/linux/video/drivers/tdfxfb.c.

The syntax for setting a mode is explained in 
/usr/src/linux/video/drivers/modefb.c in the comments
for fb_find_mode().  The valid refresh rate/resolution 
combinations and settings for them are listed and will
be taken from there and not /etc/fb.modes.

If you own a Voodoo3/4/5, the nice thing with using the 
tdfxfb driver over vesafb (which also works nicely) is that
you can set the refresh rate for your fbcon mode.  No more 
having to live with 60Hz!  The con is that as of now (2.4.20)
the penguin logo display is still quite glitchy.


Written by: codeboy@postmark.net
Date: 2003-6-14


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-14 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-14 10:53 important change to tdfxfb.txt Andy Sy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).