LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   resoloution (https://www.linuxquestions.org/questions/linux-newbie-8/resoloution-6976/)

Terri 09-28-2001 07:56 AM

resoloution
 
Help, how do i change the resoloution to 640x480 in Gnome (redhat 7)?
I have an old monitor that is not working with the original configuration.

Thanks

syxxpac023 09-28-2001 09:06 AM

The easiest way is to edit your /etc/X11/XF86Config-4 file.

You should see something like this...


Section "Screen"
Identifier "Screen0"
Device "RIVA TNT2"
Monitor "DELL M781s"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection


Of course, your video card and monitor should be listed. Just change the Modes line to the resolution you would like and I'd assume that all you have to do is restart GNome and that should do it.


All times are GMT -5. The time now is 05:41 AM.