Package svgalib-devel
- accel(6) β tests the new style svgalib accelerator interface
- bg_test(6) β test the background mode of svgalib
- eventtest(6) β test the waitevent function of svgalib
- forktest(6) β tests the vga_safety_fork() function.
- fun(6) β draw pixels accumulating in clusters
- gl_allocatecontext(3) β allocate a graphics context
- gl_bcircle(3) β draw a filled or unfilled Bresenham circle
- gl_circle(3) β draw a circle
- gl_clearscreen(3) β clear the screen
- gl_colorfont(3) β change the color of a font
- gl_compileboxmask(3) β compress a masked bitmap
- gl_compiledboxmasksize(3) β compute the size of a compiled masked box
- gl_copybox(3) β copy a rectangular screen area
- gl_copyboxfromcontext(3) β copy rectangular area from another context
- gl_copyboxtocontext(3) β copy a rectangular area to another context
- gl_copyscreen(3) β copy the screen contents of contexts
- gl_disableclipping(3) β disables clipping
- gl_enableclipping(3) β enables clipping
- gl_enablepageflipping(3) β enables automatic page flipping
- gl_expandfont(3) β expand a packed pixel font
- gl_fillbox(3) β fill a rectangular area
- gl_fillcircle(3) β draw a filled circle
- gl_font8x8(3) β a packed 8x8 pixel font
- gl_freecontext(3) β free a virtual screen
- gl_getbox(3) β copy a rectangular pixmap from the screen to a buffer
- gl_getcontext(3) β get the current graphics contents.
- gl_getpalettecolor(3) β read the color palette
- gl_getpixel(3) β return the color of a pixel
- gl_getpixelrgb(3) β store color components of a pixel
- gl_hline(3) β draw a horizontal line
- gl_line(3) β draw a line
- gl_printf(3) β write formatted output in graphic mode
- gl_putbox(3) β copy a pixmap to a rectangular area
- gl_putboxmask(3) β copy a masked pixmap to a rectangular area
- gl_putboxmaskcompiled(3) β copy a compiled masked pixmap to a rectangular area
- gl_putboxpart(3) β copy a partial pixmap to a rectangular area
- gl_rgbcolor(3) β return pixel value corresponding to an rgb color
- gl_scalebox(3) β scale a pixmap
- gl_setclippingwindow(3) β set the clipping window
- gl_setcontext(3) β set a previously saved context
- gl_setcontextvga(3) β set the context to the physical screen
- gl_setcontextvgavirtual(3) β set the context to a virtual mode
- gl_setcontextvirtual(3) β define a virtual context
- gl_setcontextwidth(3) β set the dimension of a context
- gl_setdisplaystart(3) β set the start of the screen are displayed
- gl_setfont(3) β set the text font to be used
- gl_setfontcolors(3) β set the font colors
- gl_setpalettecolor(3) β set the color palette
- gl_setpixel(3) β draw a pixel
- gl_setrgbpalette(3) β set a 256-color RGB palette
- gl_setscreenoffset(3) β set a memory offset for copyscreen
- gl_setwritemode(3) β set the font writemode flags
- gl_striangle(3) β draw a solid colored triangle
- gl_swtriangle(3) β draw a solid pixmap mapped on a triangle
- gl_triangle(3) β draw a triangle with interpolated colors
- gl_trisetcolorlookup(3) β manages a color lookup table for shadowing
- gl_trisetdrawpoint(3) β set a triangle drawing function
- gl_write(3) β write a text string
- gl_wtriangle(3) β draw a shadowed pixmap mapped on a triangle
- joystick_close(3) β close a joystick
- joystick_getaxis(3) β query the current state of a joystick.
- joystick_getnumaxes(3) β query the capabilities of a joystick
- joystick_init(3) β open a joystick
- joystick_sethandler(3) β set the joystick event handler.
- joystick_update(3) β query joysticks for status changes
- joytest(6) β test the svgalib joystick package in text mode
- keyboard_clearstate(3) β reset the state of all keys when in raw keyboard mode
- keyboard_close(3) β return the keyboard to normal operation from raw mode
- keyboard_getstate(3) β get a pointer to a buffer holding the state of all keys in raw keyboard mode
- keyboard_init(3) β initialize the keyboard to raw mode
- keyboard_keypressed(3) β check if a key is pressed when in raw keyboard mode
- keyboard_seteventhandler(3) β define an event handler for keyboard events in raw mode
- keyboard_translatekeys(3) β modify scancode mappings in raw keyboard mode
- keyboard_update(3) β process raw keyboard events
- keytest(6) β tests the svgalib raw keyboard functions
- mach32info(6) β read out configuration information of a Mach32
- mjoytest(6) β test the svgalib joystick package in graphics mode
- mouse_close(3) β explicitly close a mouse
- mouse_getcaps(3) β returns the capabilities of the mouse
- mouse_getposition_6d(3) β provide an interface to 3d mice
- mouse_getx(3) β query the mouse state
- mouse_init(3) β specifically initialize a mouse
- mouse_seteventhandler(3) β set a mouse event handler
- mouse_setposition(3) β set the current mouse position
- mouse_setscale(3) β sets a mouse scale factor
- mouse_setwrap(3) β set what happens at the mouse boundaries
- mouse_setxrange(3) β define the boundaries for the mouse cursor
- mouse_update(3) β updates the mouse state
- mouse_waitforupdate(3) β wait for an mouse update
- mousetest(6) β tests the svgalib mouse driver
- plane(6) β draw a 3 dimensional plane
- printftest(6) β tests the vgagl gl_printf function
- scrolltest(6) β tests some scrolling algorithms with svgalib
- speedtest(6) β tests the speed of memory access under svgalib
- spin(6) β test a 6-dimension mouse or pointer device with svgalib
- svidtune(6)
- testaccel(6) β test the old style blitter functions and vga_ext_set()
- testgl(6) β test the vgagl library
- testlinear(6) β test a linear frame buffer
- threed(6) β The svgalib 3d demo
- vga_accel(3) β calls the graphics accelerator
- vga_addmode(3) β add a mode to svgalib modes list
- vga_addtiming(3) β add a timing line to svgalib user timing list
- vga_bitblt(3) β copy pixmap on screen using an accelerator
- vga_blitwait(3) β wait for any accelerator operation to finish
- vga_changetiming(3) β change the current timing parameters.
- vga_claimvideomemory(3) β declare the amount of video memory used
- vga_clear(3) β clear the screen
- vga_copytoplanar16(3) β copy linear pixmap into VGA 16 color mode video memory
- vga_copytoplanar256(3) β copy linear pixmap into Mode X video memory
- vga_copytoplane(3) β copy linear pixmap to some planes of VGA 16 color mode video memory
- vga_disabledriverreport(3) β makes svgalib not emit any startup messages
- vga_drawline(3) β draw a line on the screen
- vga_drawpixel(3) β draw a pixel on the screen
- vga_drawscanline(3) β draw a horizontal line of pixels
- vga_drawscansegment(3) β draw a horizontal line of pixels
- vga_dumpregs(3) β dump the contents of the SVGA registers
- vga_ext_set(3) β set and query several extended features
- vga_fillblt(3) β file rectangular area in video memory with a single color
- vga_flip(3) β toggle between text and graphics mode
- vga_getcardinfo(3) β returns pointer to information about the video card.
- vga_getch(3) β wait for a key
- vga_getcurrentchipset(3) β returns the current SVGA chipset
- vga_getcurrentmode(3) β returns the current video mode
- vga_getcurrenttiming(3) β get the current timing parameters.
- vga_getdefaultmode(3) β returns the default graphics mode number
- vga_getgraphmem(3) β returns the address of the VGA memory
- vga_getkey(3) β read a character from the keyboard without waiting
- vga_getmodeinfo(3) β returns pointer to mode information structure for a mode
- vga_getmodename(3) β return a name for the given video mode
- vga_getmodenumber(3) β return a number for the given video mode
- vga_getmonitortype(3) β returns the monitor type configured
- vga_getmousetype(3) β returns the mouse type configured
- vga_getpalette(3) β get a color in the color lookup table
- vga_getpalvec(3) β gets colors from the color lookup table
- vga_getpixel(3) β get a pixels value from the screen
- vga_getscansegment(3) β get a list of consecutive pixel values
- vga_gettextfont(3) β get/set the font used in text mode
- vga_gettextmoderegs(3) β get/set the vga state used in text mode
- vga_getxdim(3) β return the current screen resolution
- vga_guesstiming(3) β calculate a timing line for the given resolution
- vga_hasmode(3) β returns if a video mode is supported
- vga_hlinelistblt(3) β draw horizontal scan lines
- vga_imageblt(3) β copy a rectangular pixmap from system memory to video memory
- vga_init(3) β initialize svgalib library
- vga_initcursor(3) β initialize mouse cursor
- vga_lastmodenumber(3) β returns the last video mode number
- vga_lockvc(3) β disables virtual console switching for safety
- vga_norevokeprivs(3) β Keep root privileges if run as suid root.
- vga_oktowrite(3) β indicates whether the program has direct access to the SVGA
- vga_runinbackground(3) β enable running of the program while there is no VGA access
- vga_runinbackground_version(3) β returns the version of the current background support
- vga_safety_fork(3) β start a parallel process to restore the console at a crash
- vga_screenoff(3) β turn generation of the video signal on or off
- vga_selectcursor(3) β select mouse cursor pattern
- vga_setchipset(3) β force chipset
- vga_setchipsetandfeatures(3) β force chipset and optional parameters
- vga_setcolor(3) β set the current color
- vga_setcursorimage(3) β set the pattern and colors of the mouse cursor
- vga_setcursorposition(3) β set the mouse cursor position
- vga_setdisplaystart(3) β set the display start address
- vga_setegacolor(3) β set the current color
- vga_setflipchar(3) β set the character causing a vga_flip()
- vga_setlinearaddressing(3) β switch to linear addressing mode
- vga_setlogicalwidth(3) β set the logical scanline width
- vga_setmode(3) β sets a video mode
- vga_setmodeX(3) β try to set Mode X-like memory organization
- vga_setmousesupport(3) β enable mouse support
- vga_setpage(3) β set the 64K SVGA page number
- vga_setpalette(3) β set a color in the color lookup table
- vga_setpalvec(3) β sets colors in the color lookup table
- vga_setreadpage(3) β set the 64K SVGA page number
- vga_setrgbcolor(3) β set the current color
- vga_setwritepage(3) β set the 64K SVGA page number
- vga_showcursor(3) β show / hide mouse cursor
- vga_unlockvc(3) β re-enables virtual console switching
- vga_waitevent(3) β wait for various I/O events
- vga_waitretrace(3) β wait for vertical retrace.
- vga_white(3) β return the color white in the current screen resolution
- vgatest(6) β makes basic tests on any svgalib graphics mode
- wrapdemo(6) β demonstrates surface wrapping of pixmaps
