View previous topic :: View next topic |
Author |
Message |
tallest Tux's lil' helper
Joined: 09 Mar 2004 Posts: 145 Location: Socorro, NM, USA
|
Posted: Sun May 21, 2006 8:52 pm Post subject: Nvidia twinview cursor moves out of view |
|
|
I am using nvidia's twinview to diplay a second desktop on my TV (using tv-out) so that I can play videos on it while still using the computer. Everything works fine, my main screen is at 1280x1024 and the tv is at 640x480 (videos go fullscreen to fill the TV properly) but my mouse cursor is able to go off the TV screen as if it were at 1280x1024 (and not onto any other screen). Is there any way to prevent this from happening?
Here is the appropriate section of my xorg.conf Code: | Section "Device"
Identifier "Nvidia"
Driver "nvidia"
VideoRam 131072
Option "NoLogo" "true"
# Insert Clocks lines here if appropriate
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 640x480; 1024x768, 640x480; 800x600, 640x480"
Option "TVStandard" "NTSC-M"
Option "Xinerama" "1"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "CRT,TV"
Option "NvAGP" "3"
Option "TVOutFormat" "COMPOSITE"
EndSection |
_________________ Those who can make you believe in absurdities can make you commit atrocities. --Voltaire |
|
Back to top |
|
|
Darknight Guru
Joined: 26 Jan 2004 Posts: 483 Location: Italy
|
Posted: Sun May 21, 2006 11:24 pm Post subject: |
|
|
No expert, but if that metamodes line refers to the tv-out I'd remove any mode except 800x600 and retry. |
|
Back to top |
|
|
tallest Tux's lil' helper
Joined: 09 Mar 2004 Posts: 145 Location: Socorro, NM, USA
|
Posted: Mon May 22, 2006 12:48 am Post subject: |
|
|
First: a correction, the video out screen appears to let the mouse move on a 640x1024 desktop (the correct width, but the height is set to the same as my main screen).
Second: the metamodes line specify the mode for the main screen and the TV-out, with a comma between the two. So the TV is always set to 640x480.
Thanks,
Aaron _________________ Those who can make you believe in absurdities can make you commit atrocities. --Voltaire |
|
Back to top |
|
|
tallest Tux's lil' helper
Joined: 09 Mar 2004 Posts: 145 Location: Socorro, NM, USA
|
Posted: Mon May 22, 2006 12:52 am Post subject: |
|
|
I'm starting to wonder if it might be a flaw in Xfce's window manager. Could this be true? _________________ Those who can make you believe in absurdities can make you commit atrocities. --Voltaire |
|
Back to top |
|
|
Darknight Guru
Joined: 26 Jan 2004 Posts: 483 Location: Italy
|
Posted: Thu May 25, 2006 9:53 am Post subject: |
|
|
Seems like what you get with some xinerama configurations.
You can actually have some things disappear in a out of screen zone because the desktop has to have the same height all along.
So, if you are using your tv-out as part of a xinerama display I suggest that you use it instead as a separate display. |
|
Back to top |
|
|
|