Usare due monitor (uno come estensione dell'altro) è molto semplice in Linux oggi. Esistono molti tools che Vi permettono di farlo automaticamente, ma io amo molto il terminale e quindi lo faccio a manina configurando /etc/X11/xorg.conf nel seguente modo:
Section "Files"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Matrox1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Matrox2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "Samsung793df"
HorizSync 30.0-71.0
VertRefresh 50.0-160.0
EndSection
Section "Monitor"
Identifier "Samsung793s"
HorizSync 30.0-71.0
VertRefresh 50.0-160.0
EndSection
Section "Screen"
Identifier "Screen1"
Device "Matrox1"
Monitor "Samsung793s"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Matrox2"
Monitor "Samsung793df"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen2"
Screen "Screen1" LeftOf "Screen2"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Ricordando che il mio hardware è composto da due monitor SAMSUNG SyncMaster uno 793DF e l'altro 793S e da una scheda video Matrox Millenium G450, Vi auguro buon divertimento e buone configurazioni..
Nessun commento:
Posta un commento