First of all i am sorry if i'm being a noob but i kind of am....I've been searching the internet for help but couldn't find anything so here i am. I am running Ubuntu 14.04 (updated+correrct drivers) on my HP Mini 210-2011sq and i am having a problem with scaling the windows. It makes Ubuntu kind of unusable since allot of buttons that need to be pressed go below the screen and i cant reach them. Standard resolution is 1024x600
I've added some pictures so you can get the idea. If i can help in any way with more info please do tell me.
Thanks!
xrandr --output LVDS1 --mode 1024x600 --scale 1.50x1.50 --panning 1536x900
The scale factor could be modified to get to 1600 in the horizontal byxrandr --output LVDS1 --mode 1024x600 --scale 1.5625x1.50 --panning 1600x900
– Charles Green Oct 16 '14 at 16:41/etc/rc.local
or you could place it into a script, and cause the script to run at login. Startup Applications – Charles Green Oct 16 '14 at 17:53