I reinstalled the os, this time with redhat 6.1 and when I installed the 11.8 driver chose to not install the amd control panel.
Once the install completed, I ran 'aticonfig --initial' and from there only edited xorg.conf
My 'xrandr -q' is pretty simple, 'Screen 0' is DFP1-DFP6 with a maximum resolution of 5760 x 2160 (as defined as 'virtual' space in xorg.conf)
Below is my xorg.conf file:
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 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 "Monitor"
Identifier "dfp1"
Option "Position" "0 1080"
EndSection
Section "Monitor"
Identifier "dfp2"
Option "Position" "0 0"
EndSection
Section "Monitor"
Identifier "dfp3"
Option "Position" "1920 1080"
EndSection
Section "Monitor"
Identifier "dfp4"
Option "Position" "1920 0"
EndSection
Section "Monitor"
Identifier "dfp5"
Option "Position" "3840 1080"
EndSection
Section "Monitor"
Identifier "dfp6"
Option "Position" "3840 0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "monitor-DFP1" "dfp1"
Option "monitor-DFP2" "dfp2"
Option "monitor-DFP3" "dfp3"
Option "monitor-DFP4" "dfp4"
Option "monitor-DFP5" "dfp5"
Option "monitor-DFP6" "dfp6"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
Virtual 5760 2160
EndSubSection
EndSection
Overall it was fairly simple to configure once I found a good source online to explain how to edit xorg.conf.
Things aren't perfect though. The speed is still slow when moving windows around, though it's improved from before. I'm not sure if it's something I'm just going to have to live with, but it seems a bit crazy considering how beefy the video card is. It feels like it's not using all it's power, or the voltage needs to be bumped up somewhere, or hardware acceleration needs to be enabled.
Any ideas on how to combat this?
Thanks!