Operating System - Linux
1752749 Members
5336 Online
108789 Solutions
New Discussion юеВ

Re: Error in hpgraphics-1.1.0-2.i386.rpm fx10 openGL implementation

 
Zoeckler
New Member

Error in hpgraphics-1.1.0-2.i386.rpm fx10 openGL implementation

I don't know whether this is the right place to post bugs to. I do it, cause I didn't find another.

We installed Redhat 7.0 on an dual Pentium Visualize Workstation. The X Server seems to work fine except the implementation of one component (1Byte per Texel) texture maps. It seems that 4 pixel at a time are mirrored. Might be some big/little endian problem. I added 3 Snapshots:
http://amira.zib.de/fx10LinuxBug/snap1.jpg (with error)
http://amira.zib.de/fx10LinuxBug/snap2.jpg (magnified)
http://amira.zib.de/fx10LinuxBug/snap3.jpg (with Colormap (4Byte per Texel) instead of 1 component).

You can find the software to reproduce the error at http://amira.zib.de/.

Please send me some notification whether this bug will be handled by HP. Otherwise I have to look for another place to post to.
3 REPLIES 3
Tim Malnati
Honored Contributor

Re: Error in hpgraphics-1.1.0-2.i386.rpm fx10 openGL implementation

I can't seem to find anything anout this rpm package. It's not part of the RedHat 7.0 distribution and does not appear in the contribs and there is no reference to it at rpmfind.net (they have many rpm distribution mirrors).

This forum is probably of little use for reporting this bug unless someone who is familiar with this package happens to notice it. I suggest that you perform the command 'rpm -qip /hpgraphics-1.1.0-2.i386.rpm' which will display the header information associated with the rpm. The header usually has a url to the originating location, build host, etc. These locations will probably have more specific info or a link to the url for support and bug reporting.
Zoeckler
New Member

Re: Error in hpgraphics-1.1.0-2.i386.rpm fx10 openGL implementation

Thanks for your work and sorry for the inconvinience due to lean message.

the hpgraphics-1.1.0-2.i386.rpm is the implementation of openGL and X provided by HP. You can download it at http://www.hp.com/workstations/support/software/drivers/linux/video/fxvideo/fx10/index.html

It's not open source. An answer has to come from a HP developer, I think.
Tomoaki Hayasaka
New Member

Re: Error in hpgraphics-1.1.0-2.i386.rpm fx10 openGL implementation

I installed hpgraphics-1.2.0-6.i386.rpm yesterday, but the gray scale
texture problem is still there. And also there are other issues:

1. If a single buffer OpenGL window is opened when the default color table is not set, all display contents get brighter. Once I set the
table using? XHPSetDefaultColorTable, this problem goes away. I first
noticed this problem after upgrading the X, and I don't know whether?? this problem was in hpgraphics-1.1.0-2.i386.rpm or not.

2. When I opaque move a large (e.g. 1600x1200x32bpp) Netscape Navigator window over another large Navigator window by dragging with WACOM Intuos tablet, the pointer jumps very often.

3. Example code (colorCorrect.c) in hpgraphics-doc-1.2.0-3.noarch.rpm have a bug: In function main:

if (argc > 2)

must be

if (argc < 2)