I know it's a long shot, but here goes: I need an ISO image of the "HP C8000 Core Graphics" CD that came with the HP C8000 PA-RISC workstation. I was not able (and trust me, I've looked VERY thoroughly) to find it anywhere. I managed to dig up the HP-UX install CDs as well as the hardware enablement patch for HP-UX 11i v1 , so I have a working system. It does not run the graphics at full speed as it's equipped with a FireGL T2 card that needs the aforementioned CD, or rather the X server and drivers from it - these are not part of the OS or the enablement patch. Appreciate if anybody can help.
Asked
Active
Viewed 198 times
This will get your FireGL running and when X loads it will stop complaining you have no acceleration. Then 3: B6268AA_B.11.11.20.12_HP-UX_B.11.11_32_64.depot gives you TCOE and all the OpenGL goodness.
However, you still can't build anything: GCC is not compatible with HPs OpenGL libraries in their optimised form (thread local storage issues). You can still build, but then what's the point. X libraries are not included, for that you will need B3394BA (HP-UX Developer's Toolkit) and HP's compiler.
– Shiunbird May 01 '21 at 10:11I can help you get up to speed with GCC as well. I managed to get it working the day before yesterday. The are some particularities to everything in HP-UX but HP's documentation is easily available and truly excellent.
Please contact me on my gmail (just my nickname at gmail).
– Shiunbird May 03 '21 at 13:57