← 返回命令列表

Linux command

jigsaw 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Run as the screensaver

jigsaw -root

Run in a window

jigsaw -window

Set the animation speed

jigsaw -root -speed [1.0]

Set the puzzle complexity

jigsaw -root -complexity [1.0]

说明

jigsaw is one of the OpenGL hacks shipped with xscreensaver (and xscreensaver-gl). It loads an image, slices it into jigsaw puzzle pieces, scatters them in 3D space, and then animates them flying back together to reform the picture before scrambling again. The image source is controlled by xscreensaver's standard image-grabbing settings, so the screensaver can use a random image from disk, a webcam frame, or a screenshot of the desktop.

参数

-root
Draw on the root window (used by xscreensaver itself).
-window
Draw in a new top-level window.
-window-id _id_
Draw in an existing window with the given X11 ID.
-speed _float_
Animation speed multiplier.
-complexity _float_
Puzzle complexity (controls number of pieces).
-delay _usecs_
Delay between frames, in microseconds.
-fps
Display the frames-per-second counter.

FAQ

What is the jigsaw command used for?

jigsaw is one of the OpenGL hacks shipped with xscreensaver (and xscreensaver-gl). It loads an image, slices it into jigsaw puzzle pieces, scatters them in 3D space, and then animates them flying back together to reform the picture before scrambling again. The image source is controlled by xscreensaver's standard image-grabbing settings, so the screensaver can use a random image from disk, a webcam frame, or a screenshot of the desktop.

How do I run a basic jigsaw example?

Run `jigsaw -root` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -root do in jigsaw?

Draw on the root window (used by xscreensaver itself).