From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 09:04:45 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01CF4FD2 for ; Wed, 17 Sep 2014 09:04:44 +0000 (UTC) Received: from mailbox.is.co.za (mailbox.is.co.za [196.35.45.20]) by mx1.freebsd.org (Postfix) with ESMTP id CA0E7FAF for ; Wed, 17 Sep 2014 09:04:43 +0000 (UTC) X-AuthUser: vikashb@where-ever.za.net Received: from laptop.where-ever.za.net ([196.35.45.20]:51816) by mailbox.is.co.za with [XMail 1.22 ESMTP Server] id for from ; Wed, 17 Sep 2014 10:34:39 +0200 Message-ID: <5419479E.10309@where-ever.za.net> Date: Wed, 17 Sep 2014 10:34:38 +0200 From: Vikash Badal User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: X blank screen with NVIDIA Quadro K1100M on FreeBSD 10.1-BETA1 #26 r271693 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 09:04:45 -0000 Greetings Can someone provide assistance ? X starts up with a black ( blank ) screen /var/log/Xorg.0.log ======================= [ 2140.756] (II) Module ABI versions: [ 2140.756] X.Org ANSI C Emulation: 0.4 [ 2140.756] X.Org Video Driver: 12.1 [ 2140.756] X.Org XInput driver : 16.0 [ 2140.756] X.Org Server Extension : 6.0 [ 2140.756] (--) PCI:*(0:0:2:0) 8086:0416:1028:060d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536 [ 2140.756] (--) PCI: (0:2:0:0) 10de:0ff6:1028:060d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128 [ 2140.780] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 2140.780] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 2140.780] (==) NVIDIA(0): RGB weight 888 [ 2140.780] (==) NVIDIA(0): Default visual is TrueColor [ 2140.780] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 2140.780] (**) NVIDIA(0): Option "UseEdidDpi" "FALSE" [ 2140.780] (**) NVIDIA(0): Option "DPI" "96x96" [ 2140.820] (**) NVIDIA(0): Option "MetaModes" "DFP: 1920x1080 +0+0, CRT: 1920x1080 +0+0; DFP: nvidia-auto-select +0+0, CRT: nvidia-auto-select +0+0; DFP: nvidia-auto-select +0+0; DFP: nvidia-auto-select +0+0; DFP: nvidia-auto-select +0+0; DFP: nvidia-auto -select +0+0; DFP: nvidia-auto-select +0+0" [ 2140.821] (**) NVIDIA(0): Enabling 2D acceleration [ 2140.974] (II) NVIDIA(0): NVIDIA GPU Quadro K1100M (GK107GL) at PCI:2:0:0 (GPU-0) [ 2140.974] (--) NVIDIA(0): Memory: 2097152 kBytes [ 2140.974] (--) NVIDIA(0): VideoBIOS: 80.07.b3.00.0c [ 2140.974] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 2140.974] (--) NVIDIA(0): Valid display device(s) on Quadro K1100M at PCI:2:0:0 [ 2140.974] (--) NVIDIA(0): none [ 2140.974] (II) NVIDIA(0): Validated MetaModes: [ 2140.974] (II) NVIDIA(0): "NULL" [ 2140.974] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480 [ 2140.974] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option [ 2140.974] (WW) NVIDIA(0): UBB is incompatible with the Composite extension. Disabling [ 2140.974] (WW) NVIDIA(0): UBB. [ 2140.974] (--) Depth 24 pixmap format is 32 bpp [ 2140.974] (II) NVIDIA: Reserving 3072.00 MB of virtual memory for indirect memory [ 2140.974] (II) NVIDIA: access. [ 2140.977] (II) NVIDIA(0): Setting mode "NULL" [ 2140.977] (EE) NVIDIA(0): Failed to initiate mode change. [ 2140.977] (EE) NVIDIA(0): Failed to complete mode change [ 2140.986] (II) NVIDIA(0): Built-in logo is bigger than the screen. pciconfig -lv vgapci0@pci0:2:0:0: class=0x030200 card=0x060d1028 chip=0x0ff610de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = display subclass = 3D There is no option to disable the optimus in the bios Is there a way do disable from commandline or /boot/loader.conf or sysctl ? Thanks Vikash