Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setupwacom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setupwacom.sh')
-rwxr-xr-xsetupwacom.sh12
1 files changed, 12 insertions, 0 deletions
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.