Darren Kenny wrote: > (Details: serial 695 error_code 8 request_code 157 minor_code 7) > ... > > > The exact call is (from dbx): > > XRRSetScreenSize(0x807a008, 0x13a, 0x400, 0x300, 0x10f, 0xcb) > > The machine I'm using is a MacBookPro (rev4) with an nVidia graphics card, but > it can be reproduced on other systems too. > Other systems with ATI or Intel, or with NVIDIA graphics and the NVDAgraphics and NVDAgraphicsr packages removed (falling back to nv)?
The NVIDIA accelerated X driver should be reporting RandR 1.1 support. XRRSetScreenSize() is a 1.2 function. Are you certain the earlier code didn't check the version and conditionally call XRRSetScreenConfig() instead when it detected a 1.1 X driver? The bundled NVIDIA X driver did not change between b93 and b95.
