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 14 Apr 2005 23:50:32 -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,"APM unavailable\n"); close(fd); return NULL; } else