I pulled the latest xf86-video-intel source from freedesktop.org, and it magically cured the symptom.
My Xorg.0.log still shows the same error entries as before: (EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70. So, at least they are not the culprit. Now that the pain is gone, I'll probably never know the real cause. Andrew Sackville-West wrote: >> I wonder how modlines and the control panel interacts. If the setting >> in a control panel overrides modeline setting, why do I need modelines? > > > the control panel doesn't override the modelines. It presents a list > of all available modes as determined by xorg. This includes probed > modes that may not be specified in the xorg.conf. Ah, I see. > [...] > > This custom modeline I entered into xrg.conf with a names like > 1440x900_75. I think the _ was critical as it put that modeline at the > top of the list which makes it the one xorg chooses. That's interesting. > Other attempts by > me used a more normal mode name and that put the mode further down the > list causing xorg to not choose it by default (the list I'm referring > to is the one produced by xrandr which is what xorg uses now, I > believe). > > pertinent parts of xorg.conf > > > Section "Device" > Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE > Chipset Integrated Graphics Device" > Driver "intel" > BusID "PCI:0:2:0" > # Option "UseFBDev" "true" > Option "ModeDebug" "YES" > Option "Monitor-VGA" "19MVWK" > EndSection > > note the "Monitor-VGA" option which specifies whichmonitor to > use. Though we only have one, I believe this is important. I used "Monitor-TMDS-1" instead since my monitor is connected to SDVO DVI connector. But I couldn't get X to use my modeline. And I did not try harder because the X is already in the right mode. (At first, I suspected the refresh rates were wrong. But they turned out to be correct according to the monitor manual.) The problem is that some parts of my monitor thinks it is in "640x350" resolution and complains about it. Thanks, T. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]