Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xvfreeadaptorinfo(3x) [xfree86 man page]

XvFreeAdaptorInfo(3X)													     XvFreeAdaptorInfo(3X)

Name
       XvFreeAdaptorInfo - free adaptor information

Syntax
       XvFreeAdaptorInfo(p_adaptor_info)

       XvAdaptorInfo *p_adaptor_info;

Arguments
       p_adaptor_info
	       Pointer to where the adaptor information is located.

Description
       XvFreeAdaptorInfo(3X)  frees adaptor information that was returned by XvQueryAdaptors(3X).  The data structure used for adaptor information
       is defined in the reference page for XvQueryAdaptors(3X).

See Also
       XvQueryAdaptors(3X), XvFreeEncodingInfo(3X)

XFree86 							   Version 4.7.0					     XvFreeAdaptorInfo(3X)

Check Out this Related Man Page

XvQueryAdaptors(3)						  libXv Functions						XvQueryAdaptors(3)

NAME
XvQueryAdaptors - return adaptor information for a screen SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvQueryAdaptors(Display *dpy, Window window, unsigned int *p_num_adaptors, XvAdaptorInfo **pp_adaptor_info); ARGUMENTS
dpy Specifies the connection to the X server. window Specifies a window of the screen for which the adaptor information is desired. p_num_adaptors A pointer to where the number of adaptors for the specified screen is returned. pp_adaptor_info A pointer to where the list of returned adaptor information is returned. DESCRIPTION
XvQueryAdaptors(3) returns an video adaptor information for the screen of the specified drawable. The XvAdaptorInfo structure has the following organiza- tion: typedef struct { XvPortID base_id; unsigned long num_ports; char type; char *name; unsigned long num_formats; XvFormat *formats; unsigned long num_adaptors; } XvAdaptorInfo; base_id The resource ID of the first adaptor port. num_ports The number of ports supported by the adaptor. type A bit mask with the value XvInputMask asserted if the adaptor supports video input, and value XvOutputMask asserted if the adaptor supports video output. In Xv protocol 2.2 and later, there are 3 new bits defined - XvVideoMask, XvStillMask and XvImageMask indi- cating that the adaptor is capable of video, still or image primitives respectively. name A vendor specific name that identifies the adaptor. num_formats The number of depth/visual id formats supported by the adaptor. formats A pointer to an array of XvFormat structures. The XvFormat structure has the following organization: typedef struct { char depth; unsigned long visual_id; } XvFormat; depth A drawable depth supported by the adaptor. visual_id A visual-id supported for the given depth by the adaptor. RETURN VALUES
[Success] Returned if XvQueryAdaptors(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvQueryAdaptors(3) failed to allocate memory to process the request. DIAGNOSTICS
[Drawable] Returned if the requested drawable does not exist. SEE ALSO
XvFreeAdaptorInfo(3) X Version 11 libXv 1.0.5 XvQueryAdaptors(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No xorg.conf or XF86Config

There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine: # locate xorg.conf /usr/local/man/man5/xorg.conf.5.gz # locate XF86Config # Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
Discussion started by: figaro
6 Replies

2. Shell Programming and Scripting

Can a script resize it's own mintty console?

I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu. Platform is Cygwin 64 running over Win 7 Pro. Mike (4 Replies)
Discussion started by: Michael Stora
4 Replies

3. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

4. Fedora

Fedora 30 and Slackware 14.2, how to obtain the same rendering?

Look this very good rendering on Slackware 14.2 in my opinion is near perfect. https://i.stack.imgur.com/q5trL.png Now look the same page on Fedora 30 https://i.stack.imgur.com/FBQv7.png In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)
Discussion started by: Linusolaradm1
20 Replies