0

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!

https://i.sstatic.net/bWwed.jpg

https://i.sstatic.net/aco3y.png

Geo
  • 3
  • 2

1 Answers1

0

One way to do this is with xrandr. Assuming your native resolution is 1366x768, you can emulate a larger screen by running the command

'xrandr --output LVDS1 --mode 1366x768 --scale 1.50x1.50 --panning 2049x1152'

Charles Green
  • 21,859