Re: Querying Graphics Card Name

2007-08-12 Thread Benjamin Goldenberg
On Aug 12, 2:18 pm, Jorgen Grahn <[EMAIL PROTECTED]> wrote: > On Thu, 09 Aug 2007 21:58:54 -, Benjamin Goldenberg <[EMAIL PROTECTED]> > wrote: > > On Aug 9, 3:26 pm, Bjoern Schliessmann > [EMAIL PROTECTED]> wrote: > >> Benjamin Goldenberg wrote: > >> > I would like to find out the name of the

Re: Querying Graphics Card Name

2007-08-12 Thread Jorgen Grahn
On Thu, 09 Aug 2007 21:58:54 -, Benjamin Goldenberg <[EMAIL PROTECTED]> wrote: > On Aug 9, 3:26 pm, Bjoern Schliessmann [EMAIL PROTECTED]> wrote: >> Benjamin Goldenberg wrote: >> > I would like to find out the name of the graphics card of the >> > machine my program is running on. I have look

Re: Querying Graphics Card Name

2007-08-09 Thread Benjamin Goldenberg
On Aug 9, 4:06 pm, Richard Jones <[EMAIL PROTECTED]> wrote: > Benjamin Goldenberg wrote: > > I would like to find out the name of the graphics card of the machine > > my program is running on. I have looked into the pyopengl module, and > > using them to query the card, but it seems like there ough

Re: Querying Graphics Card Name

2007-08-09 Thread Richard Jones
Benjamin Goldenberg wrote: > I would like to find out the name of the graphics card of the machine > my program is running on. I have looked into the pyopengl module, and > using them to query the card, but it seems like there ought to be a > simpler way to find this out without setting up a glcont

Re: Querying Graphics Card Name

2007-08-09 Thread Benjamin Goldenberg
On Aug 9, 3:26 pm, Bjoern Schliessmann wrote: > Benjamin Goldenberg wrote: > > I would like to find out the name of the graphics card of the > > machine my program is running on. I have looked into the pyopengl > > module, and using them to query the card, but it seems like there > > ought to be a

Re: Querying Graphics Card Name

2007-08-09 Thread Bjoern Schliessmann
Benjamin Goldenberg wrote: > I would like to find out the name of the graphics card of the > machine my program is running on. I have looked into the pyopengl > module, and using them to query the card, but it seems like there > ought to be a simpler way to find this out without setting up a > glco

Querying Graphics Card Name

2007-08-09 Thread Benjamin Goldenberg
Hello, I would like to find out the name of the graphics card of the machine my program is running on. I have looked into the pyopengl module, and using them to query the card, but it seems like there ought to be a simpler way to find this out without setting up a glcontext. Does anyone have any id