From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 31 13:50:30 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D40E921D for ; Thu, 31 Jan 2013 13:50:30 +0000 (UTC) (envelope-from ukaszg@gmail.com) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9C653869 for ; Thu, 31 Jan 2013 13:50:30 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id j34so1272435qco.9 for ; Thu, 31 Jan 2013 05:50:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:cc:content-type; bh=apjwaR7nPuWAj5ztVJtgbtHhhY/ZCTF7L/OdDsgWZw0=; b=MkjLcbNZZH2VLfzKQYDSdkKXqRJL/qtoEpsT9xV8WTDSJkkjrbq/KWp13GUi8kQRzT VIghDclAqZ3nM8Xmq1D6SiS5EtjdK/v+Wa0/TvGyc60/WnYp6KS7khMUHa2joCoBNmW+ q8P6ncd14qoY/q4K+tqPdxUVu4L6X/X5Rdm5DKCSObvpkMnXfl8H/KmZucVVLuBMcoxB 9KOBhbYZ01CM/LA0YnY8BgoReEvo+HGRuPmADkEUvzRLaFeIZMx1fSliyBysrja/3Ssu aVr/WMJIQL8PnQtujXeZKIPp/pZN5ke2zK3HPu6iyrkhnjstDAQlxLMnY4BkgSlFWVlH ENRA== MIME-Version: 1.0 X-Received: by 10.49.59.131 with SMTP id z3mt12212176qeq.1.1359640224386; Thu, 31 Jan 2013 05:50:24 -0800 (PST) Received: by 10.49.26.169 with HTTP; Thu, 31 Jan 2013 05:50:24 -0800 (PST) In-Reply-To: <510A724F.1070704@freebsd.org> References: <510A724F.1070704@freebsd.org> Date: Thu, 31 Jan 2013 14:50:24 +0100 Message-ID: Subject: Re: Xorg help From: uki Content-Type: text/plain; charset=UTF-8 Cc: hackers@freebsd.org, x11@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 13:50:30 -0000 2013/1/31 Niclas Zeising : > This should have been sent to x11@ instead. > On 01/31/13 14:20, Wojciech Puchar wrote: >> long time ago with CRT monitors i used xvidtune and defined my modeline >> based on existing one. >> >> With LCD laptop Xorg automatically selected good one. >> >> Now with desktop and new LG monitor capable of 1920x1080 it uses 1024x768 You probably are using vesa driver, which is limited to 1024x768 max >> What driver should i use with Atom D525? xf86-video-intel29 is the only >> one that works, in spite of market as not supported. Citing https://wiki.freebsd.org/Intel_GPU "Required usermode components are available in the ports tree, you need to add WITH_NEW_XORG=true and WITH_KMS=true to /etc/make.conf. " the driver you should use is xf86-video-intel (rebuild X/kernel if you just changed make.conf) I'm not sure if this is reqired, but my kernel has device i915kms and device drm. With this configuration intel works perfectly.