Bug 131487

Summary: It worked under SuSE 9.3, under SuSE 10.0 is not working
Product: [openSUSE] SUSE LINUX 10.0 Reporter: John Mike <stefan_val>
Component: X.OrgAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED FIXED QA Contact: Stefan Dirsch <sndirsch>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Windows zip archive

Description John Mike 2005-10-29 12:08:09 UTC
I’m using SuSE 10.0 Eval edition on DVD. I have a GeForce 4 MX 440 and a LCD 19” monitor from Philips 190S5. I installed the latest nVidia driver 7676 and Linux detects my monitor correctly as PHL Philips 190S5. But it only allows me to keep it in 74 Hz refresh rate and the image is really distorted. The monitor’s optimal resolution is 1280 x 1024 at 60 Hz. It is in 1280 x 1024 but at 74 Hz. Even if I try to manually change the sync rates, the image is really distorted. There is no way I can get a decent image.For a LCD screen (that is made of transistors for each point) the image streches from point (0,0) to point (1279,1023). If the image comes distorted and passes over the screen edge of a LCD, unlike a CRT, even if you adjust it manually from the buttons on the monitor, the image will be unclear. I couldn’t get a good image but I tried a lot of other monitor types from the list. The real problem is that under SuSE 9.3 IT WORKED with the 190S5 monitor type and I had a nice image, undistorted from point (0,0) to point (1279,1023). There is a problem with the graphic base system, X11, or something else.
Comment 1 Stefan Dirsch 2005-10-29 15:55:18 UTC
Could you attach /etc/X11/xorg.conf and /var/log/Xorg.0.log? Thanks.
Comment 2 John Mike 2005-11-02 06:31:22 UTC
Created attachment 56212 [details]
Windows zip archive

The archive contains the files Xorg.0.log andxorg.conf.
Comment 3 Stefan Dirsch 2005-11-02 07:06:39 UTC
Remove the line 

  UseModes     "Modes[0]"

in 'Section "Monitor"' of your /etc/X11/xorg.conf. If this doesn't help,
change the VertRefresh (same Section) to 58-62, so 60 Hz will hopefully
be forced.

Comment 4 John Mike 2005-11-03 07:00:55 UTC
Thanks. That did it!