<pre>My Equipment<br/>
</pre>
<ul>
    <li>ASUS M51SN with nVIDIA 9500M <br/>
    </li>
    <li>Ubuntu 10.04</li>
    <li>Current nVIDIA proprietary driver</li>
    <li>2 Monitors: one with the laptop, another is SAMSUNG 24" supporting HDMI</li>
</ul>
<pre>I have configured the two monitors to use separate X server using nvidia-settings.<br/>
"xrandr -q" indicates the monitor with the laptop as screen 0 and the SAMSUNG screen
1.<br/>
The 24" display can only be successfully rotated by opening a terminal in that 24"
monitor with the command of "xrandr -o left".<br/>
Adding "--screen 1" to the command above works fine.<br/>
<br/>
However, while opening a terminal in the laptop(screen 0), entering the above commands with
"--screen 1" option will always deteriorate both screens so that I must restart X.<br/>
</pre>