[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ATI Radeon 7000 Setup in Debian



On Mon, Mar 07, 2005 at 12:20:17PM -0500, Lei Kong wrote:
> To enable hard acceleration, you need a proprietary driver from ati:
> https://support.ati.com/ics/support/KBAnswer.asp?questionID=3380
> 
> 
I don't think that's necessary, I have a Radeon 7200, and I use the
XFree provided radeon module:

cvpoly2:~$lspci -v

0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100
QD [Radeon 7200] (prog-if 00 [VGA])
        Subsystem: ATI Technologies Inc Radeon 7000/Radeon
        Flags: bus master, VGA palette snoop, stepping, 66MHz, medium
devsel, latency 64, IRQ 16
        Memory at d8000000 (32-bit, prefetchable) [size=128M]
        I/O ports at c000 [size=256]
        Memory at e5000000 (32-bit, non-prefetchable) [size=512K]
        Capabilities: [58] AGP version 2.0
        Capabilities: [50] Power Management version 2

I attach my /etc/X11/XF86Config-4 file, so you can compare it to yours.
Make sure the radeon module is loaded.

Hth,
-- 
Andreas Rippl -- GPG messages preferred
                 Key-ID: 0x81073379
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
#	InputDevice    "Mouse0" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath  "/usr/X11R6/lib/X11/rgb"
	FontPath "unix/:7101"
	FontPath "/usr/X11R6/lib/X11/fonts/misc"
	FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath "/usr/share/fonts/truetype"
	FontPath "/usr/share/fonts/truetype/xfree86-nonfree"
	FontPath "/usr/share/fonts/type1"
	FontPath "/usr/share/fonts/Type1"
	FontPath "/usr/share/fonts/type1/xfree86-nonfree"
	FontPath "/usr/share/fonts/truetype/xfree86-nonfree"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
#	Option	"AutoRepeat"	"500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#	Option	"Protocol"	"Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
	#Option	"XkbOptions"	""
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "gb"
	#Option	"XkbVariant"	""
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
#	Option	    "Protocol" "Auto"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "PS/2"
	Option	    "Emulate3Buttons" "no"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 80.0
	VertRefresh  56.0 - 76.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Device0"
#	Driver      "nv"
#	Driver      "vesa"
	Driver      "radeon"
#	Option      "UseFBDev" "yes"
	Option      "BusType" "AGP"
	Option      "AGPMode" "2"
	Option "AGPFastWrite" "yes"
	Option "EnablePageFlip" "yes"

EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "320x240" "640x480" "800x600" 
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "320x240" "640x480" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "320x240" "640x480" "800x600"
	EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

Attachment: signature.asc
Description: Digital signature


Reply to: