OpenSolaris

Printable Version Enter a New Search
Bug ID 6536092
Synopsis Xorg 7.2 not using /dev/srn
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:xorg-server
Keywords
Responsible Engineer Alan Coopersmith
Reported Against snv_60
Duplicate Of
Introduced In solaris_10u4
Commit to Fix snv_62
Fixed In snv_62
Release Fixed solaris_nevada(snv_62) , solaris_10u5(s10u5_01) (Bug ID:2154138)
Related Bugs
Submit Date 19-March-2007
Last Update Date 6-October-2007
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.
Work Around
N/A
Comments
N/A