Gentoo Archives: gentoo-user

From: "Sergey A. Kobzar" <sergey.kobzar@××××.ru>
To: gentoo-user@l.g.o
Subject: Re[4]: [gentoo-user] frambuffer Dell Vostro 1400
Date: Tue, 31 Mar 2009 08:07:44
Message-Id: 268796760.20090331110755@mail.ru
In Reply to: Re: Re[2]: [gentoo-user] frambuffer Dell Vostro 1400 by Alejandro
1 Monday, March 30, 2009, 8:59:58 PM, Alejandro wrote:
2
3
4 >> I have a similar laptop, with the same intel chip and intelfb also
5 >> didn't work. while vesafb works good.
6
7 >> Cheers!
8
9
10 >> Vesafb works fine for me too.
11
12
13 >> In native 1280x800 resolution?
14
15
16 > I can't remeber but maybe is 1024x768
17
18 I've enabled vesafb and set same settings as Gentoo LiveCD:
19
20 # cat /boot/grub/grub.conf
21 default 0
22 timeout 5
23
24 title Gentoo Linux 2.6.27-r8-b0
25 root (hd0,0)
26 kernel /boot/kernel-2.6.27-gentoo-r8-b0 root=/dev/sda3 vga=791
27
28
29 # cat /usr/src/linux/.config | grep FB | grep -v '^#'
30 CONFIG_FB=y
31 CONFIG_FB_CFB_FILLRECT=y
32 CONFIG_FB_CFB_COPYAREA=y
33 CONFIG_FB_CFB_IMAGEBLIT=y
34 CONFIG_FB_MODE_HELPERS=y
35 CONFIG_FB_VESA=y
36
37
38 # dmesg | grep vesafb
39 vesafb: framebuffer at 0xe0000000, mapped to 0xf8a80000, using 3072k, total 7616k
40 vesafb: mode is 1024x768x16, linelength=2048, pages=3
41 vesafb: scrolling: redraw
42 vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
43
44
45 But when system boots I see blank screen.
46
47 Any ideas?
48
49 # uname -rsm
50 Linux 2.6.27-gentoo-r8 i686
51
52
53 Thanks.
54
55 --
56 Sergey

Replies

Subject Author
Re[5]: [gentoo-user] frambuffer Dell Vostro 1400 "Sergey A. Kobzar" <sergey.kobzar@××××.ru>