I think someone said that the cursor went off screen because the system thought I had a second monitor off to the right, operating as a super wide-screen system. Anyway, es macht nichts, as the Germans say--that's hopefully over with.
I mention it in one of the early posts. Actually, it was right there for all to see, though that is of course easy to say now.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
I strongly suspect this change was made when you plugged in the Toshiba first time around.
I really appreciate your own continuing patience with such a dumb-bell as me!
Never fear, it has been a pleasure. It is nice to be challenged at times - I just hope that something functional shall come of it.
Speaking off... here is my proposed xorg.conf. I would like you to try it as is, i.e. do not make any changes, either through PCC, Nvidia-settings, etc. If something does not work, let's see if we can fix it quickly directly in the file.
Also, first time up with this, please
do not plug in the Toshiba - test run it as cleanly as possible, then report back.
If it works as intended, then we shall progress.
Edit: Code below edited for case sensitivity!
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "Unknown"
ModelName "ViewSonic VX2450 SERIES"
HorizSync 24.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
Modeline "1920x1080_60" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1920x1080_50" 141.45 1920 2032 2232 2544 1080 1081 1084 1112 -HSync +Vsync
EndSection
Section "Device"
Identifier "device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 550 Ti"
# BusID "PCI:1:0:0"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Option "SecondMonitorHorizSync" "15.0 - 68.0"
Option "SecondMonitorVertRefresh" "23.0 - 76.0"
Option "TwinView" "1"
Option "TwinViewOrientation" "Clone"
Option "metamodes" "DFP-0: 1920x1080_60, DFP-1: 1920x1080_60; DFP-0: 1920x1080_60, DFP-1: NULL; DFP-0: NULL, DFP-1: 1920x1080_60"
Subsection "Display"
Depth 24
Modes "1920x1080"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout0"
Screen "screen0"
EndSection
If all goes well, you should have your Viewpoint monitor running in correct resolution, with no 'mouse-out'.
If this is indeed the case, can I ask you to check that no automatic changes has been made to the file?
Hope it works...
CJ