Date: Tue, 13 Jul 2010 19:12:10 +0200 From: Szilveszter Adam <sziszi@bsd.hu> To: freebsd-x11@freebsd.org Subject: Re: Help needed : FreeBSD 8.1 / xorg / xf86-video-intel / dell400 Message-ID: <20100713171210.GB1943@baranyfelhocske.buza.adamsfamily.xx> In-Reply-To: <AANLkTilJAdhep2T8hpQoa-vgWLDJo918dIO5_0ZaOqj_@mail.gmail.com> References: <AANLkTilJAdhep2T8hpQoa-vgWLDJo918dIO5_0ZaOqj_@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <VGA-compatible display> port 0x1800-0x1807 mem 0xe0000000-0xe7ffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0 agp0: <Intel 8285xM (85xGM GMCH) SVGA controller> on vgapci0 agp0: aperture size is 128M, detected 8060k stolen memory drm0: <Intel i852GM/i855GM GMCH> 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" # [<bool>] > Option "NoAccel" "on" # [<bool>] > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100713171210.GB1943>