From 19febbb9de90eaf89f426fb7bfcca21ae4b96cf1 Mon Sep 17 00:00:00 2001 From: olpc Date: Mon, 08 Dec 2008 18:10:06 +0000 Subject: Canvas optimizations. --- (limited to 'setupwacom.sh') diff --git a/setupwacom.sh b/setupwacom.sh new file mode 100755 index 0000000..a07023e --- /dev/null +++ b/setupwacom.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +echo Installing linuxwacom package... +yum -y install linuxwacom + +echo Copying and installing Wacom kernel module... +wget http://dev.laptop.org/~pgf/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko + +echo Copying Xorg configuration file... +wget http://dev.laptop.org/~wadeb/xorg-dcon.conf -O /etc/X11/xorg-dcon.conf + +echo Wacom installation complete! Please restart your XO. -- cgit v0.9.1