diff options
author | Lucas N. Ferreira <lnf07@c3sl.ufpr.br> | 2010-08-18 21:11:27 -0300 |
---|---|---|
committer | Lucas N. Ferreira <lnf07@c3sl.ufpr.br> | 2010-08-18 21:11:27 -0300 |
commit | 636e4e47b41ca121e400565e9693af5deac8fab6 (patch) | |
tree | d92fb3899e13f1620228a240bca6531265b4a9d4 /INSTALL | |
parent | 746824dbb602732ee94303059b8e20d978c1c4fa (diff) |
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -43,10 +43,10 @@ the tutorial below to install those software and the usbseat solution: - Download and Install fbdev Xserver Driver: - $ sudo apt-get install pkg-config xorg-dev + $ sudo apt-get install pkg-config autoconf libtool xorg-dev xutils-dev $ git clone http://git.plugable.com/webdav/xf86-video-fbdev $ cd xf-video-fbdev - $ ./configure + $ ./autogen.sh $ make $ sudo make install @@ -57,6 +57,9 @@ the tutorial below to install those software and the usbseat solution: $ dpkg -i dependencies/Ubuntu/*.deb $ ./install.sh +Now, to test the usbseats, reboot your machine and connect a docking station to +your computer. Then you will get automatically a seat on it. + Other Distros (Debian Based) ============================ |