Bugzilla – Attachment 57714 Details for
Bug 133440
acpid not starting on X due to race with X?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
disables ACPI code
p_disable-acpi.diff (text/plain), 754 bytes, created by
Stefan Dirsch
on 2005-11-18 11:25:34 UTC
(
hide
)
Description:
disables ACPI code
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-11-18 11:25:34 UTC
Size:
754 bytes
patch
obsolete
>Index: programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c >=================================================================== >RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c,v >retrieving revision 1.10 >diff -U10 -r1.10 lnx_apm.c >--- programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c 22 Aug 2005 12:05:18 -0000 1.10 >+++ programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c 18 Nov 2005 11:23:45 -0000 >@@ -126,21 +126,24 @@ > } > } > > PMClose > xf86OSPMOpen(void) > { > PMClose ret = NULL; > > /* Favour ACPI over APM */ > >+/* Novell Bug #133440 / X.Org Bug #4718 / RH Bug #169766 */ >+#if 0 > ret = lnxACPIOpen(); >+#endif > > if (!ret) > ret = lnxAPMOpen(); > > return ret; > } > > static PMClose > lnxAPMOpen(void) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 133440
: 57714