I am running Leap 42.1 with two Sapphire Radeon R9 280X 3GB GDDR5 Dual-X OC Version (UEFI) and fglrx driver. Each card has one displayport monitor connected. Trying to setup extended desktop with the second monitor. However, the second monitor only displays a blank x windows with mouse. Here is my 50-monitor.conf file:
What you have there will simply create the two distinct X protocol Screens … this is the default handling of multiple adapters (one X Screen per adapter) *
You want to merge the two Screens into a unified desktop. The old (crappy) way was via xineramal. The fglrx driver used to implement something like that IIRC (haven’t used it in years).
The new way is via xrandr setproviders. I’m unclear of whether fglrx would support this method or not, but you can certainly try. (a first step in seeing if this might be possible would be to see what the output of “xrandr --listproviders” is)
I’m not certain what other type of facility the fglrx driver might provide for this scenario
except, you shouldn’t be cramming all of that into the monitor snippet file … what you’d want to do instead is put it into a xorg.conf file proper or put the relevant portions into relevant snippet files (i.e. device stuff in the Device snippet file and so forth) … But you probably don’t even need to do anything (period) to get that default situation created automagically by X