From owner-freebsd-x11@FreeBSD.ORG Tue Jul 13 18:10:05 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 38FB71065676 for ; Tue, 13 Jul 2010 18:10:05 +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 AF9238FC1C for ; Tue, 13 Jul 2010 18:10:04 +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 1OYj1f-0000d3-D2 for freebsd-x11@freebsd.org; Tue, 13 Jul 2010 19:12:11 +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 1OYj1f-0000cv-7v for freebsd-x11@freebsd.org; Tue, 13 Jul 2010 19:12:11 +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 o6DHCBhF002069 for ; Tue, 13 Jul 2010 19:12:11 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from sziszi@localhost) by baranyfelhocske.buza.adamsfamily.xx (8.14.4/8.14.4/Submit) id o6DHCB5V002068 for freebsd-x11@freebsd.org; Tue, 13 Jul 2010 19:12:11 +0200 (CEST) (envelope-from sziszi@bsd.hu) X-Authentication-Warning: baranyfelhocske.buza.adamsfamily.xx: sziszi set sender to sziszi@bsd.hu using -f Date: Tue, 13 Jul 2010 19:12:10 +0200 From: Szilveszter Adam To: freebsd-x11@freebsd.org Message-ID: <20100713171210.GB1943@baranyfelhocske.buza.adamsfamily.xx> References: 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: Tue, 13 Jul 2010 18:10:05 -0000 Hello Henri-Pierre, I probably do not have a good solution for you, but can share my experience. I am running -CURRENT (r209884)/i386. I have a ThinkPad R50e, with the following Intel graphics chip: vgapci0: port 0x1800-0x1807 mem 0xe0000000-0xe7ffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 128M, detected 8060k stolen memory drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster info: [drm] AGP at 0xe0000000 128MB info: [drm] Initialized i915 1.6.0 20080730 It used to work OK with the previous version of the Intel driver in ports, but this is no longer the case. On Tue, Jul 13, 2010 at 11:53:46AM +0200, Henri-Pierre Charles wrote: > It's impossible to have a graphical output > > (1) Using video-intel the system hang immediately without any message Same for me. > I've also tried to add : > Option "DRI" "off" # [] > Option "NoAccel" "on" # [] > in my /etc/X11/xorg.conf Device section : still hang That's my experience as well. > I've try to patch i830_display.c:i830_crtc_load_lut as suggested in another > thread, the system does not hang but has a black screen Which patch is that? I would like to try it too... > (2) Using video-vesa X fail with a message : > "(EE) VESA(0): No valid modes" > "(EE) Screen(s) found, but none have a usable configuration." I am also using the vesa driver for now, but with success. I have the following in my xorg.conf: Section "Screen" Identifier "Screen 1" Device "Videokartya" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection With this, I can get an OK picture, but no acceleration. Maybe this helps to you as well? But of course it would be really nice to get the Intel driver working again... -- Regards: Szilveszter ADAM Budapest Hungary