Lines Matching refs:frame

11 The frame buffer device provides an abstraction for the graphics hardware. It
12 represents the frame buffer of some video hardware and allows application
24 From the user's point of view, the frame buffer device looks just like any
26 specifies the frame buffer number.
31 0 = /dev/fb0 First frame buffer
32 1 = /dev/fb1 Second frame buffer
34 31 = /dev/fb31 32nd frame buffer
44 The frame buffer devices are also `normal' memory devices, this means, you can
49 There also can be more than one frame buffer at a time, e.g. if you have a
50 graphics card in addition to the built-in hardware. The corresponding frame
53 Application software that uses the frame buffer device (e.g. the X server) will
55 an alternative frame buffer device by setting the environment variable
56 $FRAMEBUFFER to the path name of a frame buffer device, e.g. (for sh/bash
65 After this the X server will use the second frame buffer.
71 As you already know, a frame buffer device is a memory device like /dev/mem and
74 appears in the special file is not the whole memory, but the frame buffer of
104 etc.), because it works on the frame buffer image data directly.
106 For the future it is planned that frame buffer drivers for graphics cards and
117 change the video mode properties of a frame buffer device. Its main usage is
128 The X server (XF68_FBDev) is the most notable application program for the frame
146 same virtual desktop size. The frame buffer device that's used is still
169 whole screen (frame) was painted, the beam moves back to the upper left corner:
209 vsync) for each new frame. The position of the image on the screen is
252 The frame buffer device expects all horizontal timings in number of dotclocks
256 6. Converting XFree86 timing values info frame buffer device timings
263 The frame buffer device uses the following fields:
296 For more specific information about the frame buffer device and its
315 There is a frame buffer device related mailing list at kernel.org:
343 The frame buffer device abstraction was designed by Martin Schaller.