Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] common user has problem with opengl David Wei <davidwei@×××××××××××.cn>