[Openchrome-users] VX900 chipset and Debian
ff@freddyfisker.dk
ff
Tue Oct 16 05:35:43 PDT 2012
I have tried earlier to install the openchrome driver from source without
succes, so I like to ask if this is the right way to do it.
To lock in as root:
su
To remove the existing openchrome driver:
apt-get remove xserver-xorg-video-openchrome
To install packages to build from source:
apt-get install autoconf
apt-get install pkg-config
apt-get install build-essential
To install packages to build the openchrome:
apt-get build-dep xserver-xorg-video-openchrome
To exit as root:
exit
To move to the openchrome directory:
cd ~/xf86-video-openchrome-0.3.1
To configure openchrome:
sh configure
To make openchrome:
make
To install openchrome:
su -c "make install"
More information about the Openchrome-users
mailing list