Quake 3 en Linux mandrake

Pagina: 1
Acties:
  • 129 views sinds 30-01-2008
  • Reageer

  • CoiLive
  • Registratie: Maart 2000
  • Laatst online: 23-06 09:11
Ja, ik heb de search al gebruikt, maar kom hier ook (al) niet uit. :'(

Ik ben een newbe met linux, al heb ik er al wel mee mogen klooien, en dat vond ik wel leuk. Ik probeer het nu zover te krijgen dat ik windows niet meer nodig heb. Dus ben druk bezig :)

Nou het probleem is dat opengl met quake3 niet werkt.

Ik heb de GLX en de nieuwste drivers van Nvidia gedownload, en geinstalleerd. Ik heb videokaart is een Asus 6800 GeFroce 2.

Ik heb ook de XF86Config al aangepast met een voorbeeld van Nvidia.

Ik heb hier 2 lappen text. De eerste is de foutmelding, en de 2e is mijn XF86Confing file.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
quake3
Q3 1.30 linux-i386 Sep 27 2001
----- FS_Startup -----
Current search path:
/root/.q3a/baseq3
/usr/local/games/quake3/baseq3/pak6.pk3 (64 files)
/usr/local/games/quake3/baseq3/pak5.pk3 (7 files)
/usr/local/games/quake3/baseq3/pak4.pk3 (272 files)
/usr/local/games/quake3/baseq3/pak3.pk3 (4 files)
/usr/local/games/quake3/baseq3/pak2.pk3 (148 files)
/usr/local/games/quake3/baseq3/pak1.pk3 (26 files)
/usr/local/games/quake3/baseq3/pak0.pk3 (3539 files)
/usr/local/games/quake3/baseq3
./quake3.x86/baseq3

----------------------
4060 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
Joystick is not active.
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so: Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.1
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Couldn't get a visual
...WARNING: could not set the given mode (3)
...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: /usr/local/games/quake3/libMesaVoodooGL.so: cannot open shared object file: No such file or directory
failed
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

:'(


En dan nu de XF86Config file:

:?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"

    Protocol    "Standard"

    # when using XQUEUE, comment out the above line, and uncomment the
    # following line
    #Protocol   "Xqueue"

    AutoRepeat  250 30

    # Let the server do the NumLock processing.  This should only be
    # required when using pre-R6 clients
    #ServerNumLock

    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #Xleds  "1 2 3"

    #To set the LeftAlt to Meta, RightAlt key to ModeShift,
    #RightCtl key to Compose, and ScrollLock key to ModeLock:

    LeftAlt   Meta
    RightAlt     Meta
    ScrollLock     Compose
    RightCtl     Control

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    XkbModel    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    XkbModel    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    XkbLayout   "de"
# or:
#    XkbLayout   "de"
#    XkbVariant  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    XkbOptions  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    XkbRules    "xfree86"
#    XkbModel    "pc101"
#    XkbLayout   "us"
#    XkbVariant  ""
#    XkbOptions  ""

    XkbKeycodes     "xfree86"
    XkbTypes      "default"
    XkbCompat    "default"
    XkbSymbols  "us(pc105)"
    XkbGeometry     "pc"
    XkbRules      "xfree86"
    XkbModel      "pc105"
    XkbLayout    "us"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
    Protocol    "IMPS/2"
    Device  "/dev/psaux"
    ZAxisMapping 4 5

# ChordMiddle is an option for some 3-button Logitech mice

#    ChordMiddle

EndSection

#######################################################################
# Module section
#######################################################################

Section "Module"

    Load    "dbe"

    # Load the glx module.
    Load    "glx"
    
    Load    "extmod"
    
    Load    "type1"
    Load    "freetype"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Iiyama S704HT, VisionMaster 404"
    VendorName "Iiyama"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  27.0-96.0


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50.0-160.0


# Modes can be specified in two formats.  A compact one-line format, or
# a multi-line format.

# These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#     DotClock  45
#     HTimings  1024 1048 1208 1264
#     VTimings  768 776 784 817
#     Flags     "Interlace"
#    EndMode
# 640x480, 60.0Hz; hfreq=31.469000, vfreq=59.939999
ModeLine "640x480"   25.17  640  648  744  784  480  482  484  509 -hsync -vsync
# 640x480, 67.0Hz
# 640x480, 72.0Hz; hfreq=37.861000, vfreq=72.808998
ModeLine "640x480"   31.50  640  656  696  816  480  481  484  504 -hsync -vsync
# 640x480, 75.0Hz; hfreq=37.500000, vfreq=75.000000
ModeLine "640x480"   31.50  640  656  720  840  480  481  484  500 -hsync -vsync
# 640x480, 70.0Hz
# 720x400, 70.0Hz
# 720x400, 88.0Hz
# 800x600, 72.0Hz; hfreq=48.077000, vfreq=72.188004
ModeLine "800x600"   50.00  800  856  976 1040  600  637  643  666 +hsync +vsync
# 800x600, 75.0Hz; hfreq=46.875000, vfreq=75.000000
ModeLine "800x600"   49.50  800  816  896 1056  600  601  604  625 +hsync +vsync
# 832x624, 75.0Hz
# 832x624, 75.0Hz
# 1024x768, 87.0iHz
# 1024x768, 70.0Hz; hfreq=56.476002, vfreq=70.069000
ModeLine "1024x768"  75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
# 1024x768, 75.0Hz; hfreq=60.022999, vfreq=75.028999
ModeLine "1024x768"  78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
# 1024x768, 75.0Hz; hfreq=60.022999, vfreq=75.028999
ModeLine "1024x768"  78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
# 1280x1024, 75.0Hz; hfreq=79.975998, vfreq=75.025002
ModeLine "1280x1024"    135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1600x1200, 75.0Hz; hfreq=93.750000, vfreq=75.000000
ModeLine "1600x1200"    202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync

# This is a set of standard mode timings. Modes that are out of monitor spec
# are automatically deleted by the server (provided the HorizSync and
# VertRefresh lines are correct), so there's no immediate need to
# delete mode timings (unless particular mode timings don't work on your
# monitor). With these modes, the best standard mode that your monitor
# and video card can support for a given resolution is automatically
# used.

# 640x400 @ 70 Hz, 31.5 kHz hsync
Modeline "640x400"     25.175 640  664  760  800   400  409  411  450
# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525
# 800x600 @ 56 Hz, 35.15 kHz hsync
ModeLine "800x600"     36     800  824  896 1024   600  601  603  625
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817 Interlace

# 640x400 @ 85 Hz, 37.86 kHz hsync
Modeline "640x400"     31.5   640  672 736   832   400  401  404  445 -HSync +VSync
# 640x480 @ 72 Hz, 36.5 kHz hsync
Modeline "640x480"     31.5   640  680  720  864   480  488  491  521
# 640x480 @ 75 Hz, 37.50 kHz hsync
ModeLine  "640x480"    31.5   640  656  720  840   480  481  484  500 -HSync -VSync
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync

# 640x480 @ 85 Hz, 43.27 kHz hsync
Modeline "640x480"     36     640  696  752  832   480  481  484  509 -HSync -VSync
# 1152x864 @ 89 Hz interlaced, 44 kHz hsync
ModeLine "1152x864"    65    1152 1168 1384 1480   864  865  875  985 Interlace

# 800x600 @ 72 Hz, 48.0 kHz hsync
Modeline "800x600"     50     800  856  976 1040   600  637  643  666 +hsync +vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync

# 640x480 @ 100 Hz, 53.01 kHz hsync
Modeline "640x480"     45.8   640  672  768  864   480  488  494  530 -HSync -VSync
# 1152x864 @ 60 Hz, 53.5 kHz hsync
Modeline  "1152x864"   89.9  1152 1216 1472 1680   864  868  876  892 -HSync -VSync
# 800x600 @ 85 Hz, 55.84 kHz hsync
Modeline  "800x600"    60.75  800  864  928 1088   600  616  621  657 -HSync -VSync

# 1024x768 @ 70 Hz, 56.5 kHz hsync
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync
# 1280x1024 @ 87 Hz interlaced, 51 kHz hsync
Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace

# 800x600 @ 100 Hz, 64.02 kHz hsync
Modeline  "800x600"    69.65  800  864  928 1088   600  604  610  640 -HSync -VSync
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823
# 1152x864 @ 70 Hz, 62.4 kHz hsync
Modeline  "1152x864"   92    1152 1208 1368 1474   864  865  875  895
# 1280x1024 @ 61 Hz, 64.2 kHz hsync
Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
# 1400x1050 @ 60 Hz, 65.5 kHz
ModeLine "1400x1050" 122.0 1400 1488 1640 1880   1050 1052 1064 1082 +HSync +VSync

# 1024x768 @ 85 Hz, 70.24 kHz hsync
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSync
# 1152x864 @ 78 Hz, 70.8 kHz hsync
Modeline "1152x864"   110   1152 1240 1324 1552   864  864  876  908

# 1280x1024 @ 70 Hz, 74.59 kHz hsync
Modeline "1280x1024"  126.5 1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
# 1600x1200 @ 60Hz, 75.00 kHz hsync
Modeline "1600x1200"  162   1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
# 1152x864 @ 84 Hz, 76.0 kHz hsync
Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908

# 1280x1024 @ 74 Hz, 78.85 kHz hsync
Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064

# 1024x768 @ 100Hz, 80.21 kHz hsync
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781  802 -HSync -VSync
# 1280x1024 @ 76 Hz, 81.13 kHz hsync
Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
# 1400x1050 @ 75 Hz, 82.2 kHz hsync
ModeLine "1400x1050" 155.8   1400 1464 1784 1912  1050 1052 1064 1090 +HSync +VSync

# 1600x1200 @ 70 Hz, 87.50 kHz hsync
Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
# 1152x864 @ 100 Hz, 89.62 kHz hsync
Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
# 1280x1024 @ 85 Hz, 91.15 kHz hsync
Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
# 1600x1200 @ 75 Hz, 93.75 kHz hsync
Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
# 1600x1200 @ 85 Hz, 105.77 kHz hsync
Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
# 1600x1200 @ 85 Hz, 106.3 kHz hsync
ModeLine "1600x1200" 229.5   1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
# 1280x1024 @ 100 Hz, 107.16 kHz hsync
Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync

# 1800x1440 @ 64Hz, 96.15 kHz hsync
ModeLine "1800X1440"  230    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
# 1800x1440 @ 70Hz, 104.52 kHz hsync
ModeLine "1800X1440"  250    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync

# 1920x1440 @ 60 Hz, 90.0 kHz hsync
ModeLine "1920x1440"  234.0  1920 2048 2256 2600 1440 1441 1444 1500 -HSync +VSync
# 1920x1440 @ 75 Hz, 112.5kHz hsync
ModeLine "1920x1440"  297.0  1920 2064 2288 2640 1440 1441 1444 1500 -HSync +VSync

# 512x384 @ 78 Hz, 31.50 kHz hsync
Modeline "512x384"    20.160 512  528  592  640   384  385  388  404 -HSync -VSync
# 512x384 @ 85 Hz, 34.38 kHz hsync
Modeline "512x384"    22     512  528  592  640   384  385  388  404 -HSync -VSync


# Low-res Doublescan modes
# If your chipset does not support doublescan, you get a 'squashed'
# resolution like 320x400.

# 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio
Modeline "320x200"     12.588 320  336  384  400   200  204  205  225 Doublescan
# 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio
Modeline "320x240"     12.588 320  336  384  400   240  245  246  262 Doublescan
# 320x240 @ 72 Hz, 36.5 kHz hsync
Modeline "320x240"     15.750 320  336  384  400   240  244  246  262 Doublescan
# 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio
ModeLine "400x300"     18     400  416  448  512   300  301  302  312 Doublescan
# 400x300 @ 60 Hz, 37.8 kHz hsync
Modeline "400x300"     20     400  416  480  528   300  301  303  314 Doublescan
# 400x300 @ 72 Hz, 48.0 kHz hsync
Modeline "400x300"     25     400  424  488  520   300  319  322  333 Doublescan
# 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio
ModeLine "480x300"     21.656 480  496  536  616   300  301  302  312 Doublescan
# 480x300 @ 60 Hz, 37.8 kHz hsync
Modeline "480x300"     23.890 480  496  576  632   300  301  303  314 Doublescan
# 480x300 @ 63 Hz, 39.6 kHz hsync
Modeline "480x300"     25     480  496  576  632   300  301  303  314 Doublescan
# 480x300 @ 72 Hz, 48.0 kHz hsync
Modeline "480x300"     29.952 480  504  584  624   300  319  322  333 Doublescan


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "NV AGP"
    VendorName "nvidia"
    Driver  "nvidia"
    BusID   "PCI:01:00.0"
EndSection


    # Uncomment following option if you see a big white block
    # instead of the cursor!                            
    #    Option "sw_cursor"

    Option  "power_saver"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


# The Colour SVGA server

Section "Screen"
    Identifier "Screen AGP"
    Device  "NV AGP"
    Monitor     "Iiyama S704HT, VisionMaster 404"
    DefaultColorDepth 32
    Subsection "Display"
      Depth  8
      Modes  "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  15
      Modes  "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  16
      Modes  "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  24
      Modes  "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  32
      Modes  "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
EndSection

:( *zucht

Als iemand me kan helpen :( GRAAG!

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 23:45

deadinspace

The what goes where now?

Werken andere OpenGL programma's wel? (bijvoorbeeld 'glxgears' dat bij XFree 4.1.0 zit)

Verwijderd

Mandrake 8.1? > gebruik de source rpms van nvidia
dus rpm --rebuild *.src.rpm
urpmi /usr/src/RPM/RPMS/i686/NVIDIA*

niet gcc 3.0 gebruiken trouwens, want da werkt nie (kun je checken met gcc -v)

  • Apache
  • Registratie: Juli 2000
  • Laatst online: 17-08 14:28

Apache

amateur software devver

...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: /usr/local/games/quake3/libMesaVoodooGL.so: cannot open shared object file: No such file or directory



lijkt alsof hij een 3DFX based kaart wil gebruiken terwijl je een nvidia hebt, ergens toevallig glide ipv opengl gekozen?

If it ain't broken it doesn't have enough features


  • it0
  • Registratie: April 2000
  • Laatst online: 27-12-2025

it0

Mijn mening is een feit.

ik krijg alsmaar de melding dat hij default.cfg niet kan vinden, kan iemand dat hier posten?
En dat is met de demo ??

  • Pc123
  • Registratie: Oktober 2000
  • Laatst online: 01:40
Je moet XF86Config-4 aanpassen dus met die -4 er achter :) Veel suc6

Verwijderd

Volgens mij moet je /usr/local/games/quake3/libMesaVoodooGL.so linken naar een file die wel bestaat en nodig is. Welke dat is weet ik niet, ik heb totaal geen ervaring met een GeForce 2.

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 23:45

deadinspace

The what goes where now?

Op maandag 22 oktober 2001 00:07 schreef edwinv het volgende:
Volgens mij moet je /usr/local/games/quake3/libMesaVoodooGL.so linken naar een file die wel bestaat en nodig is. Welke dat is weet ik niet, ik heb totaal geen ervaring met een GeForce 2.
he bah... das een vieze oplossing zeg...

ik gok dat q3 schoppen dat hij de juiste GL-lib gebruikt (q3 is daar hardnekkig in... hij gebruikt de dynamic loader niet ofzo) veel beter werkt.

  • Pc123
  • Registratie: Oktober 2000
  • Laatst online: 01:40
Nee, hij moet gewoon de goeie file aanpassen, hij kan de glx module niet vinden omdat ie niet geladen is. Bij Mandrake is XF86Config voor XFree86 3.x.x en XF86Config-4 voor XFree86 4.x.x, de laatste moet ie dus hebben.

Verwijderd

Op maandag 22 oktober 2001 00:41 schreef deadinspace het volgende:

[..]

he bah... das een vieze oplossing zeg...
Ja, best wel, maar wel simpel en volgens mij effectief.
ik gok dat q3 schoppen dat hij de juiste GL-lib gebruikt
Ja, maar hoe dan?
(q3 is daar hardnekkig in... hij gebruikt de dynamic loader niet ofzo) veel beter werkt.
Jawel, q3a probeert eerst de directories in /etc/ld.so.conf en kijkt daarna in z'n eigen dir.

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 23:45

deadinspace

The what goes where now?

Op maandag 22 oktober 2001 01:11 schreef edwinv het volgende:
Ja, maar hoe dan?
code:
1
2
3
marcelm@something marcelm$ grep r_gldriver /usr/local/quake3/README-linux.txt 
      quake3 +set r_gldriver libMesaVoodooGL.so.3.2
You can override the library name by entering, "+set r_gldriver <libname>"
Jawel, q3a probeert eerst de directories in /etc/ld.so.conf en kijkt daarna in z'n eigen dir.
Ja, en dat moet q3a helemaal niet doen, daar is het concept 'dynamic library loader' voor uitgevonden.

Normale programma's zijn tegen de OpenGL libs gelinkt, en als ze gestart worden, komt de dynamic library loader in actie om de juiste lib erbij te zoeken. Bijvoorbeeld glxgears:
code:
1
2
3
4
5
6
7
8
9
marcelm@something marcelm$ ldd /usr/bin/X11/glxgears 
      libGL.so.1 => /usr/lib/libGL.so.1 (0x40020000)
      libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40088000)
      libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40096000)
      libpthread.so.0 => /lib/libpthread.so.0 (0x40172000)
      libm.so.6 => /lib/libm.so.6 (0x40188000)
      libc.so.6 => /lib/libc.so.6 (0x401aa000)
      libdl.so.2 => /lib/libdl.so.2 (0x402cc000)
      /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Maar q3a is niet tegen de OpenGL libs gelinkt, en gaat ZELF handmatig lopen zoeken (wat HEEL ERG |:( is ):
code:
1
2
3
4
5
6
7
marcelm@something marcelm$ ldd /usr/local/quake3/quake3.x86 
      libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40020000)
      libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400fb000)
      libdl.so.2 => /lib/libdl.so.2 (0x40109000)
      libm.so.6 => /lib/libm.so.6 (0x4010e000)
      libc.so.6 => /lib/libc.so.6 (0x40130000)
      /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Op mijn systeem bestaat libGL.so niet, alleen libGL.so.1. En alle OpenGL progs werken gewoon, omdat de dynamic library loader dus fijn de juiste lib zoekt en laadt.
Alleen q3a werkt dus niet want die moet perse libGL.so hebben |:(

En dat geintje met +setgldriver helpt dus wel in mijn geval, totdat je de resolutie (in q3a -> settings) verandert, dan segfault hij omdat hij libGL.so niet kan vinden (DUH!) :(

  • it0
  • Registratie: April 2000
  • Laatst online: 27-12-2025

it0

Mijn mening is een feit.

ln -s /usr/lib/X11/libGL.so.1 /usr/lib/X11/libGL.so

Het is dezelfde , wordt gewoon gebruikt om versie nummer mee aan te geven.

doe eens ls -la /usr/lib/X11/libGL*

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 23:45

deadinspace

The what goes where now?

Op maandag 22 oktober 2001 08:52 schreef it0 het volgende:
ln -s /usr/lib/X11/libGL.so.1 /usr/lib/X11/libGL.so
Ja, dat heb ik dus ook gedaan, maar het is eigenlijk de foute manier; q3a moet het gewoon aan de dynamic loader overlaten, dan werkt het gewoon.
Zelf symlinks naar libs aanmaken is per definitie altijd ranzig, het betekent dat OF de libs/symlinks fout zijn (fout van distro/package manager), OF dat je kapotte apps hebt die niet naar de dynamic loader luisteren.

  • morpheus
  • Registratie: November 1999
  • Laatst online: 16-08 09:43
Op zondag 21 oktober 2001 20:47 schreef FiZz_ het volgende:
Ja, ik heb de search al gebruikt, maar kom hier ook (al) niet uit. :'(

Ik ben een newbe met linux, al heb ik er al wel mee mogen klooien, en dat vond ik wel leuk. Ik probeer het nu zover te krijgen dat ik windows niet meer nodig heb. Dus ben druk bezig :)

Nou het probleem is dat opengl met quake3 niet werkt.

Ik heb de GLX en de nieuwste drivers van Nvidia gedownload, en geinstalleerd. Ik heb videokaart is een Asus 6800 GeFroce 2.

[flink veel gegevens]
sorry misschien als ik je nu ga teleurstellen. Maar de asus v6800 is een geforce, geen geforce 2

misschien dat dat wat meer info geeft voor andere mensen?? als die dat al niet wisten.

3kwp pvoutput


  • CoiLive
  • Registratie: Maart 2000
  • Laatst online: 23-06 09:11
ach ja dat bedoel ik :) een gewone GeForce :) dom dom. Ik zal de boverstaande dingen eens proberen, en kijken wat ik kan doen.

Wat nu het probleem is, nu ik de XF86Config -4 heb aangepast is dat X niet meer wil opstarten, hij blijft maar flikkeren, en na een 20 keer kom ik eindelijk in de console. :(


[UPDATE]
Ik kan weer in X komen, door driver "nvidia" weer terug te zetten naar "nv". Maar ja, volgens nvidia moet daar juist "nvidia" staan.

Ik ga nu eens proberen of ik UT aan de praat krijg, dan weet ik tenminste of opengl het zowiezo wel doet
[/UPDATE]

  • Pc123
  • Registratie: Oktober 2000
  • Laatst online: 01:40
Op maandag 22 oktober 2001 12:04 schreef FiZz_ het volgende:
ach ja dat bedoel ik :) een gewone GeForce :) dom dom. Ik zal de boverstaande dingen eens proberen, en kijken wat ik kan doen.

Wat nu het probleem is, nu ik de XF86Config -4 heb aangepast is dat X niet meer wil opstarten, hij blijft maar flikkeren, en na een 20 keer kom ik eindelijk in de console. :(


[UPDATE]
Ik kan weer in X komen, door driver "nvidia" weer terug te zetten naar "nv". Maar ja, volgens nvidia moet daar juist "nvidia" staan.

Ik ga nu eens proberen of ik UT aan de praat krijg, dan weet ik tenminste of opengl het zowiezo wel doet
[/UPDATE]
nv is gewoon de standard driver. Geen 3d support dus.
nvidia is de NVidia driver.

Met nv zullen spellen echt niet werken. Welke errors geeft X?

Je hebt toch wel de kernel module gecompiled en geladen?
Pagina: 1