2 monitor 2 startmenüvel és tálcával, hogyan?

Sziasztok!

Meg lahat azt oldani valahogy windows-on, hogy ha 2 monitort használok, akkor mindkét monitoron legyen tálca? Plussz esetleg az adott tálca csak az adott monitoron lévő programokat mutassa? Régen mintha láttam volna ilyen segédprogramot ami ezt megoldja, de sajnos nem emlékszem már a nevére. Két nagyfelbontású (1280x1024-es) monitorom van, és elég idegesítő állandóan áthúzgálni az egeret az 1-es monitorra, ha a 2-esen alkalmazást akarok váltani...

Hozzászólások

Csak részben kapcsolódik a tapasztalatom a témához, de nekem volt olyan videókártyám (most is olyan van 2xDVI nVIDIA Quadro FX570 néhány éve Matrox Millennium G550 volt), aminek a software alapban tudta ez, úgy hívják dual head.

Konkrétan olyan, mintha két gépen dolgoznék, csak a bill. meg az egér közös.

Ha nvidiád van, azt is meg lehet próbálni, h. létrehozol 2 asztalt, és a második asztalt átteszed a második megjelenítőre. Nem tudom, lehet-e ilyet, mert nekem csak 1 monitorom van, de az nvidia driver tud több asztalt. (Nvidia nview funkciók között találod.)

Sziasztok!

Nem akartam egy kérdés miatt új témát nyitni.
Tudtok valami jó leírást, amivel be tudnám confolni úgy az X-et hogy két külön monitoron, két külön bill + egérrel , be lehessen jelentkezni két külön felhasználónak?
Előre is köszönöm segítségeteket.

Bye

/etc/X11/xorg.com tartalma :

Section "ServerLayout"
Identifier "seat1"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "AutoAddDevices" "off"
EndSection

Section "ServerLayout"
Identifier "seat0"
Screen "Screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "AutoAddDevices" "off"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "evdev"
Option "Device" "/dev/input/event3"
Option "XkbModel" "evdev"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard1"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "XkbModel" "evdev"
Option "XkbLayout" "be"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG W2242"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Maxdata (RogenTech) 103075"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GT"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "sis"
VendorName "mas"
BoardName "egyeb"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1440x900 +0+0; DFP: 1360x768 +0+0; DFP: 960x600 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
# Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "off"
EndSection