2009/11/27 Lowell Higley <[email protected]>: > ... > I've clicked on it a million times with no > effect. If I could take a screenshot, I would.
To make a poor man's screenshot from FR's terminal: sleep 5 ; cp /dev/fb0 screen.dump The "sleep 5" gives you time to switch to the screen you want to shoot. You get a 4 MB screen dump, I use the following command on the desktop-PC to convert it to a png: fbgrab -f screen.dump -b 16 -h 640 -w 480 screen.png _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
