| To: | linux@fir.engr.sgi.com |
|---|---|
| Subject: | Linux/SGI /dev/opengl magic ioctl |
| From: | Miguel de Icaza <miguel@nuclecu.unam.mx> |
| Date: | Thu, 11 Sep 1997 22:48:59 -0500 |
| Sender: | owner-linux@cthulhu.engr.sgi.com |
Hello guys,
Ok, 2 questions 2 for tonight :-).
Ok, I am getting close, just out of curiosity, what does the ioctl
cmd=1 do on the /dev/opengl device?
If the ioctl does not return 3, the X server complains. Right now
I have this nice piece of code in the graphics driver:
switch (cmd){
...
case 1:
return 3;
...
}
which is not exactly what I would like to have, so any comments
are appreciated.
Second question: what does the GFX_LABEL ioctl do on the
/dev/opengl device? I am missing this one in my implementation.
I am around 100 system calls far from getting a nice display on
Linux/SGI X.
Cheers,
Miguel.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Linux/SGI /dev/opengl magic ioctl, Robert Tray |
|---|---|
| Next by Date: | Re: Linux/SGI /dev/opengl magic ioctl, William J. Earl |
| Previous by Thread: | Re: Linux/SGI /dev/opengl magic ioctl, Robert Tray |
| Next by Thread: | Re: Linux/SGI /dev/opengl magic ioctl, William J. Earl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |