Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No dtlogin Screen

Status
Not open for further replies.

elmo123

ISP
Sep 26, 2003
4
DE
Hello,

I got the following problem:

After dtlogin start's there is no loginscreen, only the Solarislogo is displayed, the menubar to enter the loginname is missing, in /var/dt/Xerrors i found this entry's:

# more Xerrors
Warning:
Name: login_form
Class: XmForm
2054-267 Bailed out of edge synchronization after 10,000 iterations
Check for contradictory constraints on the children of this form.

Warning:
Name: matte1
Class: XmForm
2054-267 Bailed out of edge synchronization after 10,000 iterations
Check for contradictory constraints on the children of this form.

Warning:
Name: matte1
Class: XmForm
2054-267 Bailed out of edge synchronization after 10,000 iterations
Check for contradictory constraints on the children of this form.

Warning:
Name: matte1
Class: XmForm
2054-267 Bailed out of edge synchronization after 10,000 iterations

My /usr/dt/config/Xservers contains only this line:
:0 Local local_uid@console root /usr/openwin/bin/Xsun :0 -nobanner

Maybe someone had an idea?

Regard's
Elmar
 
DO a Boot -s once you are login do this.
DISPLAY environment variable is set. Type:

printenv DISPLAY

to see if it is set.

If it is not, usually the problem can be fixed by
setting your DISPLAY to 'unix:0.0'. Type:

setenv DISPLAY unix:0.0

and try running this program again.
 
Hello,

Thanks for your reply!

I can't reboot the system till monday, but I've done a printenv.
The DISPLAY entry is missing....
But I can't find the setenv command..

Regard's
Elmar
 
Hi Elmar,

setenv is a csh builtin - I guess you are using ksh or something similar.

try:

export DISPLAY=unix:0.0

Scotty
 
Hello,

Iv'e added the DISPLAY variable, rebooted the system, now there is no entry in var/dt/Xerrors
I have to wait until monday to look at the Display, because i only have a serial connection to the system now.
Hope login works now!
If not any other ideas why the login menubar is missing?

Regard's
Elmar
 
Hello,

Thanxs to all!
I't works great!

Regard's
Elmar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top