tamanho da letra do prompt (antes de entrar no X)

1. tamanho da letra do prompt (antes de entrar no X)

Daniel
danielcrvg

(usa Slackware)

Enviado em 05/03/2013 - 11:39h

bom dia,

minha maquina esta configurada pra dar o boot no "promp" ou terminal, e depois que eu faco o loggin, eu digito startx para entra no KDE.

eu gostaria de saber onde e como eu configuro o tamanho da letra do prompt, antes de entrar no X.


Obrigado,


Daniel

Uso slackware 14.


  


2. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 11:55h

danielcrvg escreveu:

bom dia,

minha maquina esta configurada pra dar o boot no "promp" ou terminal, e depois que eu faco o loggin, eu digito startx para entra no KDE.

eu gostaria de saber onde e como eu configuro o tamanho da letra do prompt, antes de entrar no X.


Obrigado,


Daniel

Uso slackware 14.


Você faz essa configuração no LILO. Leia a manpage do liloconfig para saber como alterar a fonte.

Alternativamente, você pode tentar pelo xrandr, mas isso altera a resolução da tela junto.


3. Re: tamanho da letra do prompt (antes de entrar no X)

Daniel
danielcrvg

(usa Slackware)

Enviado em 05/03/2013 - 12:03h

eu desconfiava que era no lilo mesmo.

é que eu vou instala o driver da NVIDIA, e pelo que eu me lembre, todas as vezes q eu instalei o driver da NVIDIA, a letra do prompt fica gigante. Ai ja to prevendo pra saber onde alterar depois..

é no /etc/lilo.conf???


4. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 12:06h

danielcrvg escreveu:

eu desconfiava que era no lilo mesmo.

é que eu vou instala o driver da NVIDIA, e pelo que eu me lembre, todas as vezes q eu instalei o driver da NVIDIA, a letra do prompt fica gigante. Ai ja to prevendo pra saber onde alterar depois..

é no /etc/lilo.conf???


O driver da nVidia não tem nada a ver com a fonte no runlevel 3 (modo texto). Se as letras ficam grandes após o startx a configuração correta é no xorg.conf.


5. Re: tamanho da letra do prompt (antes de entrar no X)

Daniel
danielcrvg

(usa Slackware)

Enviado em 05/03/2013 - 12:11h

nao nao.. nao é apos o startx.. é antes...


quando da o boot pelo lilo, as letras ficam gigantes, ate na hora de pedir o usuario e senha, ai vc loga e ta tudo grande.. mas depois q da o startx fica normal de novo..




6. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 12:14h

danielcrvg escreveu:

nao nao.. nao é apos o startx.. é antes...


quando da o boot pelo lilo, as letras ficam gigantes, ate na hora de pedir o usuario e senha, ai vc loga e ta tudo grande.. mas depois q da o startx fica normal de novo..



Qual é a resolução configurada no frame buffer? Outra coisa: você está usando fontes alternativas (aquela opção que o liloconfig te dá, que realmente é melhor nunca usar)?


7. Re: tamanho da letra do prompt (antes de entrar no X)

Daniel
danielcrvg

(usa Slackware)

Enviado em 05/03/2013 - 12:16h

esse aqui é o meu lilo.conf antes de instalar o driver.

dani3l@blackpearl:~$ cat /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255

# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# Ask for video mode at boot (time out to normal in 30s)
#vga = ask
# VESA framebuffer console @ 1024x768x64k
#vga=791
# VESA framebuffer console @ 1024x768x32k
#vga=790
# VESA framebuffer console @ 1024x768x256
#vga=773
# VESA framebuffer console @ 800x600x64k
#vga=788
# VESA framebuffer console @ 800x600x32k
#vga=787
# VESA framebuffer console @ 800x600x256
#vga=771
# VESA framebuffer console @ 640x480x64k
#vga=785
# VESA framebuffer console @ 640x480x32k
#vga=784
# VESA framebuffer console @ 640x480x256
#vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda5
label = Linux
read-only
# Linux bootable partition config ends
dani3l@blackpearl:~$


8. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 12:19h

danielcrvg escreveu:

esse aqui é o meu lilo.conf antes de instalar o driver.

dani3l@blackpearl:~$ cat /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255

# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# Ask for video mode at boot (time out to normal in 30s)
#vga = ask
# VESA framebuffer console @ 1024x768x64k
#vga=791
# VESA framebuffer console @ 1024x768x32k
#vga=790
# VESA framebuffer console @ 1024x768x256
#vga=773
# VESA framebuffer console @ 800x600x64k
#vga=788
# VESA framebuffer console @ 800x600x32k
#vga=787
# VESA framebuffer console @ 800x600x256
#vga=771
# VESA framebuffer console @ 640x480x64k
#vga=785
# VESA framebuffer console @ 640x480x32k
#vga=784
# VESA framebuffer console @ 640x480x256
#vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda5
label = Linux
read-only
# Linux bootable partition config ends
dani3l@blackpearl:~$


Troca esse
vga = normal

para
vga = 791

Vê se melhora.


9. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 12:20h

Não se esquece de rodar um
# lilo -v  



10. Re: tamanho da letra do prompt (antes de entrar no X)

Daniel
danielcrvg

(usa Slackware)

Enviado em 05/03/2013 - 12:21h

massa.. eu vo instala o driver hj a tarde.. se der [*****] eu altero e te retorno a resposta..

obrigado,


Daniel


11. Re: tamanho da letra do prompt (antes de entrar no X)

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 05/03/2013 - 12:22h

às ordens


12. Re: tamanho da letra do prompt (antes de entrar no X)

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 05/03/2013 - 13:02h

Se acertar tudo, resolver, marque o tópico como resolvido e dê uma força para nosso Amigo Cavalheiro,
marque a melhor resposta.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts