Subject: Re: 4.3 and AGP
To: Matthias Scheler <tron@zhadum.de>
From: None <droid@neuronet.shacknet.nu>
List: tech-x11
Date: 03/08/2003 19:13:10
--bCsyhTFzCvuiizWE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I used the NetBSD -current xsrc branch right after the announcement of 4.3 =
being in it. I'm attaching my XF86Config file this time. If any netbsd deve=
lopers think they might know whats going on or just want to poke around I'm=
 happy to give a shell..

Thanks!
-Will Bendick

On Fri, Mar 07, 2003 at 07:12:53AM +0000, Matthias Scheler wrote:
> In article <3E67D348.4050203@balrog.neuropunks.org>,
> 	CompuDroid <droid@balrog.neuropunks.org> writes:
> > when I try to start X with agp in my kernel:
> >=20
> > Symbol xf86SetDDCproperties from module=20
> > /usr/X11R6/lib/modules/drivers/radeon_dr
> > v.o is unresolved!
>=20
> The Radeon driver builds and loads fine for me. Did you use NetBSD's our
> XFree86's 4.3.0 sources?
>=20
> > Xfree86 log and kernel config file attached..
>=20
> Your "/etc/X11/XF86Config" would have been much more interesting.
>=20
> 	Kind regards
>=20
> --=20
> Matthias Scheler                                  http://scheler.de/~matt=
hias/

--bCsyhTFzCvuiizWE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=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/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
#	Load  "dri"	#new
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "dri"
	Mode 0666
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "wsmouse"
	Option	    "Device" "/dev/wsmouse0"
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "CrtScreen"          	# [<bool>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	Option      "AGPMode" "4"	#new
	VendorName  "ATI"
	BoardName   "Radeon Mobility M7 LW"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection


--bCsyhTFzCvuiizWE--