ik heb een probleem als ik MOHAA (FPS Game) wil opstarten.
Mijn NVIDIA drivers zijn geinstalleerd, Ik kan zelfs het NVIDIA Logo zien tijdens het opstarten van X:
(GeForce FX 5200 128 MB)
Linux debian 2.6.8-2-686-smp #1 SMP Thu May 19 17:27:55 JST 2005 i686 GNU/Linux
Dit is mijn XF86Config-4:
Weet iemand hoe ik dit OpenGL probleem kan oplossen ?
Mijn NVIDIA drivers zijn geinstalleerd, Ik kan zelfs het NVIDIA Logo zien tijdens het opstarten van X:
(GeForce FX 5200 128 MB)
Linux debian 2.6.8-2-686-smp #1 SMP Thu May 19 17:27:55 JST 2005 i686 GNU/Linux
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
| rayen@debian:~/mohaa$ pwd /home/rayen/mohaa rayen@debian:~/mohaa$ glxgears 6098 frames in 5.0 seconds = 1219.600 FPS 1097 frames in 5.0 seconds = 219.400 FPS 669 frames in 5.0 seconds = 133.800 FPS rayen@debian:~/mohaa$ ./mohaa_lnx --- Common Initialization --- Medal of Honor Allied Assault 1.11 linux-i386 Sep 3 2004 ----- FS_Startup ----- Current search path: /home/rayen/.mohaa/main /home/rayen/mohaa/main /home/rayen/mohaa/main/pak6.pk3 (104 files) /home/rayen/mohaa/main/Pak5.pk3 (259 files) /home/rayen/mohaa/main/Pak4.pk3 (593 files) /home/rayen/mohaa/main/Pak3.pk3 (669 files) /home/rayen/mohaa/main/Pak2.pk3 (4722 files) /home/rayen/mohaa/main/Pak1.pk3 (772 files) /home/rayen/mohaa/main/Pak0.pk3 (11175 files) ---------------------- 18697 files in pk3 files execing default.cfg execing menu.cfg execing newconfig.cfg Config: unnamedsoldier.cfg STUB: wtf in unix/linux_general_extras.c line 95. STUB: wtf in unix/linux_general_extras.c line 101. execing configs/unnamedsoldier.cfg couldn't exec localized.cfg execing autoexec.cfg couldn't exec custom.cfg You are now setup for easy mode. ----- Client Initialization ----- Called FadeSound with: 0.000000 ----- Initializing Renderer ---- ----- R_Init ----- ...loading libGL.so: SDL: SDL_GL_LoadLibrary() failed! rc == (-1). SDL_GetError() reports "Could not load OpenGL library". failed ...loading libMesaVoodooGL.so.3.1: SDL: SDL_GL_LoadLibrary() failed! rc == (-1). SDL_GetError() reports "Could not load OpenGL library". failed ASSERT: [qcommon/common.c:406] GLimp_Init() - could not load OpenGL subsystem (fyi) ----- CL_Shutdown ----- ----------------------- Error: GLimp_Init() - could not load OpenGL subsystem |
Dit is mijn XF86Config-4:
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
| Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-80
VertRefresh 59-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section "DRI"
# Mode 0666
#EndSection |
Weet iemand hoe ik dit OpenGL probleem kan oplossen ?