From 5ccb89c14048ca8fbc89f998cf7f5a7fee89cb4f Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Tue, 15 Mar 2011 18:10:46 +1100 Subject: [PATCH] fixed formatting --- main/tutorials/915resolution.shtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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):

-- 2.30.2