Operating System - HP-UX
1829691 Members
8127 Online
109992 Solutions
New Discussion

disable internal display on c180, allow X11 remote login

 
Brad Bobak
Occasional Contributor

disable internal display on c180, allow X11 remote login

Hi, I have just come across a c180 visualize workstation and have hp-ux 11.00 installed on it.
The c180 has an onboard video card, but, as I will be using this station headless, I would like to disable the onboard video card if this is possible..
Also, I would like to setup X to allow a remote connection from my lan (via Xhost -query...) if this is possible..
Any suggestions, pointers, etc are appreciated.
3 REPLIES 3
Court Campbell
Honored Contributor

Re: disable internal display on c180, allow X11 remote login

just don't hook up a monitor.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Alex Glennie
Honored Contributor

Re: disable internal display on c180, allow X11 remote login

Check for the following files

/usr/dt/config/xserver & /etc/dt/config/Xserver

/etc has precedence

edit where appropriate the last line reading

local local@console ....


it should disable starting X on the local console (monitor) but still allow remote dtlogin (CDE) request to be run.
linuxfan
Honored Contributor

Re: disable internal display on c180, allow X11 remote login

Hi Brad,

There are multiple ways to achieve this.

Normally CDE is started by /sbin/rc3.d/dtlogin.rc and it sources the file /etc/rc.config.d/desktop.

Run "ch_rc -l -p DESKTOP" to see the current setting (Most probably it's set to CDE"
To change it edit the file manually or run
"ch_rc -a -p DESKTOP="

Another option is to change /sbin/rc3.d/S990dtlogin.rc to s990dtlogin.rc so the file won't run on reboots.
They think they know but don't. At least I know I don't know - Socrates