From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DNS_FROM_AHBL_RHSBL, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=l9TLWLNhIXuCKKFQe1pJWG0SjWmfALlXSIltQJOkCw0=; b=Bki+Yuj2sVw0ct8+a5DGst3eMi31ajf5DFyN7SHN0M9zPKj3OVOfoMteay5yWHhfnJcUbPmLsZunyQZzoqhW7HCij8KO7hb6ePxaTxs8nxa6YnJj/Vre+XLXrfi3M4aUmp91rGdaMDEIK496nC4LN5H5PiCTLKlFQ8V1gZYoG3U=; To: ALT Linux Sisyphus discussions References: <201512280828.34588@ruslandh> From: =?UTF-8?B?0KjQtdC90YbQtdCyINCQ0LvQtdC60YHQtdC5?= Message-ID: <5680E30E.8000401@mail.ru> Date: Mon, 28 Dec 2015 10:21:50 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------040705050006020006040705" X-Mras: Ok Subject: Re: [sisyphus] compiz + radeon: no valid GL extensions string found [2] X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 07:21:53 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------040705050006020006040705 Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 8bit 28.12.2015 08:42, vx8400 пишет: > > Может ему нужен сам xorg.conf ? > > Нет, он его не открывает, в выводе strace compiz --replace 2>&1 | grep > -iE "open.*xorg" пусто. > Ну значит xorg.conf'а просто нет. Пусть попробует с таким: см.вложение. -- С уважением, Шенцев Алексей. --------------040705050006020006040705 Content-Type: text/plain; charset=UTF-8; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xorg.conf" Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 EndSection Section "Monitor" Identifier "Monitor0|0" HorizSync 30.0 - 60.0 VertRefresh 50.0 - 60.0 EndSection Section "Device" Identifier "Card0|0" Driver "radeon" Option "AccelMethod" "glamor" Option "ColorTiling" "on" Option "SwapbuffersWait" "off" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor0|0" DefaultDepth 24 EndSection --------------040705050006020006040705--