Sponsored Content
Operating Systems Solaris Xdm error 2817 SunOS 4.1.4 OpenWindows Post 303017526 by goodbyespy on Thursday 17th of May 2018 03:07:54 AM
Old 05-17-2018
Hello!
Thank you very much MadeInGermany!
I have solved issue.
Well,
1. in the file /etc/ttytab
- console ... off
2. in the file /usr/openwin/lib/xdm/xdm-config
added a line
- DisplayManager*startup: /usr/openwin/lib/xdm/Xstartup
3. in the folder /usr/openwin/lib/xdm
created a file Xstartup:
#############
/usr/etc/chown $USER /dev/console
/usr/etc/chown $USER /tmp/.NeWS-unix/N0
/usr/etc/chown $USER /tmp/.X11-unix/X0
#############

restarted xdm: kill -HUP pid-xdm (parent)

Before that:
I have created files .xinitrc; .Xdefaults in the users home
directory.

Now I am tuning settings of X and XDM.
This User Gave Thanks to goodbyespy For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Removing CDE and openwindows

Hi, I have searched the internet and this site and cannot find a way to remove CDE from a sparc Solaris 8 machine. I could run pkgrm on the individual CDE packages but would like to know if there is a more efficient way. 2.5.1 seemed to have had an uninstall script that 8 does not. What... (1 Reply)
Discussion started by: blp001
1 Replies

2. UNIX for Advanced & Expert Users

Migration of binary file from Sunos 5.8 to Sunos 5.9

I have compiled binary file using "cc" on SunOS 5.8 and the same binary file i have copied to SunOS 5.9 and it is giving me core dump error.I want to know whether migration of compiled code from lower version to higer version created this problem. how can i solve this problem.I am pasting the core... (1 Reply)
Discussion started by: Arvind Maurya
1 Replies

3. Solaris

configuring xdm on s10\open solaris

can someone hlpe me to use a X display manger to oepnsolaris I'm using 79a & have setup XMING on a windows client On the Solaris box I notice that XDM is not running, which i assume is essential for xming\client. I've read somewhere that to enable XDM i need to run gdmconfig so i've # xhost+... (5 Replies)
Discussion started by: stevie_velvet
5 Replies

4. UNIX for Dummies Questions & Answers

OpenWindows shelltool full size...

Hi, I would like to change the size of the shelltool window when the full size is selected, by clicking on the top of the window. The issue is... I have a monitor that cannot do 1152x900 resolution format. The monitor can only do 1152x870. Also the frame buffer cannot do any other resolution.... (0 Replies)
Discussion started by: Sean_69
0 Replies

5. Solaris

OpenWindows display resolution problem

Hi all! On my SPARC mashine I have changed the screen resolution from default to: output-device screen r1024x768x75, because the OBP picture too big (e.g. Sun Logo and OBP text). Now, after the system booting I have the problem with OpenWindows picture (e.g. the window manager does not display... (2 Replies)
Discussion started by: wolfgang
2 Replies

6. UNIX for Dummies Questions & Answers

What is the difference between XDM and Citrix

Hi all, I have remote 2Mbs connection to server. I am wondering - what is the difference (i mean - transferring data) between Citrix sessions and XDMCP? Why I can connect to server using Citrix and when clicking to open some application its opening fast, but when i am clicking to open same... (0 Replies)
Discussion started by: nypreH
0 Replies

7. Solaris

What is the difference between XDM and Citrix

Hi all, I have remote 2Mbs connection to server. I am wondering - what is the difference (i mean - transferring data) between Citrix sessions and XDMCP? Why I can connect to server using Citrix and when clicking to open some application its opening fast, but when i am clicking to open same... (1 Reply)
Discussion started by: nypreH
1 Replies

8. UNIX for Dummies Questions & Answers

Boot error with SunOS 5.6 Help!

Hello, We have a SunOS 5.6 system that works as a Real Time Interface to make work an engraving machine. Today we started the computer and showed the next message: Boot device: disk:a File and args: SunOS Release 5.6 Version Generic_105181-39 Copyright (c) 1983-2003, Sun Microsystems,... (3 Replies)
Discussion started by: hgb_flexaprint
3 Replies

9. Solaris

SunOS 4.1.4 with OpenWindows 3

Hi guys, Just wondering how I can get OpenWindows 3 window manager. I installed SunOS 4.1.4 on Qemu and when I type Openwin, I will get a purpleish interface, which I am not fond of. I'd like to have the following look and feel... OpenWindows 3 - SunOS 4.1.4 Thanks Jack (2 Replies)
Discussion started by: lucky7456969
2 Replies

10. Ubuntu

What does ?xdm? under the IDLE column mean?

I'd appreciate an explanation of the ?xdm? listing under the IDLE column (see below) after I ran the 'w' command in BASH. I recently used 'umask 0022' but reset it to 'umask 0000' I can't think this would have caused the ?xdm?, but as a total novice, I'd like some help. USER TTY FROM ... (1 Reply)
Discussion started by: hal_v_1937
1 Replies
xdm.options(5)							File Formats Manual						    xdm.options(5)

NAME
xdm.options - configuration options for the X display manager DESCRIPTION
/etc/X11/xdm/xdm.options contains a set of flags that determine some of the behavior of the X display manager xdm(1x). Most of xdm's behavior is customized through other files; consult the xdm manual page if this manual page does not describe the behavior you want to alter. /etc/X11/xdm/xdm.options may contain comments, which begin with a hash mark ('#') and end at the next newline, just like comments in shell scripts. The rest of the file consists of options which are expressed as words separated by hyphens, with only one option per line. Options are enabled by simply placing them in the file; they are disabled by prefixing the option name with 'no-'. Available options are: ignore-nologin Normally, if the nologin(5) file exists, its contents will be displayed using xmessage(1x) (if xmessage is available), and the user will be returned to the xdm login screen after xmessage is dismissed instead of starting the X session. If this option is enabled, xdm starts a session as usual (after xmessage is dismissed, if xmessage is available and the nologin file exists). This behavior is disabled by default: nologin is heeded, not ignored. restart-on-upgrade Enable this option with caution on 'production' machines; it causes the daemon to be stopped and restarted on upgrade, even if the process has children (which means it is managing X sessions). Typically when a package that contains a daemon is being installed or upgraded, its maintainer scripts stop a running daemon process before installing the new binary, and restart it after the new binary is installed. Stopping xdm causes immediate termination of any sessions it manages; in some situations this could be an unwelcome surprise (for instance, for remote xdm users who had no idea the administrator was performing system maintenance). On the other hand, for machines that stay up for long periods of time, leaving the old daemon running can be a bad idea if the new version has, for instance, a fix for a security vulnerability (overwriting xdm's executable on the file system has no effect on the copy of xdm in memory). The xdm package's pre-removal script checks to see if the xdm process has any children; if it does, it is possible that someone's session would be killed by stopping xdm, so a warning is issued and an opportunity to abort the upgrade of xdm is pro- vided. Furthermore, restarting xdm on upgrade can be surprising, because a locally-managed X server can change the active VT even while other packages are continuing to upgrade. If, by intent or accident, the X server does not honor the key sequence to switch VTs back to a virtual console, this can be undesirable. This behavior is disabled by default: xdm will be not be stopped or started during an upgrade of its package; the administrator will have to do so by hand (with invoke-rc.d xdm restart or by rebooting the system) before the newly installed xdm binary is used. start-on-install Enable this option with caution; it causes the xdm daemon to be started immediately after the package is installed. See the above entry regarding restart-on-upgrade for other caveats regarding the consequences of starting the xdm daemon during package manage- ment. This behavior is disabled by default: xdm will not be started when it is installed. Changing this setting can affect future installs if the package is removed, but not purged (which removes 'conffiles', including xdm.options). use-sessreg This option causes the /etc/X11/xdm/Xreset script to call the sessreg(1x) program to register X sessions managed by xdm in the utmp(5) and wtmp(5) files. If it is disabled, the utmp and wtmp files will have no record of xdm sessions. This behavior is enabled by default; sessreg will be used. Users of older versions of the Debian system should note that the 'run-xconsole' option has been removed. The shell script named /etc/X11/xdm/Xreset can be edited to disable or modify the running of xconsole on the xdm greeter screen; see xdm(1x) for more information. AUTHORS
Stephen Early, Mark Eichin, and Branden Robinson customized xdm's startup and reset scripts and package maintainer scripts to implement the functionality described above. This manual page was written by Branden Robinson. SEE ALSO
sessreg(1x), xmessage(1x), xdm(1x), nologin(5), utmp(5), wtmp(5) Debian Project 2004-10-31 xdm.options(5)
All times are GMT -4. The time now is 02:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy