Screen Shots

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
(From a Remote Connected Desktop)
Line 6: Line 6:
  
  
On the device: <pre>xhost 192.168.0.200</pre>  Where 192.168.0.200 is the IP of your desktop.
+
[[Image:ScreenShotExample.png|left|Example Screenshot]]
 +
:On the device: <pre>xhost 192.168.0.200</pre>  Where 192.168.0.200 is the IP of your desktop.
  
  
On the desktop: <pre>xwd -root -display 192.168.0.202:0 > dump.xwd</pre>  Where 192.168.0.202 is the device IP.
+
:On the desktop: <pre>xwd -root -display 192.168.0.202:0 > dump.xwd</pre>  Where 192.168.0.202 is the device IP.
  
The xwd file can be read by the Gimp:
+
:The xwd file can be read by the Gimp:
 
+
[[Image:ScreenShotExample.png|thumb|left|400px|Example Screenshot]]
+

Revision as of 20:17, 4 August 2007


Screen Grab, Screen Snapshot

useful for filing bugs etc:

From a Remote Connected Desktop

Example Screenshot
On the device:
xhost 192.168.0.200
Where 192.168.0.200 is the IP of your desktop.


On the desktop:
xwd -root -display 192.168.0.202:0 > dump.xwd
Where 192.168.0.202 is the device IP.
The xwd file can be read by the Gimp:
Personal tools

Screen Grab, Screen Snapshot

useful for filing bugs etc:

From a Remote Connected Desktop

On the device:
xhost 192.168.0.200
Where 192.168.0.200 is the IP of your desktop.


On the desktop:
xwd -root -display 192.168.0.202:0 > dump.xwd
Where 192.168.0.202 is the device IP.

The xwd file can be read by the Gimp:

Example Screenshot