From nobody  Mon Dec  2 15:00:11 1996
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id PAA19739;
          Mon, 2 Dec 1996 15:00:11 -0800 (PST)
Message-Id: <199612022300.PAA19739@freefall.freebsd.org>
Date: Mon, 2 Dec 1996 15:00:11 -0800 (PST)
From: jan.zorz@siol.net
To: freebsd-gnats-submit@freebsd.org
Subject: Cannot start X windows on Dell PentiumPro200 64Mram Imagine128 II VC (4M)
X-Send-Pr-Version: www-1.0

>Number:         2138
>Category:       misc
>Synopsis:       Cannot start X windows on Dell PentiumPro200 64Mram Imagine128 II VC (4M)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec  2 15:10:01 PST 1996
>Closed-Date:    Sun Dec 8 14:52:11 MET 1996
>Last-Modified:  Sun Dec  8 06:00:01 PST 1996
>Originator:     Jan Zorz
>Release:        2.1.6
>Organization:
Telekom Slovenia 
>Environment:
>Description:
I have Pentium Pro 200Mhz Dell machine with 64Megs of ram. Ihave Number9
video card Imagine 128 II with 4Megs of ram. I also have Adaptec SCSI
controller and Barracuda 2G disc. There are no problems, except with X 
windows. I tried all posibilities (VGA, SVGA, all modes......everything)
, but whenever I start /usr/X11R6/bin/X my moniteur change to graphic
mode and then machine do hard reboot. I tried with "./W >> boot.txt" or
"./X | tee boot.txt" but file is empty. Can you tell me why ? 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Dec 8 14:52:11 MET 1996 
State-Changed-Why:  
Upgarde to XFree86 3.2 required, the XF86_I128 server 
must be used. 


From: J Wunsch <j@uriah.heep.sax.de>
To: jan.zorz@siol.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/2138: Cannot start X windows on Dell PentiumPro200 64Mram Imagine128 II VC (4M)
Date: Sun, 8 Dec 1996 14:47:47 +0100 (MET)

 As jan.zorz@siol.net wrote:
 
 > >Synopsis:       Cannot start X windows on Dell PentiumPro200 64Mram Imagine128 II VC (4M)
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       high
 > >Responsible:    freebsd-bugs
                    XFree86 :-)
 
 > I have Pentium Pro 200Mhz Dell machine with 64Megs of ram. Ihave Number9
 > video card Imagine 128 II with 4Megs of ram. I also have Adaptec SCSI
 > controller and Barracuda 2G disc. There are no problems, except with X 
 > windows. I tried all posibilities (VGA, SVGA, all modes......everything)
 
 Not all... what you need is XF86_I128, obviously.
 
 It hasn't been available in XFree86 3.1.2, but is now in version 3.2.
 
 > , but whenever I start /usr/X11R6/bin/X my moniteur change to graphic
 > mode and then machine do hard reboot. I tried with "./W >> boot.txt" or
 > "./X | tee boot.txt" but file is empty. Can you tell me why ? 
 
 You forgot to redirect stderr.  For csh:
 
 	./X >& boot.txt
 
 For Bourne-alike shells:
 
 	./X 2>&1 > boot.txt
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
>Unformatted:
