You are not logged in.

#1 2012-03-03 11:55:29

Lenry
Member
From: Szeged, Hungary
Registered: 2010-03-27
Posts: 66
Website

Hybrid multi monitor setting - screens overlapping each other

I have two monitors, and a TV. Monitors on the discrete graph card, TV is on the integrated Intel GPU.
I managed to use all three simultaneosly, but something is wrong with the configuration...

The layout is: monitor1 (1280x1024) - monitor2(1280x1024) - TV (1920x1080).
The two monitors appear as one 2560x1024 desktop in KDE, the TV is a separate desktop.
If the mouse is on monitor1, and I drag it to right, it reaches monitor2, and after that it should appear in the left side of the TV, but instead it appears in the 2/3 of it (probably at 1281st pixel). After that, the mouse can use the full area of the TV. If I drag it back to the left, it fully skip monitor2 and appears at the right side of monitor1.
From that I suspect that somehow the area of monitor2 overlaps the top left 1280 by 1024 pixels of the TV.

I think the problem is somewhere in xorg.conf, but I don't know what...

#Section "ServerFlags"
#    Option	"Xinerama" "true"
#EndSection

Section "ServerLayout"
    Identifier     "Tri-Monitor"
    Screen	0	"sc_left" 0 0
    Screen	1	"sc_mid" RightOf "sc_left"
    Screen	2	"sc_right" RightOf "sc_mid"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "LG_left"
    VendorName     "LG"
    ModelName      "LG Electronics L1953S"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "LG_right"
    VendorName     "LG"
    ModelName      "LG Electronics L1953S"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "TV"
    VendorName     "Panasonic"
    ModelName      "TX-P42S30E"
    Option         "DPMS"
    VertRefresh	   24.0 - 60.0
EndSection


Section "Device"
    Identifier     "GeForce"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
    BusID	   "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Intel"
    Driver         "intel"
    VendorName     "Intel Corporation"
    BoardName      "Intel HD GMA 3000"
    BusID	   "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier		"sc_left"
    Device		"GeForce"
    Monitor		"LG_left"
    DefaultDepth	24
    SubSection		"Display"
	Modes		"1280x1024_60.00"
	Depth		24
    EndSubSection
EndSection

Section "Screen"
    Identifier		"sc_mid"
    Device		"GeForce"
    Monitor		"LG_right"
    DefaultDepth	24
    SubSection		"Display"
	Modes		"1280x1024_60.00"
	Depth		24
    EndSubSection
EndSection
Section "Screen"
    Identifier		"sc_right"
    Device		"Intel"
    Monitor		"TV"
    DefaultDepth	24
    SubSection		"Display"
	Modes		"1920x1080_60.00"
	Depth		24
    EndSubSection
EndSection

Last edited by Lenry (2012-03-22 12:33:42)

Offline

Board footer

Powered by FluxBB