System: Ubuntu 10.04
Grafika: Nvidia
Sterownik: wersja 173
Cel: Chciałbym mieć dwa niezależne pulpity obok siebie. każdy powinien mieć swój panel, okna maksymalizować się mają tylko na jednym (aktualnie aktywnym). Drugi powinien być pod prawej stronie pierwszego.
Nie mam pojęcia jak to zrobić: przeprowadziłem masę testów i nic.
Udało mi się dość do takiej sytuacji w pliku xorg.conf Przy takich ustawieniach nie włącza się w ogóle Ubuntu, ale to chyba dobry kierunek. Sam nie wiem.
Mój plik:
Kod: Zaznacz cały
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 "Device"
Identifier "DeviceP"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
Screen 1
EndSection
Section "Device"
Identifier "DeviceE"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
Screen 0
EndSection
Section "Monitor"
Identifier "MonitorP"
VendorName "Unknown"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
Device "DeviceP"
EndSection
Section "Monitor"
Identifier "MonitorE"
VendorName "Unknown"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Device "DeviceE"
EndSection
Section "Screen"
Identifier "ScreenP"
Device "DeviceP"
Monitor "MonitorP"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "ScreenE"
Device "DeviceE"
Monitor "MonitorE"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "ServerLayout"
Identifier "LayoutDefault"
Screen "ScreenP"
Screen "ScreenE" RightOf "ScreenP"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection