LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Cannot change screen resolution (https://www.linuxquestions.org/questions/linux-general-1/cannot-change-screen-resolution-325221/)

HiOctane21 05-19-2005 10:03 PM

Cannot change screen resolution
 
Hi,
I cannot change my screen resolution from 800x600 to 1024x728. I'm using redhat 9 and I have a GeForce 440 MX 64mb VGA card.

Please help

ilikejam 05-19-2005 10:31 PM

Hi.

What monitor (make, model) do you have?

Dave

HiOctane21 05-19-2005 10:34 PM

A no name 15" LCD made in Thailand.

ilikejam 05-19-2005 10:41 PM

OK. LCDs usually have a 60Hz refresh, so that should be cool.

Open /etc/X11/XF86Config in the editor of your choice.
Look for a line (or more probably two lines) that look like:
Code:

Modes    "800x600" "640x480"
and change it (them) to
Code:

Modes    "1024x768" "800x600" "640x480"
Dave

HiOctane21 05-20-2005 02:16 AM

I got it to work. I actually did add 1024x728 and 1024x768 into the XF86Config file. I selected 1024x728 insteadof 1024x768 and that's why it wasn't working. So basically my monitor doesn't support 1024x728. Thanks for your help

Here is my XF86Config
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Laptop Display Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "1024x728" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x728" "800x600" "640x480"
EndSubSection
EndSection

Jongi 05-20-2005 07:48 AM

I can't get KDE 3.3 to display the 1280x1024 resolution. I have an AOpen 17" LCD. The only refresh rate I have available is 73Hz.

The video card I have is the nVidia GeForce FX5600. I am using the driver nVidia provide on their website as well.

ilikejam 05-21-2005 01:39 PM

Hi.

Do you mean the only refresh rate your monitor can physically do is 73Hz, or is that the only rate you're able to get?

DaWallace 05-21-2005 02:39 PM

Quote:

Originally posted by HiOctane21
So basically my monitor doesn't support 1024x728.
I don't think anything supports 1024x728, sounds like a typo'd resolution.

Jongi 05-22-2005 01:38 AM

ilikejam: That is the only option that KDE gives me. In Windows I use 60Hz on 1280x1024.

ilikejam 05-22-2005 12:42 PM

Jongi:
Hi again.

Open /etx/X11/xorg.conf, and look for the "Monitor" section.
Change:
Code:

HorizSync xxx - xxx
VertRefresh xxx - xxx

to:
Code:

HorizSync 50 - 70
VertRefresh 50 - 70

Then look for the "Screen" section, and change the 'Modes' line(s) so that they read:
Code:

Modes "1280x1024"
Then restart X (log out, then back in, or maybe even reboot), and you should be in 1280x1024 at 60Hz. Hopefully.

Dave

Jongi 05-23-2005 01:37 AM

Will try that


All times are GMT -5. The time now is 08:29 PM.