
Le fichier de configuration suivant permet faire fonctionner deux écrans 17″ PHILIPS en Dual-Monitor sous Linux Ubuntu (et xinerama).
xorg.conf
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#Â Â sudo dpkg-reconfigure -phigh xserver-xorg
Section “Files”
EndSection
Section “Module”
Load          “i2c”
Load          “bitmap”
Load          “ddc”
Load          “extmod”
Load          “freetype”
Load          “glx”
Load          “int10″
Load          “vbe”
EndSection
Section “InputDevice”
Identifier   “Generic Keyboard”
Driver      “kbd”
Option      “CoreKeyboard”
Option      “XkbRules”   “xorg”
Option      “XkbModel”   “pc105″
Option      “XkbLayout”   “fr”
Option      “XkbVariant”   “latin9″
EndSection
Section “InputDevice”
Identifier   “Configured Mouse”
Driver      “mouse”
Option      “CorePointer”
Option      “Device”      “/dev/input/mice”
Option      “Protocol”      “ImPS/2″
EndSection
Section “Device”
Identifier   “Matrox P650 PCIE 0″
Driver         “mtx”
BusIDÂ Â Â Â Â Â Â Â Â Â Â Â “PCI:3:0:0″
Screen     0
EndSection
Section “Device”
Identifier “Matrox P650 PCIE 1″
Driver     “mtx”
BusIDÂ Â Â Â Â Â “PCI:3:0:0″
Screen     1
EndSection
Section “Monitor”
Identifier   “Philips 170B 0″
Option      “DPMS”
HorizSync   30-83
VertRefresh   56-76
EndSection
Section “Monitor”
Identifier “Philips 170B 1″
Option   “DPMS”
HorizSync 30-83
VertRefresh 56-76
EndSection
Section “Screen”
Identifier   “Screen0″
Device      “Matrox P650 PCIE 0″
Monitor      “Philips 170B 0″
DefaultDepth   24
SubSection “Display”
Modes      “1280×1024″ “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection
Section “Screen”
Identifier “Screen1″
Device   “Matrox P650 PCIE 1″
Monitor  “Philips 170B 1″
DefaultDepth 24
SubSection “Display”
Modes  “1280×1024″ “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection
Section “ServerLayout”
Identifier   “Default Layout”
Screen   0    “Screen0″ 0 0
Screen 1      “Screen1″ RightOf “Screen0″
Screen       “Screen1″ 0 0
InputDevice   “Generic Keyboard”
InputDevice   “Configured Mouse”
Option     “Xinerama” “true”
EndSection
Commentaires récents