From: Roberto on
Hi all,
I'm a brand-new Suse10 (retail) user after trying 9.3 eval that I found
good for desktop; I just installed 10 and I ran into a monitor
resolution problem.

First boot after install, and I get a black monitor with little green
LED blinking, tyical symptom of wrong refresh rates. So I turn to init
3, and I change manually the vertical and horiz refresh settings in
/etc/X11/xorg.conf taking the old settings (luckily I saved the old suse
9.3 xorg.conf).

Reboot, and finally I could log into GNOME desktop. That I find stuck to
800x600. No problem, I start Yast2->hardware->display, I bring the
resolution to 1024x768; then I click the "test" button, but during the
test I notice that the indication of the resolution that is written in
the test display is still to 800x600.

Reboot, and infact the resolution is stuck to 800x600.

I tried again, but no way I can change it, anyone any ideas? Following
is my actual xorg.conf (the monitor section).Thank you all in advance!!!



Section "Monitor"
DisplaySize 280 210
HorizSync 25-40
Identifier "Monitor[0]"
ModelName "DAEWOO 531X"
Option "DPMS"
VendorName "DWE"
VertRefresh 47-75
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 40.19 800 832 912 1024 600 601 604 623
Modeline "768x576" 37.37 768 800 880 992 576 577 580 598
Modeline "640x480" 29.84 640 664 728 816 480 481 484 501
Modeline "640x480" 25.10 640 656 720 800 480 481 484 498
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "3D Rage Pro AGP 1X/2X"
BusID "1:0:0"
Driver "ati"
Identifier "Device[0]"
Option "usevnc" "no"
Screen 0
VendorName "ATI"
EndSection

From: houghi on
Roberto wrote:
> Hi all,
> I'm a brand-new Suse10 (retail) user after trying 9.3 eval that I found
> good for desktop; I just installed 10 and I ran into a monitor
> resolution problem.
>
> First boot after install, and I get a black monitor with little green
> LED blinking, tyical symptom of wrong refresh rates. So I turn to init
> 3, and I change manually the vertical and horiz refresh settings in
> /etc/X11/xorg.conf taking the old settings (luckily I saved the old suse
> 9.3 xorg.conf).
>
> Reboot, and finally I could log into GNOME desktop. That I find stuck to
> 800x600. No problem, I start Yast2->hardware->display, I bring the
> resolution to 1024x768; then I click the "test" button, but during the
> test I notice that the indication of the resolution that is written in
> the test display is still to 800x600.
>
> Reboot, and infact the resolution is stuck to 800x600.
>
> I tried again, but no way I can change it, anyone any ideas? Following
> is my actual xorg.conf (the monitor section).Thank you all in advance!!!

I have seen this on the opensuse mailing list together with a solution,
but I was unable to find it back. Perhaps you have more luck:
http://lists.opensuse.org/archive/opensuse/2005-Oct/

--
houghi Please do not toppost http://houghi.org
You are about to enter another dimension, a dimension not only of
sight and sound but of mind. A journey into a wondrous land of
imagination. Next stop, Usenet
From: Roberto on
houghi wrote:
>
> I have seen this on the opensuse mailing list together with a solution,
> but I was unable to find it back. Perhaps you have more luck:
> http://lists.opensuse.org/archive/opensuse/2005-Oct/
>

Thanx for the pointer, it gives me an option to try; I'll try the
display as a generic VESA and I'll see if 1024x768 is accepted...

Bye,R