Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glxinfo(1) [redhat man page]

GLXINFO(1)						      General Commands Manual							GLXINFO(1)

NAME
glxinfo - display info about a GLX extension and OpenGL renderer. SYNOPSIS
glxinfo [-t] [-v] [-b] [-display displayname] DESCRIPTION
glxinfo lists information about the GLX extension, OpenGL capable visuals, and the OpenGL renderer on an X server. The GLX and renderer info includes the version and extension attributes. The visual info lists the GLX visual attributes available for each OpenGL capable vis- ual (e.g. whether the visual is double buffered, the component sizes, Z-buffering depth, etc). Command line options include: -t By default the visual info is presented in a concise 80 character wide tabular format. The -t option directs glxinfo to produce a wider, more readable tabular format. -v Directs glxinfo to generate a verbose format output style for the visual list similar to the info of xdpyinfo. -b Print the ID of the "best" visual on screen 0. -l Print interesting OpenGL limits. -i Use indirect rendering connection only. -display displayname Specify the display to query. ENVIRONMENT
DISPLAY To get the default host, display number, and screen. SEE ALSO
xdpyinfo(1) AUTHOR
Brian Paul Modifications for XFree86 added by Mark Paton XFree86 Version Version 4.3.0 GLXINFO(1)

Check Out this Related Man Page

GLEW(1) 						      General Commands Manual							   GLEW(1)

NAME
visualinfo -- displays GL extension and visual info SYNOPSIS
visualinfo [-display display] [-visual id] DESCRIPTION
This manual page documents briefly the visualinfo command. visualinfo is a small utility that displays all available visuals, aka. pixelformats, in an OpenGL system along with renderer version information. It shows a table of all the visuals that support OpenGL along with their capabilities. The format of the table is similar to that of glxinfo on Unix systems: visual ~= pixel format descriptor id = visual id (integer from 1 - max visuals) tp = type (wn: window, pb: pbuffer, wp: window & pbuffer, bm: bitmap) ac = acceleration (ge: generic, fu: full, no: none) fm = format (i: integer, f: float, c: color index) db = double buffer (y = yes) dw = swap method (x: exchange, c: copy, u: undefined) st = stereo (y = yes) sz = total # bits r = # bits of red g = # bits of green b = # bits of blue a = # bits of alpha axbf = # aux buffers dpth = # bits of depth stcl = # bits of stencil OPTIONS
A summary of options is included below. -h --help Print help and exit. -display display Allows specifying an X display. -visual id Allows specifying a specific X visual. SEE ALSO
Xorg (1x), glewinfo (1) AUTHOR
This manual page was written by Joost Damad <joost@damad.be> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GLEW(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

resolutions in Solaris

My name is Paul Maguire and I am a student at Aston University, England. I have visual impairment so I need everything on the screen large including screen resolutions. Q1. Can you tell me if it is possible to set up a profile for display settings on a Unix network that runs Win98, Macs... (1 Reply)
Discussion started by: macker
1 Replies

2. UNIX for Advanced & Expert Users

extracting info from Unix database to construct a visual diagram

Ok heres the situation, We use Solaris 8 at work with Sybase for the db. I need to be able to easily create visual diagrams of some of our more complex systems. I've been using Visio which is such a manual process and takes a while. I was thinking maybe using Visio somehow in conjunction... (0 Replies)
Discussion started by: fusion99
0 Replies

3. UNIX for Dummies Questions & Answers

converting a tabular format data to comma seperated data in KSH

Hi, Could anyone help me in changing a tabular format output to comma seperated file pls in K-sh. Its very urgent. E.g : username empid ------------------------ sri 123 to username,empid sri,123 Thanks, Hema:confused: (2 Replies)
Discussion started by: Hemamalini
2 Replies

4. Shell Programming and Scripting

Displaying the output in the tabular Format

Hi, I have a file which contains the data in the below format and need to develop a script which will give the output in the tabular format. Could you please advice me. Folder: Workflow: version . Workflow run status: Workflow run error code: Schedule time: Workflow run type: ... (2 Replies)
Discussion started by: kandi.reddy
2 Replies

5. Shell Programming and Scripting

Displaying output in the tabular format

Hi I want to display the following input data into the tabular format as shown in the output. Input.txt: Following jobs are in pending state for more than 10 minutes: JOB_ID JOB_SUBMIT_ID MAHAR 784308 PUNJA 109367 Following jobs are running for longer time: JOB_ID... (1 Reply)
Discussion started by: dats
1 Replies

6. Shell Programming and Scripting

Grep command output in tabular format

I have a grep command script which works fine and give the correct results but i wanted the output to be displayed in tabular format ? Is it possible to display the output in tabular format and as well direct them to some file. main script : #!/usr/bin/bash Start_Time=`date '+%m%d%y... (1 Reply)
Discussion started by: Optimus81
1 Replies

7. Shell Programming and Scripting

Fetching the required data out of a tabular form

Hello Gurus, I am trying to fetch a required number of lines from an output of a command which is in tabular form. Below is the command for reference along with how the result is being shown on UNIX shell. /usr/openv/volmgr/bin/vmquery -b -p 5 The result of the above command is as... (6 Replies)
Discussion started by: Ali Sarwar
6 Replies