Difference between revisions of "Graphics"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
= change X-server resolution =
+
= Graphics Applications =
 +
* [http://www.gimp.org/ The Gimp]
 +
 
 +
= Graphics card related =
 +
 
 +
== Change X-server Resolution ==
 
  xrandr -s ''size''
 
  xrandr -s ''size''
 
e.g.
 
e.g.
 
  xrandr -s "640x480"
 
  xrandr -s "640x480"
  
= See also =
+
== Screen Resolution in Virtualbox ==
* [http://www.nerdgrind.com/how-to-increase-screen-size-or-resolution-in-virtualbox-for-ubuntu-or-linux/ change screen size for Ubuntu in [[VirtualbOx]]]
+
See [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 07:32, 2 September 2011

Graphics Applications

Graphics card related

Change X-server Resolution

xrandr -s size

e.g.

xrandr -s "640x480"

Screen Resolution in Virtualbox

See change screen size for Ubuntu in VirtualbOx