Hi,
I tried finally upgrading to 12 (12.3) and ran into a problem with my graphics card. This is an unusual card with 6 video outputs so I knew from past experience it would present problems but I had it working on 11.4 perfectly for a long time.
On 11.4 I could only make it work with a proprietary driver however on 12.3 it works better with the radeon driver. But, there is one problem I can’t get past. I use these 6 screens in a grid of 3 across by 2 down as one big screen at a resolution of 1680x1050 per monitor. The card and the monitors could go higher but I have other equipment in between that limit it to this resolution for now and is connect by just VGA plugs, not DVI yet.
The radeon driver doesn’t pick up the card properly (I think) and gives a max. of 1024x768 so I need to override that and typically I would do that in xorg.conf or xorg.conf.d but it doesn’t seem to be picking up my settings there.
Xorg -configure fails so I can’t use that as a starting point. Perhaps solving this is the starting point but I don’t really know where to begin.
Any help in what I need to put the xorg configuration files or any other way to solve this would be appreciated. I’ve tried all the normal things like using nomodeset and I’ve played around with xorg.conf but couldn’t figure it out for this case.
Below is what the proprietary driver created although I don’t know if that is of any help - from opensuse 11.4.
Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "0 1050"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "3360 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP3"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "3360 1050"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP4"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "1680 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP5"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "1680 1050"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP6"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-DFP1" "0-DFP1"
Option "Monitor-DFP2" "0-DFP2"
Option "Monitor-DFP3" "0-DFP3"
Option "Monitor-DFP4" "0-DFP4"
Option "Monitor-DFP5" "0-DFP5"
Option "Monitor-DFP6" "0-DFP6"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 5040 2100
Depth 24
EndSubSection
EndSection