I have a dual screen setup. I have a notebook LCD and a 17" monitor plugged into the VGA port on the notebook.

I have a GeForce 8400M GS video card with the NVidia 195.36.24 kernel module installed. I also have Compiz installed and enabled.

Here is the problem: when I try to view a webpage that uses the Flash player, the control is empty. For controls that play sound, I can actually hear the sound, but I can't see anything.

It works fine on the primary (LCD) monitor.

Oh, and I'm using Ubuntu 10.04 64-bit.

link|improve this question

Does the open-source nvidia driver work on your system? You can try this out with the 'xserver-xorg-video-nouveau' package. – Jeremy Kerr Jul 29 '10 at 6:05
@Jeremy: Could this really be the problem? And will the open-source driver provide all of the same capabilities? – George Edison Jul 29 '10 at 6:12
1  
I'd suggest it as a (potential!) easy fix. The nouveau driver is getting better all the time; for 2D stuff it should be on-par with the nv driver (wiki.ubuntu.com/X/Drivers for details). Since it's using more of the standard kernel framework, I'd guess that this dual-monitor problem wouldn't occur. However, I'm no Xorg hacker, so I could be completely wrong! :) – Jeremy Kerr Jul 29 '10 at 6:35
@Jeremy: Don't forget I use Compiz :) – George Edison Jul 29 '10 at 6:46
it still has 2d acceleration, so might be good enough for compiz – Jeremy Kerr Jul 29 '10 at 8:03
feedback

1 Answer

up vote 2 down vote accepted

Run nvidia-settings and make sure that you are using Twin-View rather than Xinerama or a "Separate X screen". If that doesn't solve your problem, check and see if disabling flash hardware acceleration solves the problem (keep in mind that flash has little to no benefit from linux hw-accel as of this post).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.