Gentoo Archives: gentoo-xbox

From: Jens Mueller <jmueller@××××××××××××××××××××.de>
To: gentoo-xbox@l.g.o
Subject: [gentoo-xbox] Xorg
Date: Sun, 19 Feb 2006 16:42:39
Message-Id: 20060219164221.GT24367@treptow.informatik.hu-berlin.de
1 Hello,
2
3 I installed gentoo on my XBox following the instructions on
4 http://gentoo-wiki.com/Gentoo_for_Xbox.
5 After installing xorg-x11, I tried
6
7 $ X -configure
8
9 , which failed with
10 "Duplicate symbol NVDACInit in /usr/lib/modules/drivers/nvxbox_drv.o
11 Also defined in /usr/lib/modules/drivers/nv_drv.o"
12
13 That's why I
14
15 $ mv /usr/lib/modules/drivers/nv_drv.o /usr/lib/modules/drivers/nv_drv.o2
16
17 and executed again:
18
19 $ X -configure
20
21 with output
22 "(EE) Failed to load module "nv" (module does not exist, 0)
23 (++) Using config file: "/root/xorg.conf.new"
24 (EE) NVXBOX(0): No V_BIOS found
25
26
27 Xorg detected your mouse at device /dev/mouse.
28 Please check your config if the mouse is still not
29 operational, as by default Xorg tries to autodetect
30 the protocol.
31
32 Your xorg.conf file is /root/xorg.conf.new
33
34 To test the server, run 'X -config /root/xorg.conf.new'"
35
36 I tried starting the x server with
37
38 $ X -config /root/xorg.conf.new
39
40 , which failed with
41 "(EE) NVXBOX(0): No V_BIOS found
42
43 *** If unresolved symbols were reported above, they might not
44 *** be the reason for the server aborting.
45
46 Fatal server error:
47 Caught signal 11. Server aborting"
48
49 I don't find any unresolved symbols in /var/log/Xorg.0.log.
50 I'm running Xorg 6.8.2 and kernel 2.6.14.3-xbox. Has anybody a working
51 xorg.conf for the xbox?
52
53 Greetings,
54 Jens
55 --
56 gentoo-xbox@g.o mailing list

Replies

Subject Author
Re: [gentoo-xbox] Xorg Chris Bainbridge <chris.bainbridge@×××××.com>