This will show you how to increase the resolution of your netbook or any other X window system screen beyond the maximum capability of its screen.
I have an hp mini 210 netbook.
it has 1024×600 resolution.
i found a nice hack that allows me to get scaled 1600×1200 and 1440×900 running on it using xrandr
fire up a terminal.
[any will do, but Eterm is nice]
if your native resolution is 1024×600 and you type in
xrandr --fb 1433x840 --output LVDS --scale 1.40x1.40
you will get 1433×840 =)
there is a tool, called newrez
that will calculate the scale and the best res depending on the horizontal size you specify.
you can also get it to make an icon in your panel so that you can switch resolution as needed.
I have it run the command from the gnome startup applications.
that way I get a better resolution on my netbook =)
4 Comments
Ridzuan Ayman · July 29, 2011 at 1:09 pm
Thanks dude!! needed this soo much to play games!!
Amix · August 25, 2011 at 9:53 pm
whrs the terminal in windows 7 ?
jonathan · August 26, 2011 at 6:19 pm
this only works in linux. there is no terminal in windows 7.
Orhan · June 30, 2012 at 2:16 am
The code for a resolution of 1024×768 please
You must log in to post a comment.