From owner-freebsd-current@FreeBSD.ORG Tue Feb 11 04:13:24 2014 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 ESMTPS id E77B2EB for ; Tue, 11 Feb 2014 04:13:24 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A05E51150 for ; Tue, 11 Feb 2014 04:13:24 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id j15so10955516qaq.39 for ; Mon, 10 Feb 2014 20:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=t+5E7naZvhVUSirLmDbp57zme1xNFaiyRzYExPwQKMY=; b=h2KL5tQiEDbmmkpwTVmWPDG/XRpYP6xwSgmiXWQI2wqoYQheJbIYXCVYga5yDwbFPP Y64SQI5tj/0DEJDMEcKE/WSkjUT2X9ul7y/5UWf3DOZb5TFAXpoWCdg/Yl8Kmn+meX5S 9CInioIJHV3LEIGyq2EU1QRHpGgtqk8HIQ264= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=t+5E7naZvhVUSirLmDbp57zme1xNFaiyRzYExPwQKMY=; b=fTiWyR2OyXRVhCC9pzTRruzKJ/zaxDTBcs7L6An5I2QDXEarUlybSA3s9hkyzkO+m0 f2SaRq565HGb+snJMoWi6A+GBBHXAZfFIeBP4xddqHRn7t4zu8MbkDNUi91vyi0XSMcv NEVaVjGA9mK5G2fJkrKwFwvwk6ccqH5wLCEr0hyn9dN+gztzYeD5xTN60AuGNemHLSWv 6t9xO45E5lPgx8iglUZhpap2XwK7P5Os4+Jzud3FkxrpK+SNPSSXGLKx6p2u28L9JKDx lNTkceIrwvcXPJgJquAIwy2Ivdi65BWnMQR9Up4DL3do1SvpLhvaGY0wQxitNKQ1GOab 7D6Q== X-Gm-Message-State: ALoCoQleV9Z1rYRhld/CXrjZ/pRFWsSdUy5nuvVePaLQqGIAUHjy1CYslzJ0avIddhj3fgiHBvU0 X-Received: by 10.224.8.70 with SMTP id g6mr53969322qag.45.1392092003773; Mon, 10 Feb 2014 20:13:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.175.169 with HTTP; Mon, 10 Feb 2014 20:12:53 -0800 (PST) From: Eitan Adler Date: Mon, 10 Feb 2014 23:12:53 -0500 Message-ID: Subject: small issue with HDMI and newcons To: freebsd-current Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 11 Feb 2014 04:13:25 -0000 I have two outputs: LVDS1 and HDMI1. When the computer starts the LVDS1 and HDMI1 output is mirrored. I see the same output on both screens. However, once I start X and switch back to the console the HDMI output is disabled when looking at the console. This means that any audio I may have playing is also disabled. Is it possible to re-enable the HDMI screen? -- Eitan Adler