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.3 diff -u -d -r1.3 lnx_apm.c --- programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c 11 Jan 2005 14:59:02 -0000 1.3 +++ programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c 15 Apr 2005 00:14:21 -0000 @@ -137,8 +137,7 @@ if ((fd = open( APM_DEVICE, O_RDWR )) > -1) { if (access( APM_PROC, R_OK ) || ((pfd = open( APM_PROC, O_RDONLY)) == -1)) { - xf86MsgVerb(X_WARNING,3,"Cannot open APM (%s) (%s)\n", - APM_PROC, strerror(errno)); + xf86MsgVerb(X_INFO,3,"No APM support in BIOS or kernel\n"); close(fd); return NULL; } else