[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 1440x900. Смещение экрана.



УРА, ПОУЧИЛОСЬ!  После пары  ночных "боев"!

Может кому-нибудь пригодиться:

Монитор: Fujitsu-Simens SCALEOVIEW L19W-2
Видео: интегрированная Intel на 945 чипсете.

1) Установли пакет 915resolution. Выполнил команду: 915resolution 54 1440 900 32 1904 932.
    Выставил в файле /etc/default/915resolution значения: MODE=54, XRESO=1440, YRESO=900, BIT=32,  HTOTAL=932,         WTOTAL=1904 (хотя я не уверен, что последние два там нужны)
2) Добавил в самый конец файла  /etc/init.d/bootmisc.sh   сторку  /usr/sbin/915resolution 54 1440 900 32 1904 932
3) Поправил немного xorg.conf. Вот отрывок изменяемых мест:

Section "Device"
    Identifier    "Intel Corporation 82945G/GZ Integrated Graphics Controller"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "L19W-2"
    DisplaySize    410.4 256.5
    Option        "DPMS"
    HorizSync    31-83
    VertRefresh    56-75
#  ModeLine    "1440x900_60"  135.00  1440 1000 1000 1904 900 1000 1000 932 -HSync +VSync
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation 82945G/GZ Integrated Graphics Controller"
    Monitor        "L19W-2"
    DefaultDepth    24
#   SubSection "Display"
#        Depth        16
#        Modes        "1440x900_60"
#   EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1440x900_60.00" "1440x900_75.00" "1280x1024"
        Virtual        1440 900
    EndSubSection
#    SubSection "Display"
#        Depth        32
#        Modes        "1440x900_60"
#    EndSubSection
EndSection


Всем спасибо!


30.07.07, Astakhov Andrey <astakhov@kmz.tula.net> написал(а):
Сергей С. пишет:
> Добрый день!
> Появился тут у меня мониторчик - широкоформатный 19" Fujitsu-Simens. В
> винде держит макс. разрешение 1440x900@60  при 32.
> В Etch получилось докрутить до подобного разрешения после возни с
> 915resolution и правкой xorg.conf.
> Единственное над чем я до сих пор ломаю голову так это то, что  в Etch
> экран смещен вправо на приличное расстояние.
> Кнопка AUTO и ручная подгонка на мониторе никак не решают проблему.
> Причем я пробовал даже закоментировать строки в xorg.conf:
>
> Section "Monitor"
>     #HorizSync    31-83
>     #VertRefresh    50-75
>     #ModeLine    "1440x900_60"     106.47 1440 1520 1672 1904 900 901 904
> 932 -HSync +VSync
>

ModeLine как получили?

> и
>
> Section "Screen"
>     SubSection "Display"
>         Depth        24
>         #Modes        "1440x900_60"
>     EndSubSection
>

А если еще указать DefaultDepth 24 ?

> это мой /etc/default/915resolution
>
>
> #
> # We can also set the pixel mode.
> # e.g. use BIT=32
> # Please note that this is optional,
> # you can also leave this value blank.
> BIT=32
>

вот эта цифра тоже смущает.

--

WBW, Astakhov Andrey
UIN: 399-354-240



Reply to: