
Originally Posted by
rohcQaH
Which drivers are you planning to use? fglrx (the proprietary one) or the open source drivers?
If you don't know which suits you best, what are you using the computer for?
The OSS drivers for evergreen are a bit beta'ish, but should be ready for most work-related tasks soon enough.
the following relates to fglrx:
>> First of all, I am wondering how 2d performance is under X.
using the 2d acceleration code AMD developed a few months ago, it's been more snappy on my 5770 than on the nvidia chip in my notebook. (yes, there's a difference in GPU speeds, but that's not very relevant for 2d performance).
Getting rid of Xinerama will help a lot when it comes to speed.
>> is compiz supported with a 3 monitor eyefinity setup? [edit: i come to understand that it is] Is gaming supported while compiz is tured on, or will I need to start a separate X server to run games?
unless your combined screen space exceeds the texture limit of the card (IIRC 8192x8192 for everything since r600) it doesn't matter how many outputs are attached to your framebuffer.
>> Does eyefinity make the window manager aware of screen borders
yes. Eyefinity is not a special piece of software (at least not on linux), it's "just" the ability to configure more than two monitors. You can configure them with XrandR, just like you would in a dual-screen setup.
>> all 3 of my monitors have a different rotation than the next, the center one has no rotation, and the two sides are rotated 90 degrees clockwise and counterclockwise, respectively. can eyefinity support this?
Yes, iff your Xorg supports this. As fluggo said, RHEL 5.5 ships with an ancient version of XRandR that doesn't support rotation and the driver cannot cope with that.
On my gentoo box, rotation works fine.
>> my two side monitors have a different resolution than the center monitor, further, their vertical resolutions are not equal to the center. (i.e. center is 1920x1200, left and right are 1024x1280) is this a problem?
not for the drivers. Maybe for your window manager (kde4 is known to be stupid around multi-screen setups), so you may need some tweaking. It may be helpful to issue the needed XRandR commands *before* starting your desktop environment, by xdm init scripts or something.
>> could someone point me in the direction of some documentation about configuring a multihead setup in linux via eyefinity?
as said, I simply use XRandR and it works fine.
>> Does it matter about the bittedness of my kernel?
64 bit linux has been stable for what, 6-7 years now? I can't imagine any good reason to stick to 32bit any more, unless you depend on a binary driver that's unavailable for 64 bit (e.g. ndiswrapper).
if you need further help with the setup, just ask.