Re: Монитор Acer AL2032W и 1680x1050 с DVI

Dmitry Mityugov dmitry.mityugov на gmail.com
Вт Июл 17 22:16:38 BST 2007


On 7/17/07, Konishchev Dmitry <konishchev на bk.ru> wrote:
> Доброго времени суток.
>
> Кому-нибудь удавалось заставить работать монитор Acer AL2032W через DVI
> с родным разрешением 1680x1050?
>
> Сейчас подключен по D-sub'у - все отлично работает. А если подключить по
> DVI, то разрешение устанавливается в 1280x1024.
>
> Ubuntu 7.04. Установлены nvidia драйвера из репозитория (пакет
> nvidia-glx-new). Видеокарта - NVIDIA GeForce 6500.
> Если запустить nvidia-settings, когда монитор подключен по D-sub, то в
> ней можно выбрать разрешение 1680x1050.
> Если же запустить nvidia-settings, когда монитор подключен по DVI, то
> максимальное разрешение, которое она позволит выбрать - 1280x1024.
>
> Мой xorg.conf:
...

Может быть убрать все вручную прописаные частоты и указать Option
"DPMS"? Вот как выглядит xorg.conf для Dell 2007FPb в режиме 1600x1200
с видеокартой GeForce 7600GS, подключение по DVI:

...
Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection
...
Section "Device"
        Identifier      "nVidia Corporation G70 [GeForce 7600 GS]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation G70 [GeForce 7600 GS]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768"
"800x600" "640x480"
        EndSubSection
EndSection

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

"We live less by imagination than despite it" - Rockwell Kent, "N by E"


Подробная информация о списке рассылки ubuntu-ru