vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Does anyone have a Radeon 9550 working with 2 monitors? I am attempting to get it to work with the default Xorg drivers, (ati driver), and just wanted to see if anyone got it working with this driver or if I had to install the proprietary ATI drivers to get the dual head thing working. Thanks -Cam My xorg.conf: ---------8<-------- SNIP ------->8---------- Section "Device" Identifier "Radeon_9550_1" Driver "ati" BusID "PCI:1:0:0" # tried 1:0:0 Screen 0 EndSection Section "Device" Identifier "Radeon_9550_2" Driver "ati" BusID "PCI:1:0:1" # tried 1:0:1 Screen 1 EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 1" 0 0 Screen "Screen 2" LeftOf "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection ---------8<-------- SNIP ------->8---------- The output from lspci, (not sure why one shows up as 9600): 0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9600 AS] 0000:01:00.1 Display controller: ATI Technologies Inc RV350 ?? [Radeon 9550] (Secondary) |