root-shell wrote:

ola lista .
alguem sabe como faco para minha tela do meu note book ficar inteira ?
quando eu ligo o  bichinho ele fica com 70% da tela .. e quando eu executo o
kde ele fica com 100 % alguem sabe como faco para fazer o modo texto ficar
com a tela inteira ..
red hat 7.3 uso grub
meu note book e um hp pavilion


Isso depende do notebook. Os displays LCD t�m resolu��a fixa e normalmente telas menores s�o exibidas no centro da tela. Alguns notebooks como o meu expandem automaticamente a imagem at� 1024x768 ninterpolando a imagem por hardware, mas a maioria n�o faz isso. Vc pode fazer o linux entrar em modo "gr�fico" (n�o � o X que estou falando, � uma exibi��o do texto com maior resolu��o, tal como o Mandrake faz; eles costumam se referir como vesa framebuffer).


Fa�a o seguinte: edite o arquivo de configura��o do grub ou do lilo (o que vc usa) e .acrescente no final da linha correspondente ao kernel:

vga=ask

Ao dar o boot do linux vc poder� escolher um dos modos. Escolha o que melhor se adapte e, para tornar iso permanente, substitua por

vga=numero

Para saber qual o n�mero usar, veja

http://www.charmed.com/support/kernel/docs/vesafb.txt

Vou reproduzir um trecho do documento para ficar registrado no hist�rico da lista (se essa p�gina sumir):

What is vesafb?
===============

This is a generic driver for a graphic framebuffer on intel boxes.

The idea is simple:  Turn on graphics mode at boot time with the help
of the BIOS, and use this as framebuffer device /dev/fb0, like the m68k
(and other) ports do.

This means we decide at boot time whenever we want to run in text or
graphics mode.  Switching mode later on (in protected mode) is
impossible; BIOS calls work in real mode only.  VESA BIOS Extensions
Version 2.0 are required, because we need a linear frame buffer.

Advantages:

* It provides a nice large console (128 cols + 48 lines with 1024x768)
  without using tiny, unreadable fonts.
* You can run XF68_FBDev on top of /dev/fb0 (=> non-accelerated X11
  support for every VBE 2.0 compliant graphics board).
* Most important: boot logo :-)

Disadvantages:

* graphic mode is slower than text mode...


How to use it? ==============

Switching modes is done using the vga=... boot parameter.  Read
Documentation/svga.txt for details.

You should compile in both vgacon (for text mode) and vesafb (for
graphics mode). Which of them takes over the console depends on
whenever the specified mode is text or graphics.

The graphic modes are NOT in the list which you get if you boot with
vga=ask and hit return. The mode you wish to use is derived from the
VESA mode number. Here are those VESA mode numbers:

| 640x480 800x600 1024x768 1280x1024
----+-------------------------------------
256 | 0x101 0x103 0x105 0x107 32k | 0x110 0x113 0x116 0x119 64k | 0x111 0x114 0x117 0x11A 16M | 0x112 0x115 0x118 0x11B


The video mode number of the Linux kernel is the VESA mode number plus
0x200.

Linux_kernel_mode_number = VESA_mode_number + 0x200

So the table for the Kernel mode numbers are:

| 640x480 800x600 1024x768 1280x1024
----+-------------------------------------
256 | 0x301 0x303 0x305 0x307 32k | 0x310 0x313 0x316 0x319 64k | 0x311 0x314 0x317 0x31A 16M | 0x312 0x315 0x318 0x31B


To enable one of those modes you have to specify "vga=ask" in the
lilo.conf file and rerun LILO. Then you can type in the desired
mode at the "vga=ask" prompt. For example if you like to use 1024x768x256 colors you have to say "305" at this prompt.


If this does not work, this might be because your BIOS does not support
linear framebuffers or because it does not support this mode at all.
Even if your board does, it might be the BIOS which does not.  VESA BIOS
Extensions v2.0 are required, 1.2 is NOT sufficient.  You will get a
"bad mode number" message if something goes wrong.

1. Note: LILO cannot handle hex, for booting directly with "vga=mode-number" you have to transform the numbers to decimal.
2. Note: Some newer versions of LILO appear to work with those hex values,
if you set the 0x in front of the numbers.







Assinantes em 21/03/2003: 2239
Mensagens recebidas desde 07/01/1999: 205041
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]




Responder a