Subject: Re: Cant get x running
To: None <port-arm32@netbsd.org>
From: Adrian Ireland <aireland@mail.indigo.ie>
List: port-arm32
Date: 09/06/1998 01:12:54
In message <376d38048%Thilo@RiscPC.HEH.Uni-Oldenburg.DE>
          Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE> wrote:

> In message <593d18048%aireland@aireland.mail.indigo.ie>
>           Adrian Ireland <aireland@mail.indigo.ie> wrote:
> [snip]
> > (4) Create the /etc/ld.so.conf file
> > ls -l /etc
> > ..[snippity snip] ...
> > -rw-r--r--  1 ireland  wheel        30 Sep  5 04:22 ld.so.conf
> > ..[snippity snip] ...
> > to read
> > /usr/X11R6/lib
> > /usr/local/lib
> [snip]
> > (5) Tried to startx with
> > startx
> > 
> > Unfortunately I just get
> > /usr/libexec/ld.so: xinit: libXmu.so.6.0: No such file or directory
> 
> You have to run "ldconfig". (This will be done on every boot, it creates
> a "hint" file about all shared librarys in /usr/lib and those directorys
> listed in /etc/ld.so.conf.)
> 

I went back to scratch 
rm -r /usr/X11R6
- Downloaded the tar.gz files from the ftp site
xarm33 xbase xcomp xcontrib xfont xserver
(seems to have changed a bit from my last download)
- Moved them into /usr/distrib using unixfs
- Made sure the directory X11R6 was there and there was 
a symlink from X11R6.3 to this
- unzipped them and untarred them
gzip -d /usr/distrib/xarm33.tar.gz
tar xpf /usr/distrib/xarm33.tar
and repeated for the others (xbase xcomp xcontirb xfont xserver)
- made sure I had an /etc/ld.so.conf file
/usr/X11R6/lib
/usr/local/lib
(Tried putting /usr/pkg/lib in that but had to take it out as the
directory did not exist and ldconf barfed)
- ran ldconf
- startx

:-) I got
startx

XFree86 version 3.3.2 /X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: March 2 1998
	If the server is older than 6-12 months, or if your card is newer
	than the above date, look for a newer version before reporting
	problems.  (see http://www.XFree86.Org/FAQ)
Operating System: NetBSD 1.3 The NetBSD Foundation, Inc.
Configured drivers:
  SVGA:  server for SVGA graphics adaptors (Patchlevel 0):
      ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546,
      ct65548, ct65550, ct65554, ct65555, ct68554, ct64200, ct64300,
      CyperPro2010, generic

Fatal server error:
xf86OpenPccons: CONSOLE_X_MODE_OFF failed (Inappropriate ioctl for device)
Was expecting pccons driver with X support
Check your kernel's console driver configuratiohn and /dev entries

X connection to :0.;0 broken (explicit kill or server shutdown).

I even rebooted and tried again, same result.

Suggestions?

Adrian
-- 
Adrian Ireland mailto:aireland@indigo.ie http://indigo.ie/~aireland/
Worse things happen in C.