Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xdbefreevisualinfo(3x11) [xfree86 man page]

XdbeFreeVisualInfo(3X11)					    X FUNCTIONS 					  XdbeFreeVisualInfo(3X11)

NAME
XdbeFreeVisualInfo - frees information returned by XdbeGetVisualInfo(). SYNOPSIS
#include <X11/extensions/Xdbe.h> void XdbeFreeVisualInfo( XdbeScreenVisualInfo *visual_info) DESCRIPTION
This function frees the list of XdbeScreenVisualInfo returned by the function XdbeGetVisualInfo(). SEE ALSO
DBE, XdbeAllocateBackBufferName(), XdbeBeginIdiom(), XdbeDeallocateBackBufferName(), XdbeEndIdiom(), XdbeGetBackBufferAttributes(), XdbeGetVisualInfo(), XdbeQueryExtension(), XdbeSwapBuffers(). XFree86 Version 4.7.0 XdbeFreeVisualInfo(3X11)

Check Out this Related Man Page

XdbeGetVisualInfo(3)						    X FUNCTIONS 					      XdbeGetVisualInfo(3)

NAME
XdbeGetVisualInfo - Get dbe Visual Informations SYNOPSIS
#include <X11/extensions/Xdbe.h> XdbeScreenVisualInfo *XdbeGetVisualInfo( Display *dpy, Drawable *screen_specifiers, int *num_screens) DESCRIPTION
This function returns information about which visuals support double buffering. The argument num_screens specifies how many elements there are in the screen_specifiers list. Each drawable in screen_specifiers designates a screen for which the supported visuals are being requested. If num_screens is zero, information for all screens is requested. In this case, upon return from this function, num_screens will be set to the number of screens that were found. If an error occurs, this function returns NULL, else it returns a pointer to a list of XdbeScreenVisualInfo structures of length num_screens. The nth element in the returned list corresponds to the nth drawable in the screen_specifiers list, unless num_screens was passed in with the value zero, in which case the nth element in the returned list corre- sponds to the nth screen of the server, starting with screen zero. The XdbeScreenVisualInfo structure has the following fields: int count XdbeVisualInfo *visinfo count specifies the number of items in visinfo. visinfo specifies a list of visuals, depths, and performance hints for this screen. The XdbeVisualInfo structure has the following fields: VisualID visual int depth int perflevel visual specifies one visual ID that supports double-buffering. depth specifies the depth of the visual. perflevel is a performance hint. The only operation defined on a perflevel is comparison to a perflevel of another visual on the same screen. The visual having the higher perflevel is likely to have better double-buffering graphics performance than the visual having the lower perflevel. Nothing can be deduced from the following: the magnitude of the difference of two perflevels, a perflevel value in isolation, or comparing perflevels from different servers. ERRORS
BadDrawable One or more values passed in screen_specifiers is not a valid drawable. SEE ALSO
DBE, XdbeAllocateBackBufferName(), XdbeBeginIdiom(), XdbeDeallocateBackBufferName(), XdbeEndIdiom(), XdbeFreeVisualInfo(), XdbeGetBack- BufferAttributes(), XdbeQueryExtension(), XdbeSwapBuffers(). X Version 11 libXext 1.3.1 XdbeGetVisualInfo(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