From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Date: Wed, 24 Apr 2013 14:53:38 +0300 From: Michael Shigorin To: ALT Linux Sisyphus discussions Message-ID: <20130424115338.GG13666@osdn.org.ua> Mail-Followup-To: ALT Linux Sisyphus discussions References: <1920011.5JnHTjQlMN@summoner.localdomain> <2124595.DPvKUsutM2@summoner.localdomain> <20130424112335.GF13666@osdn.org.ua> <2043477.NxzG4AxuSM@summoner.localdomain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2043477.NxzG4AxuSM@summoner.localdomain> User-Agent: Mutt/1.4.2.1i Subject: Re: [sisyphus] =?koi8-r?b?4sXUwSBLRGVza3RvcCA3LjAgKDIwMTMwNDE1KQ==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: shigorin@gmail.com, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 11:53:44 -0000 Archived-At: List-Archive: List-Post: --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Apr 24, 2013 at 03:39:34PM +0400, Sergey V Turchin wrote: > > > Видимо, для i586-сборки придется убрать отовсюду. > > Вдоволь напрыгавшись по этим граблям[1], предлагаю пока > > livecd-virtualbox-noglx[2] -- можно сделать инсталлер-фичу > > или этот же пакет и адаптировать. Применять так[3]. > И в инсталляторе? И в установленной системе тоже? При любой > установке? Проще оторвать. Ну попробуй, только проверь. Кстати, для EFI/vbox требуется как раз fbdev, vesa там не работает (это если без vboxdrv). > > Это чревато выбором fbdev под vbox, а он не заработает. -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-live-temporary-28669-workaround-drop-fbdev.patch" >>From 9c766cd9e4d00a5cd2930b09d5b22f3ace62fc19 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 13 Mar 2013 16:44:03 +0400 Subject: [PATCH] live: temporary #28669 workaround (drop fbdev) Please see the bug for explanations; too bad I chose to limit this workaround to experimental gnustep image yesterday when aen@ suggested to apply it universally... --- features.in/live/live/image-scripts.d/90-rm-fbdev | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 features.in/live/live/image-scripts.d/90-rm-fbdev diff --git a/features.in/live/live/image-scripts.d/90-rm-fbdev b/features.in/live/live/image-scripts.d/90-rm-fbdev new file mode 100755 index 0000000..005f3db --- /dev/null +++ b/features.in/live/live/image-scripts.d/90-rm-fbdev @@ -0,0 +1,4 @@ +#!/bin/sh + +# a temporary workaround for #28669 (fall back to vesa) +rm -f /usr/lib*/X11/modules/drivers/fbdev_drv.so -- 1.8.1.6 --BXVAT5kNtrzKuDFl--