

- #Hanvon art master driver mac os#
- #Hanvon art master driver install#
- #Hanvon art master driver 64 Bit#
- #Hanvon art master driver update#
- #Hanvon art master driver 32 bit#
#Hanvon art master driver update#

configure -enable-wacom -prefix =/usr &>$outfileįi # Check to see if module is already loaded. configure -enable-wacom -prefix =/usr -libdir =/usr/lib64 &>$outfile Sed -i -e 's/abs\/absinfo\.value/g' -e 's/abs\/absinfo\.value/g'.
#Hanvon art master driver install#
autogen.sh -prefix =/usr -libdir =/usr/lib &>$outfileĬp conf/nf /etc/X11//nfįi if $linuxwacom_install then #Do not install linuxwacom drivers if xserver packages are equal or greater than 1.8.0 #vercomp=`zypper vcmp $xorg_ver 1.8 | grep -i "older"` #if # then echo echo -Įcho Downloading and configuring linuxwacom.Įcho -n checking for $linuxwacom directory.Ĭvs -z3 co -d linuxwacom -P linuxwacom-prod &>$outfileĮcho echo -n "installing linuxwacom.
#Hanvon art master driver 32 bit#
autogen.sh -prefix =/usr -libdir =/usr/lib64 &>$outfileĮlif || || then # if 32 bit

#Hanvon art master driver 64 Bit#
Machine = $(uname -m ) if || || then # if 64 bit Git clone git:///gitroot/linuxwacom/xf86-input-wacom &>$outfileĮcho echo -n "installing xf86-input-wacom. # Download latest software echo -n "downloading $ xf86_input_wacom. $xorg_macrosĮcho #Restore original directory cd $workdirĮcho Downloading and installing xf86-input-wacom.Įcho -n checking for $xf86_input_wacom directory. Git clone git:///git/xorg/util/macros $srcPath/xorg-macros &>$outfileĮcho echo -n "installing xorg_macros. # Download latest software echo -n "downloading $ xorg_macros. PYTHONPATH =$PREFIX/lib/python2.6/site-packagesĮcho -n checking for $xorg_macros directory. If $xf86_input_wacom_install then echo echo -Įcho Downloading and installing xorg-macros.ĪCLOCAL = "aclocal -I $ PREFIX/share/aclocal" LD_LIBRARY_PATH =$PREFIX/lib Ln -s /lib/modules/ `uname -r `/build/Module.symvers /usr/src/linux- `uname -r | cut -d-f1,2 `/Module.symversįi #Restore original directory cd $workdir " if then echo yesĬd /usr/src/linux- `uname -r | cut -d-f1,2 ` else echo noįi if then Kernel_flavor = $(uname -r | cut -d-f3 ) kernel_number = $(uname -r | cut -d-f1,2 ) kernel_version = $(zypper se -s kernel- $ echo fi done IFS =$OLDIFSĮcho echo -Įcho Prepare sources for building firmware module.Ĭd /usr/src/linux- `uname -r | cut -d-f 1,2 `Įcho Creating symbolic link for Modules.Įcho -n "checking for /usr/src/linux-`uname -r | cut -d-f1,2` directory. Read -s -n 1 -p "Press any key to begin installation." echo echo -n "checking for /usr/src directory. Q ) exit 0 esac done srcPath = "/usr/src" xf86_input_wacom = "xf86-input-wacom" linuxwacom = "linuxwacom" xorg_macros = "xorg-macros" echo echo -Įcho Please make sure that your tablet is not connected!Įcho. Xf86_input_wacom_install = false linuxwacom_install = false case " $a ns" inġ ) xf86_input_wacom_install = true ans_valid =true Ģ ) linuxwacom_install = true ans_valid =true ģ ) xf86_input_wacom_install = true linuxwacom_install = true ans_valid =true " echo "-" echo echo "Please choose items to install:" echo "1) xf86-input-wacom" echo "2) linuxwacom" echo "3) all - Choose all if you are not sure." echo "q) quit" echo read -p "Option: " ans Proceed with caution, and although damage to " echo " your system is highly unlikely, the author(s) do not take any " echo " responsibility for damage or loss caused by errors in this script. There may be errors and inaccuracies in this script that could lead " echo " to damage to your system. Use the script at your own " echo " risk. if then echo "Please run this script as root." exit fi ans_valid = false while ! $ans_valid doĮcho "-" echo " Disclamer of Warranty: " echo echo " No liability for this script can be accepted. Outfile = "`pwd`/linuxwacom_error.log" xorg_ver = $(X -version 2> & 1 | grep X.Org | cut -d ' ' -f4 ) # Make sure the script is run as root.
