First time here? Check out the FAQ!

Ask Your Question
0

How do you change the size of the sage/vm console buffer?

asked 12 years ago

oxeimon gravatar image

After starting sage-5.5 by clicking "Start" in the Oracle VM VirtualBox Manager, a console opens up and appears to boot into some form of Linux.

However, there is no ability to scroll, and resizing the window does not change the size of the text buffer (the black area where the console is displayed is remains the same size and is just centered within the larger window).

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 12 years ago

ppurka gravatar image

You can scroll only a limited amount on the text console. Press Shift PgUp or Shift PgDown to scroll up or down.

Preview: (hide)
link

Comments

so there's no way to actually make the window larger?

oxeimon gravatar imageoxeimon ( 12 years ago )

There is a [vga boot parameter](https://wiki.ubuntu.com/FrameBuffer) that could be used if framebuffer support is built into the kernel. This would allow the size of the window to be larger. The support for this could be disabled depending on what linux distribution is being used in the virtualbox image. EDIT: It seems there is an fbset command which can dynamically change the resolution (as long as there is framebuffer support in the kernel). Use it like this fbset -xres x_resolution -yres y_resolution

ppurka gravatar imageppurka ( 12 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 833 times

Last updated: Jan 07 '13