c_elber wrote:
Have you performed an update to your system, yum update, to make sure
that all of your packages are up to date, as there was a problem with
non DDC compatible monitors.
Doug
Doug, I immediately updated all the packages on my system. There's nothing
left to update. It's a Viewsonic A90 CRT and a Matrox G200. After I upgraded
the kernel it had a 1024x768 resolution so I switched to it then re-started
my X server. Alas it didn't come up in 1024x768 and then only had the
800x600 and 640x480 option. I know my equipment is capable of 1024x768 that
was what I ran under RH9, very odd.
Thanks,
Jo
Don't know if that helps you with FC2 here, but I had the same problem
with RH9 and FC1. I changed the line in /etc/X11/XF86Config and added
the 1024x768.
Section "Screen"
Identifier "venus_screen"
Device "venus_graphics_card"
Monitor "venus_monitor"
#Option "NvAgp" "0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ViewPort 0 0
EndSubsection
EndSection
Maybe that works with FC2 and X.org too??
Alex