fixed formatting
authorSteven McDonald <steven@steven-mcdonald.id.au>
Tue, 15 Mar 2011 07:14:20 +0000 (18:14 +1100)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Tue, 15 Mar 2011 07:14:20 +0000 (18:14 +1100)
main/tutorials/915resolution.shtml

index ef60055feea5359638623bed39e3f3327d1b4d67..39a524b38cf58a5fa55dcebbc40c86cd5c813e64 100755 (executable)
@@ -26,7 +26,7 @@ First, download either <a href="http://ftp.steven-mcdonald.id.au/915resolution/"
 </p>
 
 <code>
-make &amp;&amp; sudo make install
+make &amp;&amp; sudo make install
 </code>
 
 <p>
@@ -38,7 +38,15 @@ Once you have built and installed 915resolution, add a line like this to your /e
 </code>
 
 <p>
-You may need to change the arguments passed to it for your own purposes. To find a list of modes supported by your video BIOS, run <tt>915resolution -l</tt> as root -- the first number (54 in my case) must correspond to one of the mode numbers. The next two numbers are the resolution (1440x900 for me), and the last one (32) is the number of bits per pixel. You may like to experiment with this manually before putting it into your /etc/rc.local.
+You may need to change the arguments passed to it for your own purposes. To find a list of modes supported by your video BIOS, run the following command as root:
+</p>
+
+<code>
+# 915resolution -l
+</code>
+
+<p>
+The first number (54 in my case) must correspond to one of the mode numbers. The next two numbers are the resolution (1440x900 for me), and the last one (32) is the number of bits per pixel. You may like to experiment with this manually before putting it into your /etc/rc.local.
 </p>
 
 <p>