From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 22:11:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0804C16A4CE for ; Fri, 19 Mar 2004 22:11:45 -0800 (PST) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BDDD43D1F for ; Fri, 19 Mar 2004 22:11:44 -0800 (PST) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.10/8.12.10) with ESMTP id i2K6Bdt6037633 for ; Sat, 20 Mar 2004 00:11:39 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)i2K6Bche037630 for ; Sat, 20 Mar 2004 00:11:38 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sat, 20 Mar 2004 00:11:38 -0600 (CST) From: Eduardo Viruena Silva To: freebsd-questions@freebsd.org Message-ID: <20040319235220.N36790@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Sparc Ultra 10 & X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 06:11:45 -0000 Saludos, FreeBSD gurus! I'm trying to configure X in an old sparc ultra 10. I tried without modifying GENERIC kernel, and I got: Fatal server error: xf86OpenConsole: No console driver found Supported drivers: syscons Check your kernel's console driver configuration and /dev entries Now, in my kernel configuration the only thing that I found about graphics cards is: #device creator # Creator graphics cards #device splash # Splash screen and screen saver But I do not know if I have a "creator" graphics card. I uncommented this lines and recompile again. The result was the same. I found "vga" in man pages. According to this page, you can add: device vga in your kernel configuration, but when I try it says: UltaMan:/usr/src/sys/sparc64/conf# config evs config: Error: device "vga" is unknown config: 1 errors Have you installed (and ran) X in this kind of computers? Does it work? Is there any trick I have to learn? Thanks in advance. Eduardo.