From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E7UAS-0000zO-7k for garchives@archives.gentoo.org; Tue, 23 Aug 2005 08:30:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7N8SHrD012049; Tue, 23 Aug 2005 08:28:17 GMT Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7N8OgKL031801 for ; Tue, 23 Aug 2005 08:24:43 GMT Received: from [192.168.0.102] ([85.224.245.192] [85.224.245.192]) by mxfep02.bredband.com with ESMTP id <20050823082531.RKVO17509.mxfep02.bredband.com@[192.168.0.102]> for ; Tue, 23 Aug 2005 10:25:31 +0200 Message-ID: <430ADD7B.5040208@gmail.com> Date: Tue, 23 Aug 2005 10:25:31 +0200 From: Nagatoro User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] More splash problems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 65cb76b8-3e03-401e-a263-0efd392dc605 X-Archives-Hash: 2ca868b720cc77c0aaaf341ec5c3618a Hi, I've got another "interesting" problem with the splash. It seems like no matter what I specify the computer always wants to use a 800x600 resolution. At startup I get this (not word for word since showconsole won't play nicely): --- can't open config file /etc/splash/livecd-2005.1/800x600.cfg No 8bpp verbose pic found... Failed to get ... --- But as you can see below i specify a 1280x1024 resolution in 16bpp mode (same result if I try 1024x768). dmesg: --- [2001] $ dmesg | grep fb Kernel command line: root=/dev/hda2 video=vesafb-tng:ywrap,mtrr,1280x1024-16@60 splash=verbose,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1 udev CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000 CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000 CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000 vesafb: NVIDIA Corporation, NV34 Board - c116dnz , Chip Rev (OEM: NVIDIA) vesafb: VBE version: 3.0 vesafb: protected mode interface info at c000:f090 vesafb: pmi: set display start = c00cf0c6, set palette = c00cf130 vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da vesafb: hardware supports DDC2 transfers vesafb: monitor limits: vf = 76 Hz, hf = 81 kHz, clk = 140 MHz vesafb: scrolling: redraw fbsplash: console 0 using theme 'livecd-2005.1' vesafb: framebuffer at 0xd0000000, mapped to 0xe8880000, using 937k, total 131072k fb0: VESA VGA frame buffer device [] load_module+0xa15/0xb69 [] load_module+0xa15/0xb69 [] load_module+0xa15/0xb69 [] load_module+0xa15/0xb69 [] load_module+0xa15/0xb69 fbsplash: console 0 using theme 'livecd-2005.1' fbsplash: console 1 using theme 'livecd-2005.1' fbsplash: switched splash state to 'on' on console 1 --- Kernel config: --- [2001] $ zcat /proc/config.gz | grep FB_ CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_SOFT_CURSOR=y # CONFIG_FB_MACMODES is not set CONFIG_FB_MODE_HELPERS=y # CONFIG_FB_TILEBLITTING is not set # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_VESA=y # CONFIG_FB_VESA_STD is not set CONFIG_FB_VESA_TNG=y CONFIG_FB_VESA_DEFAULT_MODE="1280x1024@60" # CONFIG_FB_HGA is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_I810 is not set # CONFIG_FB_INTEL is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON_OLD is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_VIRTUAL is not set CONFIG_FB_SPLASH=y --- Does anyone have an idea as to what is wrong here? It used to work (some emerge -uDNav world 's ago...). -- Naga -- gentoo-user@gentoo.org mailing list