Comment 84 for bug 433142

Revision history for this message
frank huang (frankr-huang) wrote : Re: geode driver do not display 1024x600 on (K)UNR Karmic

phpmonkey,
   You can use "cvt 1024 600 80" to generate the parameter, then write this command value to replace my patch below:
+ {MODEPREFIX, 48960, 1024, 1064, 1168, 1312, 0, 600, 601, 604, 622, 0,
+ V_NHSYNC | V_NVSYNC, MODESUFFIX}
+ , /* 1024x600@60 */
  Then you can get more modes to support. The above is the result of "cvt 1024 600 60". So some modes will be pruned by X server.

Thanks,
Frank