[18369] in Athena Bugs
linux 8.4.13: no xlogin after update
daemon@ATHENA.MIT.EDU (Abby Fox)
Tue Oct 3 09:04:23 2000
Message-Id: <200010031304.JAA02501@n42-203-1.mit.edu>
To: bugs@MIT.EDU
Date: Tue, 03 Oct 2000 09:04:17 -0400
From: Abby Fox <ajfox@MIT.EDU>
System name: n42-203-1.mit.edu
Type and version: i686 8.4.13
Display type: XFree86 3.3.6 SVGA
Shell: /bin/athena/tcsh
Window manager: ctwm -W
I moved this machine to beta-linux yesterday, since it occurred to me
that GX110s might not be getting much testing. This morning, it
appeared to have taken the update, but was sitting at console login. I
tried a reboot to no avail, then tried copying in XF86Config from the
machine next door, and it's able to start X now. The diffs include:
> FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
which doesn't exist on this machine; also, it went from
Driver "accel"
Device "Nvidia Corporation|Riva TNT2 Model 64"
Monitor "User Specified Specs"
Subsection "Display"
Depth 32
Modes "1600x1200"
ViewPort 0 0
EndSubsection
to:
Driver "accel"
Device "nVidia Corporation|Riva TNT2 Model 64"
Monitor "User Specified Specs"
Subsection "Display"
Depth 32
Modes
ViewPort 0 0
EndSubsection
Maybe it wants "1280x1024"?
The files if you want to look at them are at:
~ajfox/Public/dumps/XF86Config-8.4.11-202
~ajfox/Public/dumps/XF86Config-8.4.13-203
--Abby