The svgalib-devel package contains the libraries and header files needed to build programs which will use the SVGAlib low-level graphics library.
Homepage | http://www.svgalib.org/ |
---|
1.9.25





Distribution | Version | Since | Package | Installed | Packager | |
---|---|---|---|---|---|---|
![]() | rpm | 1.9.25-23.fc28 | 2019-01-14 | 269 kiB | 438 kiB | Fedora Project |
![]() | rpm | 1.9.25-24.fc29 | 2019-01-14 | 261 kiB | 438 kiB | Fedora Project |
![]() | rpm | 1.9.25-24.fc29 | 2019-01-14 | 261 kiB | 438 kiB | Fedora Project |
![]() | rpm | 1.9.25-25.fc30 | 2019-06-17 | 262 kiB | 438 kiB | Fedora Project |
![]() | rpm | 1.9.25-26.fc31 | 2020-01-07 | 259 kiB | 438 kiB | Fedora Project |
![]() | rpm | 1.9.25-27.fc32 | 2020-02-08 | 259 kiB | 438 kiB | Fedora Project |
Manual pages
gl_allocatecontext(3)
gl_allocatecontext - allocate a graphics context
gl_bcircle(3)
gl_bcircle - draw a filled or unfilled Bresenham circle
gl_circle(3)
gl_circle - draw a circle
gl_clearscreen(3)
gl_clearscreen - clear the screen
gl_colorfont(3)
gl_colorfont - change the color of a font
gl_compileboxmask(3)
gl_compileboxmask - compress a masked bitmap
gl_compiledboxmasksize(3)
gl_compiledboxmasksize - compute the size of a compiled masked box
gl_copybox(3)
gl_copybox - copy a rectangular screen area
gl_copyboxfromcontext(3)
gl_copyboxfromcontext - copy rectangular area from another context
gl_copyboxtocontext(3)
gl_copyboxtocontext - copy a rectangular area to another context
gl_copyscreen(3)
gl_copyscreen - copy the screen contents of contexts
gl_disableclipping(3)
gl_disableclipping - disables clipping
gl_enableclipping(3)
gl_enableclipping - enables clipping
gl_enablepageflipping(3)
gl_enablepageflipping - enables automatic page flipping
gl_expandfont(3)
gl_expandfont - expand a packed pixel font
gl_fillbox(3)
gl_fillbox - fill a rectangular area
gl_fillcircle(3)
gl_fillcircle - draw a filled circle
gl_font8x8(3)
gl_font8x8 - a packed 8x8 pixel font
gl_freecontext(3)
gl_freecontext - free a virtual screen
gl_getbox(3)
gl_getbox - copy a rectangular pixmap from the screen to a buffer
gl_getcontext(3)
gl_getcontext, currentcontext - get the current graphics contents.
gl_getpalettecolor(3)
gl_getpalettecolor, gl_getpalettecolors, gl_getpalette - read the color palette
gl_getpixel(3)
gl_getpixel - return the color of a pixel
gl_getpixelrgb(3)
gl_getpixelrgb - store color components of a pixel
gl_hline(3)
gl_hline - draw a horizontal line
gl_line(3)
gl_line - draw a line
gl_printf(3)
gl_printf - write formatted output in graphic mode
gl_putbox(3)
gl_putbox - copy a pixmap to a rectangular area
gl_putboxmask(3)
gl_putboxmask - copy a masked pixmap to a rectangular area
gl_putboxmaskcompiled(3)
gl_putboxmaskcompiled - copy a compiled masked pixmap to a rectangular area
gl_putboxpart(3)
gl_putboxpart - copy a partial pixmap to a rectangular area
gl_rgbcolor(3)
gl_rgbcolor - return pixel value corresponding to an rgb color
gl_scalebox(3)
gl_scalebox - scale a pixmap
gl_setclippingwindow(3)
gl_setclippingwindow - set the clipping window
gl_setcontext(3)
gl_setcontext - set a previously saved context
gl_setcontextvga(3)
gl_setcontextvga - set the context to the physical screen
gl_setcontextvgavirtual(3)
gl_setcontextvgavirtual - set the context to a virtual mode
gl_setcontextvirtual(3)
gl_setcontextvirtual - define a virtual context
gl_setcontextwidth(3)
gl_setcontextwidth, gl_setcontextheight - set the dimension of a context
gl_setdisplaystart(3)
gl_setdisplaystart - set the start of the screen are displayed
gl_setfont(3)
gl_setfont - set the text font to be used
gl_setfontcolors(3)
gl_setfontcolors - set the font colors
gl_setpalettecolor(3)
gl_setpalettecolor, gl_setpalettecolors, gl_setpalette - set the color palette
gl_setpixel(3)
gl_setpixel, gl_setpixelrgb - draw a pixel
gl_setrgbpalette(3)
gl_setrgbpalette - set a 256-color RGB palette
gl_setscreenoffset(3)
gl_setscreenoffset - set a memory offset for copyscreen
gl_setwritemode(3)
gl_setwritemode - set the font writemode flags
gl_striangle(3)
gl_striangle - draw a solid colored triangle
gl_swtriangle(3)
gl_swtriangle - draw a solid pixmap mapped on a triangle
gl_triangle(3)
gl_triangle - draw a triangle with interpolated colors
gl_trisetcolorlookup(3)
gl_trisetcolorlookup, gl_trigetcolorlookup - manages a color lookup table for shadowing
gl_trisetdrawpoint(3)
gl_trisetdrawpoint - set a triangle drawing function
gl_write(3)
gl_write, gl_writen - write a text string
gl_wtriangle(3)
gl_wtriangle - draw a shadowed pixmap mapped on a triangle
joystick_close(3)
joystick_close - close a joystick
joystick_getaxis(3)
joystick_getaxis, joystick_getbutton - query the current state of a joystick.
joystick_getnumaxes(3)
joystick_getnumaxes, joystick_getnumbuttons - query the capabilities of a joystick
joystick_init(3)
joystick_init - open a joystick
joystick_sethandler(3)
joystick_sethandler, joystick_setdefaulthandler - set the joystick event handler.
joystick_update(3)
joystick_update - query joysticks for status changes
keyboard_clearstate(3)
keyboard_clearstate - reset the state of all keys when in raw keyboard mode
keyboard_close(3)
keyboard_close - return the keyboard to normal operation from raw mode
keyboard_getstate(3)
keyboard_getstate - get a pointer to a buffer holding the state of all keys in raw keyboard mode
keyboard_init(3)
keyboard_init, keyboard_init_return_fd - initialize the keyboard to raw mode
keyboard_keypressed(3)
keyboard_keypressed - check if a key is pressed when in raw keyboard mode
keyboard_seteventhandler(3)
keyboard_seteventhandler, keyboard_setdefaulteventhandler - define an event handler for keyboard events in raw mode
keyboard_translatekeys(3)
keyboard_translatekeys - modify scancode mappings in raw keyboard mode
keyboard_update(3)
keyboard_update, keyboard_waitforupdate - process raw keyboard events
mouse_close(3)
mouse_close - explicitly close a mouse
mouse_getcaps(3)
mouse_getcaps - returns the capabilities of the mouse
mouse_getposition_6d(3)
mouse_getposition_6d, mouse_setposition_6d, mouse_setrange_6d - provide an interface to 3d mice
mouse_getx(3)
mouse_getx, mouse_gety, mouse_getbutton - query the mouse state
mouse_init(3)
mouse_init, mouse_init_return_fd - specifically initialize a mouse
mouse_seteventhandler(3)
mouse_seteventhandler, mouse_setdefaulteventhandler - set a mouse event handler
mouse_setposition(3)
mouse_setposition - set the current mouse position
mouse_setscale(3)
mouse_setscale - sets a mouse scale factor
mouse_setwrap(3)
mouse_setwrap - set what happens at the mouse boundaries
mouse_setxrange(3)
mouse_setxrange, mouse_setyrange - define the boundaries for the mouse cursor
mouse_update(3)
mouse_update - updates the mouse state
mouse_waitforupdate(3)
mouse_waitforupdate - wait for an mouse update
vga_accel(3)
vga_accel - calls the graphics accelerator
vga_addmode(3)
vga_addmode - add a mode to svgalib modes list
vga_addtiming(3)
vga_addtiming - add a timing line to svgalib user timing list
vga_bitblt(3)
vga_bitblt - copy pixmap on screen using an accelerator
vga_blitwait(3)
vga_blitwait - wait for any accelerator operation to finish
vga_changetiming(3)
vga_changetiming - change the current timing parameters.
vga_claimvideomemory(3)
vga_claimvideomemory - declare the amount of video memory used
vga_clear(3)
vga_clear - clear the screen
vga_copytoplanar16(3)
vga_copytoplanar16 - copy linear pixmap into VGA 16 color mode video memory
vga_copytoplanar256(3)
vga_copytoplanar256 - copy linear pixmap into Mode X video memory
vga_copytoplane(3)
vga_copytoplane - copy linear pixmap to some planes of VGA 16 color mode video memory
vga_disabledriverreport(3)
vga_disabledriverreport - makes svgalib not emit any startup messages
vga_drawline(3)
vga_drawline - draw a line on the screen
vga_drawpixel(3)
vga_drawpixel - draw a pixel on the screen
vga_drawscanline(3)
vga_drawscanline - draw a horizontal line of pixels
vga_drawscansegment(3)
vga_drawscansegment - draw a horizontal line of pixels
vga_dumpregs(3)
vga_dumpregs - dump the contents of the SVGA registers
vga_ext_set(3)
vga_ext_set - set and query several extended features
vga_fillblt(3)
vga_fillblt - file rectangular area in video memory with a single color
vga_flip(3)
vga_flip - toggle between text and graphics mode
vga_getcardinfo(3)
vga_getcardinfo - returns pointer to information about the video card.
vga_getch(3)
vga_getch - wait for a key
vga_getcurrentchipset(3)
vga_getcurrentchipset - returns the current SVGA chipset
vga_getcurrentmode(3)
vga_getcurrentmode - returns the current video mode
vga_getcurrenttiming(3)
vga_getcurrenttiming - get the current timing parameters.
vga_getdefaultmode(3)
vga_getdefaultmode - returns the default graphics mode number
vga_getgraphmem(3)
vga_getgraphmem - returns the address of the VGA memory
vga_getkey(3)
vga_getkey - read a character from the keyboard without waiting
vga_getmodeinfo(3)
vga_getmodeinfo - returns pointer to mode information structure for a mode
vga_getmodename(3)
vga_getmodename - return a name for the given video mode
vga_getmodenumber(3)
vga_getmodenumber - return a number for the given video mode
vga_getmonitortype(3)
vga_getmonitortype - returns the monitor type configured
vga_getmousetype(3)
vga_getmousetype - returns the mouse type configured
vga_getpalette(3)
vga_getpalette - get a color in the color lookup table
vga_getpalvec(3)
vga_getpalvec - gets colors from the color lookup table
vga_getpixel(3)
vga_getpixel - get a pixels value from the screen
vga_getscansegment(3)
vga_getscansegment - get a list of consecutive pixel values
vga_gettextfont(3)
vga_gettextfont, vga_puttextfont - get/set the font used in text mode
vga_gettextmoderegs(3)
vga_gettextmoderegs, vga_settextmoderegs - get/set the vga state used in text mode
vga_getxdim(3)
vga_getxdim, vga_getydim, vga_getcolors - return the current screen resolution
vga_guesstiming(3)
vga_guesstiming - calculate a timing line for the given resolution
vga_hasmode(3)
vga_hasmode - returns if a video mode is supported
vga_hlinelistblt(3)
vga_hlinelistblt - draw horizontal scan lines
vga_imageblt(3)
vga_imageblt - copy a rectangular pixmap from system memory to video memory
vga_init(3)
vga_init - initialize svgalib library
vga_initcursor(3)
vga_initcursor - initialize mouse cursor
vga_lastmodenumber(3)
vga_lastmodenumber - returns the last video mode number
vga_lockvc(3)
vga_lockvc - disables virtual console switching for safety
vga_norevokeprivs(3)
vga_norevokeprivs - Keep root privileges if run as suid root.
vga_oktowrite(3)
vga_oktowrite - indicates whether the program has direct access to the SVGA
vga_runinbackground(3)
vga_runinbackground - enable running of the program while there is no VGA access
vga_runinbackground_version(3)
vga_runinbackground_version - returns the version of the current background support
vga_safety_fork(3)
vga_safety_fork - start a parallel process to restore the console at a crash
vga_screenoff(3)
vga_screenoff, vga_screenon - turn generation of the video signal on or off
vga_selectcursor(3)
vga_selectcursor - select mouse cursor pattern
vga_setchipset(3)
vga_setchipset - force chipset
vga_setchipsetandfeatures(3)
vga_setchipsetandfeatures - force chipset and optional parameters
vga_setcolor(3)
vga_setcolor - set the current color
vga_setcursorimage(3)
vga_setcursorimage - set the pattern and colors of the mouse cursor
vga_setcursorposition(3)
vga_setcursorposition - set the mouse cursor position
vga_setdisplaystart(3)
vga_setdisplaystart - set the display start address
vga_setegacolor(3)
vga_setegacolor - set the current color
vga_setflipchar(3)
vga_setflipchar - set the character causing a vga_flip()
vga_setlinearaddressing(3)
vga_setlinearaddressing - switch to linear addressing mode
vga_setlogicalwidth(3)
vga_setlogicalwidth - set the logical scanline width
vga_setmode(3)
vga_setmode - sets a video mode
vga_setmodeX(3)
vga_setmodeX - try to set Mode X-like memory organization
vga_setmousesupport(3)
vga_setmousesupport - enable mouse support
vga_setpage(3)
vga_setpage - set the 64K SVGA page number
vga_setpalette(3)
vga_setpalette - set a color in the color lookup table
vga_setpalvec(3)
vga_setpalvec - sets colors in the color lookup table
vga_setreadpage(3)
vga_setreadpage - set the 64K SVGA page number
vga_setrgbcolor(3)
vga_setrgbcolor - set the current color
vga_setwritepage(3)
vga_setwritepage - set the 64K SVGA page number
vga_showcursor(3)
vga_showcursor - show / hide mouse cursor
vga_unlockvc(3)
vga_unlockvc - re-enables virtual console switching
vga_waitevent(3)
vga_waitevent - wait for various I/O events
vga_waitretrace(3)
vga_waitretrace - wait for vertical retrace.
vga_white(3)
vga_white - return the color white in the current screen resolution
Latest updates

Fedora rawhide development/Everything-os: Updated from 1.9.25-26.fc31 to 1.9.25-27.fc32
2020-02-08

Fedora 31 releases/Everything-os: Version 1.9.25-26.fc31 introduced
2020-01-07

Fedora rawhide development/Everything-os: Updated from 1.9.25-25.fc30 to 1.9.25-26.fc31
2019-08-03

Fedora 30 releases/Everything-os: Version 1.9.25-25.fc30 introduced
2019-06-17

Fedora rawhide development/Everything-os: Updated from 1.9.25-24.fc29 to 1.9.25-25.fc30
2019-02-12

Fedora rawhide development/Everything-os: Version 1.9.25-24.fc29 reintroduced
2019-01-16

Fedora rawhide development/Everything-os: Version 1.9.25-24.fc29 removed
2019-01-15

Fedora rawhide development/Everything-os: Updated from 1.9.25-23.fc28 to 1.9.25-24.fc29
2019-01-14

Fedora 29 releases-test/Everything-os: Version 1.9.25-24.fc29 introduced
2019-01-14

Fedora 29 releases/Everything-os: Version 1.9.25-24.fc29 introduced
2019-01-14

Fedora 28 releases/Everything-os: Version 1.9.25-23.fc28 introduced
2019-01-14
- Escape macros in %changelog

Fedora rawhide development/Everything-os: Updated from 1.9.25-22.fc27 to 1.9.25-23.fc28
2018-02-26
- Escape macros in %changelog

Fedora 27 releases/Everything-os: Version 1.9.25-22.fc27 introduced
2017-11-14

Fedora rawhide development/Everything-os: Version 1.9.25-22.fc27 introduced
2017-11-10

Fedora 27 development/Everything-os: Version 1.9.25-22.fc27 introduced
2017-11-10

Fedora 27 releases-test/Everything-os: Version 1.9.25-22.fc27 introduced
2017-11-10

Fedora 26 releases/Everything-os: Version 1.9.25-20.fc26 introduced
2017-11-10