Antes de começarmos, às vezes a porta HDMI é empurrada pelo mesmo hardware que empurra DVI / VGA, então pode ser que você precise de três portas 'reais' e não de uma porta que funcione se e somente se a outra estiver desabilitada.
Para descobrir se o anterior é o caso, desative seu segundo monitor e veja se o HDMI é habilitado. Se for, então é o caso. Se ainda não estiver, continue lendo ...
A minha é de 2 DVIs e uma porta de displaylink.
Atualmente tenho esse trabalho sem suporte 3D usando o Xinerama assim:
xorg.conf
Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0" Screen "aticonfig-Screen[0]-2" LeftOf "aticonfig-Screen[0]-1" EndSection Section "Module" EndSection Section "ServerFlags" Option "Xinerama" "on" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-2" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "aticonfig-Device[0]-1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Device" Identifier "aticonfig-Device[0]-2" Driver "fglrx" BusID "PCI:1:0:0" Screen 2 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900_60.00" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-1" Device "aticonfig-Device[0]-1" Monitor "aticonfig-Monitor[0]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900_60.00" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-2" Device "aticonfig-Device[0]-2" Monitor "aticonfig-Monitor[0]-2" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900_60.00" EndSubSection EndSection
com driver binário ...
Onde está o xorg.conf: /etc/X11/xorg.conf
O que é xorg.conf: É uma maneira de dizer ao seu computador 'Não, não configure automaticamente ... Eu sei melhor. Faça assim: '