<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: questions over Open3D Radeon 7500 on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669994#M41013</link>
    <description>&lt;!--!*#--&gt;&amp;gt; Have you see total black screen from time&lt;BR /&gt;&amp;gt; to time when running OpenGL tests (bounce&lt;BR /&gt;&amp;gt; for example)?&lt;BR /&gt;&lt;BR /&gt;I didn't notice anything like that,  I get&lt;BR /&gt;these warnings:&lt;BR /&gt;&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;&lt;BR /&gt;and the disc moves too fast to look good&lt;BR /&gt;until I kill the program, but I haven't seen&lt;BR /&gt;any all-black time.  Knowing nothing, I'd&lt;BR /&gt;guess that your system is busy doing&lt;BR /&gt;something else what that happens.  Have you&lt;BR /&gt;tried a higher process priority?  (Or more&lt;BR /&gt;memory (for your process or the system)?)</description>
    <pubDate>Thu, 05 Aug 2010 12:43:28 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-08-05T12:43:28Z</dc:date>
    <item>
      <title>questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669983#M41002</link>
      <description>&lt;!--!*#--&gt;Hello dear all,&lt;BR /&gt;I'm in futher porting Simple Media Layer for OpenGL support, and wish to ask (and speaking) about strange behavour of OpenVMS OpenGL driver.&lt;BR /&gt;Yes, I know about rare usage, poor testing, etc, etc. But...&lt;BR /&gt;I have:&lt;BR /&gt;DS10L, Radeon 7500&lt;BR /&gt;OpenVMS 8.3&lt;BR /&gt;X11 with 1024x768 24depth, 1280x1024 24depth.&lt;BR /&gt;&lt;BR /&gt;famous glxgears shows me perfomance, looks like in Linux - good. But it seems it is one and only one demo without artefacts.&lt;BR /&gt;Please look next simple code:&lt;BR /&gt;#include &lt;GLUT.H&gt;&lt;BR /&gt;void renderScene(void) {&lt;BR /&gt;    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);&lt;BR /&gt;    glBegin(GL_TRIANGLES);&lt;BR /&gt;        glVertex3f(-0.5,-0.5,0.0);&lt;BR /&gt;        glVertex3f(0.5,0.0,0.0);&lt;BR /&gt;        glVertex3f(0.0,0.5,0.0);&lt;BR /&gt;    glEnd();&lt;BR /&gt;    glFlush();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;void main(int argc, char **argv) {&lt;BR /&gt;    glutInit(&amp;amp;argc, argv);&lt;BR /&gt;    glutInitDisplayMode(GLUT_DEPTH | GLUT_SINGLE | GLUT_RGBA);&lt;BR /&gt;    glutInitWindowPosition(100,100);&lt;BR /&gt;    glutInitWindowSize(320,320);&lt;BR /&gt;    glutCreateWindow("3D Tech- GLUT Tutorial");&lt;BR /&gt;    glutDisplayFunc(renderScene);&lt;BR /&gt;    glutMainLoop();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;And please look and compare a huge triangulum in OpenVMS.&lt;/GLUT.H&gt;</description>
      <pubDate>Wed, 04 Aug 2010 05:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669983#M41002</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-04T05:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669984#M41003</link>
      <description>And please see how it should be look in attachment.&lt;BR /&gt;&lt;BR /&gt;information about compilation things:&lt;BR /&gt;&lt;BR /&gt;$DEF GL SYS$COMMON:[DECW$INCLUDE.GL_1_2]&lt;BR /&gt;$TYPE OPENGL.OPT&lt;BR /&gt;sys$share:decw$openglushr.exe/share&lt;BR /&gt;sys$share:DECW$OPENGLUTSHR.EXE/share&lt;BR /&gt;sys$share:DECW$MESA3DSHR_RADEON/share&lt;BR /&gt;sys$share:decw$xlibshr/share&lt;BR /&gt;&lt;BR /&gt;(case non sensitive)</description>
      <pubDate>Wed, 04 Aug 2010 05:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669984#M41003</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-04T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669985#M41004</link>
      <description>Next,&lt;BR /&gt;please look to the screenshot of the corrupted moving bounce&lt;BR /&gt;provided by the code:&lt;BR /&gt;&lt;BR /&gt;#include &lt;MATH.H&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;#include &lt;GL&gt;&lt;BR /&gt;&lt;BR /&gt;#define COS(X)   cos( (X) * 3.14159/180.0 )&lt;BR /&gt;#define SIN(X)   sin( (X) * 3.14159/180.0 )&lt;BR /&gt;&lt;BR /&gt;#define RED 1&lt;BR /&gt;#define WHITE 2&lt;BR /&gt;#define CYAN 3&lt;BR /&gt;&lt;BR /&gt;GLuint Ball;&lt;BR /&gt;GLenum Mode;&lt;BR /&gt;GLfloat Zrot = 0.0, Zstep = 6.0;&lt;BR /&gt;GLfloat Xpos = 0.0, Ypos = 1.0;&lt;BR /&gt;GLfloat Xvel = 0.2, Yvel = 0.0;&lt;BR /&gt;GLfloat Xmin = -4.0, Xmax = 4.0;&lt;BR /&gt;GLfloat Ymin = -3.8, Ymax = 4.0;&lt;BR /&gt;GLfloat G = -0.1;&lt;BR /&gt;&lt;BR /&gt;static GLuint &lt;BR /&gt;make_ball(void)&lt;BR /&gt;{&lt;BR /&gt;  GLuint list;&lt;BR /&gt;  GLfloat a, b;&lt;BR /&gt;  GLfloat da = 18.0, db = 18.0;&lt;BR /&gt;  GLfloat radius = 1.0;&lt;BR /&gt;  GLuint color;&lt;BR /&gt;  GLfloat x, y, z;&lt;BR /&gt;&lt;BR /&gt;  list = glGenLists(1);&lt;BR /&gt;&lt;BR /&gt;  glNewList(list, GL_COMPILE);&lt;BR /&gt;&lt;BR /&gt;  color = 0;&lt;BR /&gt;  for (a = -90.0; a + da &amp;lt;= 90.0; a += da) {&lt;BR /&gt;&lt;BR /&gt;    glBegin(GL_QUAD_STRIP);&lt;BR /&gt;    for (b = 0.0; b &amp;lt;= 360.0; b += db) {&lt;BR /&gt;&lt;BR /&gt;      if (color) {&lt;BR /&gt; glIndexi(RED);&lt;BR /&gt;      } else {&lt;BR /&gt; glIndexi(WHITE);&lt;BR /&gt;      }&lt;BR /&gt;&lt;BR /&gt;      x = COS(b) * COS(a);&lt;BR /&gt;      y = SIN(b) * COS(a);&lt;BR /&gt;      z = SIN(a);&lt;BR /&gt;      glVertex3f(x, y, z);&lt;BR /&gt;&lt;BR /&gt;      x = radius * COS(b) * COS(a + da);&lt;BR /&gt;      y = radius * SIN(b) * COS(a + da);&lt;BR /&gt;      z = radius * SIN(a + da);&lt;BR /&gt;      glVertex3f(x, y, z);&lt;BR /&gt;&lt;BR /&gt;      color = 1 - color;&lt;BR /&gt;    }&lt;BR /&gt;    glEnd();&lt;BR /&gt;&lt;BR /&gt;  }&lt;BR /&gt;&lt;BR /&gt;  glEndList();&lt;BR /&gt;&lt;BR /&gt;  return list;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;static void &lt;BR /&gt;reshape(int width, int height)&lt;BR /&gt;{&lt;BR /&gt;  glViewport(0, 0, (GLint) width, (GLint) height);&lt;BR /&gt;  glMatrixMode(GL_PROJECTION);&lt;BR /&gt;  glLoadIdentity();&lt;BR /&gt;  glOrtho(-6.0, 6.0, -6.0, 6.0, -6.0, 6.0);&lt;BR /&gt;  glMatrixMode(GL_MODELVIEW);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* ARGSUSED1 */&lt;BR /&gt;static void&lt;BR /&gt;key(unsigned char k, int x, int y)&lt;BR /&gt;{&lt;BR /&gt;  switch (k) {&lt;BR /&gt;  case 27:  /* Escape */&lt;BR /&gt;    exit(0);&lt;BR /&gt;  }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;static void &lt;BR /&gt;draw(void)&lt;BR /&gt;{&lt;BR /&gt;  GLint i;&lt;BR /&gt;&lt;BR /&gt;  glClear(GL_COLOR_BUFFER_BIT);&lt;BR /&gt;&lt;BR /&gt;  glIndexi(CYAN);&lt;BR /&gt;  glBegin(GL_LINES);&lt;BR /&gt;  for (i = -5; i &amp;lt;= 5; i++) {&lt;BR /&gt;    glVertex2i(i, -5);&lt;BR /&gt;    glVertex2i(i, 5);&lt;BR /&gt;  }&lt;BR /&gt;  for (i = -5; i &amp;lt;= 5; i++) {&lt;BR /&gt;    glVertex2i(-5, i);&lt;BR /&gt;    glVertex2i(5, i);&lt;BR /&gt;  }&lt;BR /&gt;  for (i = -5; i &amp;lt;= 5; i++) {&lt;BR /&gt;    glVertex2i(i, -5);&lt;BR /&gt;    glVertex2f(i * 1.15, -5.9);&lt;BR /&gt;  }&lt;BR /&gt;  glVertex2f(-5.3, -5.35);&lt;BR /&gt;  glVertex2f(5.3, -5.35);&lt;BR /&gt;  glVertex2f(-5.75, -5.9);&lt;BR /&gt;  glVertex2f(5.75, -5.9);&lt;BR /&gt;  glEnd();&lt;BR /&gt;&lt;BR /&gt;  glPushMatrix();&lt;BR /&gt;  glTranslatef(Xpos, Ypos, 0.0);&lt;BR /&gt;  glScalef(2.0, 2.0, 2.0);&lt;BR /&gt;  glRotatef(8.0, 0.0, 0.0, 1.0);&lt;BR /&gt;  glRotatef(90.0, 1.0, 0.0, 0.0);&lt;BR /&gt;  glRotatef(Zrot, 0.0, 0.0, 1.0);&lt;BR /&gt;&lt;BR /&gt;  glCallList(Ball);&lt;BR /&gt;&lt;BR /&gt;  glPopMatrix();&lt;BR /&gt;&lt;BR /&gt;  glFlush();&lt;BR /&gt;  glutSwapBuffers();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;static void &lt;BR /&gt;idle(void)&lt;BR /&gt;{&lt;BR /&gt;  static float vel0 = -100.0;&lt;BR /&gt;&lt;BR /&gt;  Zrot += Zstep;&lt;BR /&gt;&lt;BR /&gt;  Xpos += Xvel;&lt;BR /&gt;  if (Xpos &amp;gt;= Xmax) {&lt;BR /&gt;    Xpos = Xmax;&lt;BR /&gt;    Xvel = -Xvel;&lt;BR /&gt;    Zstep = -Zstep;&lt;BR /&gt;  }&lt;BR /&gt;  if (Xpos &amp;lt;= Xmin) {&lt;BR /&gt;    Xpos = Xmin;&lt;BR /&gt;    Xvel = -Xvel;&lt;BR /&gt;    Zstep = -Zstep;&lt;BR /&gt;  }&lt;BR /&gt;  Ypos += Yvel;&lt;BR /&gt;  Yvel += G;&lt;BR /&gt;  if (Ypos &amp;lt; Ymin) {&lt;BR /&gt;    Ypos = Ymin;&lt;BR /&gt;    if (vel0 == -100.0)&lt;BR /&gt;      vel0 = fabs(Yvel);&lt;BR /&gt;    Yvel = vel0;&lt;BR /&gt;  }&lt;BR /&gt;  glutPostRedisplay();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;void &lt;BR /&gt;visible(int vis)&lt;BR /&gt;{&lt;BR /&gt;  if (vis == GLUT_VISIBLE)&lt;BR /&gt;    glutIdleFunc(idle);&lt;BR /&gt;  else&lt;BR /&gt;    glutIdleFunc(NULL);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt;  glutInit(&amp;amp;argc, argv);&lt;BR /&gt;  glutInitDisplayMode(GLUT_RGBA|/*GLUT_INDEX|*/  GLUT_SINGLE);&lt;BR /&gt;&lt;BR /&gt;  glutCreateWindow("Bounce");&lt;BR /&gt;  Ball = make_ball();&lt;BR /&gt;  glCullFace(GL_BACK);&lt;BR /&gt;  glEnable(GL_CULL_FACE);&lt;BR /&gt;  glDisable(GL_DITHER);&lt;BR /&gt;  glShadeModel(GL_FLAT);&lt;BR /&gt;&lt;BR /&gt;  glutDisplayFunc(draw);&lt;BR /&gt;  glutReshapeFunc(reshape);&lt;BR /&gt;  glutVisibilityFunc(visible);&lt;BR /&gt;  glutKeyboardFunc(key);&lt;BR /&gt;&lt;BR /&gt;  glutSetColor(RED, 1.0, 0.0, 0.0);&lt;BR /&gt;  glutSetColor(WHITE, 1.0, 1.0, 1.0);&lt;BR /&gt;  glutSetColor(CYAN, 0.0, 1.0, 1.0);&lt;BR /&gt;&lt;BR /&gt;  glutMainLoop();&lt;BR /&gt;  return 0;             /* ANSI C requires main to return int. */&lt;BR /&gt;}&lt;BR /&gt;&lt;/GL&gt;&lt;/STDLIB.H&gt;&lt;/MATH.H&gt;</description>
      <pubDate>Wed, 04 Aug 2010 06:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669985#M41004</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-04T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669986#M41005</link>
      <description>And this is a screenshot of the good bounce:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 06:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669986#M41005</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-04T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669987#M41006</link>
      <description>And for the end I attach GLDoom game screenshot I've ported to OpenVMS.&lt;BR /&gt;I do not understand this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please, any suggestions, ideas to help&lt;BR /&gt;are welcome.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 07:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669987#M41006</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-04T07:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669988#M41007</link>
      <description>Do you have the latest OpenVMS patches installed on your system, including the latest Graphics Display Driver patches, which includes several fixes to the GL libraries?  The current version of the UPDATE patch kit includes the Decwindows Driver updates.&lt;BR /&gt;&lt;BR /&gt;Also understand that Open3D in 3D mode, doesn't support backingstore and saveunders so you must account for that in your applications.&lt;BR /&gt;&lt;BR /&gt;Have you tuned your Decwindows Display Server for optimal performance for usage with a GL graphics Intensive application?&lt;BR /&gt;&lt;BR /&gt;Finally, if after doing some or all of these things, and you still have graphics corruption, I highly recommend that you log a software support case with the Support Center with the OpenVMS team.  Provide them with the example programs that demonstrate the drawing corruption and see what they can do for you.&lt;BR /&gt;&lt;BR /&gt;It would also be helpful if you provided them with the build procedure that you are using to compile/link your example programs.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rick&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 23:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669988#M41007</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2010-08-04T23:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669989#M41008</link>
      <description>&lt;!--!*#--&gt;I know nothing about OpenGL, but I get better&lt;BR /&gt;(more like your example) results on my system&lt;BR /&gt;when I use CC /FLOAT = IEEE_FLOAT.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; sys$share:decw$openglushr.exe/share&lt;BR /&gt;&lt;BR /&gt;%LINK-F-OPENIN, error opening SYS$COMMON:[SYSLIB]DECW$OPENGLUSHR.EXE; as input&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;&lt;BR /&gt;Apparently it's not needed.  I removed it&lt;BR /&gt;from the linker options file, and everyone&lt;BR /&gt;was happy.&lt;BR /&gt;&lt;BR /&gt;(I do seem to have DECW$OPENGLUSHR_V11.EXE,&lt;BR /&gt;but I assume that we wouldn't want to be&lt;BR /&gt;usiong that one.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I do not understand this.&lt;BR /&gt;&lt;BR /&gt;Which "this" is this "this"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;XP1000 (500MHz), ATI Radeon 7500 (PCI)&lt;BR /&gt;VMS V8.3&lt;BR /&gt;&lt;BR /&gt;xdpyinfo says:&lt;BR /&gt;[...]&lt;BR /&gt;version number:    11.0&lt;BR /&gt;vendor string:    DECWINDOWS Hewlett-Packard Development Company OpenVMS&lt;BR /&gt;[...]&lt;BR /&gt;screen #0:&lt;BR /&gt;  dimensions:    1280x1024 pixels (325x260 millimeters)&lt;BR /&gt;  resolution:    100x100 dots per inch&lt;BR /&gt;  depths (1):    24&lt;BR /&gt;  root window id:    0x2e&lt;BR /&gt;  depth of root window:    24 planes&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;One advantage (property?) of IA64 is that&lt;BR /&gt;IEEE floating=point tends to be the default&lt;BR /&gt;there.</description>
      <pubDate>Thu, 05 Aug 2010 02:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669989#M41008</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-05T02:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669990#M41009</link>
      <description>&lt;!--!*#--&gt;Xv window grab (1) attachment.</description>
      <pubDate>Thu, 05 Aug 2010 03:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669990#M41009</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-05T03:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669991#M41010</link>
      <description>&lt;!--!*#--&gt;Xv window grab (2) attachment.</description>
      <pubDate>Thu, 05 Aug 2010 03:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669991#M41010</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-05T03:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669992#M41011</link>
      <description>Thank you Steven,&lt;BR /&gt;/FLOAT=IEEE  /IEEE=DENORM&lt;BR /&gt;&lt;BR /&gt;it seems I totally forget this simple wisdom words when I work on alpha...&lt;BR /&gt;Demos now works fine, including ones from libSDL. And GLDOOM work nice also!&lt;BR /&gt;&lt;BR /&gt;Ufff, now I should rewrite build procedures&lt;BR /&gt;for all libSDL library set and republic it. But this is another story :)&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2010 06:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669992#M41011</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-05T06:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669993#M41012</link>
      <description>A last little question for Steven&lt;BR /&gt;&lt;BR /&gt;Have you see total black screen from time to time when running OpenGL tests (bounce for example)?&lt;BR /&gt;I see black screen during over 3-4 sec every time ~ 1 min&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2010 06:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669993#M41012</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-05T06:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669994#M41013</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Have you see total black screen from time&lt;BR /&gt;&amp;gt; to time when running OpenGL tests (bounce&lt;BR /&gt;&amp;gt; for example)?&lt;BR /&gt;&lt;BR /&gt;I didn't notice anything like that,  I get&lt;BR /&gt;these warnings:&lt;BR /&gt;&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;GLUT: Warning in alp$dka0:[sms.itrc]gl2.exe;2: glutSetColor: current window is RGBA&lt;BR /&gt;&lt;BR /&gt;and the disc moves too fast to look good&lt;BR /&gt;until I kill the program, but I haven't seen&lt;BR /&gt;any all-black time.  Knowing nothing, I'd&lt;BR /&gt;guess that your system is busy doing&lt;BR /&gt;something else what that happens.  Have you&lt;BR /&gt;tried a higher process priority?  (Or more&lt;BR /&gt;memory (for your process or the system)?)</description>
      <pubDate>Thu, 05 Aug 2010 12:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669994#M41013</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-05T12:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669995#M41014</link>
      <description>&amp;gt; DS10L, Radeon 7500&lt;BR /&gt;&lt;BR /&gt;This implies IDE mass storage on the box.  That can get pretty CPU bound during disk I/O and cause visible slowdowns.  That's a big reason I keep looking for a free/cheap DS10/DS15 to update one of my DS10L units; the tradeoff between graphics and a fast SCSI adapter given the single PCI slot.</description>
      <pubDate>Fri, 06 Aug 2010 21:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669995#M41014</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2010-08-06T21:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669996#M41015</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt; DS10L, Radeon 7500&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; This implies IDE mass storage on the box.&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Ooh.  Good point.  I use an IDE DVD-writer in&lt;BR /&gt;an XP1000, and that eats most of the CPU when&lt;BR /&gt;it's working.  I can easily imagine a page&lt;BR /&gt;fault (or almost anything else) on an IDE&lt;BR /&gt;disk stopping things for a while.&lt;BR /&gt;&lt;BR /&gt;I almost bought a DS10L at a local junk store&lt;BR /&gt;some years ago.  The price was tempting, but&lt;BR /&gt;that one PCI slot was just too big a&lt;BR /&gt;limitation.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I keep looking for a free/cheap&lt;BR /&gt;&amp;gt; DS10/DS15 [...]&lt;BR /&gt;&lt;BR /&gt;Or a DS20E/25.  I figure that I'll be stuck&lt;BR /&gt;with XP1000 systems until approximately the&lt;BR /&gt;end of the world (21 May 2011?) or until the&lt;BR /&gt;last power supply dies, whichever comes&lt;BR /&gt;first.&lt;BR /&gt;&lt;BR /&gt;Still no audio support on IA64?  I might&lt;BR /&gt;switch to my zx2000 if it could do everything&lt;BR /&gt;an XP1000 can do.</description>
      <pubDate>Fri, 06 Aug 2010 22:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669996#M41015</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-06T22:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669997#M41016</link>
      <description>Another interesing question - &lt;BR /&gt;it would be good to have XV extension (Xvideo, not the famous Bradley's product).&lt;BR /&gt;Would be nice to add support to the X11 server, but I cant see any sources of the OpenVMS X11 server (totally proprietary or XFree86 based? Some words provided by xdpyinfo like DRI-XF86 touch me to think)&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 04:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669997#M41016</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-12T04:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669998#M41017</link>
      <description>And friends, did you hear anybody about plans to support PCI sound for I64?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 04:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669998#M41017</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-08-12T04:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669999#M41018</link>
      <description>there is some support for sound in OpenVMS I64 V8.4</description>
      <pubDate>Thu, 12 Aug 2010 07:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4669999#M41018</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2010-08-12T07:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670000#M41019</link>
      <description>&amp;gt;&amp;gt;&amp;gt; did you hear anybody about plans to support PCI sound for I64?&lt;BR /&gt;&lt;BR /&gt;OpenVMS V8.4 has limited support for HP AD317A PCI sound card on Integrity servers. Have a look at following link:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/84final/6679/6679pro_002.html#io_support" target="_blank"&gt;http://h71000.www7.hp.com/doc/84final/6679/6679pro_002.html#io_support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 11:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670000#M41019</guid>
      <dc:creator>Bhadresh</dc:creator>
      <dc:date>2010-08-12T11:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670001#M41020</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] limited support for HP AD317A PCI&lt;BR /&gt;&amp;gt; sound card [...]&lt;BR /&gt;&lt;BR /&gt;I assume that a genuine HP AD317A costs more&lt;BR /&gt;than $5.  Does anyone know what this card (or&lt;BR /&gt;the chip on tis card) is?  (What's in&lt;BR /&gt;SYS$CONFIG.DAT?)&lt;BR /&gt;&lt;BR /&gt;What does "limited support" mean here?  MMOV&lt;BR /&gt;or not?</description>
      <pubDate>Thu, 12 Aug 2010 11:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670001#M41020</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-12T11:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: questions over Open3D Radeon 7500 on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670002#M41021</link>
      <description>The sound support does not include multimedia support just beeps.</description>
      <pubDate>Thu, 12 Aug 2010 12:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/questions-over-open3d-radeon-7500-on-openvms/m-p/4670002#M41021</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2010-08-12T12:19:44Z</dc:date>
    </item>
  </channel>
</rss>

