Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go
Date: Thu, 30 Mar 2006 03:25:43
Message-Id: 7573e9640603291910m75f01ef4g3b56cff87bf98a75@mail.gmail.com
In Reply to: RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go by Daevid Vincent
1 On 3/29/06, Daevid Vincent <daevid@××××××.com> wrote:
2 > That error is bogus as that had to do with the "Xorg -configure" version.
3
4 Hmm, ok.
5
6 > (II) Initializing built-in extension RANDR
7 > (II) Initializing built-in extension COMPOSITE
8 > (II) Initializing built-in extension DAMAGE
9 > (II) Initializing built-in extension XEVIE
10 > (II) Initializing extension GLX
11 >
12
13 Not sure what is going here. The backtrace starts from some font
14 handling functions, but I don't see anything significant in your log
15 that points to a font issue. And the backtrace itself doesn't seem to
16 make any sense.
17
18 On my system (using modular X with the nvidia 8178 driver), an strace
19 of the X server shows that the input devices are initialized almost
20 immediately after the GLX initialization completes:
21
22 13611 write(0, "(II) Initializing extension GLX\n", 32) = 32
23 13611 open("/usr/lib/xserver/SecurityPolicy", O_RDONLY) = 11
24 13611 fstat64(11, {st_mode=S_IFREG|0644, st_size=2925, ...}) = 0
25 13611 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
26 MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6651000
27 13611 read(11, "version-1 \n\n# $Xorg: SecurityPol"..., 4096) = 2925
28 13611 read(11, "", 4096) = 0
29 13611 close(11) = 0
30 13611 munmap(0xb6651000, 4096) = 0
31 13611 time(NULL) = 1143686197
32 13611 write(0, "(II) Synaptics touchpad driver v"..., 53) = 53
33 13611 write(0, "(**) Option \"Device\"", 20) = 20
34 13611 write(0, " \"/dev/input/event1\"", 20) = 20
35
36 This leads me again to think that there is a problem with the input devices.
37
38 Have you tried doing a revdep-rebuild? Have you verified your
39 'eselect opengl' settings? What use flags did you build with (emerge
40 -pv xorg-x11 xorg-server)
41
42 -Richard
43
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] Modular Xorg 7 won't start with nVidia GeForce4 440 Go Daevid Vincent <daevid@××××××.com>