On Fri, 2005-09-23 at 00:19 +1000, Russell Shaw wrote: > apt-get update > apt-cache search xorg > > x11-common - X Window System (X.Org) infrastructure > xbase-clients - miscellaneous X clients > xserver-xorg - the X.Org X server > > apt-get install x11-common xbase-clients xserver-xorg >
... and, after you've done that, don't forget to change your driver name for your keyboard InputDevice section from "Keyboard" to "keyboard" in your /etc/X11/xorg.conf file. That is, change: Section "InputDevice" ... Driver "Keyboard" ... to: Section "InputDevice" ... Driver "keyboard" ... (Note that the driver name in the second one is all lower case.) -Ian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]