CDE server is starting, but I don't gar a graphival logon


 
Thread Tools Search this Thread
Operating Systems HP-UX CDE server is starting, but I don't gar a graphival logon
# 8  
Old 06-03-2008
Bug

Hi.

Finally I managed to make CDE running once again
vbe, special thanks to you, I used you recommendations and it helped me to search more specific issues that are connected to CDE.

After digging and digging files, I have checked all possible settings and was unable to find any configuration problems.
The solution was:
#/usr/dt/bin/dtconfig -kill
#/usr/dt/bin/dtconfig -e
#/usr/dt/bin/dtconfig -reset
#reboot
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies

2. Solaris

Starting nfs/server

Hi, I do not get nfs/server started. bash-3.00# svcadm enable nfs/server bash-3.00# svcs -a |grep nfs disabled 21:44:36 svc:/network/nfs/cbd:default disabled 21:44:36 svc:/network/nfs/client:default disabled 21:44:51 svc:/network/nfs/rquota:default disabled ... (4 Replies)
Discussion started by: jld
4 Replies

3. UNIX for Advanced & Expert Users

Starting an Apache Server

Sir, I have installed an Apache server in Fedora 9 (packages) and when i go to etc folder and try the command httpd -k start it says command not found....can any one help me out!!! ---------- Post updated at 12:02 PM ---------- Previous update was at 11:46 AM ---------- When i... (4 Replies)
Discussion started by: bssandeshbs
4 Replies

4. Solaris

nfs/server not starting

Hi Gurus Sorry to ask this question again but left with no option I have entry in /etc/dfs/dfstab for resources which i am welling to shaer over the netwrok. Idelay once i execute shaerall it should enabel the nfs/server servcie in Solaris 10, however it was not stared and later i tried... (2 Replies)
Discussion started by: kumarmani
2 Replies

5. Web Development

You don't have permission to access / on this server.

Hello, I've set all permissions for all on my Server folders: chmod a+rwx ServerFolder When I browse to localhost:8000 I receive the following error: You don't have permission to access / on this server. why ? thanks (9 Replies)
Discussion started by: aneuryzma
9 Replies

6. HP-UX

Hp-UX 11.23 - CDE not starting

Hi. I installed HP UX few weeks ago. It had some problems with DNS resolving, but I have solved it. Before the last shutdown all was fine. Now CDE is not starting anymore (no desktop logon - only console logon). Also mail deamon starts for about 5 minutes, so I removed it from rc2.d. CDE... (4 Replies)
Discussion started by: netwalker
4 Replies

7. Solaris

Problem Starting CDE

hi, I have installed Solaris 10 from dvd. I have a 1.8GHz processor and 512mb RAM. When I start it, a message is displayed that Xserver cannot be initialised. Please tell me how to start computer in GUI mode, because it logs me into console mode. Regards Rochit (4 Replies)
Discussion started by: rochitsharma
4 Replies

8. Solaris

x server starting problem

i have installed solaris 10 on PIII i Ghz cpu, whole installation carried out in GUI mode but after installation it is unable to start GUI mode. Error is : "X server can not be started on display 0" screed flickers twice and the CLI login prompt appears (1 Reply)
Discussion started by: ajays
1 Replies

9. UNIX for Dummies Questions & Answers

gar stupid quad booting

well running win xp home win xp pro and linux suse 10 about to install freebsd 5.1 just wondering what problems :mad: im gonna have and any handy tips :rolleyes: (0 Replies)
Discussion started by: lord_of_pie
0 Replies

10. UNIX for Dummies Questions & Answers

starting a server

i am currently am planning to start a webserver to host a community of webpages, but i need help getting started? anyone have any sites or advice for me? thanks! (1 Reply)
Discussion started by: bowlofrice
1 Replies
Login or Register to Ask a Question
DtWsmGetCurrentBackdropWindow(library call)							       DtWsmGetCurrentBackdropWindow(library call)

NAME
DtWsmGetCurrentBackdropWindow -- get the backdrop window for the current workspace SYNOPSIS
#include <Dt/Wsm.h> Window DtWsmGetCurrentBackdropWindow( Display *display, Window root); DESCRIPTION
The DtWsmGetCurrentBackdropWindow function works with the CDE workspace manager, dtwm(1), and returns the window used as the backdrop for the current workspace. The display argument is the X display. The root argument is the root window of the screen of interest. RETURN VALUE
Upon successful completion, the DtWsmGetCurrentBackdropWindow returns the window used as the backdrop for the current workspace. The func- tion returns None if there is no backdrop window for the workspace or if the CDE workspace manager is not running. APPLICATION USAGE
If the DtWsmGetCurrentBackdropWindow function is not successful, failure may be due to a memory allocation error or failure to find the correct workspace information (that is, the CDE workspace manager, dtwm(1), is not running). SEE ALSO
Dt/Wsm.h - DtWsm(5), dtwm(1), DtWsmGetCurrentWorkspace(3), DtWsmGetWorkspaceInfo(3). DtWsmGetCurrentBackdropWindow(library call)