URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID15
Нить номер: 852
[ Назад ]

Исходное сообщение
"В иксах не ставится больше 1024х768"

Отправлено Slava , 03-Фев-07 21:27 
ТОВАРИШИ !!! Не могу поставить в иксах разрешение больше чем 1024 на 768.В XF86Config прописываю 1280х1024...а он всравно стартует на 1024х768.вот конфиг
........


Section "Device"
    Identifier    "Generic Video Card"
    Driver        "vesa"
EndSection

Section "Monitor"
    Identifier    "___:ffff"
    HorizSync    28-50
    VertRefresh    43-75
    Option        "DPMS"
    Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060-HSync +Vsync
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "___:ffff"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1600x1200"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1600x1200"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1600x1200"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection


Содержание

Сообщения в этом обсуждении
"В иксах не ставится больше 1024х768"
Отправлено rav_g , 07-Фев-07 11:36 
>ТОВАРИШИ !!! Не могу поставить в иксах разрешение больше чем 1024 на
>768.В XF86Config прописываю 1280х1024...а он всравно стартует на 1024х768.вот конфиг
>........
>
>
>Section "Device"
> Identifier "Generic Video Card"
> Driver  "vesa"
>EndSection
>
>Section "Monitor"
> Identifier "___:ffff"
> HorizSync 28-50
> VertRefresh 43-75
> Option  "DPMS"
> Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024
>1025 1028 1060-HSync +Vsync
>EndSection
>
>Section "Screen"
> Identifier "Default Screen"
> Device  "Generic Video Card"
> Monitor  "___:ffff"
> DefaultDepth 24
> SubSection "Display"
>  Depth  1
>  Modes  "1280x1024"
> EndSubSection
> SubSection "Display"
>  Depth  4
>  Modes  "1280x1024"
> EndSubSection
> SubSection "Display"
>  Depth  8
>  Modes  "1600x1200"
> EndSubSection
> SubSection "Display"
>  Depth  15
>  Modes  "1600x1200"
> EndSubSection
> SubSection "Display"
>  Depth  16
>  Modes  "1600x1200"
> EndSubSection
> SubSection "Display"
>  Depth  24
>  Modes  "1280x1024"
> EndSubSection
>EndSection
>
>Section "ServerLayout"
> Identifier "Default Layout"
> Screen  "Default Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
>EndSection
>
>Section "DRI"
> Mode 0666
>EndSection

Попробуй вот так:
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1280x1024"
        EndSubSection
EndSection

И пропиши правильный драйвер к видеокарте
(если возможно не generic)


"В иксах не ставится больше 1024х768"
Отправлено Slava , 11-Фев-07 13:44 
>>ТОВАРИШИ !!! Не могу поставить в иксах разрешение больше чем 1024 на
>>768.В XF86Config прописываю 1280х1024...а он всравно стартует на 1024х768.вот конфиг
>>........
>>
>>
>>Section "Device"
>> Identifier "Generic Video Card"
>> Driver  "vesa"
>>EndSection
>>
>>Section "Monitor"
>> Identifier "___:ffff"
>> HorizSync 28-50
>> VertRefresh 43-75
>> Option  "DPMS"
>> Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024
>>1025 1028 1060-HSync +Vsync
>>EndSection
>>
>>Section "Screen"
>> Identifier "Default Screen"
>> Device  "Generic Video Card"
>> Monitor  "___:ffff"
>> DefaultDepth 24
>> SubSection "Display"
>>  Depth  1
>>  Modes  "1280x1024"
>> EndSubSection
>> SubSection "Display"
>>  Depth  4
>>  Modes  "1280x1024"
>> EndSubSection
>> SubSection "Display"
>>  Depth  8
>>  Modes  "1600x1200"
>> EndSubSection
>> SubSection "Display"
>>  Depth  15
>>  Modes  "1600x1200"
>> EndSubSection
>> SubSection "Display"
>>  Depth  16
>>  Modes  "1600x1200"
>> EndSubSection
>> SubSection "Display"
>>  Depth  24
>>  Modes  "1280x1024"
>> EndSubSection
>>EndSection
>>
>>Section "ServerLayout"
>> Identifier "Default Layout"
>> Screen  "Default Screen"
>> InputDevice "Generic Keyboard"
>> InputDevice "Configured Mouse"
>>EndSection
>>
>>Section "DRI"
>> Mode 0666
>>EndSection
>
>Попробуй вот так:
>Section "Screen"
>        Identifier "Screen0"
>        Device    
> "Card0"
>        Monitor    
>"Monitor0"
>        DefaultDepth    
>16
>        SubSection "Display"
>            
>    Viewport   0 0
>            
>    Depth     16
>            
>    Modes   "1280x1024"
>        EndSubSection
>EndSection
>
>И пропиши правильный драйвер к видеокарте
>(если возможно не generic)


Не помогло ...(( ещё есть мысли ??


"В иксах не ставится больше 1024х768"
Отправлено Rey , 14-Фев-07 09:33 
>Не помогло ...(( ещё есть мысли ??

Section "Monitor"
    Identifier    "___:ffff"
    HorizSync    28-50
    VertRefresh    43-75
    Option        "DPMS"
    Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060-HSync +Vsync
EndSection

поиграть с HorizSync & VertRefresh
выставить их согласно характеристикам монитора