Path: utzoo!attcan!uunet!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!aaet.csc.ti.com!olson From: olson@aaet.csc.ti.com (Doug Olson) Newsgroups: comp.windows.news Subject: (none) Message-ID: <9001112135.AA01749.5@marlin.aet_austin> Date: 12 Jan 90 03:47:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 58 [oops - please ignore that last empty message if it gets to you. A goof-up on my part. I incremented the message-id of this one by .5 so it will get through to comp.windows.news -Don] I am trying to run X11/NeWS in X11ONLY mode so I can compare the performance between X11 rel 3, rel 4, X11/NeWS, and X11ONLY X11/NeWS servers. I am currently running Sun OS 4.0.3, X11R3 on a SPARCstation 1, and will be moving to X11R4 soon. The X11/NeWS server I have came from the Sun 1.0 Open Windows release tape. I haven't been able to bring up X11ONLY mode for some reason. X11/NeWS comes up just fine, but neither X11ONLY or NEWSONLY work. All that I get is a root window with mouse tracking, but no clients and no way to start any clients. I have set up an openwin-init file in my home directory for the X11ONLY server to use: #! /bin/sh # # a setup script to start X window system # if test "$DISPLAY" = "" then DISPLAY='unix:0' export DISPLAY fi twm& x=$! sleep 10 xset m 2 2 xterm -ls -iconic -geom 90x21+20+40 -name term3 & xterm -ls -geom 90x21-3+120 -name term1 & xterm -C -iconic -geom 90x15+20+40 -name console & loginscreen=$! xterm -ls -geom 90x21+0+10 -name term2 & sleep 4 xbiff -file /var/spool/mail/olson& xclock & emacs & xman & xcalendar -geom 305x150-3+470 & xphoon & xset +fp /home/olson/myfonts xset -b xset s noblank xset s 1800 1 wait $loginscreen; kill -9 $x xmodmap .xmodmaprc I have set X11ONLY and USE_MIT_VISUALS to t, I have also tried not setting USE_MIT_VISUALS. Any help regarding bringing X11/NeWS up with X11ONLY set would be greatly appreciated. Thanks in Advance, Doug olson@aaet.csc.ti.com