[2949] in Release_Engineering

home help back first fref pref prev next nref lref last post

Auditorium X server

daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Sat Nov 14 15:40:55 1992

From: epeisach@Athena.MIT.EDU
Date: Sat, 14 Nov 92 15:40:44 -0500
To: f_l@Athena.MIT.EDU, test-cluster@Athena.MIT.EDU, ylsul@Athena.MIT.EDU
Cc: op@Athena.MIT.EDU, rel-eng@Athena.MIT.EDU


Sorry for the large to/cc list but I want to tell you of something I
did which may be considered a no-no. I changed configuration of
auditorium and now has X properly working.

The problem was that the wrong X server was trying to be used.

The following changes were required:

a) I installed Xtx in /etc. (I extracted it by
	cd /mit/mips_subsets/4.2A
	cat UDWXTXSER425 | zcat | (cd /tmp; tar xvf -)
	cp /tmp/usr/bin/Xtx /etc

b) Changed /etc/athena/login/config to point at new X server and at
	100dpi.
athena% diff config.orig config
8,9c8,9
< X     /etc/Xws -v :0 -fp /etc/athena/login/fonts/ -co /etc/athena/login/rgb
< #X    /etc/Xtm2d -v :0 -fp /etc/athena/login/fonts/ -co /etc/athena/login/rgb---
> #X    /etc/Xws -v :0 -fp /etc/athena/login/fonts/ -co /etc/athena/login/rgb
> X     /etc/Xtx -v :0 -fp /etc/athena/login/fonts/ -co /etc/athena/login/rgb
13,14c13,14
< login /etc/athena/xlogin -config /etc/athena/login -display :0.0 -fp /usr/athena/lib/X11/fonts/misc/,/usr/athena/lib/X11/fonts/75dpi/,/usr/athena/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/decwin/75dpi/
< #ULT100login  /etc/athena/xlogin -config /etc/athena/login -display :0.0 -fp /usr/athena/lib/X11/fonts/misc/,/usr/athena/lib/X11/fonts/100dpi/,/usr/athena/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/decwin/100dpi/
---
> #login        /etc/athena/xlogin -config /etc/athena/login -display :0.0 -fp /usr/athena/lib/X11/fonts/misc/,/usr/athena/lib/X11/fonts/75dpi/,/usr/athena/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/decwin/75dpi/
> login /etc/athena/xlogin -config /etc/athena/login -display :0.0 -fp /usr/athena/lib/X11/fonts/misc/,/usr/athena/lib/X11/fonts/100dpi/,/usr/athena/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/decwin/100dpi/


c) Created 
	/etc/athena/xserver.conf:
	auditorium# cat > /etc/athena/xserver.conf
	100DPI

	This will ensure that future updates will know that this
machine is 100dpi.

What should be done:
a)  determine if the default kernel options will work on this machine.
(I suspect yes).

b) If this machine configuration will be supported, fix do_update and
phase2.sh and the system packs to include this X server (in the next
release). (Oops - don't forget to include the X server as an exception
in the track rules as well)

c) Get another monitor next to the machine. Boot using
3/rz2/vmunix -a -mg

and see if proper two headed support actually works....

That is all....

	Ezra


home help back first fref pref prev next nref lref last post