Gentoo Archives: gentoo-user

From: Jake Moe <jakesaddress@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - UVESAFB setup not working
Date: Wed, 07 Jul 2010 21:22:20
Message-Id: 4C34F05D.8000202@gmail.com
In Reply to: Re: [gentoo-user] OT - UVESAFB setup not working by Mick
1 On 07/07/10 22:20, Mick wrote:
2 > On 7 July 2010 12:50, Jake Moe <jakesaddress@×××××.com> wrote:
3 >
4 >> On 07/07/10 15:50, Mick wrote:
5 >>
6 >>> On Monday 05 July 2010 23:46:54 Jake Moe wrote:
7 >>>
8 >>>
9 >>>> I've recently installed a new system, and can't seem to get UVESAFB
10 >>>> working properly. I've set up everything in the kernel, and modified
11 >>>> GRUB's menu.lst to use the framebuffer. However, even though there
12 >>>> doesn't seem to be any errors, I can't seem to get anything other than
13 >>>> "default" resolution with far too large fonts.
14 >>>>
15 >>>> I've compared dmesg info, GRUB configs and kernel configs between this
16 >>>> laptop, and another laptop that has UVESAFB running fine, and am at a
17 >>>> loss to find what's wrong.
18 >>>>
19 >>>>
20 >>> Stating the obvious, have you emerged fbcondecor, ran /etc/init.d/fbcondecor
21 >>> start and then added it to your boot runlevel?
22 >>>
23 >>>
24 >> Thanks for the reply. But...
25 >>
26 >> jmoe@aus10373 ~ $ eix fbcondecor
27 >> No matches found.
28 >> jmoe@aus10373 ~ $ eix fb -a con
29 >> No matches found.
30 >> jmoe@aus10373 ~ $ eix fb -a decor
31 >> No matches found.
32 >>
33 >> Erm, wossat then? Are you thinking of bootsplash? Besides, this is
34 >> something that happens long before the initscripts run; the screen
35 >> should go from GRUB to "standard" console for a moment, then it should
36 >> change to the framebuffer console.
37 >>
38 > I'm sorry, I meant v86d (looked at an old machine of mine which also
39 > has a framebuffer splash for more eyecandy in an initird).
40 >
41 Ah, that makes more sense. :-) Yeah, got it:
42
43 jmoe@aus10373 ~ $ eix v86d
44 [I] sys-apps/v86d
45 Available versions: 0.1.3-r1 0.1.9 {debug x86emu}
46 Installed versions: 0.1.9(07:07:03 24/06/10)(-debug -x86emu)
47 Homepage: http://dev.gentoo.org/~spock/projects/uvesafb/
48 Description: A daemon to run x86 code in an emulated
49 environment.
50
51 jmoe@aus10373 ~ $ grep INITRAMFS /usr/src/linux/.config
52 CONFIG_INITRAMFS_SOURCE="/usr/share/v86d/initramfs"
53 CONFIG_INITRAMFS_ROOT_UID=0
54 CONFIG_INITRAMFS_ROOT_GID=0
55 CONFIG_INITRAMFS_COMPRESSION_NONE=y
56 # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set
57 # CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set
58 # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set
59
60
61 Jake Moe