well, we cant simply build the package, we need to study the package(what it is,any dependencies,creating config file etc....).
and if i build also i cannot test becoz i dont have the hardware that u have.
better try this.. at-least u can learn..
install the following packages.. by giving the following command in terminal.
Code:
sudo apt-get build-dep mesa
sudo apt-get build-dep libdrm
sudo apt-get install git-core autoconf automake libtool
sudo apt-get install libxmu-headers libxmu-dev libxi-dev libdrm-dev libxfixes-dev libxdamage-dev mesa-common-dev
sudo apt-get install xserver-xorg-dev
then download u r driver. and extract it by command
tar -xvf via-xserver-86a-50283_src.tgz
this will create a directory via-xserver-86a-50283_src
inside that directory got to XServer directory
and give this command.
Code:
chmod +x autogen.sh
./autogen.sh
after this it will create a config file. then give
and then
The driver will be installed into /usr/lib/xorg/modules/drivers
if any problem comes post here..