Results 1 to 10 of 11
Hiya,
With slackware i had the option to choose my screen resolution for command line during installation.
I have installed Redhat 9 on another machine, (without X), using Grub as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2003 #1Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
How do i set Command Line Screen Resolution (RH9).
Hiya,
With slackware i had the option to choose my screen resolution for command line during installation.
I have installed Redhat 9 on another machine, (without X), using Grub as the boot loader.
Is there anyway i can control the screen resolution for redhat?
Hope that makes sense, i need sleep
Cheers,
Jason
- 06-23-2003 #2Just Joined!
- Join Date
- Mar 2003
- Location
- UK
- Posts
- 82
hmm...
try passing linux vga=*** to the kernel on boot. it should ask you what screen res you want to use. where ** is the number refering to the vga mod you want. I've done a lil table of a few common ones below.
so for a 1024x768 (16bit) screen, pass linux vga=791 to the kernel on bootCode:785 640x480 (16bit) 788 800x600 (16bit) 791 1024x768 (16bit) 794 1280x1024(16bit)
hope that works for ya. I could be wrong, so if you get a panix, don't hold me to it please
- 06-23-2003 #3
You can also just add vga=ask to select the resolution at each boot.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 06-23-2003 #4Just Joined!
- Join Date
- Mar 2003
- Location
- UK
- Posts
- 82
yeh. was going to suggest that. but you still need to know all of the 'refernce' numbers for each vga mode. annoying if you can't remember and don't have a list handy.
- 07-02-2003 #5Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
Ay keyboard methods this changing on the fly while in a gui or prior to login at login prompt using gnome etc... for most distro's or even just RH?
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 09-17-2003 #6Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
So how does one pass it on to the kernel ? And what is the syntax along with its placement within the file?try passing linux vga=*** to the kernel on boot. it should ask you what screen res you want to use. where ** is the number refering to the vga mod you want. I've done a lil table of a few common ones below.Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 09-17-2003 #7
just add the line to your lilo config
like, vga = 771, update lilo, and you have 800x600 if I remeber correctly
- 09-17-2003 #8Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
So does it make a difference where in the file it is (first line, last line etc...) and what about the same issue with grubs conf file?
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 09-17-2003 #9Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
it's the same in grub.. it's part of the kernel options.. for grub (which i'm going to assume grub's files are in the same place on your comp as mine) you would edit /boot/grub/grub.conf.... in gentoo's install doc it has a good reference for some of the boot options (if i remember right.. it was late when i found it)
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 09-17-2003 #10Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
So does it make a difference where in the file it is (first line, last line etc...) ?
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"


Reply With Quote
