From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 01:25:55 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 19EC5A6B for ; Wed, 29 Jan 2014 01:25:55 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E57211E33 for ; Wed, 29 Jan 2014 01:25:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=yCJzng9fv9twQznCBVn5R+2148lwTN5OFdh0QF99a+4=; b=gEGRGBR15zfbwoIFUWe1NCZqerkN5YTB/P3Ki99i0E1x+foYvEoVWUKHbOo//dPXf/wmkklspfp9ou2PBgvt9nMA+CLxQck2b7QlFS2gCEGM/IgTeRsk6v9i6pfvX/4oaO/P600g24itdHXlGGfIfXzBF5KoPE+qraiCf+PlHbM=; Received: from [39.196.10.7] (port=20750 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1W8JuS-0009Ue-JV; Tue, 28 Jan 2014 18:25:46 -0700 Date: Wed, 29 Jan 2014 09:25:37 +0800 From: Erich Dollansky To: Tim Daneliuk Subject: Re: 1920x1080 With xorg Intel Driver On HD 4600 Message-ID: <20140129092537.08cd9404@X220.alogt.com> In-Reply-To: <52E854E9.6070203@tundraware.com> References: <52E854E9.6070203@tundraware.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 01:25:55 -0000 Hi, On Tue, 28 Jan 2014 19:10:01 -0600 Tim Daneliuk wrote: > I am trying to get X to jump into 1920x1080 on an i5-based system > with Intel HD 4600 video. The intel driver seems to know nothing > about this chipset and vesa doesn't want to go that high in res. > > Ideas? Workarounds? I do not know about newer CPU versions as I have a second generation i7. I also have had to give X an hint via xorg.conf. But this was more than a year ago and should not be needed anymore. If your is a fourth generation i5, it could be that it is not fully supported yet. Just check the FreeBSD wiki regarding KMS, Intel etc. Erich