Difference between revisions of "Graphics"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 3: Line 3:
 
e.g.
 
e.g.
 
  xrandr -s "640x480"
 
  xrandr -s "640x480"
 +
 +
= See also =
 +
* [http://www.nerdgrind.com/how-to-increase-screen-size-or-resolution-in-virtualbox-for-ubuntu-or-linux/ change screen size for Ubuntu in [[VirtualbOx]]]

Revision as of 08:13, 20 August 2011

change X-server resolution

xrandr -s size

e.g.

xrandr -s "640x480"

See also