From owner-freebsd-questions@freebsd.org Tue Feb 13 00:59:14 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE7A9F0A5DE for ; Tue, 13 Feb 2018 00:59:14 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from mr29p60im-ztfb07101501.me.com (mr29p60im-ztfb07101501.me.com [17.120.80.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FCE9786F2 for ; Tue, 13 Feb 2018 00:59:14 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from process-dkim-sign-daemon.mr29p60im-ztfb07101501.me.com by mr29p60im-ztfb07101501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P4200J00D834W00@mr29p60im-ztfb07101501.me.com> for freebsd-questions@freebsd.org; Tue, 13 Feb 2018 00:59:13 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1518483553; bh=Oc5LlCQVzNVaWzSicJSyl34LTBaCprwZTXwY5DkbKo0=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=OalLtoRxgnfxuunz26jEH6Ru4zJmOyerhR9InB3rTtP3zOTGxXnRh5g1A96Q57uUw T7zlSsLTjOtcvM5qSi0l2CkR7rfMLKJDiZD6qv/Bl2HnsJ132ZH5FLXGXDl6yNYiFi 0CWUNJVzWko3WiT5OLFWns4uxJA2HQg3gppjw6rB0ypGjNE1ZxbOx7t1emqKPTvpIO 0X8SuBugelAVxO807//4cC2AfkrQXcTMjHG+Ur3DHnNddTTXlY5b7ANJv7ssMPJAEt fqqEV0KHtSDS/C3FhmnPMQA0PLPalNo3dJ4G85zCBlNnyzxJvieX6IKjAcMBcFMfo0 8CFvnY5NUnygw== Received: from icloud.com ([127.0.0.1]) by mr29p60im-ztfb07101501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P4200HDIDE3I900@mr29p60im-ztfb07101501.me.com>; Tue, 13 Feb 2018 00:59:13 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-02-12_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1802130009 MIME-version: 1.0 (1.0) Subject: Re: How to make thinkpad x201i video card driver works ? From: =?utf-8?B?5p2O5ZGo5Y2O?= X-Mailer: iPhone Mail (15D60) In-reply-to: <20180212055453.b0548785.freebsd@edvax.de> Date: Tue, 13 Feb 2018 08:58:51 +0800 Cc: freebsd-questions@freebsd.org Message-id: <7A6805C2-3998-475A-AC33-510EB71DA774@icloud.com> References: <1044BFBB-EB94-4937-A5B3-9AEAE7E757A3@icloud.com> <20180212055453.b0548785.freebsd@edvax.de> To: Polytropon Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 00:59:15 -0000 Thanks for you kindly help , video card driver now works well. I do the fol= low steps: 1. install driver via "pkg install xf86-video-intel"=20 2. rm /etc/X11/xorg.conf file. 3. add lines i915kms_load=3D"YES" kern.vty=3Dvt to/boot/loader.conf Hopes can help other people. > On 12 Feb 2018, at 12:54 PM, Polytropon wrote: >=20 >> On Mon, 12 Feb 2018 11:20:03 +0800, =E6=9D=8E=E5=91=A8=E5=8D=8E wrote: >> l know x201i use intel HD graphic video card ,but on latest version >> of freebsd 11.1 video card driver not works. >>=20 >> I try to add =20 >> Driver "intel" =20 >> to config file xorg.conf.etc Device section. >=20 > You shouldn't have to. If the driver is installed, and X > detects Intel graphics, it will load the driver. However, > loading the kernel module is probably required (i915kms). >=20 >=20 >=20 >> but in log file it's say unable load intel module. >=20 > Did you _install_ the driver (x11-drivers/xf86-video-intel)? > It does not come with the X.org installation itself. >=20 >=20 >=20 > More information here: >=20 > https://www.freebsd.org/doc/handbook/x-config.html >=20 > https://wiki.freebsd.org/Graphics#Intel_Graphics >=20 > https://negativo17.org/quickly-test-freebsd-11-with-kmsvt-newcons-support-= hald-and-your-keyboard-layout/ >=20 >=20 > --=20 > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ...