F
F
freeiji2012-08-23 18:25:53
linux
freeiji, 2012-08-23 18:25:53

How to change resolution in console mode linux?

I'm actually booting a Debian LiveCD and want to change the screen resolution to console mode, otherwise the letters are too large.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
charliez, 2012-08-23
@freeiji

does not change on the fly, only through kernel parameters at boot. like this is added: vga=791

A
Anton Anton, 2012-08-23
@Fragster

on the GRUB screen, you can select

P
PenguiN560, 2012-08-23
@PenguiN560

Depending on which fb driver you have, for uvesa it is enough to directly register the resolution in the kernel startup parameters, for example For
kernel /boot/bzImage root=/dev/hda3 video=uvesafb:[email protected],mtrr:3,ywrap
vesa it is prescribed by vga mode, here is the table en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers
kernel /boot/bzImage root=/dev/hda3 video=vesafb:mtrr:3,ywrap vga=792

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question