Gentoo Archives: gentoo-amd64

From: "Michal Žeravík" <michalz@×××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] quake4 : freezes during start (audio problem?)
Date: Fri, 31 Mar 2006 19:21:01
Message-Id: 442D8063.3070303@olomouc.com
In Reply to: Re: [gentoo-amd64] quake4 : SDL_SetVideoMode failed: Couldn't find matching GLX visual by Denis Solaro
1 Denis Solaro wrote:
2 > On Fri, 31 Mar 2006 16:36:35 +0200
3 > Michal Žeravík <michalz@×××××××.com> wrote:
4 >
5 >
6 >> Hi all,
7 >> i have problem running quake4 on my box:
8 >> xorg-6.8.2, latest nvidia drivers.
9 >> getting:
10 >>
11 >
12 >
13 > I assume you have installed the proper GLX and nvidia drivers. However when the GLX stuff gets installed it defaults to basic X11 ones and not the nvidia ones. Why? Dunno.
14 >
15 > check which glx is activated by doing that:
16 >
17 > eselect opengl list
18 >
19 > OR/and make sure the nvidia one is used by doing that:
20 >
21 > eselect opengl set nvidia
22 >
23 Yes, you are right. Now I've switched opengl to nvidia
24 [1] nvidia *
25 [2] xorg-x11
26
27 but got another the problem:
28 Quake startes in fullscreen well, but after "Inilializing menus"
29 it freezes and I must kill -9 it from console.
30 Have gentoo-2.6.15-r7, alsa-lib-1.0.10 (driver is internal kernel module),
31 libsdl-1.2.8-r1, audio onboard
32 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97
33 Audio Controller (rev a2)
34 Subsystem: Giga-byte Technology Unknown device ae01
35
36 quake4 log:
37 -------- Initializing Sound System ----------
38 sound system initialized.
39 ---------------------------------------------
40 --------------- R_InitOpenGL ----------------
41 Initializing SDL subsystem
42 Loading GL driver 'libGL.so.1' through SDL
43 8/8/8/8 RGBA bits, 24 depth bits, 8 stencil bits
44 dlopen(libasound.so.2)
45 asoundlib version: 1.0.10rc3
46 Alsa is available
47 ------ Alsa Sound Initialization -----
48 opened Alsa PCM device default for playback
49 device buffer size: 15052 frames ( 60208 bytes )
50 allocated a mix buffer of 16384 bytes
51 --------------------------------------
52 .. some rows .....
53 ---------------------------------------------
54 ------ Common Initialization Complete -------
55 terminal support enabled ( use +set in_tty 0 to disabled )
56 pid: 24457
57 detecting video ram ( set sys_videoRam to force ) ..
58 found XNVCtrl extension 1.7
59 1809 MHz CPU
60 1008 MB System Memory
61 128 MB Video Memory
62 Async thread started
63 snd_pcm_writei short write: 3760 out of 4096
64 snd_pcm_writei short write: 3760 out of 4096
65 snd_pcm_writei short write: 3760 out of 4096
66 idAudioHardwareALSA::Write: 4096 frames overflowed and dropped
67 snd_pcm_writei short write: 3760 out of 4096
68 snd_pcm_writei short write: 1880 out of 2048
69 snd_pcm_writei short write: 940 out of 1024
70 snd_pcm_writei short write: 940 out of 1024
71 snd_pcm_writei short write: 940 out of 1024
72 snd_pcm_writei short write: 940 out of 1024
73 idAudioHardwareALSA::Write: 4096 frames overflowed and dropped
74 snd_pcm_writei failed: Resource temporarily unavailable
75
76 huh, really don't know. any ideas?
77 thanks michal

Replies

Subject Author
Re: [gentoo-amd64] quake4 : freezes during start (audio problem?) Denis Solaro <dsolaro@××××××××××.com>