Find the answer to your Linux question:
Results 1 to 4 of 4
Hello, I am running a Debian linux user that does not have a form of windowing installed (i.e. Gnome/KDE). I have simply been using the terminal, but I would like ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    22

    Increasing resolution of debian terminal

    Hello,

    I am running a Debian linux user that does not have a form of windowing installed (i.e. Gnome/KDE). I have simply been using the terminal, but I would like to increase the resolution of the terminal so that I have less of an issue of word wrap while coding. Can this be done?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Add vga=773 at the end of kernel line in /boot/grub/menu.lst file and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    22
    Ah thank you.

    Could you possibly explain what this means?

    For example, what is the significance of 773? Could I use other values to tweak the resolution?

  4. #4
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102
    Code:
    colour		depth	| 640x480  800x600  1024x768 1280x1024
    256		(8bit)	|  769      771       773      775
    32000		(15bit)	|  784      787       790      793
    65000		(16bit)	|  785      788       791      794
    16.7 Mill.	(24bit)	|  786      789       792      795
    source: http://ruslug.rutgers.edu/~mcgrof/gr...linux/menu.lst
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •