From owner-freebsd-questions Mon Feb 10 19:24:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E314037B401 for ; Mon, 10 Feb 2003 19:24:07 -0800 (PST) Received: from ygm008.verizon.net (ygm008pub.verizon.net [206.46.170.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D09943FB1 for ; Mon, 10 Feb 2003 19:24:07 -0800 (PST) (envelope-from arlankfo@verizon.net) Received: from verizon.net ([138.88.138.135]) by ygm008.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030211032403.JEQK6334.ygm008.verizon.net@verizon.net>; Mon, 10 Feb 2003 21:24:03 -0600 To: darren_spruell@sento.com, questions@freebsd.org Subject: Re: X problems on i810 | AddScreen/ScreenInit failed From: "Andrew Lankford" Reply-To: "Andrew Lankford" Date: Mon, 10 Feb 2003 22:24:29 -0500 Message-Id: <20030211032403.JEQK6334.ygm008.verizon.net@verizon.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To my knowledge, DRI extensions have never worked with i810 on FreeBSD. Whenever I felt tinkering with the config to see I could enable DRI, it wouldn't take, but I don't think it ever mucked up my screen. My video monitor did have some trouble with the DDC option (on my stable partition, just after I had upgraded the bios), but DDC seems to work ok now. If you do get it working, I would stay with a DefaultDepth of 16 instead of 24, as a setting of 24 tends to slow demanding apps down without noticeably improving picture quality. Notice also that the HorizSync and VertRefresh values are a tiny bit different on mine as well. Anyway, here's 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/URW" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" #Load "dri" Load "ddc" #Load "glx" Load "dbe" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Resolution" "1200" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 100.0 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 "XvMCSurfaces" "8" # Identifier "Card0" Driver "i810" VendorName "Intel" BoardName "i815" #VideoRam 10000 #BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "320x240" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" "320x240" EndSubSection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message