From owner-freebsd-x11@FreeBSD.ORG Sat Oct 8 17:07:08 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B8E416A41F for ; Sat, 8 Oct 2005 17:07:08 +0000 (GMT) (envelope-from dsyphers@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A95443D48 for ; Sat, 8 Oct 2005 17:07:07 +0000 (GMT) (envelope-from dsyphers@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j98H75fS007233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 8 Oct 2005 10:07:06 -0700 X-Auth-Received: from yggdrasil.seektruth.org (c-67-171-38-33.hsd1.wa.comcast.net [67.171.38.33]) (authenticated authid=dsyphers) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j98H749q028674 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sat, 8 Oct 2005 10:07:04 -0700 From: David Syphers To: freebsd-x11@freebsd.org User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 8 Oct 2005 10:07:04 -0700 Content-Type: Multipart/Mixed; boundary="Boundary-00=_5y/RDEZ3KwkPaY1" Message-Id: <200510081007.05093.dsyphers@u.washington.edu> X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CD 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PORN_PHRASE_15_0 0, __SANE_MSGID 0, __USER_AGENT 0' X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Intel 810 and agpgart X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 17:07:08 -0000 --Boundary-00=_5y/RDEZ3KwkPaY1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm trying to install X.org 6.8.2 on a new machine, and failing. I'm running 6-BETA5. When I try to run X (say with 'X -config /root/xorg.conf.new') it fails with (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (If it helps, at this point the message "1. Analog Input Cannot Display This Video Mode" appears on the ttyv8 screen.) I'm working on trying to figure out the warning, since I think my xorg.conf looks okay, but my question at the moment is how do I get /dev/agpgart? Sure enough it isn't in /dev, but I have 'device agp' in my kernel config, _and_ I have 'agp_load="YES"' in /boot/loader.conf. So I'm not sure why devfs isn't doing its job... Any ideas? Thanks, -David -- "What's the good of having mastery over cosmic balance and knowing the secrets of fate if you can't blow something up?" -Terry Pratchett --Boundary-00=_5y/RDEZ3KwkPaY1 Content-Type: text/plain; charset="iso-8859-1"; name="xorg.conf.new" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xorg.conf.new" Section "ServerLayout" Identifier "X.org 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/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL 1704FPV" ### Uncomment if you don't want to default to DDC: # HorizSync 30.0 - 81.0 # VertRefresh 56.0 - 76.0 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" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "i810" VendorName "Intel Corp." BoardName "Unknown Board" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection --Boundary-00=_5y/RDEZ3KwkPaY1--