From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4799A849.9070307@altlinux.ru> Date: Fri, 25 Jan 2008 12:13:45 +0300 From: Vitaly Kuznetsov User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: prevgenij@gmail.com, ALT Linux Community general discussions References: <4798ACB3.6030406@altlinux.ru> <4798B28F.30807@altlinux.ru> <47990234.3020102@altlinux.ru> In-Reply-To: X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: Re: [Comm] =?koi8-r?b?68HLIM7B09TSz8nU2ChBTEQgNC4wLjIp?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 09:13:48 -0000 Archived-At: List-Archive: List-Post: 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