linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Simmons <jsimmons@transvirtual.com>
To: Jason McMullan <jmcmullan@linuxcare.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org
Subject: Re: Why is Device3Dfx driver (voodoo1/2) not in the kernel?
Date: Thu, 27 Sep 2001 10:56:07 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.10.10109271040150.20787-100000@transvirtual.com> (raw)
In-Reply-To: <20010927115710.A23248@jmcmullan.evillabs.net>


> 	Mode changing - Now there I can get into an argument. I
> still (after all these years) feel that the Kernel is the best
> place to put video mode control. That way 'killall -9 X' isn't
> nearly as nasty... The kernel could at least get you back to
> a text console.

Can we say framebuffer devices. As graphics cards are placed into more 
and more different types of systems we need to have a way to make these
cards workable on different platforms. This requires us to write
drivers that can initialize a mode without firmware. I have reworked the
console layer to deal with this and with allowing different modes on
different VCs. The current system allows it too but it is more of a later
add on hack. I have a much cleaner implementation which does what you ask 
of the above.         
 
> 	And now that XFree86 4 has a vm86 system to 'run the
> Video BIOS' for certain cards, it shouldn't be to hard to 
> emulate the old OS/2 system - in a vm86 session, use the BIOS
> to switch to all the supported modes, and record (via vm86
> io traps) everything the BIOS does. Then, in the driver,
> just 'play back' the scripts... Worked beatifully for OS/2
> back in the day for 2D framebuffers...

Really. I have my own personal compain to make all the graphics drivers
firmware independent. I even like to see the VGA console driver also
firmware independent.


  reply	other threads:[~2001-09-27 17:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-19 12:44 Why is Device3Dfx driver (voodoo1/2) not in the kernel? Steven Griffiths
2001-09-19 19:24 ` Alan Cox
2001-09-27  4:28   ` Jason McMullan
2001-09-27 12:00     ` Alan Cox
2001-09-27 15:57       ` Jason McMullan
2001-09-27 17:56         ` James Simmons [this message]
2001-09-27 22:49           ` Alan Cox
2001-09-27 23:26             ` James Simmons
2001-09-27 17:36       ` James Simmons
2001-09-28  0:24 Grover, Andrew

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=Pine.LNX.4.10.10109271040150.20787-100000@transvirtual.com \
    --to=jsimmons@transvirtual.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=jmcmullan@linuxcare.com \
    --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 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).