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" _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://www.openchrome.org/trac/wiki/TOC
