Solaris / OpenSolarisThis forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
First option: install an X11 server software on your W2K box (e.g. commercial like Hummingbird and reflexionX, or free Cygwin/X) then it should just be a matter of configuration.
Second option: install an alternate remote display service on the Solaris Box (e.g. commercial like Citrix and Tarantella, or free like VNC) and access your desktop with the service's client.
when using Xwin/Xmanager to access a solaris machine, which config file is being read first ? by default when i tried, it seems to connect right away to a solaris machine, unlike fedora, where it has the port 177 disable, and with the line "Display something something " inserted into its xdm-config.conf last line.
i understand in fedora, it read the file xdm-config.conf, then depending on if you are using gnome or kde, u will have to config gdm.conf and kdm.conf accordingly. correct me if i'm wrong ? is it the same concept in solaris ? meaning, if you just wan basic CDE window, you just config xdm-config, but if you wish to use gnome desktop, you config gdm.conf accordingly ?
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
man dtlogin will (I hope) give you the answer for Solaris up to version 9.
With Solaris 10, you'll have the choice of either still using dtlogin (CDE) or gdm.
1. Install Cygwin & Cygwin-X on my WK2
2. Launch Cygwin bash as it
3. Type : XWin -query hostname -nodecoration -lesspointer &
And it worked fine.
However, I am using x86 SunOS 5.10 and got the following results with GUI :
1. on the solaris box login root with CDE is OK
2. on the solaris box login user1 with CDE fail
3. login remote with user1 with JavaDesktop System release 3 works fine.
After trying point 2 without success, I checked two logs : /var/dt/Xerrors and /var/log/Xorg.0.log
I have in /var/log/Xorg.0.log :
AUDIT: Wed Dec 22 20:10:40 2004: 3974 Xorg: client 4 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
And in /var/dt/Xerrors :
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: SunOS 5.10 s10_66 i86pc
Build Date: 23 September 2004
[...]
xf86AutoConfig: Primary PCI is 1:0:0
Running "/usr/X11/lib/X11/getconfig/getconfig -X 60800000 -I /etc/X11,/usr/X11/etc/X11,/usr/X11/lib/modules,/usr/X11/lib/X11/getconfig -v 0x1002 -d 0x524c -r 0x00 -s 0x8086 -b 0x464a -c 0x0300"
getconfig: Version 1.0.
getconfig: Xorg Version: 6.8.0.0.
getconfig: 23 built-in rules.
getconfig: rules file '/usr/X11/lib/X11/getconfig/xorg.cfg' has version 1.0.
getconfig: 1 rule added from file '/usr/X11/lib/X11/getconfig/xorg.cfg'.
getconfig: Evaluated 24 rules with 0 errors.
getconfig: Weight of result is 500.
New driver is "ati"
(==) Using default built-in configuration (116 lines)
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) Failed to load module "keyboard" (module does not exist, 0)
[...]
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error: Num_Lock added to symbol map for multiple modifiers
> Using Mod3, ignoring Mod2.
Errors from xkbcomp are not fatal to the X server
AUDIT: Wed Dec 22 20:10:37 2004: 3974 Xorg: client 2 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
AUDIT: Wed Dec 22 20:10:37 2004: 3974 Xorg: client 4 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
[...]
AUDIT: Wed Dec 22 20:10:40 2004: 3974 Xorg: client 4 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
/usr/openwin/bin/xset: bad font path element (#59), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/openwin/bin/xset: bad font path element (#59), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Warning: Null child found in argument list to unmanage
/usr/openwin/bin/xset: bad font path element (#59), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
/usr/openwin/bin/xset: bad font path element (#59), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Warning: Null child found in argument list to unmanage
Obviously, there is something wrong. Any idea ? Thanks for the help.
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
Perhaps permission issues.
Try moving ~user1/.dt to ~user1/.dt.old and log-in as user1, that will reinitialize user1's environment.
Do you observe the same font path errors when root is launching CDE ?
Another one : I know root should not login remotely and use su instead BUT what if I want root to login remotely into CDE? Is there a way to bypass the limitation ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.