Grub VGA Modes
Posts: 228
Hello Group:
I would like to know what " MODE # " I can replace in Grub in the line that says, " vga=788 ".?? I would like to use a 800 X 600 mode.
I have put in the following, " vga=normal xref=800x600 ".?? But I am not sure if I actually am useing this or my input of " 0 " when I first booted up.?? There is a line in Grub that says " savedefault ", so I am not sure what is being used.
FRANK
Hello?? Elleomea:Thank you fo
Posts: 228
Hello?? Elleomea:
Thank you for the information.?? I wanted to get a larger text for the boot up.?? The one that is telling you what Linux is doing.
Do you or anyone else have a web site with a good tutorial on this thing called " XF86Config ".?? I sure would like to know something about this.
FRANK

Here's a start
Posts: 627
Here's a start:
http://www.xfree86.org/4.4.0/XF86Config.5.html
"People who like this sort of thing will find this the sort of thing they like."
Abraham Lincoln (1809 - 1865), in a book review
Here's a table showing fram
Posts: 680
Here's a table showing frame buffer vga modes:
The vga= setting only effects the frame buffer, not X (unless you're using the fbdev driver in X). This'll mean that your console will display at this resolution.
Changes to the X resolution can be made in /etc/X11/XF86Config-4.
savedefault is used to make the default boot option the one last selected. e.g. you select "Windows" when booting, on the next boot "Windows" will be the default.