Gentoo Archives: gentoo-user

From: THUFIR HAWAT <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: copy xorg.conf from knoppix
Date: Wed, 09 Aug 2006 18:50:25
Message-Id: bf6b6d5c0608091141u345ead20u5ea863b81be61d7b@mail.gmail.com
In Reply to: [gentoo-user] Re: copy xorg.conf from knoppix by THUFIR HAWAT
1 On 8/9/06, THUFIR HAWAT <hawat.thufir@×××××.com> wrote:
2 [...]
3 > > The knoppix CD seems to work fine, I'm in firefox, typing away at
4 > > gmail, with no lines/static on the screen :)
5 > [...]
6 >
7 > Here's the knoppix xorg.config file, which seems to work:
8 [...]
9
10 here's the error message:
11
12 thufir@localhost ~/Desktop $
13 thufir@localhost ~/Desktop $ cat error.txt -n
14 1 Script started on Wed Aug 9 19:31:49 2006
15 2 thufir@localhost ~ $ startx
16 3
17 4
18 5 X Window System Version 6.8.2
19 6 Release Date: 9 February 2005
20 7 X Protocol Version 11, Revision 0, Release 6.8.2
21 8 Build Operating System: Linux 2.6.15-gentoo-r5 i686 [ELF]
22 9 Current Operating System: Linux localhost 2.6.15-gentoo-r5 #1
23 SMP Mon Feb 13 20:23:47 UTC 2006 i686
24 10 Build Date: 20 March 2006
25 11 Before reporting problems, check http://wiki.X.Org
26 12 to make sure that you have the latest version.
27 13 Module Loader present
28 14 Markers: (--) probed, (**) from config file, (==) default setting,
29 15 (++) from command line, (!!) notice, (II) informational,
30 16 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
31 17 (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 9 19:31:55 2006
32 18 (==) Using config file: "/etc/X11/xorg.conf"
33 19 Couldn't open RGB_DB '/usr/share/X11/rgb'
34 20 (EE) Failed to load module "bitmap" (module does not exist, 0)
35 21 (EE) Failed to load module "pcidata" (module does not exist, 0)
36 22
37 23 Fatal server error:
38 24 Unable to load required base modules, Exiting...
39 25
40 26
41 27 Please consult the The X.Org Foundation support
42 28 at http://wiki.X.Org
43 29 for help.
44 30 Please also check the log file at "/var/log/Xorg.0.log" for
45 additional information.
46 31
47 32 XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
48 33 after 0 requests (0 known processed) with 0 events remaining.
49 34 Couldnt get a file descriptor referring to the console
50 35 thufir@localhost ~ $ date
51 36 Wed Aug 9 19:31:59 IST 2006
52 37 thufir@localhost ~ $ whoami
53 38 thufir
54 39 thufir@localhost ~ $ exit
55 40 exit
56 41
57 42 Script done on Wed Aug 9 19:32:05 2006
58 thufir@localhost ~/Desktop $
59
60
61 So, can't just replace /etc/X11/xorg.conf from gentoo with the knoppix
62 version :(
63
64 Richard wrote:
65
66
67 "AFAIK this will work fine, but I have never tried it. You could copy
68 it to some other name, like /etc/X11/xorg.conf.knoppix, and then use
69 "X -config /etc/X11/xorg.conf.knoppix" to test it. Also watch out for
70 ModulePath; you may have to remove or fix it if it shows up in the
71 Knoppix config file. It should point to /usr/lib/xorg/modules."
72
73 from <http://hawat.thufir.googlepages.com/xorg.conf.knoppix.txt>
74 a few lines:
75
76 15 Section "Files"
77 16 RgbPath "/usr/share/X11/rgb"
78 17 ModulePath "/usr/lib/xorg/modules"
79
80 so that, at least, seems ok.
81
82 I'm operating under the assumption that it's a problem with xorg.conf,
83 of course.
84
85 The knoppix version isn't working due to something with RGB.
86
87
88
89 thanks,
90
91 Thufir
92 --
93 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: copy xorg.conf from knoppix Richard Fish <bigfish@××××××××××.org>