From owner-freebsd-multimedia@FreeBSD.ORG Sat Oct 11 09:39:54 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2B516A4B3 for ; Sat, 11 Oct 2003 09:39:54 -0700 (PDT) Received: from kamala.ath.cx (dhcp024-210-123-247.ma.rr.com [24.210.123.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BD243F85 for ; Sat, 11 Oct 2003 09:39:53 -0700 (PDT) (envelope-from owen@kamala.ath.cx) Received: by kamala.ath.cx (Postfix, from userid 1000) id C70FE6EB; Sat, 11 Oct 2003 10:35:49 -0400 (EDT) Date: Sat, 11 Oct 2003 10:35:49 -0400 From: Owen Becker To: freebsd-multimedia@freebsd.org Message-ID: <20031011143549.GA26884@kamala.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Intel 82845G/GL dri X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:39:54 -0000 I know that intel released a driver for this chipset under linux, anyone had any luck getting it up and running under freebsd? I'm running 4.3.0 under FreeBSD-4.9RC1. Here is my XF86Config: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "6 7" EndSection Section "Monitor" #DisplaySize 370 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL P991" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" "True" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" "True" # Identifier "Card0" Driver "i810" VendorName "Intel Corp." BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" Mode 666 EndSection TIA, Owen