From owner-freebsd-stable Mon Oct 29 11: 1:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id CF47D37B414 for ; Mon, 29 Oct 2001 11:00:46 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f9TJ0Wp11633; Mon, 29 Oct 2001 11:00:32 -0800 (PST) (envelope-from kline) Date: Mon, 29 Oct 2001 11:00:31 -0800 From: Gary Kline To: Mats Dufberg Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can X work with Intel i815 under FBSD 4.4? Message-ID: <20011029110031.B11496@tao.thought.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dufberg@nic-se.se on Mon, Oct 29, 2001 at 07:07:06PM +0100 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 29, 2001 at 07:07:06PM +0100, Mats Dufberg wrote: > Can anyone report a working configuration of FreeBSD and XFree86 4.1.0 on > a Intel 82815 (i815 GMCH) SVGA controller? > > > I have installed FreeBSD 4.4 with XFree86, but that version of XFree86 > (3.3.6) does not support the VGA controller, Intel 82815 (i815). I tried > to install XFree86 4.1.0 from ports, but the compilation failed. > > I have installed XFree86 4.1.0 from binary distribution for FreeBSD 4.x > from XFree86, and the configuration works, but after that, it won't run. > > Yes, I have successfully loaded the kernel module for AGP: > > /kernel: agp0: mem > 0x40300000-0x4037ffff,0x44000000-0x47ffffff irq 10 at device 2.0 on pci0 > > The i810 driver works with my Intel 815 AGP ... but the sound chip is another problem. Here is a snippet from my /etc/XF86Config: Section "Device" Identifier "Primary Card" Driver "i810" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "i815" Driver "i810" VideoRam 16384 Option "NoDDC" "True" EndSection Section "Screen" Device "Primary Card" Driver "i810" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection ###SubSection "Display" ###Depth 32 ###Modes "1024x768" "800x600" "640x480" ###EndSubSection EndSection Of course, you can adjust the amount of VideoRam and tune other optional settings as you want. I've got 256MB of SDRAM but am only using 16384K as a first cut. Let us know if this gets things working! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message