The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"В иксах не ставится больше 1024х768"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы Открытые системы на рабочей станции (Public)
Изначальное сообщение [Проследить за развитием треда]

"В иксах не ставится больше 1024х768"  
Сообщение от Slava email(??) on 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

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "В иксах не ставится больше 1024х768"  
Сообщение от rav_g email(??) on 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)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "В иксах не ставится больше 1024х768"  
Сообщение от Slava email(??) on 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)


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

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "В иксах не ставится больше 1024х768"  
Сообщение от Rey email(??) on 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
выставить их согласно характеристикам монитора

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру