http://bugs.freedesktop.org/show_bug.cgi?id=20361
--- Comment #14 from Alex Kanavin <[email protected]> 2009-02-28 09:29:07 PST --- The lid status is very easy to find out though, for example from hal: udi = '/org/freedesktop/Hal/devices/pmu_lid' button.has_state = true (bool) button.state.value = true (bool) button.type = 'lid' (string) info.addons = {'hald-addon-pmu'} (string list) info.capabilities = {'button'} (string list) info.category = 'button' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.product = 'Lid Switch' (string) info.udi = '/org/freedesktop/Hal/devices/pmu_lid' (string) linux.hotplug_type = 6 (0x6) (int) linux.pmu_path = '/proc/pmu/info' (string) linux.pmu_type = 2 (0x2) (int) Does X track the lid in any way? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
