Hi
I am getting following error while using quartz API
CGDisplayCurrentMode(kCGDirectMainDisplay)
on MacOS10.5 before Loging. it works fine on 10.4
3891612: (CGSLookupServerRoot****t) Untrusted apps are not allowed to
connect to or launch Window Server before login.
4/2/08 8:35:13 AM IP15Driver_v2[98] kCGErrorRangeCheck : On-demand
launch of the Window Server is allowed for root user only.
4/2/08 8:35:13 AM IP15Driver_v2[98] kCGErrorRangeCheck : Set a
breakpoint at CGErrorBreakpoint() to catch errors as they are
returned
if i comment above API then no error occur.
What may be the problem ?
p2