- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Twin headed B2000
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
04-04-2003 02:38 AM
04-04-2003 02:38 AM
Twin headed B2000
It's been working with 11.00
for many months, no problems.
Since the upgrade to 11.11 the
second head won't work. The
system sees it, but attempting
to run an Xserver against it
causes Xhp to memory fault.
Xf86 gives an unhelpful error
too.
The built-in head works fine.
The heads are:
- HP VISUALIZE-FXE(0)
1600x1200 @ 75 Hz
- HP VISUALIZE-FX2(2)
1280x1024 @ 75 Hz
and both are recognised by
the system (ioscan).
Any ideas why X may not like
the second head - even if I
try configure single-headed
with only the second head?
Thanks
--
Cheers
Jules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 05:48 AM
04-04-2003 05:48 AM
Re: Twin headed B2000
result ?
Is a core file produced ? file core ?
/var/dt/Xerrors ?
graphinfo output & Xserver patch level ?
Is this a SLS or multiheaded configuration, my guess is it MUST be multiheaded since you have 2 different graphics cards right ?
bit short of time today ... try the suggestion/post the details I'll try to come back shortly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:19 AM
04-04-2003 06:19 AM
Re: Twin headed B2000
try remaking the special files
rm /dev/*crt*; insf -evd framebuf
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:50 AM
04-04-2003 06:50 AM
Re: Twin headed B2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 08:33 AM
04-04-2003 08:33 AM
Re: Twin headed B2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 07:26 AM
04-05-2003 07:26 AM
Re: Twin headed B2000
You can also try modifying kernel parameters, especially if there's a 32 bit upgrade to 64 bit. Here are some suggestions:
maxfiles
massiz
maxdsiz
maxtsiz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 12:40 AM
04-07-2003 12:40 AM
Re: Twin headed B2000
No graphinfo ? this should come with the TCOE install for workstations ....
I'd suggest you check with ioscan the h/w (graphics cards ) ensure the appropriate drivers are installed in the kernel ie usb, and graph3, if that all checks out ... dig out the install media and try again .... let us know how you get on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 04:01 AM
04-07-2003 04:01 AM
Re: Twin headed B2000
Care should be taken if adding entries to the Xstart file by hand.
There should never be more than a single entry for any given display
connection number. If multiple lines exist for a given display
connection then unpredictable results might occur.
I don't believe that you CAN mix FXE/5/10 and the FX2/4/6 graphics cards in the same Xserver configuration. They use different forms of locking.
The following engineering note isn't completely clear on the FXE issue but I believe you cannot mix the FXE with an FX2 graphics:
PROBLEM
Are the Visualize FX5 and FX2 cards compatible in multi-screen mode?
CONFIGURATION
Operating System - HP-UX
Version - 10.20
Hardware System - HP9000
Series - C3600
Subsystem - VISUALIZE FX5/FX10
RESOLUTION
No, the FX5 and FX2 cards are not compatible in multi-screen mode.
Both the VISUALIZE-fx5/10 and the VISUALIZE-fx2/4/6 families use
a hardware synchronization mechanism called implicit locking.
This is a new kernel-based semaphore mechanism that shares the
graphics device between multiple X and 3D processes without
incurring a high performance hit. Multi-screen configurations are
not supported between the VISUALIZE-fx5/10 and VISUALIZE-fx2/4/6
cards because the algorithm cannot handle both fx5/10 and fx2/4/6
devices at the same time.
However, multi-screen configurations are supported between the
VISUALIZE-fxe and VISUALIZE-fx5/10 cards because the fxe device
does not use implicit locking.