Changing screen resolution?

I apologize if this question is too plebian --

I'm using this to learn theme creation in Drupal, and editing large files in the 80x25 window is just painful. Maximizing the window maintains the screen size; it just makes the surrounding screen black. I could change it if I were in X or Gnome, but I'm not sure how to change the command line resolution.

Any thoughts?

-Ian

Changing screen resolution?

There are other options. Some SFTP clients have the ability to edit files on remote machines using an editor on your local desktop. I find this to be the most convenient way of editing something on the JumpBox. Most of the application files should be able to be edited this way, but some things might require you to set a root password and log in as root. Though I wouldn't recommend that on a publicly available JumpBox.

Austin

Solved my own problem

The trick is to edit the /boot/grub/menu.lst file and change vga=785 to vga=791 (for 1024x768) or 788 (for 800x600).

-Ian