- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OpenGL/graphics problem under HP-ux 11i
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:34 PM
06-07-2006 10:34 PM
The problem starts when we run the ICEMCFD application which requires OpenGL. The app helpfully says that "OpenGL might have problems on this machine" - which it then proves by not working properly.
dmesg shows the following errors from syslog
mod_load_module: loading module drmfglrx failed (22)
gvid: gvid_modload failed loading drmfglrx
gvid: gvid_ioctl_modload failed gvid_modload.
NOTICE: MOD: mod_obj_load: Non-existent or invalid SHT_MOD section in module /stand/dlkm/mod.d/drmfglrx.
I know that this indicates "something" with the graphics, but I have not been able to find out what. Does anyone have any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:51 PM
06-07-2006 10:51 PM
SolutionSee if you can open this doc.
Title: Troubleshooting FireGL graphics card configuration.
Document ID: KBRC00016949
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000082227409
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 11:04 PM
06-07-2006 11:04 PM
Re: OpenGL/graphics problem under HP-ux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:53 AM
06-08-2006 12:53 AM
Re: OpenGL/graphics problem under HP-ux 11i
root on bolger2:/stand/dlkm/mod.d # ioscan -fnC graphics
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
graphics 0 0/4/0/0 gvid_core CLAIMED INTERFACE AGP Display (10024e47)
graphics 1 0/4/0/1 gvid_core CLAIMED INTERFACE PCI Display (10024e67)
root on bolger2:/ # /usr/sbin/lsdev | grep -i gvid
58 -1 gvid graf_pseudo
118 -1 gvid_info gvid_pseudo
root on bolger2:/ # /usr/sbin/kmadmin -s
Name ID Status Type
=====================================================
krm 1 UNLOADED WSIO
gvid_info 2 LOADED WSIO
drmfgl 3 UNLOADED Misc
drmfglrx 4 UNLOADED Misc
gvid_him_cons 5 LOADED Misc
root on bolger2:/opt/graphics/common/kernel/gvid_info # ls -al
total 256
drwxr-xr-x 2 root sys 8192 Apr 24 14:17 .
drwxr-xr-x 6 root sys 96 Mar 9 14:50 ..
-r-xr-xr-x 1 bin bin 426 Mar 31 19:54 .master_11.00
-r-xr-xr-x 1 bin bin 426 Mar 31 19:54 .master_11.11
-r-xr-xr-x 1 bin bin 21080 Mar 31 19:54 .mod.o_11.00
-r-xr-xr-x 1 bin bin 21080 Mar 31 19:54 .mod.o_11.11
-r-xr-xr-x 1 bin bin 108 Mar 31 19:54 .system_11.00
-r-xr-xr-x 1 bin bin 108 Mar 31 19:54 .system_11.11
-r-xr-xr-x 1 root sys 426 Apr 24 14:17 master
-r-xr-xr-x 1 root sys 21080 Apr 24 14:17 mod.o
-r-xr-xr-x 1 root sys 108 Apr 24 14:17 system
root on bolger2:/opt/graphics/common/kernel/gvid_info #
root on bolger2:/opt/graphics/common/kernel/gvid_info # /usr/sbin/kminstall -d gvid_info
root on bolger2:/opt/graphics/common/kernel/gvid_info # /usr/sbin/kminstall -a gvid_info
root on bolger2:/opt/graphics/common/kernel/gvid_info # /usr/sbin/config -M gvid_info -u
config: incorrect format version in /stand/dlkm/system.d/drmfgl
root on bolger2:/opt/graphics/common/kernel/gvid_info # /usr/sbin/kmadmin -L gvid_info
kmadmin: gvid_info: Cannot register required kernel module
root on bolger2:/opt/graphics/common/kernel/gvid_info #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 12:58 AM
06-08-2006 12:58 AM
Re: OpenGL/graphics problem under HP-ux 11i
# kmsystem | grep -e gvid -e fgl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 01:09 AM
06-08-2006 01:09 AM
Re: OpenGL/graphics problem under HP-ux 11i
drmfgl Y Y
drmfglrx Y Y
gvid Y -
gvid_core Y -
gvid_him_cons Y Y
gvid_info Y Y
root on bolger2:/ext_soft/sjp/june-patches #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 01:30 AM
06-08-2006 01:30 AM
Re: OpenGL/graphics problem under HP-ux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 08:00 PM
06-08-2006 08:00 PM
Re: OpenGL/graphics problem under HP-ux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 08:08 PM
06-08-2006 08:08 PM