From 65ac68b2c370ca95657d1ff1b0b00113f7781dec Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Tue, 15 Mar 2011 18:14:20 +1100 Subject: [PATCH] fixed formatting --- main/tutorials/915resolution.shtml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/main/tutorials/915resolution.shtml b/main/tutorials/915resolution.shtml index ef60055..39a524b 100755 --- a/main/tutorials/915resolution.shtml +++ b/main/tutorials/915resolution.shtml @@ -26,7 +26,7 @@ First, download either -make && sudo make install +$ make && sudo make install

@@ -38,7 +38,15 @@ Once you have built and installed 915resolution, add a line like this to your /e

-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 915resolution -l 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: +

+ + +# 915resolution -l + + +

+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.

-- 2.30.2