ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vitaly Kuznetsov <vitty@altlinux.ru>
To: prevgenij@gmail.com,
	 ALT Linux Community general discussions
	<community@lists.altlinux.org>
Subject: Re: [Comm] Как настроить(ALD 4.0.2)
Date: Fri, 25 Jan 2008 12:13:45 +0300
Message-ID: <4799A849.9070307@altlinux.ru> (raw)
In-Reply-To: <fnb05o$pnp$1@ger.gmane.org>

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



  parent reply	other threads:[~2008-01-25  9:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-24 14:51 Evgenij Erohov
2008-01-24 15:20 ` Vitaly Kuznetsov
2008-01-24 15:20   ` Evgenij Erohov
2008-01-24 15:45     ` Vitaly Kuznetsov
2008-01-24 21:07       ` Evgenij Erohov
2008-01-24 21:25         ` Vitaly Kuznetsov
2008-01-24 21:31           ` Evgenij Erohov
2008-01-24 21:49             ` [Comm] Как настроить(ALD 4.0.2) - доводка xorg.conf до поддержки Composite Motsyo Gennadi aka Drool
2008-01-24 22:08             ` [Comm] Как настроить(ALD 4.0.2) Владимир Гусев
2008-01-25 18:14               ` Evgenij Erohov
2008-01-25  9:13             ` Vitaly Kuznetsov [this message]
2008-01-25 18:35               ` Evgenij Erohov
2008-01-26  9:08                 ` Vitaly Kuznetsov
2008-01-26  6:25     ` [Comm] Как настроить (ALD 4.0.2) Хихин Руслан
2008-01-26 11:24       ` Pavlov Konstantin
2008-01-26 11:28         ` Хихин Руслан
2008-01-26 11:30           ` Pavlov Konstantin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4799A849.9070307@altlinux.ru \
    --to=vitty@altlinux.ru \
    --cc=community@lists.altlinux.org \
    --cc=prevgenij@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git