|
From: Thomas W. <th...@wi...> - 2003-03-06 09:06:41
|
James Simmons wrote: > Actually it is normal. Changing a console via stty has been around > forever. When you ask what size is your VGA console you say 80x25. Now why > is that. The main thing is people think of it as a text mode and second > you really can't change it or boot to to many different size resolutions. > Does this mean VGA console should be limited? NO!!! I plan to make vgacon > some day changable in window size. So the final answer is: > > Portablity. > > You could use stty or some other program using the tty layer to change the > resolution on any type of hardware running any type of console driver. The > next best thing is some day we can get ride of con_switch in the upper > console layers. We can just use set_font and vc_resize on VT switching > since that is all you are doing on vc_switching. OK, if this is your final word on this, I - as the maintainer of a driver which due to LCD and TV handling only supports a (huge) number of built-in modes - am forced to do the following: If I receive a request for a mode that isn't supported, I go with the next larger one that is supported. Even if that leads to differences from requested 813x601 to displayed 1024x768. Hope you and your console code can deal with that then :) >>BTW: What happens currently if I instruct console to replace the current >>font with a bigger one (if that's possible at run-time at all) ? > > > It should work. ... and lead to a mode switch? Funny: If I switch from a 8x16 font to a bigger one, because I forgot my glasses, the mode is switched to a higher one, because the number of cols and rows hasn't changed, leaving me with a nearly identical charcter size? Thomas -- Thomas Winischhofer Vienna/Austria mailto:th...@wi... http://www.winischhofer.net/ |