12
8
I have an Ubuntu server with no physical access to it, only via ssh/vnc.
It is stuck on a 1680x1050 resolution and in the system display settings the menus are disabled since there is no detected real display connected.
I need to lower the resolution to e.g. 800x600.
When I try:
$ xrandr --output VGA1 --mode 800x600
I'm getting:
xrandr: cannot find mode 800x600
The results are the same even if I first try:
$ xrandr --newmode "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
The props are:
$ xrandr --prop
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 4096 x 4096
VGA1 disconnected 1680x1050+0+0 (normal left inverted right x axis y axis) 593mm x 371mm
1680x1050 (0x43) 146.2MHz
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3KHz
v: height 1050 start 1053 end 1059 total 1089 clock 60.0Hz
Any ideas?
For another alternative: http://superuser.com/questions/270608/can-i-access-my-desktop-over-vnc-at-a-different-screen-size
– Wtower – 2014-12-19T09:41:46.897Please provide info from xorg.conf – Andrew Bolster – 2010-09-10T22:31:50.553