Screen Shots

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
(Screen Grab, Screen Snapshot)
Line 1: Line 1:
 
[[Category:Guides]]
 
[[Category:Guides]]
 +
 +
__TOC__
  
 
=Screen Grab, Screen Snapshot=
 
=Screen Grab, Screen Snapshot=
 
useful for filing bugs etc:
 
useful for filing bugs etc:
 +
 +
'''Note on Screen orientation''':
 +
 +
'''xrandr -o 1''' turns screen to landscape mode (xrandr -o 0 to go back to ordinary portrait):
 +
 +
*xrandr -o 0 - defalt
 +
*xrandr -o 1 - landscape - from right side
 +
*xrandr -o 2 - upside down
 +
*xrandr -o 3 - landscape - from left side
 +
 +
 +
==Locally from the device==
 +
{{:Talk:Screen_GrabberTalk:Screen_Grabber}}
 +
 
==From a Remote Connected Desktop==
 
==From a Remote Connected Desktop==
  
Line 16: Line 32:
  
 
<br style="clear:both" />
 
<br style="clear:both" />
 
'''Note on Screen orientation''':
 
 
'''xrandr -o 1''' turns screen to landscape mode (xrandr -o 0 to go back to ordinary portrait):
 
 
*xrandr -o 0 - defalt
 
*xrandr -o 1 - landscape - from right side
 
*xrandr -o 2 - upside down
 
*xrandr -o 3 - landscape - from left side
 

Revision as of 20:21, 4 August 2007


Contents


Screen Grab, Screen Snapshot

useful for filing bugs etc:

Note on Screen orientation:

xrandr -o 1 turns screen to landscape mode (xrandr -o 0 to go back to ordinary portrait):

  • xrandr -o 0 - defalt
  • xrandr -o 1 - landscape - from right side
  • xrandr -o 2 - upside down
  • xrandr -o 3 - landscape - from left side


Locally from the device

Talk:Screen GrabberTalk:Screen Grabber

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

Contents


Screen Grab, Screen Snapshot

useful for filing bugs etc:

Note on Screen orientation:

xrandr -o 1 turns screen to landscape mode (xrandr -o 0 to go back to ordinary portrait):

  • xrandr -o 0 - defalt
  • xrandr -o 1 - landscape - from right side
  • xrandr -o 2 - upside down
  • xrandr -o 3 - landscape - from left side


Locally from the device

Talk:Screen GrabberTalk:Screen Grabber

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: