From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 18 21:10:23 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBAFCCF9; Sun, 18 Jan 2015 21:10:22 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F580E8A; Sun, 18 Jan 2015 21:10:22 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id tr6so104263ieb.4; Sun, 18 Jan 2015 13:10:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gcIa6JFSJflhG7Bld8eIpCW+ZzPn3PLejhva/EhGWlA=; b=R+oATDHsx8VGDj4WmyjP+tjHxtOVZi4qPQKh1vkk5SXzzJn0GMJVCFwV1ZZOe9VpMp Y9AjMP04knPZibQXVBUqRiRyrFK+EEnhJz5pTbmqhp4zZJ7QAnY6Om3csWXLE2ikk3Tf hZLDnZYSqUce773OSMrKrcIjo9NYgoVuLJD9C0GBnqwRDiqCfNTiG3NoHf6f6isQ8gGT bKb0Zsv3ej6gsCQ6h/zWXVq/rVifTSGpi7lZTDlNFnoG+H93TSZdYNkKe4ck7k50wh0y ttlc1ivLroLobWsglrnKWttDds+n60yq/2j4KPA8FWIHHK3T6kB03W9WAax7NICWu/ic PG9w== MIME-Version: 1.0 X-Received: by 10.107.168.88 with SMTP id r85mr15261165ioe.76.1421615421938; Sun, 18 Jan 2015 13:10:21 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Sun, 18 Jan 2015 13:10:21 -0800 (PST) In-Reply-To: References: Date: Sun, 18 Jan 2015 13:10:21 -0800 X-Google-Sender-Auth: sTV5u180nZNGOIkzXTzM1OnFO5E Message-ID: Subject: Re: Fwd: svn commit: r270516 - head/sys/dev/drm2/i915 From: Kevin Oberman To: Hrant Dadivanyan Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Adrian Chadd , "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 21:10:23 -0000 On Mon, Aug 25, 2014 at 11:37 AM, Hrant Dadivanyan wrote: > > This fixes the brightness on a Lenovo X230. The buttons don't yet work > > - they end up setting the value +1 or -1 from the current setting, but > > no further. > > > > The same on Lenovo X1 Carbon with 10-STABLE - buttons do +1 or -1 only, > but hw.acpi.video.lcd0.brightness accepts any value. Not all values > actually changes the brightness, but some do - all tenths for example. > hw.acpi.video.lcd0.fullpower and .economy are also ignored, but custom > entry on /etc/devd.conf solves this by setting .brightness directly, > depending on AC status. > > Finally can enjoy long battery life, thank you very much ! > Hrant > > Hmm. This worked fine for me with 10-STABLE, but only when I don't use '-j'. I instaled the patch on my 10-STABLE system back on January 1, 2015. Since I wanted readable output should I get n error, I did not use '-j'. It worked just fine. Today I updated my sources to r277334, deleted /usr/obj/*, made buildworld, and then tried "make -DNO_CLEAN -j6 buildkernel". It failed to make depend in sys/dev/drm2. The error message just has: --- depend_subdir_drm2 --- mkdep: compile failed --- depend_subdir_dtrace --- --- /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/dtrace/fasttrap/machine --- --- depend_subdir_drm2 --- *** [.depend] Error code 1 make[5]: stopped in /usr/src/sys/modules/drm2/i915kms 1 error make[5]: stopped in /usr/src/sys/modules/drm2/i915kms *** [_sub.depend] Error code 2 make[4]: stopped in /usr/src/sys/modules/drm2 1 error If I than either clean out MODULES and "make -DNO_CLEAN buildkernel" or just do the parallel build and, after the failure, do "make -DNO_CLEAN buildkernlel", the build works fine. I'm unsure how to get detail error information from the modern make used today, so I have no added information. I'll be happy to try again if I know how to get verbose build output from buildkernel. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com make[4]: stopped in /usr/src/sys/modules/drm2 *** [depend_subdir_drm2] Error code 2 From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 19 22:43:38 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41483B30 for ; Mon, 19 Jan 2015 22:43:38 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7CA33FC for ; Mon, 19 Jan 2015 22:43:37 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id hv19so3842426lab.3 for ; Mon, 19 Jan 2015 14:43:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Hd+m1/fK4uG+JzQN73Uelsp43H/dvnPRv2I6it68CE=; b=sbNZ3HaOn7djokpV22vOYm3OwcHPraL2dCBUyWKOOQWJszpF7cRnLdqQcf2Q+DixDm DS1Zbd/zIdiY2aDj8BtyF933BpMVmfFZCoGKXyj2IiEP1dX/yINVPmdfHs3lruIUWaA0 +X10EKaMFMx9hhQVXxaAsHVFGrJynvoYERiie0vophmgkVtZDPOrntWhZ1e2UOfc0bf0 HUOB5WSmgYMuQOTHExGsdwpqV2ah5gApGOooPGYxJRuV7bqNspbKyEmvLOnC8Bp9OGtX eVC7zLZGs0IePFXMtKZmg61Yydn60pUi7ApDCNB1nOT6jIklyn0nu7M6+32aYyRJLuD0 ipZQ== MIME-Version: 1.0 X-Received: by 10.152.5.198 with SMTP id u6mr35303287lau.42.1421707415437; Mon, 19 Jan 2015 14:43:35 -0800 (PST) Received: by 10.152.137.101 with HTTP; Mon, 19 Jan 2015 14:43:35 -0800 (PST) Received: by 10.152.137.101 with HTTP; Mon, 19 Jan 2015 14:43:35 -0800 (PST) Date: Mon, 19 Jan 2015 16:43:35 -0600 Message-ID: Subject: Monster decal $400 wee From: Rachel Riley To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 22:43:38 -0000 Hello, I have a 2012 Chevy Cruz and I would like monster to decal it and pay me $400 a week..if you can't reach me here call this number 8165990809 ask for James:) Thanks for your time.. -Rachel From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 21 21:15:28 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E5E6151 for ; Wed, 21 Jan 2015 21:15:28 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0364EDB for ; Wed, 21 Jan 2015 21:15:27 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.16]) by ltcfislmsgpa05.fnfis.com (8.14.7/8.14.7) with ESMTP id t0LL9447022901 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 21 Jan 2015 15:09:32 -0600 Received: from [10.242.182.122] (10.242.182.122) by smtp.fisglobal.com (10.132.206.16) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 21 Jan 2015 15:07:44 -0600 Message-ID: <54C0151F.8090606@fisglobal.com> Date: Wed, 21 Jan 2015 13:07:43 -0800 From: "Robison, Dave" Reply-To: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Subject: Dell E6510 Video issues Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.242.182.122] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68, 1.0.33, 0.0.0000 definitions=2015-01-21_05:2015-01-21,2015-01-21,1970-01-01 signatures=0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 21:15:28 -0000 Hiya, I've taken this to the PCBSD and FreeBSD forums but nobody responds so I'm hoping someone will at least point me in the right direction. I'm running PCBSD 10.1. My Dell Latitude E6510 uses the Intel agp0 Ironlake chip and as recently as PCBSD 10.0, it worked find when the laptop is docked and I'm using my external monitor (HDMI). Now, however, I can only do this in VESA mode. When I boot with the Intel driver, the screen will go black, with a white cursor in the upper leftmost corner and my mouse pointer will freeze toward that corner. Works fine in either mode if I'm not docked. I assume this is a problem with Xorg though perhaps it's the new vt(4). At any rate, I'm wondering where to start looking. I booted normally, let it fail, then booted VESA and have an xorg.0.log.old. For the entire log, please check this link: https://forums.freebsd.org/threads/xorg-on-dell-latitude-e6510.49868/ -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 21 22:45:42 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49089B42 for ; Wed, 21 Jan 2015 22:45:42 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EC84AD3 for ; Wed, 21 Jan 2015 22:45:42 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rl12so10769306iec.11 for ; Wed, 21 Jan 2015 14:45:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=jfSlmACUVwPJ/G/yNBHJs4IczYcov4/vqPJnxlttfyM=; b=WOmouZ9Qxib/dbIqiYU9yJcc6uOh0yZwdHAGhnhtR+erpnY3QK2PJILRFJ5NM41aEm Ee9c60U/Iik5lAyvZhR+iUKmbNiC9eugn/9gG3ARG8Qi1m/cq61GoF7lyli3v6ms1R1c NDSeqRJ1NYcQ6WHHpVflz5jyjsr7tSvaYegn/CNEFHi9YHygQNQQjbr3GXLFEHl+p7Ff 4D07/agx2i0T4cfP3hWsme7uuwrZdHlh3LIy3B8jbZQ5uq/aAJ/zvU89QCCeg9eDTqZL Rt9CzHu2p52EW3GFBrw8uRrhQxFYGAMprWAzUHsqorL2InuqcmYaTs8iAfjN3s5J/Fez kd7A== MIME-Version: 1.0 X-Received: by 10.42.54.5 with SMTP id p5mr43664880icg.37.1421880341530; Wed, 21 Jan 2015 14:45:41 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.78.14 with HTTP; Wed, 21 Jan 2015 14:45:41 -0800 (PST) In-Reply-To: <54C0151F.8090606@fisglobal.com> References: <54C0151F.8090606@fisglobal.com> Date: Wed, 21 Jan 2015 14:45:41 -0800 X-Google-Sender-Auth: Cyo-VVReyeTGmiRKvUs7MypONCI Message-ID: Subject: Re: Dell E6510 Video issues From: Adrian Chadd To: david.robison@fisglobal.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 22:45:42 -0000 hi, freebsd's dri i915kms code doesn't yet support haswell or later,w hich I believe includes ironlake. -a On 21 January 2015 at 13:07, Robison, Dave wr= ote: > Hiya, > > I've taken this to the PCBSD and FreeBSD forums but nobody responds so I'= m hoping someone will at least point me in the right direction. > > I'm running PCBSD 10.1. My Dell Latitude E6510 uses the Intel agp0 Ironla= ke chip and as recently as PCBSD 10.0, it worked find when the laptop is do= cked and I'm using my external monitor (HDMI). > > Now, however, I can only do this in VESA mode. When I boot with the Intel= driver, the screen will go black, with a white cursor in the upper leftmos= t corner and my mouse pointer will freeze toward that corner. Works fine in= either mode if I'm not docked. > > I assume this is a problem with Xorg though perhaps it's the new vt(4). A= t any rate, I'm wondering where to start looking. > > I booted normally, let it fail, then booted VESA and have an xorg.0.log.o= ld. > > For the entire log, please check this link: > > https://forums.freebsd.org/threads/xorg-on-dell-latitude-e6510.49868/ > > > > > -- > Dave Robison > Sales Solution Architect II > FIS Banking Solutions > 510/621-2089 (w) > 530/518-5194 (c) > 510/621-2020 (f) > daver@vicor.com > david.robison@fisglobal.com > > _____________ > The information contained in this message is proprietary and/or confident= ial. If you are not the intended recipient, please: (i) delete the message = and all copies; (ii) do not disclose, distribute or use the message in any = manner; and (iii) notify the sender immediately. In addition, please be awa= re that any message addressed to our domain is subject to archiving and rev= iew by persons other than the intended recipient. Thank you. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 21 22:52:26 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1F71C04 for ; Wed, 21 Jan 2015 22:52:26 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88DE9BAE for ; Wed, 21 Jan 2015 22:52:26 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.15]) by ltcfislmsgpa02.fnfis.com (8.14.7/8.14.7) with ESMTP id t0LMqLtQ024401 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 21 Jan 2015 16:52:24 -0600 Received: from [10.242.182.122] (10.242.182.122) by smtp.fisglobal.com (10.132.206.15) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 21 Jan 2015 16:51:56 -0600 Message-ID: <54C02D8B.8000704@fisglobal.com> Date: Wed, 21 Jan 2015 14:51:55 -0800 From: "Robison, Dave" Reply-To: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Subject: Re: Dell E6510 Video issues References: <54C0151F.8090606@fisglobal.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.242.182.122] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68, 1.0.33, 0.0.0000 definitions=2015-01-22_01:2015-01-22,2015-01-21,1970-01-01 signatures=0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 22:52:26 -0000 Howdy, This worked fine in PCBSD 8, 9, and 10. Now it's no longer working as of 10.1 or thereabouts... On 01/21/2015 14:45, Adrian Chadd wrote: > hi, > > freebsd's dri i915kms code doesn't yet support haswell or later,w hich > I believe includes ironlake. > > > -a > > > On 21 January 2015 at 13:07, Robison, Dave wrote: >> Hiya, >> >> I've taken this to the PCBSD and FreeBSD forums but nobody responds so I'm hoping someone will at least point me in the right direction. >> >> I'm running PCBSD 10.1. My Dell Latitude E6510 uses the Intel agp0 Ironlake chip and as recently as PCBSD 10.0, it worked find when the laptop is docked and I'm using my external monitor (HDMI). >> >> Now, however, I can only do this in VESA mode. When I boot with the Intel driver, the screen will go black, with a white cursor in the upper leftmost corner and my mouse pointer will freeze toward that corner. Works fine in either mode if I'm not docked. >> >> I assume this is a problem with Xorg though perhaps it's the new vt(4). At any rate, I'm wondering where to start looking. >> >> I booted normally, let it fail, then booted VESA and have an xorg.0.log.old. >> >> For the entire log, please check this link: >> >> https://urldefense.proofpoint.com/v2/url?u=https-3A__forums.freebsd.org_threads_xorg-2Don-2Ddell-2Dlatitude-2De6510.49868_&d=AAICAg&c=3BfiSO86x5iKjpl2b39jud9R1NrKYqPq2js90dwBswk&r=xejns4hCLY4pkxk_Fns5Pg&m=D2ev6u5XDxKTokYIOTU5ZfOcKIO_EK0TLRXrm4Oqwyw&s=_c7Scd47YZWuifpxu7th0PObWZM3TNecua6n7mXZ2Fs&e= >> >> >> >> >> -- >> Dave Robison >> Sales Solution Architect II >> FIS Banking Solutions >> 510/621-2089 (w) >> 530/518-5194 (c) >> 510/621-2020 (f) >> daver@vicor.com >> david.robison@fisglobal.com >> >> _____________ >> The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. >> _______________________________________________ >> freebsd-mobile@freebsd.org mailing list >> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.freebsd.org_mailman_listinfo_freebsd-2Dmobile&d=AAICAg&c=3BfiSO86x5iKjpl2b39jud9R1NrKYqPq2js90dwBswk&r=xejns4hCLY4pkxk_Fns5Pg&m=D2ev6u5XDxKTokYIOTU5ZfOcKIO_EK0TLRXrm4Oqwyw&s=DlbAOw7g3984oBahDR0pLznNZK7mm7FKbubKWARvNT8&e= >> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.freebsd.org_mailman_listinfo_freebsd-2Dmobile&d=AAICAg&c=3BfiSO86x5iKjpl2b39jud9R1NrKYqPq2js90dwBswk&r=xejns4hCLY4pkxk_Fns5Pg&m=D2ev6u5XDxKTokYIOTU5ZfOcKIO_EK0TLRXrm4Oqwyw&s=DlbAOw7g3984oBahDR0pLznNZK7mm7FKbubKWARvNT8&e= > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > > -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 21 22:59:39 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A313FC3 for ; Wed, 21 Jan 2015 22:59:39 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E90DBF9 for ; Wed, 21 Jan 2015 22:59:39 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id y20so18576718ier.1 for ; Wed, 21 Jan 2015 14:59:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ca6ewJYs9Vf06LBkh+HHEwNUA6FEZowvbRP1mNGY028=; b=sVHvzQP5NOb7BnE35Dv0Czh3P2gzwrJUmAJfswkNYiYItOXIDaCwiCxcjTag7t+jlL X00KJ5AtomTBa32PSEh8lcrJO5fWG9nsPHvKNtvqzpQDdcKxlgEMH+gKWXU2Mn9Yyrrc NIK+uYub6mN9FVp876FjCeu8QUd2e7z+kMjykVu7iHmiCWNg/VicF6/ogvDHM+7V6Dyk s79L+8MRUIEXN/zc2py4/UrRWCWUGyYXqxmTp/whzzknNZXBPSFgcVD5Lkbf6gUWo/CH LpN+bAUHf+lx9rc1zaXZ1JLYogmlUJt3zPF5I75DSVo8I7XYNo7ynjpSpacKYF8Sf4hE VpfA== MIME-Version: 1.0 X-Received: by 10.50.107.7 with SMTP id gy7mr38182631igb.49.1421881173756; Wed, 21 Jan 2015 14:59:33 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.78.14 with HTTP; Wed, 21 Jan 2015 14:59:33 -0800 (PST) In-Reply-To: <54C02D8B.8000704@fisglobal.com> References: <54C0151F.8090606@fisglobal.com> <54C02D8B.8000704@fisglobal.com> Date: Wed, 21 Jan 2015 14:59:33 -0800 X-Google-Sender-Auth: t1NLnTbrAEs8PYoutjr87I7sseQ Message-ID: Subject: Re: Dell E6510 Video issues From: Adrian Chadd To: david.robison@fisglobal.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 22:59:39 -0000 It's likely the updated xorg and pulling in update dri code and using dri2. That all happened around that timeframe. -a On 21 January 2015 at 14:51, Robison, Dave wr= ote: > Howdy, > > This worked fine in PCBSD 8, 9, and 10. Now it's no longer working as of = 10.1 or thereabouts... > > On 01/21/2015 14:45, Adrian Chadd wrote: >> hi, >> >> freebsd's dri i915kms code doesn't yet support haswell or later,w hich >> I believe includes ironlake. >> >> >> -a >> >> >> On 21 January 2015 at 13:07, Robison, Dave = wrote: >>> Hiya, >>> >>> I've taken this to the PCBSD and FreeBSD forums but nobody responds so = I'm hoping someone will at least point me in the right direction. >>> >>> I'm running PCBSD 10.1. My Dell Latitude E6510 uses the Intel agp0 Iron= lake chip and as recently as PCBSD 10.0, it worked find when the laptop is = docked and I'm using my external monitor (HDMI). >>> >>> Now, however, I can only do this in VESA mode. When I boot with the Int= el driver, the screen will go black, with a white cursor in the upper leftm= ost corner and my mouse pointer will freeze toward that corner. Works fine = in either mode if I'm not docked. >>> >>> I assume this is a problem with Xorg though perhaps it's the new vt(4).= At any rate, I'm wondering where to start looking. >>> >>> I booted normally, let it fail, then booted VESA and have an xorg.0.log= .old. >>> >>> For the entire log, please check this link: >>> >>> https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__forums.freebsd.o= rg_threads_xorg-2Don-2Ddell-2Dlatitude-2De6510.49868_&d=3DAAICAg&c=3D3BfiSO= 86x5iKjpl2b39jud9R1NrKYqPq2js90dwBswk&r=3Dxejns4hCLY4pkxk_Fns5Pg&m=3DD2ev6u= 5XDxKTokYIOTU5ZfOcKIO_EK0TLRXrm4Oqwyw&s=3D_c7Scd47YZWuifpxu7th0PObWZM3TNecu= a6n7mXZ2Fs&e=3D >>> >>> >>> >>> >>> -- >>> Dave Robison >>> Sales Solution Architect II >>> FIS Banking Solutions >>> 510/621-2089 (w) >>> 530/518-5194 (c) >>> 510/621-2020 (f) >>> daver@vicor.com >>> david.robison@fisglobal.com >>> >>> _____________ >>> The information contained in this message is proprietary and/or confide= ntial. If you are not the intended recipient, please: (i) delete the messag= e and all copies; (ii) do not disclose, distribute or use the message in an= y manner; and (iii) notify the sender immediately. In addition, please be a= ware that any message addressed to our domain is subject to archiving and r= eview by persons other than the intended recipient. Thank you. >>> _______________________________________________ >>> freebsd-mobile@freebsd.org mailing list >>> https://urldefense.proofpoint.com/v2/url?u=3Dhttp-3A__lists.freebsd.org= _mailman_listinfo_freebsd-2Dmobile&d=3DAAICAg&c=3D3BfiSO86x5iKjpl2b39jud9R1= NrKYqPq2js90dwBswk&r=3Dxejns4hCLY4pkxk_Fns5Pg&m=3DD2ev6u5XDxKTokYIOTU5ZfOcK= IO_EK0TLRXrm4Oqwyw&s=3DDlbAOw7g3984oBahDR0pLznNZK7mm7FKbubKWARvNT8&e=3D >>> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.or= g" >> _______________________________________________ >> freebsd-mobile@freebsd.org mailing list >> https://urldefense.proofpoint.com/v2/url?u=3Dhttp-3A__lists.freebsd.org_= mailman_listinfo_freebsd-2Dmobile&d=3DAAICAg&c=3D3BfiSO86x5iKjpl2b39jud9R1N= rKYqPq2js90dwBswk&r=3Dxejns4hCLY4pkxk_Fns5Pg&m=3DD2ev6u5XDxKTokYIOTU5ZfOcKI= O_EK0TLRXrm4Oqwyw&s=3DDlbAOw7g3984oBahDR0pLznNZK7mm7FKbubKWARvNT8&e=3D >> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org= " >> >> > > > -- > Dave Robison > Sales Solution Architect II > FIS Banking Solutions > 510/621-2089 (w) > 530/518-5194 (c) > 510/621-2020 (f) > daver@vicor.com > david.robison@fisglobal.com > > _____________ > The information contained in this message is proprietary and/or confident= ial. If you are not the intended recipient, please: (i) delete the message = and all copies; (ii) do not disclose, distribute or use the message in any = manner; and (iii) notify the sender immediately. In addition, please be awa= re that any message addressed to our domain is subject to archiving and rev= iew by persons other than the intended recipient. Thank you. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 21 23:12:21 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 718E82B0 for ; Wed, 21 Jan 2015 23:12:21 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAA3D8E for ; Wed, 21 Jan 2015 23:12:20 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa05.fnfis.com (8.14.7/8.14.7) with ESMTP id t0LN9nbA018907 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 21 Jan 2015 17:12:19 -0600 Received: from [10.242.182.122] (10.242.182.122) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 21 Jan 2015 17:11:57 -0600 Message-ID: <54C0323C.9010408@fisglobal.com> Date: Wed, 21 Jan 2015 15:11:56 -0800 From: "Robison, Dave" Reply-To: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Subject: Re: Dell E6510 Video issues References: <54C0151F.8090606@fisglobal.com> <54C02D8B.8000704@fisglobal.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.242.182.122] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68, 1.0.33, 0.0.0000 definitions=2015-01-22_01:2015-01-22,2015-01-21,1970-01-01 signatures=0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 23:12:21 -0000 On 01/21/2015 14:59, Adrian Chadd wrote: > It's likely the updated xorg and pulling in update dri code and using > dri2. That all happened around that timeframe. > This is my suspicion as well. And I also suspect I may be the only FreeBSD user on the planet who has run into this problem. Where should I take this to push it upstream? Obviously it's not a critical problem but I'd like to have it resolved so I can stop using VESA. -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 00:09:29 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C92D599 for ; Thu, 22 Jan 2015 00:09:29 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5043C3CF for ; Thu, 22 Jan 2015 00:09:29 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so11096634igb.2 for ; Wed, 21 Jan 2015 16:09:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=iMOvV7RtQcc/jm93a2BABdg/C9D0qWlbCm/PsZuhbmQ=; b=StydOsLachJ0GOBpDxk1WDwNj2FPEDplIn5DiDHyBR+Ue1by2DfbxwYX3nPkNxRcBa K6rdrOrXEw0YfxUxx9k93r0XSX4KoCpj4nmfsDAE4uv/N6kJiZ7ABY525BgZFJN331yv 8HYI1vsPTUUegfyFmsFLpHds32pDB1xK1WeHmC4HPem80jtAbEZaGYhUXFHpA7/aqaeG 6cwCghvZXgmr+7RmPYso8r0GsebWYQl4wfWreGpeATyKoWbNrbQQTyzf7Hsyeyh1/jJ3 J+zM3OXf2XAQ+fLi/7Fr3AvykrS0YTRmzNQe+10TAdH5AR3f7w6GQjQEiPwMkPnbEz9p 8zmw== MIME-Version: 1.0 X-Received: by 10.42.54.5 with SMTP id p5mr44008530icg.37.1421885368772; Wed, 21 Jan 2015 16:09:28 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.78.14 with HTTP; Wed, 21 Jan 2015 16:09:28 -0800 (PST) In-Reply-To: <54C0323C.9010408@fisglobal.com> References: <54C0151F.8090606@fisglobal.com> <54C02D8B.8000704@fisglobal.com> <54C0323C.9010408@fisglobal.com> Date: Wed, 21 Jan 2015 16:09:28 -0800 X-Google-Sender-Auth: Q37ZPuq3yB4Bq-rTXR9WvtE7Tbc Message-ID: Subject: Re: Dell E6510 Video issues From: Adrian Chadd To: david.robison@fisglobal.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 00:09:29 -0000 It's being worked on by the graphics team. They're all volunteers, so I don't know if there's a timeline for when they plan on having everything updated to the latest Linux code. -adrian On 21 January 2015 at 15:11, Robison, Dave wr= ote: > On 01/21/2015 14:59, Adrian Chadd wrote: >> It's likely the updated xorg and pulling in update dri code and using >> dri2. That all happened around that timeframe. >> > > This is my suspicion as well. And I also suspect I may be the only FreeBS= D user on the planet who has run into this problem. > > Where should I take this to push it upstream? Obviously it's not a critic= al problem but I'd like to have it resolved so I can stop using VESA. > > > > -- > Dave Robison > Sales Solution Architect II > FIS Banking Solutions > 510/621-2089 (w) > 530/518-5194 (c) > 510/621-2020 (f) > daver@vicor.com > david.robison@fisglobal.com > > _____________ > The information contained in this message is proprietary and/or confident= ial. If you are not the intended recipient, please: (i) delete the message = and all copies; (ii) do not disclose, distribute or use the message in any = manner; and (iii) notify the sender immediately. In addition, please be awa= re that any message addressed to our domain is subject to archiving and rev= iew by persons other than the intended recipient. Thank you. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 02:25:57 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D41FC8F3 for ; Thu, 22 Jan 2015 02:25:57 +0000 (UTC) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C5D735F for ; Thu, 22 Jan 2015 02:25:57 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id vy18so843708iec.5 for ; Wed, 21 Jan 2015 18:25:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=OVsQlC0o9Ov7pTx60nD04j41ScNAWrCLyPa43focOLI=; b=QclIlygzng+0hLJ9iBeWVndK6ngkxutyFijZLRzLLbI9ktkfWMRgvk4ymjmsrBjNoU DArZZ+TPWm638quaZ5APNcW+owXU6JStf4unRFallifAaecptRcyc5cbEb3qBzMEMkau jHfoPG6iAjXbuqYsWE1aRRrrfBvACWUOElHBdHivRkeCRuG+ZGBIWM2X4bKbacdl3mQF g4S94ACHSv+J25JtT9fzN4nDY/J2PT+ucBowJ3a5SQr9jUpvxRenbvOK1Aq/vFrWAZ7E +Ahk6EhFs3qUjYIYbDOwHEKjHy3/jl5lDNECBBlkWc3vxDP3OpcEbDg/2M+PIN2JqL7a MB5A== X-Gm-Message-State: ALoCoQk9Gmn89peezw40m6lVnrrm/MKoVYawyIYJIcmtIgPFJnxCDp5egIp3Udz9PSJhGqo5rM75v4U7AT08RXsKmd91xaNTHZurMWUYQsKaPhwdbzLaJtEXtiJDLbkYAl/zjBmZG40P X-Received: by 10.42.111.5 with SMTP id s5mr142058icp.79.1421893550787; Wed, 21 Jan 2015 18:25:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.43.5.136 with HTTP; Wed, 21 Jan 2015 18:25:35 -0800 (PST) In-Reply-To: References: <54C0151F.8090606@fisglobal.com> <54C02D8B.8000704@fisglobal.com> <54C0323C.9010408@fisglobal.com> From: "Lundberg, Johannes" Date: Thu, 22 Jan 2015 11:25:35 +0900 Message-ID: Subject: Re: Dell E6510 Video issues To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: david.robison@fisglobal.com, "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 02:25:58 -0000 I thought the foundation is sponsoring the graphics stack update? If not, I wish they could if that would speed up the portability with modern laptops... -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Jan 22, 2015 at 9:09 AM, Adrian Chadd wrote: > It's being worked on by the graphics team. They're all volunteers, so > I don't know if there's a timeline for when they plan on having > everything updated to the latest Linux code. > > > > -adrian > > On 21 January 2015 at 15:11, Robison, Dave > wrote: > > On 01/21/2015 14:59, Adrian Chadd wrote: > >> It's likely the updated xorg and pulling in update dri code and using > >> dri2. That all happened around that timeframe. > >> > > > > This is my suspicion as well. And I also suspect I may be the only > FreeBSD user on the planet who has run into this problem. > > > > Where should I take this to push it upstream? Obviously it's not a > critical problem but I'd like to have it resolved so I can stop using VES= A. > > > > > > > > -- > > Dave Robison > > Sales Solution Architect II > > FIS Banking Solutions > > 510/621-2089 (w) > > 530/518-5194 (c) > > 510/621-2020 (f) > > daver@vicor.com > > david.robison@fisglobal.com > > > > _____________ > > The information contained in this message is proprietary and/or > confidential. If you are not the intended recipient, please: (i) delete t= he > message and all copies; (ii) do not disclose, distribute or use the messa= ge > in any manner; and (iii) notify the sender immediately. In addition, plea= se > be aware that any message addressed to our domain is subject to archiving > and review by persons other than the intended recipient. Thank you. > > _______________________________________________ > > freebsd-mobile@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.or= g > " > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > --=20 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- =E7=A7=98=E5=AF=86=E4=BF=9D=E6=8C=81=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6=EF= =BC=9A=E3=81=93=E3=81=AE=E9=9B=BB=E5=AD=90=E3=83=A1=E3=83=BC=E3=83=AB=E3=81= =AF=E3=80=81=E5=90=8D=E5=AE=9B=E4=BA=BA=E3=81=AB=E9=80=81=E4=BF=A1=E3=81=97= =E3=81=9F=E3=82=82=E3=81=AE=E3=81=A7=E3=81=82=E3=82=8A=E3=80=81=E7=A7=98=E5= =8C=BF=E7=89=B9=E6=A8=A9=E3=81=AE=E5=AF=BE=E8=B1=A1=E3=81=A8=E3=81=AA=E3=82= =8B=E6=83=85=E5=A0=B1=E3=82=92=E5=90=AB=E3=82=93=E3=81=A7=E3=81=84=E3=81=BE= =E3=81=99=E3=80=82 =E3=82=82=E3=81=97=E3=80=81=E5=90=8D=E5=AE=9B=E4=BA=BA=E4=BB=A5=E5=A4=96=E3= =81=AE=E6=96=B9=E3=81=8C=E5=8F=97=E4=BF=A1=E3=81=95=E3=82=8C=E3=81=9F=E5=A0= =B4=E5=90=88=E3=80=81=E3=81=93=E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB=E3=81=AE= =E7=A0=B4=E6=A3=84=E3=80=81=E3=81=8A=E3=82=88=E3=81=B3=E3=81=93=E3=81=AE=E3= =83=A1=E3=83=BC=E3=83=AB=E3=81=AB=E9=96=A2=E3=81=99=E3=82=8B=E4=B8=80=E5=88= =87=E3=81=AE=E9=96=8B=E7=A4=BA=E3=80=81 =E8=A4=87=E5=86=99=E3=80=81=E9=85=8D=E5=B8=83=E3=80=81=E3=81=9D=E3=81=AE=E4= =BB=96=E3=81=AE=E5=88=A9=E7=94=A8=E3=80=81=E3=81=BE=E3=81=9F=E3=81=AF=E8=A8= =98=E8=BC=89=E5=86=85=E5=AE=B9=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8F=E3=81=84= =E3=81=8B=E3=81=AA=E3=82=8B=E8=A1=8C=E5=8B=95=E3=82=82=E3=81=95=E3=82=8C=E3= =81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=8A=E9=A1=98=E3=81=84=E7=94=B3=E3=81= =97=E4=B8=8A=E3=81=92=E3=81=BE=E3=81=99=E3=80=82 --- CONFIDENTIALITY NOTE: The information in this email is confidential and intended solely for the addressee. Disclosure, copying, distribution or any other action of use of this email by person other than intended recipient, is prohibited. If you are not the intended recipient and have received this email in error, please destroy the original message. From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 09:32:02 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9114E4E; Thu, 22 Jan 2015 09:32:01 +0000 (UTC) Received: from sinkng.sics.se (unknown [IPv6:2001:6b0:3a:1:c654:44ff:fe45:117c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76AED62B; Thu, 22 Jan 2015 09:32:01 +0000 (UTC) Received: from P142s.sics.se (P142s.sics.se [193.10.66.127]) by sinkng.sics.se (8.14.9/8.14.9) with ESMTP id t0M9USLJ002988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 22 Jan 2015 10:30:28 +0100 (CET) (envelope-from bengta@P142s.sics.se) Received: from P142s.sics.se (localhost [127.0.0.1]) by P142s.sics.se (8.14.9/8.14.9) with ESMTP id t0M9UQpx003025; Thu, 22 Jan 2015 10:30:26 +0100 (CET) (envelope-from bengta@P142s.sics.se) Received: (from bengta@localhost) by P142s.sics.se (8.14.9/8.14.9/Submit) id t0M9UPps003024; Thu, 22 Jan 2015 10:30:25 +0100 (CET) (envelope-from bengta@P142s.sics.se) From: Bengt Ahlgren To: Adrian Chadd Subject: Re: Dell E6510 Video issues In-Reply-To: (Adrian Chadd's message of "Wed, 21 Jan 2015 14:45:41 -0800") References: <54C0151F.8090606@fisglobal.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix) Date: Thu, 22 Jan 2015 10:30:25 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: david.robison@fisglobal.com, "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 09:32:02 -0000 Just for the record: Ironlake is quite a lot older. I have the same in my ThinkPad X201, which has been working pretty well for some time now, also with HDMI from a dock. I however run 9.3-STABLE (with the new console). To the OP: there is a newer xorg-server in the latest ports tree that you may want to try: xorg-server-1.14.7_1,1 Bengt Adrian Chadd writes: > hi, > > freebsd's dri i915kms code doesn't yet support haswell or later,w hich > I believe includes ironlake. > > > -a > > > On 21 January 2015 at 13:07, Robison, Dave wrote: >> Hiya, >> >> I've taken this to the PCBSD and FreeBSD forums but nobody responds >> so I'm hoping someone will at least point me in the right direction. >> >> I'm running PCBSD 10.1. My Dell Latitude E6510 uses the Intel agp0 >> Ironlake chip and as recently as PCBSD 10.0, it worked find when the >> laptop is docked and I'm using my external monitor (HDMI). >> >> Now, however, I can only do this in VESA mode. When I boot with the >> Intel driver, the screen will go black, with a white cursor in the >> upper leftmost corner and my mouse pointer will freeze toward that >> corner. Works fine in either mode if I'm not docked. >> >> I assume this is a problem with Xorg though perhaps it's the new >> vt(4). At any rate, I'm wondering where to start looking. >> >> I booted normally, let it fail, then booted VESA and have an xorg.0.log.old. >> >> For the entire log, please check this link: >> >> https://forums.freebsd.org/threads/xorg-on-dell-latitude-e6510.49868/ >> >> >> >> >> -- >> Dave Robison >> Sales Solution Architect II >> FIS Banking Solutions >> 510/621-2089 (w) >> 530/518-5194 (c) >> 510/621-2020 (f) >> daver@vicor.com >> david.robison@fisglobal.com >> >> _____________ >> The information contained in this message is proprietary and/or >> confidential. If you are not the intended recipient, please: (i) >> delete the message and all copies; (ii) do not disclose, distribute >> or use the message in any manner; and (iii) notify the sender >> immediately. In addition, please be aware that any message addressed >> to our domain is subject to archiving and review by persons other >> than the intended recipient. Thank you. >> _______________________________________________ >> freebsd-mobile@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile >> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 09:32:33 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 731A2E89 for ; Thu, 22 Jan 2015 09:32:33 +0000 (UTC) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.freenet.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DEB662F for ; Thu, 22 Jan 2015 09:32:33 +0000 (UTC) Received: from [195.4.92.140] (helo=mjail0.freenet.de) by mout2.freenet.de with esmtpa (ID hafenbrack@freenet.de) (port 25) (Exim 4.82 #2) id 1YEE7q-0008U2-78 for freebsd-mobile@freebsd.org; Thu, 22 Jan 2015 10:32:30 +0100 Received: from localhost ([::1]:50071 helo=mjail0.freenet.de) by mjail0.freenet.de with esmtpa (ID hafenbrack@freenet.de) (Exim 4.82 #2) id 1YEE7p-0002M9-Ty for freebsd-mobile@freebsd.org; Thu, 22 Jan 2015 10:32:29 +0100 Received: from mx16.freenet.de ([195.4.92.26]:52907) by mjail0.freenet.de with esmtpa (ID hafenbrack@freenet.de) (Exim 4.82 #2) id 1YEE4h-0008Ls-8C for freebsd-mobile@freebsd.org; Thu, 22 Jan 2015 10:29:15 +0100 Received: from dslb-188-105-118-172.188.105.pools.vodafone-ip.de ([188.105.118.172]:62646 helo=[192.168.2.100]) by mx16.freenet.de with esmtpsa (ID hafenbrack@freenet.de) (TLSv1.2:DHE-RSA-AES128-SHA:128) (port 587) (Exim 4.82 #2) id 1YEE4h-0004I0-0C for freebsd-mobile@freebsd.org; Thu, 22 Jan 2015 10:29:15 +0100 Message-ID: <54C0AA9B.1050307@freenet.de> Date: Thu, 22 Jan 2015 08:45:31 +0100 From: Gerd Hafenbrack User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: Dell E6510 Video issues References: <54C0151F.8090606@fisglobal.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Originated-At: 188.105.118.172!62646 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 09:32:33 -0000 On 2015-01-21 23:45, Adrian Chadd wrote: > ... haswell or later, which I believe includes ironlake. No! Ironlake was released around 2010. Haswell was released 2013. From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 17:19:35 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2616C523 for ; Thu, 22 Jan 2015 17:19:35 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E02807A1 for ; Thu, 22 Jan 2015 17:19:34 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id rl12so2586922iec.0 for ; Thu, 22 Jan 2015 09:19:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vCa+1KbKhUbP2fEaoVrgm3mqHYdd62yxsntCruoOXgU=; b=ylxWUOEwUa4vlyxmor/nlpRvCajn8jfwHANWhnpyHh7RBVq8gG84bXYc9sgOWg57ux VlwwagDkrQwZ6The8/glzjkYseYzUUMiEwLwVgCn8/ibe8bvp9aXFUnr/gkENZHWWXvL UZvs0u6xiFBk59eIIRbsKzPsgj3znGUesU4muwA/U11QJVDzy6/1NC2H4bHPG8UverLK z7rkSguRR0hznq1zT6wooRawrVtEz8tdq0z84sw8DDvpA+Xh57bu9JHByzGLRhMKcDeR 56dd50W6+9ZBLvgpN6E5FF9/2RaijGrKoEbcBI6wwBZrKt5JAVskXx7UhRUF8rDkz2BH obsw== MIME-Version: 1.0 X-Received: by 10.42.54.5 with SMTP id p5mr4361915icg.37.1421947174309; Thu, 22 Jan 2015 09:19:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.78.14 with HTTP; Thu, 22 Jan 2015 09:19:34 -0800 (PST) In-Reply-To: <54C0AA9B.1050307@freenet.de> References: <54C0151F.8090606@fisglobal.com> <54C0AA9B.1050307@freenet.de> Date: Thu, 22 Jan 2015 09:19:34 -0800 X-Google-Sender-Auth: Uw2rtVVh1vsoooCinsZMOgQaS9I Message-ID: Subject: Re: Dell E6510 Video issues From: Adrian Chadd To: Gerd Hafenbrack Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 17:19:35 -0000 Ah! Ok, then poke the x11 team. It may be something to do with the x side of things. What's the output of "xrandr" on each install? That'll list the known output devices. -a On 21 January 2015 at 23:45, Gerd Hafenbrack wrote: > On 2015-01-21 23:45, Adrian Chadd wrote: >> >> ... haswell or later, which I believe includes ironlake. > > > No! > Ironlake was released around 2010. Haswell was released 2013. > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 20:30:24 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3D7A32C for ; Thu, 22 Jan 2015 20:30:24 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D1C1F2A for ; Thu, 22 Jan 2015 20:30:24 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa01.fnfis.com (8.14.7/8.14.7) with ESMTP id t0MKUH5h006541 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Thu, 22 Jan 2015 14:30:22 -0600 Received: from [10.242.182.122] (10.242.182.122) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 22 Jan 2015 14:30:06 -0600 Message-ID: <54C15DCE.7000609@fisglobal.com> Date: Thu, 22 Jan 2015 12:30:06 -0800 From: "Robison, Dave" Reply-To: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Subject: Re: Dell E6510 Video issues References: <54C0151F.8090606@fisglobal.com> <54C0AA9B.1050307@freenet.de> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.242.182.122] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68, 1.0.33, 0.0.0000 definitions=2015-01-22_07:2015-01-22,2015-01-22,1970-01-01 signatures=0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 20:30:24 -0000 Hiya, I received an email from a non-list subscriber who uses the same laptop and docking station. At his suggestion I disabled the new VT in /boot/loader.conf.pcbsd, then remade grub with: grub-mkconfig -o /boot/grub/grub.cfg Rebooted and ran the PCBSD Display Manger and I am back up on the intel driver at 1900x1200. Why the new VT and the intel driver do not play nicely together is a mystery to me. I believe any FreeBSD user could simply disable the new VT in /boot/loader.conf to accomplish the same thing. The option is: kern.vty=vt Dave -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) daver@vicor.com david.robison@fisglobal.com _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 21:53:31 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C08A8C6 for ; Thu, 22 Jan 2015 21:53:31 +0000 (UTC) Received: from maila-ab.linkedin.com (maila-ab.linkedin.com [IPv6:2620:109:c006:104::130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.linkedin.com", Issuer "DigiCert Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42DD3B18 for ; Thu, 22 Jan 2015 21:53:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkedin.com; s=proddkim1024; t=1421963599; bh=G+J/WBFO3vyRzguZ6rSUqWMdR2xXc0EXBa64r/U6ZKg=; h=From:Subject:MIME-Version:Content-Type:To:Date:X-LinkedIn-Class: X-LinkedIn-Template:X-LinkedIn-fbl; b=Ln6jK7/tEM815b/OhXuxjwvxRBGv5W7UlMCw2iYYIZF22b/0UAokgJrvHeBYvO2En J4sPn9k2ADRnEIIc6PTjLCxnOIzqKXEEKPBJNVSR3AZ/cZaunwqRpmVpw5MMree4RG qhOsEQmSc45M1OxE+5ehECXJzNp30aOMgTD4sVgs= From: LinkedIn Security Message-ID: <2122530500.9703024.1421963599307.JavaMail.app@ela4-app8256.prod> Subject: George, your password was successfully reset MIME-Version: 1.0 To: George Neville-Neil Date: Thu, 22 Jan 2015 21:53:19 +0000 (UTC) X-LinkedIn-Class: ACCT-ADMIN X-LinkedIn-Template: security_reset_password_notification X-LinkedIn-fbl: s-2izcjpqgxw25bxc0psinh41pwrjizpqjtp1t09j9ds2i6l642s8ck20g X-LinkedIn-Id: gtmdm-i58oev8o-1v Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 21:53:31 -0000 Hi George, You've successfully changed your LinkedIn password. Thanks for using LinkedIn! The LinkedIn Team When and where this happened: Date:January 22, 2015 1:53 PM Browser:Safari Operating System:OS X IP Address:50.204.88.51 Approximate Location:San Francisco, California, United States Didn't do this? Be sure to change your password right away: https://www.lin= kedin.com/e/v2?e=3Dgtmdm-i58oev8o-1v&a=3Duas-request-password-reset&midToke= n=3DAQGQID5Pfqc1DQ&ek=3Dsecurity_reset_password_notification From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 22 23:13:05 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 487E2209 for ; Thu, 22 Jan 2015 23:13:05 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8D83A1 for ; Thu, 22 Jan 2015 23:13:05 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id tr6so4293321ieb.4 for ; Thu, 22 Jan 2015 15:13:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=6J2Jw6pJxcURohUWoA3LhpwZyaCaA3ZFeUBVxcgw1sQ=; b=s8goqdp2YF7pztzd7zQRP7LIIfSbwZPxyz5vk26FTxarklCzAIHPsCO3L9LjxgUU15 dyVZkxTI8w7LHNXE1PHRsNwNDMFpbSa+BNODJZqF/1+cJkMpWA31TLbDEv1jFhjRmVSp yhKVscKMeb2iqqoBqRQrQarvme3ov/JPaGEoyC4FQpjtMVtgJLEtMdd9qCbohJ6Fcr6G ZO94jLjszgJARJNXYGPKycbfgDrsmDDvVr2oOiqj3y3ia2USyL6uo0TH7wXaw7HMy+FP xkNYgK5o044Kwd+iyMxNr7naxxXZcbtl6Bd8zC4r5Ts/BSefK/IvVbnx8inpuZNawUnJ iVYw== MIME-Version: 1.0 X-Received: by 10.107.136.158 with SMTP id s30mr758971ioi.8.1421968384475; Thu, 22 Jan 2015 15:13:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.78.14 with HTTP; Thu, 22 Jan 2015 15:13:04 -0800 (PST) In-Reply-To: <54C15DCE.7000609@fisglobal.com> References: <54C0151F.8090606@fisglobal.com> <54C0AA9B.1050307@freenet.de> <54C15DCE.7000609@fisglobal.com> Date: Thu, 22 Jan 2015 15:13:04 -0800 X-Google-Sender-Auth: ENDWhWZopV1gkoVV5fCCZFFujKM Message-ID: Subject: Re: Dell E6510 Video issues From: Adrian Chadd To: david.robison@fisglobal.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 23:13:05 -0000 Would you please file a bug? https://bugs.freebsd.org/submit/ -a On 22 January 2015 at 12:30, Robison, Dave wr= ote: > Hiya, > > I received an email from a non-list subscriber who uses the same laptop a= nd docking station. > > At his suggestion I disabled the new VT in /boot/loader.conf.pcbsd, then = remade grub with: > > grub-mkconfig -o /boot/grub/grub.cfg > > Rebooted and ran the PCBSD Display Manger and I am back up on the intel d= river at 1900x1200. > > Why the new VT and the intel driver do not play nicely together is a myst= ery to me. > > I believe any FreeBSD user could simply disable the new VT in /boot/loade= r.conf to accomplish the same thing. The option is: > > kern.vty=3Dvt > > Dave > > > -- > Dave Robison > Sales Solution Architect II > FIS Banking Solutions > 510/621-2089 (w) > 530/518-5194 (c) > 510/621-2020 (f) > daver@vicor.com > david.robison@fisglobal.com > > _____________ > The information contained in this message is proprietary and/or confident= ial. If you are not the intended recipient, please: (i) delete the message = and all copies; (ii) do not disclose, distribute or use the message in any = manner; and (iii) notify the sender immediately. In addition, please be awa= re that any message addressed to our domain is subject to archiving and rev= iew by persons other than the intended recipient. Thank you. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 23 12:57:02 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6272CE18 for ; Fri, 23 Jan 2015 12:57:02 +0000 (UTC) Received: from maila-df.linkedin.com (maila-df.linkedin.com [108.174.6.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.linkedin.com", Issuer "DigiCert Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C13F97 for ; Fri, 23 Jan 2015 12:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkedin.com; s=proddkim1024; t=1422017740; bh=5ZILV0ADPtCYNrTM/1NyQbPYCp6ej4wP2KD6RH4pzqU=; h=From:Subject:MIME-Version:Content-Type:To:Date:X-LinkedIn-Class: X-LinkedIn-Template:X-LinkedIn-fbl; b=1W5HFS2bOdoUa9HwgRwCE1RZjqVx0l5f9F6FbfKTgpSSbvcAb/9hhxF2UTYgKF0+Y Bwu87fFEW/owxxQDQpuoEhOA8DpVT1InWcBzQwqmRwEggQmkl+ywHEC93aBIj6N66z rLtp66i6GenZGXpgijpgAYi6gJ3s1M0ogFT1Sa/Q= From: LinkedIn Security Message-ID: <1018455950.460862.1422017740682.JavaMail.app@ltx1-app8157.prod> Subject: George, here's the link to reset your password MIME-Version: 1.0 To: George Neville-Neil Date: Fri, 23 Jan 2015 12:55:40 +0000 (UTC) X-LinkedIn-Class: ACCT-ADMIN X-LinkedIn-Template: security_password_reset X-LinkedIn-fbl: s-50wuarlledmcy5cq2lk3qiag5omgg1zqwtet3x11odpeexwddvsf554k X-LinkedIn-Id: gtmdm-i59kgvi3-3f Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 12:57:02 -0000 Hi George, You recently requested a password reset.=20 To change your LinkedIn password, paste the following link into your browse= r: https://www.linkedin.com/e/rpp/28255882/freebsd-mobile%40freebsd%2Eorg/-= 4998717190517588155/?hs=3Dtrue&tok=3D0H_EHALLx2ESA1 The link will expire in 24 hours, so be sure to use it right away. Thanks for using LinkedIn! The LinkedIn Team From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 23 13:01:25 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 497C894 for ; Fri, 23 Jan 2015 13:01:25 +0000 (UTC) Received: from maila-bc.linkedin.com (maila-bc.linkedin.com [IPv6:2620:109:c006:104::139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.linkedin.com", Issuer "DigiCert Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0183BFE1 for ; Fri, 23 Jan 2015 13:01:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkedin.com; s=proddkim1024; t=1422018077; bh=vKQRKi81v6vQf5d2aglBxqWJalVF0UgciLrtITs/ENo=; h=From:Subject:MIME-Version:Content-Type:To:Date:X-LinkedIn-Class: X-LinkedIn-Template:X-LinkedIn-fbl; b=hOfYp9K4vbRMR97n4sw9gsBLAmytJiAywG7O+NBp25EafOfyHoT9sjMCDmMhSsN6V AzYZV4q4BhKa/NdZJXpxLu+a2yjwA/xh5yggwoIP3/TQ8vlb3MnSEsC5OGSE4zemxx meqW05o867UtrzXVTFdhAlOxtaJbiJZyHIRJ0Fqs= From: LinkedIn Security Message-ID: <1377350494.9820913.1422018076880.JavaMail.app@ela4-app2317.prod> Subject: George, your password was successfully reset MIME-Version: 1.0 To: George Neville-Neil Date: Fri, 23 Jan 2015 13:01:16 +0000 (UTC) X-LinkedIn-Class: ACCT-ADMIN X-LinkedIn-Template: security_reset_password_notification X-LinkedIn-fbl: s-2dc8nqnc7942jycitmtsp9ttq90fg40gazqoncuve8ahbkgw9l2x3nsl X-LinkedIn-Id: gtmdm-i59kuiec-4i Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 13:01:25 -0000 Hi George, You've successfully changed your LinkedIn password. Thanks for using LinkedIn! The LinkedIn Team When and where this happened: Date:January 23, 2015 1:01 PM Browser:Chrome Operating System:OS X IP Address:46.239.208.67 Approximate Location:Reykjavik, Capital Region, Iceland Didn't do this? Be sure to change your password right away: https://www.lin= kedin.com/e/v2?e=3Dgtmdm-i59kuiec-4i&a=3Duas-request-password-reset&midToke= n=3DAQGQID5Pfqc1DQ&ek=3Dsecurity_reset_password_notification From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 23 13:58:20 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 222CDE7A for ; Fri, 23 Jan 2015 13:58:20 +0000 (UTC) Received: from maila-fb.linkedin.com (maila-fb.linkedin.com [199.101.162.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.linkedin.com", Issuer "DigiCert Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0200E946 for ; Fri, 23 Jan 2015 13:58:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkedin.com; s=proddkim1024; t=1422021493; bh=fMDG+RripZ2p6UUcLakDQa/5yup54pMMD2iqXndQtpg=; h=From:Subject:MIME-Version:Content-Type:To:Date:X-LinkedIn-Class: X-LinkedIn-Template:X-LinkedIn-fbl; b=PXzr8pp4Y1tkCaMx9IyPQCYcUO5qGJI6/EOgII57zhOwS/G1H0a62nPNVNwGObmQ6 cV8mF2gTUSSpjP7toevL77ZFHFR5SE1EDOfCM248dCIyWXGMknysfne74FEyhMzThS e2q2/MV3wbgrt7EL5qIxsleOG0CJY18udiuTOicc= From: LinkedIn Security Message-ID: <2105328248.10062359.1422021493413.JavaMail.app@ela4-app7496.prod> Subject: George, here's the link to reset your password MIME-Version: 1.0 To: George Neville-Neil Date: Fri, 23 Jan 2015 13:58:13 +0000 (UTC) X-LinkedIn-Class: ACCT-ADMIN X-LinkedIn-Template: security_password_reset X-LinkedIn-fbl: s-2prkfye91c4ohd78m7qsmr5g1f4tv6wxu708xq1024960w2gnys7v5m8 X-LinkedIn-Id: gtmdm-i59mvqly-k Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 13:58:20 -0000 Hi George, You recently requested a password reset.=20 To change your LinkedIn password, paste the following link into your browse= r: https://www.linkedin.com/e/rpp/28255882/freebsd-mobile%40freebsd%2Eorg/-= 6590179774092843052/?hs=3Dtrue&tok=3D2LUkDjUWW6ESA1 The link will expire in 24 hours, so be sure to use it right away. Thanks for using LinkedIn! The LinkedIn Team From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 23 15:10:07 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9203270 for ; Fri, 23 Jan 2015 15:10:07 +0000 (UTC) Received: from maila-bc.linkedin.com (maila-bc.linkedin.com [108.174.3.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.linkedin.com", Issuer "DigiCert Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31D631A4 for ; Fri, 23 Jan 2015 15:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkedin.com; s=proddkim1024; t=1422025739; bh=IE3B50v63RaUwZtYaohlyo1L+z6dScRmKtPraXCEzSo=; h=From:Subject:MIME-Version:Content-Type:To:Date:X-LinkedIn-Class: X-LinkedIn-Template:X-LinkedIn-fbl; b=CImWeOCBblRNhBxMtEnMEmsYYKuQ1zJuG2GASCeITl7vvTpg5eTMvvgC+15z7JsAw D3faftfibR6ttOdwagB16btJ0xS11FQeXhvpCzsSgDc+ZTp87cAzLW7qRTD0RWsmkF 8eTadirR/xCSXs9mmjgBSMrrAlvqpPTAnrQkReOM= From: LinkedIn Security Message-ID: <678427678.8813602.1422025738671.JavaMail.app@ela4-app4347.prod> Subject: George, your password was successfully reset MIME-Version: 1.0 To: George Neville-Neil Date: Fri, 23 Jan 2015 15:08:58 +0000 (UTC) X-LinkedIn-Class: ACCT-ADMIN X-LinkedIn-Template: security_reset_password_notification X-LinkedIn-fbl: s-2inotcww26oklzkux02ruxwb819dh9qp283190sf7a3f8uytyrgu9ysj X-LinkedIn-Id: gtmdm-i59peq9u-15 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 15:10:07 -0000 Hi George, You've successfully changed your LinkedIn password. Thanks for using LinkedIn! The LinkedIn Team When and where this happened: Date:January 23, 2015 7:08 AM Browser:Safari Operating System:OS X IP Address:216.3.10.6 Approximate Location:California, United States Didn't do this? Be sure to change your password right away: https://www.lin= kedin.com/e/v2?e=3Dgtmdm-i59peq9u-15&a=3Duas-request-password-reset&midToke= n=3DAQGQID5Pfqc1DQ&ek=3Dsecurity_reset_password_notification From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 23 17:39:44 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DABB61DB for ; Fri, 23 Jan 2015 17:39:44 +0000 (UTC) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E338781 for ; Fri, 23 Jan 2015 17:39:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <54C285BD.10702@intersonic.se> Date: Fri, 23 Jan 2015 18:32:45 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: George Neville-Neil Subject: Re: George, your password was successfully reset References: <678427678.8813602.1422025738671.JavaMail.app@ela4-app4347.prod> In-Reply-To: <678427678.8813602.1422025738671.JavaMail.app@ela4-app4347.prod> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 17:39:44 -0000 On 2015-01-23 16:08, LinkedIn Security via freebsd-mobile wrote: > Hi George, > > You've successfully changed your LinkedIn password. > > Thanks for using LinkedIn! > The LinkedIn Team > > > > When and where this happened: > Date:January 23, 2015 7:08 AM > > Browser:Safari > > Operating System:OS X > > IP Address:216.3.10.6 > > Approximate Location:California, United States > This IS a bit annoying, can Mr.Neville-Neal via Linkedin (if it's him that is) please stop sending this to a public list? We are supposed to be security-minded...? Thank you for your kind attention to this matter. BR, //per