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

Using xserver-xorg-video-radeon with an Ati Radeon 9600 Pro



Hi,

I'm now running the updated (ati -> radeon) driver. But I expected
something more performant (I'm using a 1680x1050 screen). While seeing 
this [0], I expected to be able to play at Nexuiz for example, but I'v
got only 1FPS. So I would like to know if I missed something during my
configuration (see xorg.conf attached) or if it is the driver fault ?

TIA.

PS : Please CC me as I'm not subscribed to the list.

[0]http://www.phoronix.com/scan.php?page=article&item=ati_r500_3d&num=1
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Jan 11 15:05:59 PST 2008

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Main Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"
	# path to defoma fonts
	FontPath        "/usr/share/fonts/X11/misc"
	FontPath        "/usr/share/fonts/X11/cyrillic"
EndSection

Section "Module"
	Load           "bitmap"
	Load           "ddc"
	Load           "extmod"
	Load           "freetype"
	Load           "glx"
	Load           "int10"
	Load           "vbe"
EndSection

Section "InputDevice"
	Identifier     "Generic Keyboard"
	Driver         "kbd"
	Option         "CoreKeyboard"
	Option         "XkbRules" "xorg"
	Option         "XkbModel" "pc105"
	Option         "XkbLayout" "be"
EndSection

Section "InputDevice"
	Identifier     "Configured Mouse"
	Driver         "mouse"
	Option         "CorePointer"
	Option         "Protocol" "ExplorerPS/2"
	Option         "Device" "/dev/input/mice"
	Option         "Emulate3Buttons" "no"
	Option         "Buttons" "5"
	Option         "ZAxisMapping" "4 5"
	Option         "ButtonMapping" "1 2 3 6 7"
EndSection

Section "Monitor"
	Identifier	"Main Monitor"
	HorizSync	30.0 - 100.0
	VertRefresh   	50.0 - 160.0
	Option     	"DPMS"
EndSection

Section "Device"
	Identifier	"RD_9600"
	Driver		"radeon"
EndSection

Section "Screen"
    	Identifier     	"Main Screen"
    	Device         	"RD_9600"
    	Monitor        	"Main Monitor"
    	DefaultDepth    24
    	SubSection     "Display"
        	Depth	24
        	Modes	"1680x1050"
    	EndSubSection
EndSection


Reply to: