2007. január 3. 11.59 dátummal [EMAIL PROTECTED] ezt írta:
> Hello!
>
> Rákötöttem két monitor a Linuxra és használja is mind a kettőt, most úgy
> néz ki, mintha egy darab 2560x1024-es monitor lenne, a kép bal fele az
> egyik monitoron, a jobb fele a másikon. Ez persze nem az igazi, mert így
> a full screen-re tett ablak elfoglalja mindkét monitort, amitől nehezen
> lesz olvasható a tartalma. Milyen megoldások vannak ilyen esetre? Van
> olyan window manager, amivel meg lehet mondani az alkalmazásoknak, hogy
> csak az egyik monitort használják?
>
>                               Bye,NAR

En matrox-ot hasznalok, s altalaban az egyik monitort hasznaljak az 
alkalmazasok, csakkor nyulnak at a masikra, ha kell nekik.

it a xorg.conf vonatkozo resze:

Section "Device"
        Identifier      "Matrox P750 1"
        Driver          "mtx"
        BusID           "PCI:1:0:0"
#       Option  "DigitalScreen1" "on"
#       Option "DVIDL" "on"
        Screen 0
EndSection

Section "Device"
        Identifier      "Matrox P750 2"
        Driver          "mtx"
        BusID           "PCI:1:0:0"
#       Option  "DigitalScreen2" "on"
#       Option "DVIDL" "on"
        Screen          1
EndSection

#Section "Device"
#       Identifier      "Matrox P750 3"
#       Driver          "mtx"
#       BusID           "PCI:1:0:0"
#       Option "THI" "on"
#       Screen          2
#EndSection

Section "Monitor"
        Identifier      "SyncMaster 970P"
        VendorName      "Samsung"
        Option          "DPMS"
#       Option          "OCC"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
#       Modeline "[EMAIL PROTECTED]" 156.43 1280 1312 1904 1936 1024 1043 1056 
1076
EndSection

Section "Monitor"
        Identifier      "Sony MFM-HT95"
        VendorName      "Sony"
        Option          "DPMS"
        HorizSync    28.0 - 64.0
        VertRefresh  57.0 - 63.0
EndSection

#Section "Monitor"
#        Identifier      "Philips 190B 3"
#        VendorName      "PHL"
#       Option          "DPMS"
#       HorizSync       30.0 - 82.0
#       VertRefresh     56.0 - 76.0
#EndSection

Section "Screen"
        Identifier      "Display 1"
        Device          "Matrox P750 1"
        Monitor         "Sony MFM-HT95"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           30
                Modes           "1280x1024"
        EndSubSection

EndSection
Section "Screen"
        Identifier      "Display 2"
        Device          "Matrox P750 2"
        Monitor         "SyncMaster 970P"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           30
                Modes           "1280x1024"
        EndSubSection
EndSection

#Section "Screen"
#       Identifier      "Display 3"
#       Device          "Matrox P750 3"
#       Monitor         "Philips 190B 3"
#       DefaultDepth    16
#       SubSection "Display"
#               Depth           1
#               Modes           "1280x1024"
#       EndSubSection
#       SubSection "Display"
#               Depth           4
#               Modes           "1280x1024"
#       EndSubSection
#       SubSection "Display"
#               Depth           8
#               Modes           "1280x1024"
#       EndSubSection
#       SubSection "Display"
#               Depth           15
#               Modes           "1280x1024"
#       EndSubSection
#       SubSection "Display"
#               Depth           16
#               Modes           "1280x1024"
#       EndSubSection
#       SubSection "Display"
#               Depth           24
#               Modes           "1280x1024"
#       EndSubSection
#EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "Display 1" 0 0
#       Screen          "Display 3" RightOf "Display 1"
        Screen          "Display 2" RightOf "Display 1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
        Option          "xinerama" "on"
EndSection

#Section "DRI"
#       Mode    0666
#EndSection
[EMAIL PROTECTED]:~$

-- 
Dr. Janos Korponai
West-Transdanubian District Environmental and Water Authority, 
Dept. Kis-Balaton
H-8360 Keszthely, Csik F. str. 4, Hungary
e-mail: [EMAIL PROTECTED], 
http://members.iif.hu/korponai.janos

_________________________________________________
linux lista      -      linux@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux

válasz