1

The problem I have is that the graphic cards are old and I cant install it correctly

lspci| grep vga

01:00.0 VGA compatible controller: NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
02:01.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5500] (rev a1)

I think I need nvidia-173. The following packages have unmet dependencies and it won't let me install this.

Is this possible running 12.04?

Would like to run both.

Peachy
  • 7,117
  • 10
  • 38
  • 46
Nathan
  • 11

1 Answers1

0

I managed to get two monitors across two cards after some seriously frustrating brute force troubleshooting.

I Learned the following...
1. Lightdm seems (Seems = not an official statement) to hate mixed cards (gnome, doubly so)
2. Gnome (Classic) would do weird things on me.
3. Unity worked across two monitors when i ran [xinit] from CLI as root. and then started unity from terminal with [unity-panel &]

At least I think thats the command I used... I started unity with &

TardisGuy
  • 357