From owner-freebsd-questions Thu Jun 29 0:24: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 25BE737B8FE for ; Thu, 29 Jun 2000 00:23:53 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id KAA12493; Thu, 29 Jun 2000 10:23:42 +0300 (EEST) Date: Thu, 29 Jun 2000 10:23:42 +0300 From: Ruslan Ermilov To: Edward Gold Cc: questions@freebsd.org Subject: Re: Configuring XFree 3.3.6 using FreeBSD and the i810 graphics chip Message-ID: <20000629102342.C10869@sunbay.com> Mail-Followup-To: Edward Gold , questions@freebsd.org References: <39599E08.8D7077A2@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39599E08.8D7077A2@mindspring.com>; from edgold@mindspring.com on Wed, Jun 28, 2000 at 02:41:12AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 28, 2000 at 02:41:12AM -0400, Edward Gold wrote: > Has anyone managed to configure FreeBSD to work with the Intel 810 > graphics chip? The XFree people mention that something might need to be > changed in the kernel configuration ( they mention agpgart.o ), but I > don't see anything in LINT that hints at what is required. The > documentation in /usr/X11R6/lib/X11/doc also suggests something about > compiling in the agpgart.o file. > > Any clues? > You will need to compile X from the latest ports/x11/XFree86. The following configuration works for me: : Section "Device" : Identifier "i810" : Option "no_accel" : EndSection : : Section "Screen" : Driver "svga" : Device "i810" : Monitor "Samtron 75P+" : Subsection "Display" : Depth 16 : Modes "800x600" "640x480" : EndSubsection : Subsection "Display" : Depth 8 : Modes "1024x768" "800x600" "640x480" : EndSubsection : Subsection "Display" : Depth 24 : Modes "640x480" : EndSubsection : EndSection Note the "no_accel" option -- it is prerequisite. There is also a work-in-progress on native AGP drivers for FreeBSD. Doug Rabson has plans to continue a work on i810 driver after Usenix. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message