From owner-freebsd-hardware@FreeBSD.ORG Sun May 24 06:44:21 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F89106564A for ; Sun, 24 May 2009 06:44:21 +0000 (UTC) (envelope-from ccna.syl@gmail.com) Received: from mail-gx0-f179.google.com (mail-gx0-f179.google.com [209.85.217.179]) by mx1.freebsd.org (Postfix) with ESMTP id 893558FC0A for ; Sun, 24 May 2009 06:44:21 +0000 (UTC) (envelope-from ccna.syl@gmail.com) Received: by gxk27 with SMTP id 27so716733gxk.19 for ; Sat, 23 May 2009 23:44:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Y246e5rjWgqxPOFtot/DcO8hfcZOP2WQk+AtPkhZ4h0=; b=obXfrYbiU18UJXZqkROzXChKpUOk7sjOTRYUhjv7Teaiq2gme60DtAtn2TyD0CYlv+ W/woYqPTDDPaO4nMwFEAZxkXXhiT9TE2+lfMSQSkUDE4is78tQBjk1u1/6K/mItu0hgy 9Mlz9s1+fRDY3wqrq+LeLBjSidvCoixpRpl8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=mhOIXN8lB5DSkyqPxBvhhATmTwwes3mPrnAsg5YNSPXYp9c86Nlt5a46TEWNCINh5K z2R5r5JFk1zsL1WsmQ+tokgTM8mgVE+P20VaB2L7Ez04+NtB/qOfJ2a8Gk9qMxmL4f2e bkLzbDw6jPJmqBV8JJPgCpPk1AWht4VrwnoJw= MIME-Version: 1.0 Received: by 10.231.38.196 with SMTP id c4mr1142699ibe.31.1243145779060; Sat, 23 May 2009 23:16:19 -0700 (PDT) In-Reply-To: References: From: Sylvestre Gallon Date: Sun, 24 May 2009 06:15:59 +0000 Message-ID: <164b4c9c0905232315k77ef41a6s3c1bf1aede1d1a6f@mail.gmail.com> To: Olivier Gautherot Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Hardware Subject: Re: Support for Openchrome on VIA EPIA motherboards X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 06:44:22 -0000 On Sat, May 23, 2009 at 8:33 PM, Olivier Gautherot wrote: > Hi all, > I have a VIA EPIA M10000 at home which worked fine until release 7.2 of > FreeBSD. Unfortunately, the upgrade left me without X server - neither the > Openchrome nor the Vesa drivers start properly. I thought of installing the > Via graphics driver but the port is marked as IGNORE. > > Did anyone have luck with a similar board? > Hi, You can perhaps try : cd ~/ mkdir code cd code svn co http://svn.openchrome.org/svn/trunk/ cd trunk/ ./autogen.sh --prefix=/usr/X11R6 make && make install My graphic card works only with the svn version of this driver :) Cheers, -- Sylvestre Gallon (http://devsyl.blogspot.com) Fifth Grade Student @ Epitech & Researcher @ LSE R&D @ Rathaxes (http://www.rathaxes.org)