Monitor duplo, não é permitido resolução total

2

Eu tenho dois monitores, um conectado via HDMI e o outro conectado por meio de uma placa VGA a um adaptador DVI. Ambos os monitores são 21,5 "e suportam 1920x1080.

O primeiro monitor (HDMI) funciona bem na resolução total de 1920x1080. O segundo monitor diz que ele suporta apenas 1600x1200, que meu monitor suporta apenas 1080, então ele não funciona nele, mas funciona muito bem em 1600x900, é assim:

Eutenteialterarmanualmentearesoluçãonoxorg.conf,masnãofuncionou,elavoltoupara1600x900.

Euquerousarosdoismonitorescomamesmaresolução(1920x1080)noUbuntu,masnãoseicomo.EuestouusandoosdriversmaisrecentesdositedaAMD(nãoobeta)paraomeucartão.EutenhoumGDDR5ATIRADEONHD79503GB384bytes.

Esteéomeuxorg.confatual:

Section"ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
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   "0-DFP5"
    Option      "VendorName" "ATI Proprietary Driver"
    Option      "ModelName" "Generic Autodetecting Monitor"
    Option      "DPMS" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "TargetRefresh" "50"
    Option      "Position" "0 0"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
EndSection

Section "Monitor"
    Identifier   "0-CRT1"
    Option      "VendorName" "ATI Proprietary Driver"
    Option      "ModelName" "Generic Autodetecting Monitor"
    Option      "DPMS" "true"
    Option      "TargetRefresh" "60"
    Option      "Position" "1920 0"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
    Option      "PreferredMode" "1600x900"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    Option      "Monitor-DFP5" "0-DFP5"
    Option      "Monitor-CRT1" "0-CRT1"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Modes "1920x1080"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Estou usando a última versão do Ubuntu, todas as atualizações feitas.

Como posso corrigir este problema de resolução?

    
por Blackwings 08.08.2014 / 04:47

2 respostas

0

Você pode tentar Arandr :

sudo apt-get install arandr

ou baixe e instale do Ubuntu Apps Directory

link

    
por 08.08.2014 / 07:24
0

Eu consegui que funcionasse usando o método desse cara.

link

a última mensagem:

Heres how I did it for any ATI users in the world left with this problem (And possibly nvidia and intel but I cant guarantee it:

1: Go into Additional Drivers.

2: Select the X.org driver.

3: Go back into xrandr and set up your custom resolution as you would normally.

4: Impying that this worked you should now have your custom resolution

5: Go back to your fglrx ATI driver in the custom resolution.

This worked for me and was able to reboot in that resolution. I hope this works for you too.

obrigado pela sua ajuda

    
por 08.08.2014 / 15:29