I downgraded xorg to testing to see if that would be a work around, and it
did. I downgraded all of the following packages:

I did, basically:

for i in `dpkg -l | egrep 'xserver|xorg' | awk '{print $2}'`; do echo
$i/testing; done > /tmp/tout && apt-get install `cat /tmp/tout`

Which removes nvidia-glx. I then grabbed the latest one and force-installed it:

dpkg --force-all -i nvidia...

Which is REALLY ugly, but it claims dependence on the newer xorg, and I
didn't feel like rebuilding with newer dependencies just for a test.

This works, I'm back on dual-display with Nvidia.

So it's something in the newer xorg and nvidia.
-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to