Operating System - HP-UX
1826614 Members
3197 Online
109695 Solutions
New Discussion

Displaying on a local host

 
SOLVED
Go to solution
Jonathan Caplette_1
Super Advisor

Displaying on a local host

Hi guys,

I've a new system with HP-UX 11i installed... I've installed a spaceball mouse, and with the driver comes a manager to map the button, when I logon localy on the system as 'root' the daemon runs and the manager icons appears, but when I logon as another user than root, the daemon is running, but the icons of the manager doesn't start, to start it I just have to do a 'xhost +' and then the icon appears... Do you know how can I arrange that when I login as a normal user I should have to do a xhost +???

Thanks!
Jonathan
3 REPLIES 3
Stefan Farrelly
Honored Contributor

Re: Displaying on a local host

Try adding the command into the .dtprofile file in the users home directory.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Alex Glennie
Honored Contributor
Solution

Re: Displaying on a local host

2 ways : add xhost + in the users .profile.

ensure the user has a $HOME/.Xdefaults file with :

dtterm*loginShell: True

if not create it log in and out of cde for changes to take effect.

or
try creating a /etc/X0.hosts file... add the local hostname here

restart X ......
Jonathan Caplette_1
Super Advisor

Re: Displaying on a local host

Thanks Alex,

The Xdefaults files that's what was missing to my config...!

Regards
Jonathan