On Sun, Jan 06, 2002 at 05:42:48PM +0100, Andreas Ntaflos wrote:
| On Sun, Jan 06, 2002 at 03:42:30PM +0000, Nuno Teixeira wrote:
| > 
| >   Hello to all,
| >   
| >   For the first time I configured VESA and SC_PIXEL_MODE in kernel to reach 
| >   VESA_800x600 (100x37).
| >   
| >   When I used vidcontrol to do this I noted that I only can get a smaller 
| >   "window" in the middle of the screen (80x25).
| >   [snip] 
| >   ---------------------------------------------------------------------------  
| >   Message:
| >   >... knowing that 800x600 / 8x16 = 100x37.5 I should be able to do better.  
| >   >I switched to VESA_800x600, but instead of getting 100x37 I just get 80x25 
| >   >in a smaller "window" in the middle of the screen.
| >   >
| >   >1)  Is VESA ... hardcoded to 80x25?
| >   >
| >   >2)  Is this combo hardcoded to 4-bit color?
| >   
| >   1) Yes, VESA_800x600 is hardcoded to 80x25 in vidcontrol.c, but it is easy 
| >   to fix.  Just make the following change and recompile:
| >   
| >                  if (mode == SW_VESA_800x600) {
| >   [snip]
| 
| In order to have VESA_800x600 use the full screen of the virtual console,
| run the following:
| 
| # vidcontrol -g 100x37 VESA_800x600 -f whatever_font_you_want
| 
| This will resize it to the said geometry of 100x37 chars at a resolution 
| of 800x600.
| 
| The rc.conf entries look like this on my box:
| 
| allscreens_flags="-g 100x37 VESA_800x600"
| font8x16="/usr/share/syscons/fonts/iso15-8x16.fnt"
| 
| This should work just fine and fill up the whole available screen.
| 
| I just don't like the low refresh rate of 60Hz, after some time, it blinds
| my head :)
| 
| Does anyone know how to increase the vert. refresh at 800x600?
| 
| regards
| -- 
|       Andreas "ant" Ntaflos   
|       [EMAIL PROTECTED]
|       Vienna, AUSTRIA

  Hi,
  
  I've found a patch to VESA_800x600 @100Hz
  
  Here is the link if you are interested:
  
  
  
http://groups.google.com/groups?threadm=87bsxsnoxm.fsf%40rnd.donetsk.ua&rnum=11&prev=/groups%3Fq%3Dfreebsd%252Bconsole%252Bvesa%252Brefresh%26start%3D10%26sa%3DN
  
  Bye,

-- 
Nuno Teixeira
pt-quorum.com

/* 
PGP Public Key:
http://www.pt-quorum.com/pgp/nunoteixeira.asc
Key fingerprint:
8C2C B364 D4DC 0C92 56F5  CE6F 8F07 720A 63A0 4FC7
*/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to