Gentoo Archives: gentoo-user

From: Doug Hunley <doug.hunley@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] GPU lockup with nouveau driver and accel on
Date: Wed, 13 Apr 2011 14:11:20
Message-Id: BANLkTinY=CTnmf3FJNuCfzmbZY83W88pAQ@mail.gmail.com
1 I recently switched from the proprietary driver to the nouveau driver
2 and everything appeared to go well except that during boot I see:
3 GPU lockup detected switching to software fbcon
4 so I did some googling and ended up adding 'nouveau.noaccel=1' to my
5 command line which solves the issue. Obviously this isn't ideal as I'd
6 like to have accel turned on ;)
7
8 Does anyone have any idea why I'm getting the lockup?
9
10 Relevant(?) info:
11 ~ $ eselect opengl list
12 Available OpenGL implementations:
13 [1] xorg-x11 *
14 ~ $ eselect mesa list
15 64bit i915 (Intel 915, 945)
16 64bit i965 (Intel 965, G/Q3x, G/Q4x)
17 64bit r300 (Radeon R300-R500)
18 64bit r600 (Radeon R600-R700, Evergreen, Northern Islands)
19 64bit sw (Software renderer)
20 [1] classic
21 [2] gallium *
22 32bit i915 (Intel 915, 945)
23 [1] classic *
24 [2] gallium
25 32bit i965 (Intel 965, G/Q3x, G/Q4x)
26 [1] classic *
27 [2] gallium
28 32bit r300 (Radeon R300-R500)
29 [1] classic
30 [2] gallium *
31 32bit r600 (Radeon R600-R700, Evergreen, Northern Islands)
32 [1] classic *
33 [2] gallium
34 32bit sw (Software renderer)
35 [1] classic
36 [2] gallium *
37
38 dmesg (with noaccel option) , kernel config, and lspci output
39 attached. In my googling I did see one mention of someone w/ this gpu
40 lockup problem and it seemed to be caused by having more than one
41 video device. My mobo does have an onboard graphic device, but I've
42 disabled it in the BIOS and it does *not* show up in the lspci output,
43 fwiw.
44
45 I do find it a bit odd that there is no mention of nvidia/nouveau in
46 the 'eselect mesa' output above, but I don't know if that is normal
47 since 'eix mesa' shows that it does see my video choice:
48 [I] media-libs/mesa
49 Available versions: 7.9.1 7.9.2 7.10.1{tbz2} (~)7.10.2{tbz2}
50 {+classic debug +gallium gles hardened kernel_FreeBSD llvm motif +nptl
51 pic selinux video_cards_intel video_cards_mach64 video_cards_mga
52 video_cards_nouveau video_cards_r128 video_cards_radeon
53 video_cards_savage video_cards_sis video_cards_tdfx video_cards_via
54 video_cards_vmware}
55 Installed versions: 7.10.2{tbz2}(03:07:24 PM 04/10/2011)(classic
56 gallium nptl video_cards_nouveau -debug -gles -hardened
57 -kernel_FreeBSD -llvm -motif -pic -selinux -video_cards_intel
58 -video_cards_mach64 -video_cards_mga -video_cards_r128
59 -video_cards_radeon -video_cards_savage -video_cards_sis
60 -video_cards_tdfx -video_cards_via -video_cards_vmware)
61
62 Any pointers? Thanks.

Attachments

File name MIME type
lspci.txt text/plain
config-2.6.38-gentoo-r1 application/octet-stream
dmesg application/octet-stream

Replies

Subject Author
[gentoo-user] Re: GPU lockup with nouveau driver and accel on Doug Hunley <doug.hunley@×××××.com>
Re: [gentoo-user] GPU lockup with nouveau driver and accel on Bill Longman <bill.longman@×××××.com>
[gentoo-user] Re: GPU lockup with nouveau driver and accel on walt <w41ter@×××××.com>