How do I change the TTY resolution after the system has already booted?
Asked
Active
Viewed 2,467 times
2
-
Does this relate to your question about automatically selecting the resolution used by GRUB2? Because the virtual console framebuffer resolution (for tty1, tty2, and so forth) is not related to the GRUB2 resolution (though they might both turn out the same). And do you need to set this once you have booted, or just have the option to set it as you are booting? – Eliah Kagan May 26 '12 at 04:44
-
@EliahKagan: Yeah I know they're not related, or I wouldn't have asked it separately. :) It's a different question. And no, I meant exactly what I wrote: I want to change it after booting. – user541686 May 26 '12 at 04:46
1 Answers
0
«… If one does wish to use and explore the framebuffer, the 'fbset' command allows one to change several settings of the framebuffer on the fly. sudo apt-get install fbset
…»
-
1I get this error when using
fbset
:open /dev/fb0: No such file or directory
– user541686 May 26 '12 at 18:51 -
-
-
-
Sorry I don't understand... how do I use
modprobe
"appropriately"? What parameters do I give it? – user541686 May 27 '12 at 04:36 -
Params are driver dependent actually.
man fbset
mentions/usr/share/doc/fbset/
— haven't you tried studying the directory content? – poige May 27 '12 at 04:40