The GNU Hurd - Patches: patch #1865, Add "SVGA" support to...
You are not allowed to post comments on this tracker with your current authentication level.
patch #1865: Add "SVGA" support to the console client.
Submitter: | Marco Gerards <marco_g> | ||
Submitted: | Tue 26 Aug 2003 09:33:35 PM UTC | ||
Category: | Console | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | marcus | Open/Closed: | Open |
Planned Release: | None | ||
Wiki-like text discussion box: |
|
Sat 28 Feb 2004 07:40:11 PM UTC, comment #2: |
Marcus Brinkmann <marcus>![]() ![]() |
Wed 27 Aug 2003 07:30:01 PM UTC, comment #1: This new patch makes it possible for the user to configure the monitor. The interfaces are updated, bugs are fixed and the code is cleaned up.
|
Marco Gerards <marco_g>![]() |
Tue 26 Aug 2003 09:33:35 PM UTC, original submission:
This patch is far from perfect, I just uploaded so it won't get lost. I need to clean it up a bit and fix some issues and test it a lot.
|
Marco Gerards <marco_g>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
The current VGA code does this if no font is installed: It reads out the font on the card, and builds a BDF structure out of it. So, it's exactly as if you'd provide a font file with the VGA font on the card (width 8, etc). If you leave this initialization code in, you don't need to worry about it at all.