From owner-freebsd-current@FreeBSD.ORG Sun Aug 11 19:48:10 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19A28EAF for ; Sun, 11 Aug 2013 19:48:10 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from phoenix.eternamente.info (phoenix.eternamente.info [109.169.62.232]) by mx1.freebsd.org (Postfix) with ESMTP id EA54224C8 for ; Sun, 11 Aug 2013 19:48:09 +0000 (UTC) Received: from 186-242-14-133.user3g.veloxzone.com.br (186-242-14-133.user3g.veloxzone.com.br [186.242.14.133]) by phoenix.eternamente.info (Postfix) with ESMTPA id C9CEF1CC58 for ; Sun, 11 Aug 2013 16:37:52 -0300 (BRT) User-Agent: K-9 Mail for Android MIME-Version: 1.0 Subject: Notebook, Geforce Gtx 660M and ibtel HD From: Nenhum_de_Nos Date: Sun, 11 Aug 2013 16:37:53 -0300 To: current@freebsd.org Message-ID: <2586e345-31e4-4284-94fc-08fb412abd92@email.android.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 19:48:10 -0000 Hail, I am back to desktoo and FreeBSD, but I cant pass the simple test to make X alive. Xorg -configure detects two vga and two displays, but neither seems to work. On 9.2rc I got to show X, but deadlock soon after. Now I installed head, and cant even get X to work. The nvidia driver refuses to install, tons of errors (not at home now to copy the messages). I have optimus nvidia hardware. Is there any guide to this? Any vga working will do, if capable to play videos and do 2d stuff. Thanks in advance, Matheus " We will call you Cygnus, The God of balance you shall be" From owner-freebsd-current@FreeBSD.ORG Mon Aug 12 03:52:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E15B76D9 for ; Mon, 12 Aug 2013 03:52:43 +0000 (UTC) (envelope-from shigeru@iij.ad.jp) Received: from omgo.iij.ad.jp (mo30.iij.ad.jp [202.232.30.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A7A82747 for ; Mon, 12 Aug 2013 03:52:43 +0000 (UTC) DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Date: Message-Id:To:Subject:From:Mime-Version:Content-Type: Content-Transfer-Encoding;i=shigeru@iij.ad.jp;s=omgo1;t=1376279318;x= 1377488918; bh=5Mg74AZlD0kMXQ4N9kdHAXUGKqk+bI3yMDHNnUMEPvc=; b=IQdEQpcOBbN54w9G ewXLf1PEQxtozTvGjV5dFUBuOdaeAmmki7MH9NZuGCan3LjNRbMzehRM+Eme/aIEjtI1QB7AAcNIR I1u7GVWtmrBeMsHkN82vtr591K/4LCVePUrt3Fk98ElBdmD9z5f0DqpqiGTFocX2NWwRwxzO8Ck+I c=; Received: by omgo.iij.ad.jp (mo30) id r7C3mcxw013765; Mon, 12 Aug 2013 12:48:38 +0900 Date: Mon, 12 Aug 2013 12:48:34 +0900 (JST) Message-Id: <20130812.124834.1287983109881683567.shigeru@iij.ad.jp> To: freebsd-current@freebsd.org Subject: quick hack to support "option VIMAGE" on USB Ethernet From: YAMAMOTO Shigeru X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 03:52:43 -0000 Hi all, I hope to use "option VIMAGE" on RaspberryPi. So, I try to make a patch. http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130812/raspberry-pi/patch-vimage-r254236.diff #There is a SD image for RaspberryPi at same place. But, I only test it for if_smsc driver on RaspberryPi. I don't test other architectures/devices. Please test my patch and suggest the way to support "option VIMAGE" on USB devices, if you are interested in. Thanks, ------- YAMAMOTO Shigeru