Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 20:56:37 +0100
From:      Stijn Hoop <stijn@win.tue.nl>
To:        Barry Pederson <bp@barryp.org>
Cc:        Eugene Grosbein <eugen@www.svzserv.kemerovo.su>
Subject:   Re: ATI Radeon 9600 SE & OpenGL?
Message-ID:  <20040319195637.GA93135@pcwin002.win.tue.nl>
In-Reply-To: <405B2D7A.5050309@barryp.org>
References:  <7670000.1079480581@palle.girgensohn.se> <13770000.1079537744@rambutan.pingpong.net> <40591A47.1C6617C7@kuzbass.ru> <33830000.1079712277@durian.pingpong.net> <20040319163201.GA16433@svzserv.kemerovo.su> <405B2D7A.5050309@barryp.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--hHWLQfXTYDoKhP50
Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8"
Content-Disposition: inline


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Mar 19, 2004 at 11:27:22AM -0600, Barry Pederson wrote:
> Someone wrote earlier:
> > That's what I have where 9200SE works:
> >
> > agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xe8000000-0xebff=
ffff at device 0.0 on pci0
> >
> > You see, agp0 is not for video card, it's for motherboard.
>=20
> So does the 3D acceleration actually work in your setup?

It does in mine:

agp0: <Intel 82845 host to AGP bridge> mem 0xf8000000-0xfbffffff at device =
0.0 on pci0

later after starting X:

drm0: <ATI Radeon RV280 9200 SE> port 0xd800-0xd8ff mem 0xdf000000-0xdf00ff=
ff,0xf0000000-0xf7ffffff irq 11 at device 0.0 on pci1

And glxgears gets me an acceptable framerate. Unfortunately I'm not at the
console or I'd show you the numbers.

I just put this card in the machine last week and I had to upgrade to
XFree86-4-Server-snap port but other than that I didn't do anything fancy
iirc.

> Everything else about the card seems to work fine,  xvideo extension is=
=20
> good.

I haven't actually tried that one yet.

> I realize this isn't a proper bug report, and you guys are probably on=20
> stable, not current - but I just wondering how much is actually working=
=20
> for you.

I am on FreeBSD 5.2-CURRENT #19: Mon Mar 15 13:17:55 CET 2004

XF86Config attached fwiw.

HTH,

--Stijn

--=20
I really hate this damned machine
I wish that they would sell it.
It never does quite what I want
But only what I tell it.

--MGYHOYXEY6WxJCY8
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/75dpi/"
#	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
EndSection

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

	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
	Option	    "XkbOptions" ""
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	#DisplaySize	  360   270	# mm
	Identifier   "Monitor0"
	VendorName   "PHL"
	ModelName    "PHILIPS 109P4"
	Option	    "DPMS"
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     "ForcePCIMode"       	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "OverlayOnCRTC2"     	# [<bool>]
        #Option     "CloneMode"          	# [<str>]
        #Option     "CloneHSync"         	# [<str>]
        #Option     "CloneVRefresh"      	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Unknown Board"
	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
		Modes	"1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "960x720" "928x696" "896x672" "832x624" "800x600" "700x525" "640x512" "640x480" "720x400" "640x400" "576x432" "640x350" "512x384" "416x312" "400x300" "320x240" "360x200" "320x200" "320x175"
	EndSubSection
EndSection

--MGYHOYXEY6WxJCY8--

--hHWLQfXTYDoKhP50
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAW1B1Y3r/tLQmfWcRAmxgAKCW+sPnKZ//1MW8EKjfCiG1P7C4vACeJXbR
+lepXe+FVVny8cVtr8XaDMk=
=A9Q0
-----END PGP SIGNATURE-----

--hHWLQfXTYDoKhP50--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040319195637.GA93135>