#The files listed in this directory are setup files for the Viper.
#Listed below are there locations and information required to set up the Viper:

#Load the larger LCD settings and HID stuff
/etc/modules

#Install the proper network interface: edit to change the IP per Viper
/etc/network/interfaces

#Startup scripts to auto start X Windows and the GUI, and set the max CPU speed
/etc/init.d/max_cpu_speed
/etc/init.d/start_x

#Make symbolic link to above files (ln -s):
ln -s /etc/init.d/max_cpu_speed /etc/rc3.d/S00speedup
ln -s /etc/init.d/start_x /etc/rc3.d/S99x

# Install the gpio device driver
insmod gpio.o
mknod /dev/gpio c 253 0

#Add fonts to dir: /usr/X11R6/lib/X11/fonts/misc/
#     7x14
#    10x20

#Create dir: /opt/LM_GUI/lib, /opt/LM_GUI/lib/tcl8.4 and /opt/LM_GUI/scripts

#In /opt/LM_GUI/scripts:
    All tcl/tk files
    All X bitmaps (xbm)
    gpio.o
    libthread2.4g.so
    libdb.so
    libinput.so
    libBLT24.so
    libcomm.so
    start_gui
    
#In /opt/LM_GUI/lib:
    libtcl8.4.so
    libtk8.4.so
    wish8.4
    (make a wish sym link to wish8.4)

#In /opt/LM_GUI/lib/tcl8.4:
    init.tcl
