From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 X-Injected-Via-Gmane: http://gmane.org/ To: community@lists.altlinux.org From: Van Petrov Date: Tue, 25 Mar 2008 21:20:39 +0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050903020005050109040307" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gw.nsib.ru User-Agent: Thunderbird 2.0.0.6 (X11/20070804) Sender: news Subject: [Comm] =?windows-1251?b?4PDy5fTg6vL7?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 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: Tue, 25 Mar 2008 15:25:05 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------050903020005050109040307 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit В Х-ах наблюдаются странные артефакты окна при проигрывании видео: рамка окна начинает мигать в 4-х сантиметрах от видеоокна при проигрывании файла. Заголовок тоже мигает. Помогает только полноэкранный режим. В чем может быть дело? И.П. З.Ы. xorg прилагаю. --------------050903020005050109040307 Content-Type: text/plain; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "GenPS/2 Genius 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 "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "GenPS/2 Genius Mouse|0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Samsung SyncMaster 957p|0" DisplaySize 360 270 HorizSync 30.0 - 96.0 VertRefresh 50.0 - 160.0 ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync # modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync # Modeline "1152x864" 167.65 1152 1240 1448 1824 864 864 868 919 +hsync +vsync # Modeline "1152x864" 129.39 1152 1216 1376 1672 864 864 867 910 +hsync +vsync # Modeline "1152x864" 79.16 1152 1192 1288 1472 864 864 866 896 +hsync +vsync # modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync EndSection Section "Device" # Identifier "ATI|ATI Radeon 9200" Driver "ati" # Driver "vesa" BusID "PCI:1:0:0" Identifier "Card0|0" Option "backingstore" "true" Option "EnablePageFlip" "true" Option "SubPixelOrder" "none" Option "AccelMethod" "XAA" Option "RenderAccel" "true" Option "AGPMode" "4" Option "ColorTiling" "on" Option "mtrr" "off" Option "VideoOverlay" "on" Option "OpenGLOverlay" "on" Option "BlockSignalsOnLock" "on" Option "KernelModuleParm" "locked-userpages=0" Option "UseFastTLS" "2" Option "UseVesa" "no" Option "UseInternalAGPGART" "yes" Option "no_accel" "no" Option "no_dri" "no" Option "EnablePrivateBackZ" "no" Option "XAANoOffscreenPixmaps" Option "DisableGLXRootClipping" "true" Option "AddARGBGLXVisuals" "true" Option "AllowGLXWithComposite" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Samsung SyncMaster 957p|0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection --------------050903020005050109040307--