Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Suspend to RAM problem
Date: Sat, 30 Sep 2006 17:16:29
Message-Id: 200609301810.49199.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Suspend to RAM problem by Richard Fish
1 On Saturday 30 September 2006 08:52, Richard Fish wrote:
2 > On 9/30/06, Mick <michaelkintzios@×××××.com> wrote:
3 > > I suspect it is related to the framebuffer. I have killed X and tried it
4 > > from the console, but it still crashed when it resumed.
5 >
6 > You'll probably have better luck getting resume to work in X...but
7 > again, what video chip/drivers are you using....also kernel version (I
8 > recommend 2.6.18)?
9
10 I am running 2.6.17-gentoo-r8, but I have a spare vanilla 2.6.18-rc4 which I
11 will try in a minute. Meanwhile this is what I have configured in the 2.6.17
12 kernel:
13
14 ======================================
15 CONFIG_AGP=y
16 # CONFIG_AGP_ALI is not set
17 CONFIG_AGP_ATI=y
18 # CONFIG_AGP_AMD is not set
19 # CONFIG_AGP_AMD64 is not set
20 CONFIG_AGP_INTEL=y
21 # CONFIG_AGP_NVIDIA is not set
22 # CONFIG_AGP_SIS is not set
23 # CONFIG_AGP_SWORKS is not set
24 # CONFIG_AGP_VIA is not set
25 # CONFIG_AGP_EFFICEON is not set
26 CONFIG_DRM=y
27 # CONFIG_DRM_TDFX is not set
28 # CONFIG_DRM_R128 is not set
29 CONFIG_DRM_RADEON=y
30
31 # Graphics support
32 #
33 CONFIG_FB=y
34 CONFIG_FB_CFB_FILLRECT=y
35 CONFIG_FB_CFB_COPYAREA=y
36 CONFIG_FB_CFB_IMAGEBLIT=y
37 # CONFIG_FB_MACMODES is not set
38 # CONFIG_FB_FIRMWARE_EDID is not set
39 CONFIG_FB_MODE_HELPERS=y
40 # CONFIG_FB_TILEBLITTING is not set
41 # CONFIG_FB_CIRRUS is not set
42 # CONFIG_FB_PM2 is not set
43 # CONFIG_FB_CYBER2000 is not set
44 # CONFIG_FB_ARC is not set
45 # CONFIG_FB_ASILIANT is not set
46 # CONFIG_FB_IMSTT is not set
47 # CONFIG_FB_VGA16 is not set
48 # CONFIG_FB_VESA is not set
49 CONFIG_VIDEO_SELECT=y
50 # CONFIG_FB_HGA is not set
51 # CONFIG_FB_S1D13XXX is not set
52 # CONFIG_FB_NVIDIA is not set
53 # CONFIG_FB_RIVA is not set
54 # CONFIG_FB_I810 is not set
55 # CONFIG_FB_INTEL is not set
56 # CONFIG_FB_MATROX is not set
57 CONFIG_FB_RADEON=y
58 CONFIG_FB_RADEON_I2C=y
59
60
61 # Console display driver support
62 #
63 CONFIG_VGA_CONSOLE=y
64 CONFIG_VGACON_SOFT_SCROLLBACK=y
65 CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
66 # CONFIG_MDA_CONSOLE is not set
67 CONFIG_DUMMY_CONSOLE=y
68 CONFIG_FRAMEBUFFER_CONSOLE=y
69 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
70 CONFIG_FONTS=y
71 # CONFIG_FONT_8x8 is not set
72 CONFIG_FONT_8x16=y
73 ======================================
74
75 Please ask if you need additional info.
76 --
77 Regards,
78 Mick

Replies

Subject Author
Re: [gentoo-user] Suspend to RAM problem Richard Fish <bigfish@××××××××××.org>