- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X server on multiple displays
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-09-2001 02:18 AM
04-09-2001 02:18 AM
X server on multiple displays
I currently own a J6000 with two graphic cards in it. I would like to display the contents of workspace One on display 1 and 2, and all other workspaces (two, three, etc) only on display 2.
The reason is that I'd like to have a monitor plugged into first graphic card, while a big presentation screen is plugged into the second graphic card; only manipulations done in first workspace should be displayed on the big screen and on my monitor (at the same time), while manipulations done in other workspaces aren't displayed on the big presentation screen.
How should I configure my Xserver to do it ?
If not possible, do you have any other ways to do this ?
Thanks for your help !
Best regards.
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 02:38 AM
04-09-2001 02:38 AM
Re: X server on multiple displays
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 02:40 AM
04-09-2001 02:40 AM
Re: X server on multiple displays
HP FAX PAC
Multi screen configuration for HP workstations running CDE on 10.X
- ------------------------------------------------------
A.) TITLE: How to configure HP workstations running CDE or
mwm to use multiple screens
B.) PROBLEM SUMMARY: You've bought a 715 with an internal CRX
and an CRX-24Z. You'd like to see both graphics cards
at once
C.) AUTHOR: Christine Nasre
D.) DATE: August 19, 1996
E.) KEYWORDS: X, CDE, mwm, multiscreen, configuration, X0screens
- -------------------------------------------------------------
F.) LIST OF TOPICS:
F1-How to create the device files(for 9.x and 10.x)
F2-How to setup a system to use multple screens
F3-How to setup a system to use single logical screen
- -------------------------------------------------------------
F1-How to create the device files(for 9.x and 10.x)
- -------------------------------------------------------------
minor number for 715:
715/64/80/100 => 0x000000 external graphics card (9.X, 10.X)
=> 0x100000 internal " (9.X)
=> 0x010000 internal " (10.X)
715/33/50/75 => 0x100000 external graphics card
=> 0x000000 internal "
To create the device file enter the following:
9.x mknod /dev/crt1 c 12 0x000000
chmod 666 /dev/crt1
10.x mknod /dev/crt1 c 174 0x000000
chmod 666 /dev/crt1
- -------------------------------------------------------------
F2.) How to setup a system to use multple screens
- -------------------------------------------------------------
To accomplish this you need to only change 2 files,
/usr/lib/X11/X0screens and /usr/dt/app-defaults/C/Dtwm.
In X0screens you need to have the device files for the
cards listed. For instance, suppose you have; an internal
graphics card whose device file is /dev/crt, a CRX-28Z whose
device file is /dev/crt2. To have both graphics cards up at the
same time, perform the following:
1. vi /usr/lib/X11/X0screens
make sure the ONLY 2 uncommented lines in this file are:
Screen /dev/crt
Screen /dev/crt
The X0screen configuration can also be done via SAM application
on 10.10 systems.
sam --> Xserver Configuration --> Action --> Modify Screen Options
2. Add these lines to /usr/dt/app-defaults/C/Dtwm that read:
Dtwm*multiScreen: true
Dtwm*screenList: screen_0 screen_1
Make sure that the permissions are alright on the device files
and restart CDE , and you should be set.
If you're running mwm, the only difference is to use:
Mwm*multiScreen: true
Mwm*screenList: screen_0 screen_1
in the /usr/lib/X11/app-defaults/Mwm file.
- -------------------------------------------------------------
F3.) How to setup a system to use single logical screen
- -------------------------------------------------------------
Dtwm has *multiScreen: TRUE by default. To use single a logical screen
1. Edit /usr/dt/app-defaults/C/Dtwm and do:
Dtwm*multiScreen: FALSE
2. Edit /usr/lib/X11/X0screens and add the following line:
SingleLogicalScreen 1 2
/dev/crt0 /dev/crt1
- -------------------------------------------------------------
G.) FURTHER READING
* Using the X Window System (chap. 7)
* Graphics Administration Guide(B2355-90081) (chap. 4)
Xwindows:HP-UX 10.x server configuration
* /usr/lib/X11/Xserver/info/screens/hp has the same information as is
contained in the Graphics Adminsstration Manual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 03:34 AM
04-09-2001 03:34 AM
Re: X server on multiple displays
However, do you know if there is a way to get the same output on both graphic cards?
Again, thanks for help.
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 04:39 AM
04-09-2001 04:39 AM
Re: X server on multiple displays
also are the cards identical and are you aiming for SLS or
a multiple screen setup ( I'm pretty sure both cards need to be identical for SLS to work).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 05:18 AM
04-09-2001 05:18 AM
Re: X server on multiple displays
Sorry for confusion! I meant:
One workstation, two graphic cards (exactly the same cards), two monitors. Is it possible to get the SAME X display on both monitors ?
Regards.
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 05:27 AM
04-09-2001 05:27 AM
Re: X server on multiple displays
You can have CDE desktop split accross both though .. see the SLS.txt file i posted.
Perhaps Kenp or chuck could tell you more about this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 07:35 AM
04-09-2001 07:35 AM
Re: X server on multiple displays
Anyway, thanks for yuor input, Alex. I really appreciate your effort.
Best regards,
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 02:23 PM
04-09-2001 02:23 PM
Re: X server on multiple displays
I'll see if I can test this later tonight.
-chuck