How do I configure X with SaX2 while having two video cards, possibly one is an onboard?
At the command prompt: -> sax2 -p — to find the chip id’s of your video cards -> sax2 -c 1 -m 1=nvidia — we tell sax2 to not bother configuring the first card in the system ( chip 0 ), rather use chip 1 ( specified with -c option), also go ahead and specify the driver to use (-m and 1 for the chip id)