From: Steven McDonald Date: Tue, 15 Mar 2011 07:10:46 +0000 (+1100) Subject: fixed formatting X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=commitdiff_plain;h=5ccb89c14048ca8fbc89f998cf7f5a7fee89cb4f fixed formatting --- diff --git a/main/tutorials/915resolution.shtml b/main/tutorials/915resolution.shtml index ad21eb4..ef60055 100755 --- a/main/tutorials/915resolution.shtml +++ b/main/tutorials/915resolution.shtml @@ -22,9 +22,13 @@ However, after a few days of Googling, I eventually stumbled across my own version of 915resolution, or the one supplied by the original developer. The source code in both is the same; the only modification I have made is in the Makefile, so that it installs to /usr/local instead of to /usr. The upstream version comes with a binary that will not run under GNU/kFreeBSD because it was built on Linux; whichever one you download, you must compile the source yourself with the usual method (make && sudo make install). +First, download either my own version of 915resolution, or the one supplied by the original developer. The source code in both is the same; the only modification I have made is in the Makefile, so that it installs to /usr/local instead of to /usr. The upstream version comes with a binary that will not run under GNU/kFreeBSD because it was built on Linux; whichever one you download, you must compile the source yourself with the usual method:

+ +make && sudo make install + +

Once you have built and installed 915resolution, add a line like this to your /etc/rc.local (before the exit 0 statement):