|
Description
|
Xorg 7.2 isn't opening the /dev/srn device and sending it the ioctl's necessary for
correct suspend-and-resume functionality - this worked in Xorg 6.9, but not since the
7.2 upgrade.
Investigation showed the sun_apm.c file is being built, but the xf86OSPMOpen call to
open /dev/srn was not present in the Xorg binary, because it was never called. All
the calls to the apm functionality from the core Xorg code are wrapped in #ifdef XF86PM,
which is not defined for Solaris in the Xorg 7.2 configure scripts.
|