Difference between revisions of "Graphics"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
(2 intermediate revisions by the same user not shown)
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]]]
 +
 
 +
== Direct rendering ==
 +
See [[hardware graphics acceleration]].

Latest revision as of 11:56, 4 February 2012

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

Direct rendering

See hardware graphics acceleration.