Re: [patch] voluntary-preempt-2.6.8-rc2-O3

From: Lee Revell
Date: Sat Aug 07 2004 - 00:48:53 EST


On Wed, 2004-08-04 at 15:24, Remon Sijrier wrote:
> Hello,
>
> The compilation went fine, but there are some problems I can't solve :-(
>
> I had to disable both drm (dri) and acpi to get rid from warning messages but
> still X doesn't start with the following message in it's log file:
>
> xf86OpenSerial cannot open device /dev/psaux no such device
>
> This wasn't a problem before. Any help would be appreciated.
>
> Thanks,
>
> Remon

/dev/psaux is deprecated. Use /dev/input/mice. On Debian, you can do
this with `dpkg-reconfigure xserver-xfree86'. Otherwise, use your
distro's X configurator, or edit /etc/X11/XF86Config-4 and replace
/dev/psaux with /dev/input/mice.

Lee

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/