Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 11:00:31 -0800
From:      Gary Kline <kline@tao.thought.org>
To:        Mats Dufberg <dufberg@nic-se.se>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Can X work with Intel i815 under FBSD 4.4?
Message-ID:  <20011029110031.B11496@tao.thought.org>
In-Reply-To: <Pine.BSF.4.30.0110291859060.8140-100000@spider.nic-se.se>; from dufberg@nic-se.se on Mon, Oct 29, 2001 at 07:07:06PM %2B0100
References:  <Pine.BSF.4.30.0110291859060.8140-100000@spider.nic-se.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <Intel 82815 (i815 GMCH) SVGA controller> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011029110031.B11496>