LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   resolution in console (https://www.linuxquestions.org/questions/linux-general-1/resolution-in-console-10818/)

febisfebi 12-29-2001 07:47 PM

resolution in console
 
i was wondering if there is a way to change the resolution in the console, as to see more text on the screen at a given time, when not using x

speck 12-29-2001 08:19 PM

If you're using Grub to boot, add "vga=773" to the end of the kernel line in /etc/grub.conf. For example:

kernel /boot/vmlinuz-2.4.9-13 ro root=/dev/hdb1 hdc=ide-scsi vga=773


If you have Lilo, add the line "vga=773" to /etc/lilo.conf under the image section. Then run "lilo -v" as root. The next time you boot the resolution will be changed.

There are quite a few more resolutions to choose from, so take a look at "/usr/src/linux/Documentation/svga.txt" for more choices if 773 doesn't fit your needs.


Speck

febisfebi 12-30-2001 03:46 PM

that works, thank you very much!


All times are GMT -5. The time now is 02:35 AM.