Wed - Jun 10, 2009 : 12:11 pm
okay
ATI fglrx vs radeonhd
Man... Starting my new job, I had the opportunity to build a new computer. They ordered me the parts, and I was good to go.
For this computer, I opted to buy two acer 22-inch widescreen monitors. In doing so, I knew I would have to be up and functioning quickly with a dual-head setup running gentoo Linux. I knew this was pretty easily done with an nvidia card, but I really wanted to see if I could get it done with ATI. After a quick google search, I knew it could be done, but wasn't sure about anything else.
So, fast-forward 4 weeks later.
I built the computer and quickly figured out how to get a dual-head setup going with the fglrx driver, but soon thereafter noticed all sorts of bugs with it. I run the fglrx driver for my single-head setup at home, and on my laptop, and haven't had any problems with it whatsoever. Dual-head seems to be a different story.
I could routinely cause my entire computer (keyboard / mouse included) to freeze by simply dragging a window. Not good.
So, today, I decided to give the radeonHD drivers a go, and albeit not simply done, I now have it working, and it seems to be handling the dual-head setup much, much more smoothly than the fglrx driver did. It took me about 2 hours to get it up, and I'm still working on getting the new DRI support functional.
Anyway... This is my current xorg.conf file, and it's working with a RadeonHD 3870 card, with both monitors plugged into their respective DVI connector.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
# FontPath "/usr/share/fonts/misc/"
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/100dpi/"
# FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
# Load "dri"
# Load "glx"
# Load "extmod"
# Load "xtrap"
# Load "record"
# Load "GLcore"
# Load "dbe"
# Load "freetype"
EndSection
Section "ServerFlags"
Option "AIGLX" "On"
EndSection
Section "Monitor"
Identifier "DVI-I_1/digital"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "DVI-I_2/digital"
Option "DPMS"
Option "RightOf" "DVI-I_1/digital"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
Option "RROutputOrder" "DVI1"
Option "DRI"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3360 1050
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
and that's that!
Computer Hardware / Computers / Gentoo / Linux