From owner-freebsd-x11@FreeBSD.ORG Mon Jul 19 18:45:49 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6905F106566B for ; Mon, 19 Jul 2010 18:45:49 +0000 (UTC) (envelope-from sziszi@bsd.hu) Received: from mail.rubicom.hu (mail.rubicom.hu [89.147.80.28]) by mx1.freebsd.org (Postfix) with ESMTP id E2F458FC1C for ; Mon, 19 Jul 2010 18:45:48 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=mail.rubicom.hu) by mail.rubicom.hu with smtp (Exim 4.63) (envelope-from ) id 1OavLM-00087G-Nv for freebsd-x11@freebsd.org; Mon, 19 Jul 2010 20:45:40 +0200 Received: from ip59935289.rubicom.hu ([89.147.82.137] helo=baranyfelhocske.buza.adamsfamily.xx) by mail.rubicom.hu with esmtp (Exim 4.63) (envelope-from ) id 1OavLK-000861-VB for freebsd-x11@freebsd.org; Mon, 19 Jul 2010 20:45:35 +0200 Received: from baranyfelhocske.buza.adamsfamily.xx (localhost [127.0.0.1]) by baranyfelhocske.buza.adamsfamily.xx (8.14.4/8.14.4) with ESMTP id o6JIjY96002184 for ; Mon, 19 Jul 2010 20:45:34 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from sziszi@localhost) by baranyfelhocske.buza.adamsfamily.xx (8.14.4/8.14.4/Submit) id o6JIjYDA002183 for freebsd-x11@freebsd.org; Mon, 19 Jul 2010 20:45:34 +0200 (CEST) (envelope-from sziszi@bsd.hu) X-Authentication-Warning: baranyfelhocske.buza.adamsfamily.xx: sziszi set sender to sziszi@bsd.hu using -f Date: Mon, 19 Jul 2010 20:45:34 +0200 From: Szilveszter Adam To: freebsd-x11@freebsd.org Message-ID: <20100719184534.GB2050@baranyfelhocske.buza.adamsfamily.xx> References: <20100713171210.GB1943@baranyfelhocske.buza.adamsfamily.xx> <20100716133617.726eebe9@ernst.jennejohn.org> <20100717055429.GA2013@baranyfelhocske.buza.adamsfamily.xx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Help needed : FreeBSD 8.1 / xorg / xf86-video-intel / dell400 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 18:45:49 -0000 Hello, Henri-Pierre! On Mon, Jul 19, 2010 at 12:52:51PM +0200, Henri-Pierre Charles wrote: > I did some (minor) progress : > > - vidcontrol -i mode give only 640x480x4 maximum resolution before I > realize that loading vesa.ko could help. > - With "kload vesa.ko" I get 1024x768x8 which could be ok for my laptop. > - I am very surprized to have to add : > HorizSync 30.0 - 82.0 > VertRefresh 50.0 - 75.0 > to the Monitor section for a laptop with a LCD screen. Is to due to > the vesa driver ? I do not know, but my xorg.conf used to have the HorizSync and the VertRefresh lines forever. But you are correct that eg the intel(4) driver seemed to ignore it, while the vesa driver takes note of it during initialization. > - X start correctly but is unable to go higher than 640x480 which seem > strange because > -- The panel resolution is recognized :(II) VESA(0): PanelID returned > panel resolution 1024x768 > -- The mode exist Mode: 105 (1024x768) > -- but (II) VESA(0): Not using mode "1024x768" (no mode of this name) Well, looking at the config and the log you posted, there appear to be several interesting things. 1) It seems you are trying to use a multi-monitor config (with Screen1 commented out.) You say one of these is the LCD of the laptop. What is the other? Are you testing with the LCD only? (It seems so from the log, but doesn't hurt to be sure) 2) The video ram found by vesa(4) is very low (mine finds 8000kB): (II) VESA(0): Total Memory: 13 64KB banks (832kB) It would be useful to try to investigate why. (Do you have agp activated in your kernel? I do, although of course vesa provides no acceleration in that area.) 3) This is interesting: (II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (111) Is this Hz value correct for the display you are testing with? My LCD says 60 Hz. I am sorry that I cannot give you more direct advice, but maybe there is somethine in there which may give you an idea... -- Regards: Szilveszter ADAM Budapest Hungary