You are not logged in.

#1 2012-11-01 00:49:50

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Any way to improve ATI's performance?

Hi,

I have an ATI 4350 HD Card on my PC, and I usually play Xonotic with high quality settings, getting around 50 FPS on average on Windows. On Arch, with the Catalyst driver and exactly the same video options for the game, and compiz disabled, I get around 30-40 FPS on average. I wonder if it is really possible to improve the performance of my card to match that of windows for 3D applications.

Here's my xorg.conf:

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Option         "BlankTime" "0"
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "DesktopSetup" "horizontal"
	Option	    "OverlayOnCRTC2" "1"
	Option	    "OpenGLOverlay" "0"             ##
	Option	    "XAANoOffscreenPixmaps" "false" ##
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1200x800" "1440x900" "1920x1080"
	EndSubSection
EndSection

Section "DRI"
                                   # May help enable direct rendering.
	Mode         0666
EndSection

Any help or tips would be very much appreciated.

Greetings!

Last edited by Davigetto (2012-11-01 00:50:11)


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB