From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 11:27:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7B6C10656A5 for ; Tue, 11 Nov 2008 11:27:59 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 36C8A8FC21 for ; Tue, 11 Nov 2008 11:27:59 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 28AAFAFCF54; Tue, 11 Nov 2008 02:27:58 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org, Pieter Donche Date: Tue, 11 Nov 2008 12:27:55 +0100 User-Agent: KMail/1.9.7 References: <200811111136.23546.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811111227.56378.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: X11: 1280x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2008 11:27:59 -0000 On Tuesday 11 November 2008 12:12:06 Pieter Donche wrote: > On the same portable there is also a SUSE Linux 10.1 and WinXP, which works > in 1280x768 (so the hardware can use this resolution) > > In /var/log/Xorg.0.log is see many references to 1280x768 for the 'local > flat panel' , PanelID returned panel resolution: 1280x768, also > Printing DDC gathered Modelines: > 3 lines > (||) 1810(0): Modeline "1280x768"x0.0 (followed by varying numbers and > a KhZ to end) > follewed y > Mode: 30 (640x480) > (specifications) > diffenrent Mode sections but 1024x768 at the highest > .. > (||) |810(0): Not using mode "1280x768i (no mode of that name) ^^^ If this is accurate, you seem to have a trailing letter 'i' in your xorg.conf that invalidates the mode line. And you're using an Intel 810 integrated graphics card. Sadly, that doesn't come with probing tool that I know of that would print the information the card and monitor exchange about syncrates and display sizes. Rule out the typo first though. I have a vague recollection of this card putting 1024x768 before 1280x768 in the mode list it returns, so that it defaults to 1024x768, but I'm not sure where or when I read that. Either way, hardcoding the desired modeline (without typos) in xorg.conf should work. If there was no typo, please paste your entire xorg.conf into the mail. We may be missing something obvious. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.