Gentoo Archives: gentoo-user

From: David Wei <davidwei@×××××××××××.cn>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] common user has problem with opengl
Date: Wed, 08 Oct 2008 00:27:36
Message-Id: 20081008092755.0b56669e.davidwei@newbread.tj.cn
In Reply to: Re: [gentoo-user] common user has problem with opengl by Dale
1 Hi,
2 Thanks for the reply,I also notice the error part about the glx module in the Xorg.log file,and I tried to reinstall the nvidia-drivers package,but the problem still remains.
3 After checking your xorg.conf file,I think the only difference that can cause my problem is in <Section "Module"> part. I tried to load dbe and other modules you mentioned,but still,nvidia showed this error message.
4 Any other ideas? Thank you very much!
5
6 On Tue, 07 Oct 2008 18:52:07 -0500
7 Dale <rdalek1967@×××××.com> wrote:
8
9 > David Wei wrote:
10 > > Hi
11 > > I successfully emerged the x11-drivers/nvidia-drivers package and update the xorg.conf file as below:
12 > >
13 > > < <SNIP >>
14 > > (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
15 > > (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
16 > > (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
17 > > (EE) NVIDIA(0): you continue to encounter problems, Please try
18 > > (EE) NVIDIA(0): reinstalling the NVIDIA driver.
19 > >
20 > > < SNIP >
21 > > -------------------------------
22 > > 魏亮 David Wei
23 > >
24 > > 您可以通过下面的方式和我联系:
25 > > MSN: inadavid@×××××××.com
26 > > Gtalk: inadavid@×××××.com
27 > > Email: davidwei@×××××××××××.cn
28 > >
29 > >
30 > >
31 >
32 > I couldn't help but notice that part. Below is my xorg.conf file. You
33 > may want to compare mine to yours and check what is different.
34 >
35 >
36 >
37 > # nvidia-xconfig: X configuration file generated by nvidia-xconfig
38 > # nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Jan 11
39 > 15:05:59 PST 2008
40 >
41 > # **********************************************************************
42 > # Server flags section. This contains various server-wide Options.
43 > # **********************************************************************
44 > #Section "dri"
45 > # Group "graphics"
46 > # Mode 0660
47 > #EndSection
48 >
49 > Section "ServerLayout"
50 > Identifier "X.org Configured"
51 > Screen 0 "Screen0" 0 0
52 > InputDevice "Mouse0" "CorePointer"
53 > InputDevice "Keyboard0" "CoreKeyboard"
54 > EndSection
55 >
56 > Section "Files"
57 > FontPath "/usr/share/fonts/misc"
58 > FontPath "/usr/share/fonts/75dpi"
59 > FontPath "/usr/share/fonts/100dpi"
60 > FontPath "/usr/share/fonts/TTF"
61 > FontPath "/usr/share/fonts/Type1"
62 > EndSection
63 >
64 > Section "Module"
65 > Load "glx"
66 > Load "extmod"
67 > Load "xtrap"
68 > Load "record"
69 > Load "dbe"
70 > Load "freetype"
71 > Load "type1"
72 > EndSection
73 >
74 > Section "ServerFlags"
75 >
76 > # Option "OffTime" "10"
77 > Option "BlankTime" "5"
78 > Option "StandbyTime" "10"
79 > # Option "SuspendTime" "10"
80 > EndSection
81 >
82 > Section "InputDevice"
83 > Identifier "Keyboard0"
84 > Driver "kbd"
85 > EndSection
86 >
87 > Section "InputDevice"
88 > Identifier "Mouse0"
89 > Driver "mouse"
90 > Option "Protocol" "auto"
91 > Option "Device" "/dev/input/mouse0"
92 > Option "ZAxisMapping" "4 5 6 7"
93 > EndSection
94 >
95 > Section "Monitor"
96 > Identifier "Monitor0"
97 > VendorName "Monitor Vendor"
98 > ModelName "Monitor Model"
99 > Option "dpms"
100 > EndSection
101 >
102 > Section "Device"
103 > Identifier "Card0"
104 > Driver "nvidia"
105 > VendorName "nVidia Corporation"
106 > BoardName "NV34 [GeForce FX 5200]"
107 > EndSection
108 >
109 > Section "Screen"
110 > Identifier "Screen0"
111 > Device "Card0"
112 > Monitor "Monitor0"
113 > Option "DPMS" "TRUE"
114 > SubSection "Display"
115 > Viewport 0 0
116 > Modes "1280x1024" "1024x768" "800x600"
117 > EndSubSection
118 > SubSection "Display"
119 > Viewport 0 0
120 > Depth 4
121 > Modes "1280x1024" "1024x768" "800x600"
122 > EndSubSection
123 > SubSection "Display"
124 > Viewport 0 0
125 > Depth 8
126 > Modes "1280x1024" "1024x768" "800x600"
127 > EndSubSection
128 > SubSection "Display"
129 > Viewport 0 0
130 > Depth 15
131 > Modes "1280x1024" "1024x768" "800x600"
132 > EndSubSection
133 > SubSection "Display"
134 > Viewport 0 0
135 > Depth 16
136 > Modes "1280x1024" "1024x768" "800x600"
137 > EndSubSection
138 > SubSection "Display"
139 > Viewport 0 0
140 > Depth 24
141 > Modes "1280x1024" "1024x768" "800x600"
142 > EndSubSection
143 > EndSection
144 >
145 >
146 >
147 > Please note, I am NOT saying you should replace yours with mine. Just
148 > look to see what differences may help with yours. Maybe something is
149 > commented out that shouldn't be or something should be commented out
150 > that isn't.
151 >
152 > Hope that helps.
153 >
154 > Dale
155 >
156 > :-) :-)
157 >
158
159
160 -------------------------------
161 魏亮 David Wei
162
163 您可以通过下面的方式和我联系:
164 MSN: inadavid@×××××××.com
165 Gtalk: inadavid@×××××.com
166 Email: davidwei@×××××××××××.cn

Replies

Subject Author
Re: [gentoo-user] common user has problem with opengl Dale <rdalek1967@×××××.com>