Why is this resolution "inaccessible"?
Stuart Kreitman
Stuart.Kreitman at Sun.COM
Fri Jan 20 08:17:10 PST 2006
oops, hadn't gone back to the first message. The code is in
i830_driver.c, l 3113.
and indeed, it fails to find a match for you in the mode pool. The error
is not clock speed,
that's just the cheap hack to test if the search failed:
> 3098 do {
> 3099 int Clock = 100000000; /* incredible value */
> 3100
> 3101 if (p->status == MODE_OK) {
> 3102 for (pMon = pScrn->monitor->Modes; pMon != NULL;
> pMon = pMon->next) {
It would be better to have 2 different error messages: 1 for failed
match, 1 for the clock speed.
Peter Jay Salzman wrote:
> (1152x864,Generic Monitor) mode clock 100000MHz exceeds DDC maximum 140MHz
> (320x200,Generic Monitor) mode clock 100000MHz exceeds DDC maximum 140MHz
> (1600x1200,Generic Monitor) mode clock 162MHz exceeds DDC maximum 140MHz
>
>
\
More information about the xorg
mailing list