Subject: Getting XiG Accelerated X 6.0 to run on NetBSD 1.5.1
To: None <port-i386@netbsd.org>
From: Joe Abley <jabley@automagic.org>
List: port-i386
Date: 03/26/2001 11:27:50
I'm trying to get an AccelX server running on an i386/1.5.1 box.
AccelX 6.0 for FreeBSD is ELF, which I gather we don't emulate.
The linux binary seems to execute just fine with the suse bits
installed from pkgsrc, but it's having trouble opening whatever
device it needs to talk to the video card; I tried ktrace -d to
see what files the server was trying to open, but it doesn't
seem to want to tell me anything (beyond opening /emul/linux/
lib/ld-linux.so.2, anyway).
I'm using wscons. Anybody know what symlinks I should install
under /emul/linux/dev to make this work?
I've tried the set recommended in compat_linux(8), but they don't
seem to do the right thing (Xaccel still complains "couldn't
open VT: no such file or directory").
Joe
jabley@goose[40]$ uname -a
NetBSD goose.home.automagic.org 1.5.1_ALPHA NetBSD 1.5.1_ALPHA (GOOSE) #0: Fri Mar 16 14:01:39 EST 2001 jabley@goose.home.automagic.org:/usr/src/sys/arch/i386/compile/GOOSE i386
jabley@goose[41]$ pkg_info | grep -i suse
suse_base-6.4nb2 Linux compatibility package
suse_audio-6.4 Linux compatibility package for audio libraries
suse_compat-6.4 Linux compatibility package with old shared libraries
suse_libc5-6.4 Linux compatibility package for libc5 binaries
suse_libjpeg-6.4 Linux compatibility package for jpeg binary
suse_libpng-6.4 Linux compatibility package for png library
suse_x11-6.4 Linux compatibility package for X11 binaries
suse_glx-6.4 Linux compatibility package for GLX binaries
suse_gtk-6.4 Linux compatibility package for GTK binaries
suse_xforms-6.4 Linux compatibility package for xforms binaries
suse_linux-6.4 Linux compatibility package collection
jabley@goose[42]$ startx
Xaccel 6.0 (build 6000/DENALI,AX) Accelerated-X (tm) Display Server
Copyright (c) 1993-2000 by Xi Graphics, Inc.
All Rights Reserved
Unpublished -- Rights reserved under the Copyright Laws of the United States
Couldn't open VT: No such file or directory
Fatal server error:
Failed to setup display.
^Cxinit: unexpected signal 2
jabley@goose[43]$