I´m observing that several people are having problems with some video cards on the last version of opensuse. My case is the same. I have a system with two cards. (see below)
sax2 -p
Chip: 0 is -> NVIDIA GeForce4 MX 4000 01:11:0 0x10de 0x0185 AGP nvidia
Chip: 1 is -> ATI Radeon X300 (RV370) 5B60 (PCIE) 04:00:0 0x1002 0x5b60 AGP radeon
There are two AOC LCD monitors connected to each card.
When I run sax2 -r to configure xorg, only the Radeon card is recognized and there is no “Display 2” info when checking sax2.
When I modify xorg.conf by hand, I could insert the second card and monitor and also can see “Display 2” info, but the second monitor is not working.
I have done several actions to solve that, but no solution.
The most strange part is that this was working perfectly with Opensuse 10.X.
On Thu, 2010-04-29 at 14:26 +0000, lmachite wrote:
> Hi,
>
> I´m observing that several people are having problems with some video
> cards on the last version of opensuse. My case is the same. I have a
> system with two cards. (see below)
>
> sax2 -p
> Chip: 0 is -> NVIDIA GeForce4 MX 4000 01:11:0 0x10de 0x0185 AGP
> nvidia
> Chip: 1 is -> ATI Radeon X300 (RV370) 5B60 (PCIE) 04:00:0 0x1002
> 0x5b60 AGP radeon
>
> There are two AOC LCD monitors connected to each card.
>
> When I run sax2 -r to configure xorg, only the Radeon card is
> recognized and there is no “Display 2” info when checking sax2.
sax2 -m0=nvidia
For example to configure card 0 to use nv driver.
That might be helpful? Thus -m1=radeon for the second one.