Subject: Re: Starting (needing?) a linux Xserver
To: Anders Eriksson <aer@cdt.luth.se>
From: Frank van der Linden <frank@wins.uva.nl>
List: netbsd-help
Date: 04/24/1998 16:39:39
On Fri, Apr 24, 1998 at 02:34:39PM +0200, Anders Eriksson wrote:
> Hi,
> I got a STB Velocity 128 yesterday and am having trouble with Xfree86. From 
> the Xfree86/3.3.2 installation tool XF86Setup it looks like the card is 
> supported. But when the server is fired up the machine hangs and I have to 
> reboot.
> 
> According to Suse (url: http://www.suse.de/cgi-bin/detail.cgi?lang%3denglish%3aVENDOR%3dSTB%3aNAME%3dVELOCITY%20128) they have a linux-based XFree86 server which supports it. I installed the linux_lib package (as of yesterday) and installed the server and configuretion tool. At startup the server changes to another virtual terminal and dies. Switching back to the original vt I find an error messages about an unimplemented VT call.
> 
> I have no idea what to do about this. is there anybody else who has the STB Velocity 128 working?

The Linux emulation code lacks a couple of VT ioctl calls, so you will
not be able to run a Linux X server without some hackery. I got it
to work one day, but forgot how.. At some point the Linux VT ioctls
that are needed will be implemented (on top of the already existing ones;
currently, there are enough to support things like Linux svgalib).

- Frank