Gentoo Archives: gentoo-desktop

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-desktop@l.g.o
Subject: [gentoo-desktop] Re: Two leads on the X lockups
Date: Fri, 29 Oct 2004 13:52:40
Message-Id: pan.2004.10.29.13.52.33.247818@cox.net
In Reply to: [gentoo-desktop] Two leads on the X lockups by "A. Gabriel W. Daleson"
1 A. Gabriel W. Daleson posted
2 <200410281917.i9SJHFdE023913@××××××××××××.edu>, excerpted below, on Thu,
3 28 Oct 2004 12:17:09 -0700:
4
5 > /var/log/Xorg.0.log.old, has the following:
6 >
7 > (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
8
9 Note that that's a warning, not an error. X continues on without it. It
10 should not be related at all to your crash.
11
12 However, to avoid the warning, add the following to your xorg.conf file:
13
14 Under section "ServerFlags:
15
16 Section "ServerFlags"
17 Option "NoPM"
18 EndSection
19
20 (You may say Option "NoPM" "True", if desired, but binary options default
21 to true if encountered at all, so having it there is true, and commenting
22 it would be the same as changing it to false.)
23
24 Without the option, it turns the feature off when it can't find support in
25 the hardware/BIOS, but it sets that warning in the log. Turning it off
26 explicitly avoids the logged warning, but operationally, it doesn't
27 matter, since it's off due to not finding support for it anyway.
28
29 I have no idea on the /var/log/messages error you posted, but it shouldn't
30 be related in the slightest to the xorg APM warning.
31
32 --
33 Duncan - List replies preferred. No HTML msgs.
34 "They that can give up essential liberty to obtain a little
35 temporary safety, deserve neither liberty nor safety." --
36 Benjamin Franklin
37
38
39
40 --
41 gentoo-desktop@g.o mailing list