quote:
Originally posted by Billy Gates:
In Redhat linux v7.2 running Gnome, How do I change the screen resolution without reinstalling linux?
Changing the screen resolution is not the function of the window manager (gnome, kde, etc) but the function of X itself. X has to be configured for each mode (resolution) that you want to be able to view. There can be many defined resolutions and a default resolution.
In the old days you had to edit the /etc/X11/XF86Config file directly and manually calculate the horizontal/vertican sync for each resolution based on your monitor and the refresh rates it and your video card were capable of. Luckily there are utilities that can probe and generate this file for you and you can select and test each mode your vidcard/monitor are capable of.
In RedHat and others if you want to stop X (open a shell window and as root type "init 3" which will stop X and give you a text login). Log into that text login window as root and type "setup", select the "Xconfigurator" or X setup or whatever, you will see it. I think most distros if not all have the "Xconfigurator", you can run it directly if you do not have the setup. It should detect your video card and monitor and if it does not you can select the appropriate ones. Then based on the amount of memory you have on your video card you will be presented with a list of 8,16, and 32 bit screen resolutions. You can select and test as many as you want/need.
Once you select the modes you want and successfully generate the XF86Config using this utility start X back up. (you may want to just do a "startx" command in case a mode is messed up, <CNTRL><ALT><BACKSPACE> will kill X if necessary).
Assuming you've made it this far and X is up and running you can cycle through the different modes (resolutions) by pressing <CTRL><ALT><+> where <+> is the "+" on your numeric keypad (not the one on the row of number keys at the top of your keyboard. You can also use the <-> to cycle backward through the different modes.
Hopefully this helps....