2008/5/27 wolfman.wu <r6aix@21cn.com>: > 目前我都是在 grub 的 menu.lst 里 加 vga=791 的方式设定。这种方式需要在重新启动 linux 后才可以起作用。 > > 有没有办法在 linux 运行时, 也可以随时调整 tty 可显示的行列数? > > 谢谢! 不行,多列本质上是使用framebuffer实现的。所以你不打开framebuffer(vga=xxx)就不能多列。 -- FIXME if it is wrong.