working xorg config for ATI Radeon 3850

Warren Block wblock at wonkity.com
Thu Jan 15 12:17:26 PST 2009


On Thu, 15 Jan 2009, Robert Huff wrote:
>
> 	Does anyone have a working X.org config file for the ATI Radeon
> 3850?  That they'd be willing to share?
> 	I'm converting from a different card and would rather not
> reinvent the wheel.

This worked for me under 8-CURRENT and with the not-yet-released xorg 
7.4.  I don't think there's anything special about it.  No acceleration 
on the HD 3850 yet.

Section "ServerLayout"
 	Identifier     "X.org Configured"
 	Screen      0  "Screen0" 0 0
 	InputDevice    "Mouse0" "CorePointer"
 	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 	RgbPath      "/usr/local/share/X11/rgb"
 	ModulePath   "/usr/local/lib/xorg/modules"
 	FontPath     "/usr/local/lib/X11/fonts/misc/"
 	FontPath     "/usr/local/lib/X11/fonts/TTF/"
 	FontPath     "/usr/local/lib/X11/fonts/OTF"
 	FontPath     "/usr/local/lib/X11/fonts/Type1/"
 	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
 	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
 	Load  "GLcore"
 	Load  "xtrap"
EndSection

Section "InputDevice"
 	Identifier  "Keyboard0"
 	Driver      "kbd"
EndSection

Section "InputDevice"
 	Identifier  "Mouse0"
 	Driver      "mouse"
 	Option	    "Protocol" "auto"
 	Option	    "Device" "/dev/sysmouse"
 	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "DRI"
 	Group "video"
 	Mode  0660
EndSection

Section "Monitor"
 	#DisplaySize	  370   300	# mm
 	Identifier   "Monitor0"
 	VendorName   "PNR"
 	ModelName    "Planar PE190"
  ### Comment all HorizSync and VertRefresh values to use DDC:
 	HorizSync    24.0 - 80.0
 	VertRefresh  56.0 - 75.0
 	Option	    "DPMS"
EndSection

Section "Device"
 	Identifier  "Card0"
 	Driver      "radeon"
 	VendorName  "ATI Technologies Inc"
 	BoardName   "Unknown Board"
 	BusID       "PCI:1:0:0"
 	Option      "AccelMethod" "EXA"
EndSection

Section "Screen"
 	Identifier "Screen0"
 	Device     "Card0"
 	Monitor    "Monitor0"
 	DefaultDepth 24
 	SubSection "Display"
 		Virtual 1280 1024
 	EndSubSection
EndSection


-Warren Block * Rapid City, South Dakota USA


More information about the freebsd-questions mailing list