Jérémie Koenig, le Fri 12 Mar 2010 10:44:13 +0100, a écrit :
> The culprit is xf86EnableIO() in hw/xfree86/os-support/hurd/hurd_video.c:
>
> Bool
> xf86EnableIO()
> {
> if (ioperm(0, 0x10000, 1)) {
> FatalError("xf86EnableIO: ioperm() failed (%s)\n", strerror(errno));
> return FALSE;
> }
> ioperm(0x40,4,0); /* trap access to the timer chip */
> ioperm(0x60,4,0); /* trap access to the keyboard controller */
> return TRUE;
> }Should get dropped by next upload. Samuel
