[Comm] Как настроить(ALD 4.0.2)

Vitaly Kuznetsov =?iso-8859-1?q?vitty_=CE=C1_altlinux=2Eru?=
Пт Янв 25 12:13:45 MSK 2008


Evgenij Erohov пишет:
> Vitaly Kuznetsov wrote:
>
>   
>> Evgenij Erohov пишет:
>>     
>>> Vitaly Kuznetsov wrote:
>>>
>>>   
>>>       
>>>> Evgenij Erohov пишет:
>>>>     
>>>>         
>>>>> Vitaly Kuznetsov wrote:
>>>>>
>>>>>   
>>>>>       
>>>>>           
>>>>>> Evgenij Erohov пишет:
>>>>>>     
>>>>>>         
>>>>>>             
>>>>>>> Не удается настроить несколько мониторов. В настройках рабочего стола
>>>>>>> захожу Дисплей/Несколько мониторов, а там один. Подключаю телевизор
>>>>>>> через композитный выход. В винде все работает. Помогите пожалуйста.
>>>>>>>   
>>>>>>>       
>>>>>>>           
>>>>>>>               
>>>>>> видеокарта какая?
>>>>>>
>>>>>>     
>>>>>>         
>>>>>>             
>>>>> Nvidia GForce 6600 gt
>>>>>
>>>>>   
>>>>>       
>>>>>           
>>>> Поищите по данному списку рассылки, с nvidia вроде всё хорошо.
>>>> Например, вот:
>>>> http://lists.altlinux.org/pipermail/community/2007-June/391690.html
>>>>
>>>> Было бы здорово, если бы я что-нибудь понимал в том, что там написано...
>>>>     
>>>>         
>> Напишите сюда свой /etc/X11/xorg.conf, попробуем всем миром
>> подредактировать
>>
>>
>>     

Ну, что-то вроде этого, к сожалению проверить негде


> Section "ServerLayout"
>         Identifier     "Minimal layout"
>   
        Screen 0 "Monitor"
        Screen 1 "TV"

>         InputDevice    "Keyboard0" "CoreKeyboard"
>         InputDevice    "ImExPS/2 Generic Explorer Mouse|0" "CorePointer"
> EndSection
>
> Section "Module"
>         Load  "type1"
>         Load  "freetype"
>         Load  "glx"
>         Load  "dri"
>         Load  "dbe"
>         SubSection "extmod"
>                 Option      "omit xfree86-dga"
>         EndSubSection
> EndSection
>
> Section "ServerFlags"
>         Option      "AllowMouseOpenFail" "true"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> EndSection
>
> Section "InputDevice"
>         Identifier  "ImExPS/2 Generic Explorer Mouse|0"
>         Driver      "mouse"
>         Option      "Device" "/dev/input/mice"
>         Option      "Protocol" "IMPS/2"
>         Option      "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
>         Identifier   "Samsung SyncMaster 796MB/796MBplus|0"
>         DisplaySize  310        230
>         HorizSync    30.0 - 85.0
>         VertRefresh  50.0 - 160.0
> EndSection
>   

Section "Monitor"
        Identifier "SamsungTV"
        VendorName "Sansung"
        ModelName  "Unknown"
        HorizSync 30 - 50
        VertRefresh 60
#       Option "dpms"
EndSection


> Section "Device"
>         Identifier  "Card0|0"
>         Driver      "nvidia"
>   
        BusID "PCI:1:0:0"

(этот параметр выяснить через lspci)
	Screen	0

> EndSection
>
>   

Section "Device"
        Identifier "nVidia-TV"
        Driver "nvidia"
        Option "UseEDID" "FALSE"
#       Option  "DPMS"

        BusID "PCI:1:0:0"

(этот параметр выяснить через lspci)

       Option      "TVOutFormat" "COMPOSITE"
#        Option      "TVOutFormat" "SVIDEO"

        Option      "TVStandard" "PAL-I"

        Option "ConnectedMonitor"         "TV"
        Screen      1
EndSection


> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0|0"
>         Monitor    "Samsung SyncMaster 796MB/796MBplus|0"
>         DefaultDepth     24
>         SubSection "Display"
>                 Depth     8
>                 Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth     15
>                 Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth     16
>                 Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth     24
>                 Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Depth     32
>                 Modes    "1024x768" "832x624" "800x600" "720x400" "640x480"
>         EndSubSection
> EndSection
>
>   

Section "Screen"
        Identifier      "TV"
        Device          "nVidia-TV"
        Monitor         "SamsungTV"
        DefaultDepth    16

        Subsection "Display"
                Depth   8
                Modes   "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
                Depth   16
                Modes   "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
                Depth   24
                Modes   "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

> Section "DRI"
>         Group        "xgrp"
>         Mode         0660
> EndSection
>
>
>
> _______________________________________________
> community mailing list
> community на lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community




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