X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=blobdiff_plain;f=main%2Ftutorials%2F915resolution.shtml;h=39a524b38cf58a5fa55dcebbc40c86cd5c813e64;hp=ef60055feea5359638623bed39e3f3327d1b4d67;hb=65ac68b2c370ca95657d1ff1b0b00113f7781dec;hpb=5ccb89c14048ca8fbc89f998cf7f5a7fee89cb4f 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.