Quake 3 Error

Hi, I am getting an error after installing Quake 3 (native, with the 1.32b point release).
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/home/meo/.q3a/baseq3
/usr/local/games/quake3/baseq3/pak8.pk3 (9 files)
/usr/local/games/quake3/baseq3/pak7.pk3 (4 files)
/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
4073 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
------- Input Initialization -------
Joystick is not active.
----- Client Initialization -----
----- Initializing Renderer ----
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
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)
----- CL_Shutdown -----
RE_Shutdown( 1 )
----- CL_Shutdown -----
Sys_Error: GLimp_Init() - could not load OpenGL subsystem
My arch installation is pretty new, so I may not have the drivers / packages installed yet.  What should I do?

Error message means that you have disabled "glx" in the xorg.conf. First enable it, then configure hardware driver.

Similar Messages

  • Quake live connection error

    Hi fellow archers,
    I have a problem with quake live (www.quakelive.com). When I login, the plugin loads and then I get a connection error.
    We're sorry, but it appears you are having problems connecting to the QUAKE LIVE network. If you are behind a firewall you must make sure that it permits the following connection:
    Protocol: TCP
    Host: xmpp.quakelive.com
    Port: 5222
    The port is open on my hardware firewalls, and I don't have a software firewall installed. I can play quake live from both ubuntu and windows 7, which use the same local IP address.
    Firefox outputs the following:
    $ firefox
    CONNECT_THROTTLE - Connect()
    CONNECT_THROTTLE - Connect()
    I tried to remove the plugin and installed data (~/.quakelive and the plugin in the ~/.mozilla folder) serveral times, but it doesn't fix the problem.
    Does anyone know how to fix this?
    Thanks in advance

    loafer wrote:
    @655321, your problem is different.  Quake Live plugin still uses libpng 1.2.  There are aur packages for libpng 1.2.
    Sorry Silverwing but I do not know what could be causing your problem.
    You are totally right, firefox output shows an error concerning libpng, will try it out and come back with results!
    Firefox spams this warning while trying to load game:
    libpng warning: Application was compiled with png.h from libpng-1.2.24
    libpng warning: Application  is  running with png.c from libpng-1.4.3
    libpng warning: Incompatible libpng version in application and library
    However, the following libpng packages appears installed on my system:
    extra/libpng 1.4.3-1
        A collection of routines used to create PNG format graphics files
    local/libpng12 1.2.44-1
        A collection of routines used to create PNG format graphics files
    So i already have libpng 1.2, the problem still lies in the libpng version I think, (Ihave 1.2.44 and quake live needs 1.2.24). I cant find the AUR for this package but nothing shows or its under a different name, can you point out which one is the correct package to install?
    pacman -Ss outputs this:
    extra/libpng 1.4.3-1 [installed]
        A collection of routines used to create PNG format graphics files
    multilib/lib32-libpng 1.4.3-3 [installed]
        A collection of routines used to create PNG format graphics files
        (32-bit)
    aur/devkitppc-portlibs-libpng 1.4.1-1 (1)
        A collection of routines used to create PNG format graphics files
    aur/k3d-libpng.patch 0.8.0.1-1 (0)
        k-3d is a complete free-as-in-freedom 3D modeling, animation and
        rendering system.
    aur/lib32-libpng12 1.2.44-1 (271)
        A collection of routines used to create PNG format graphics files
        (32-bit)
    aur/libpng12 1.2.44-1 [installed] (1677)
        A collection of routines used to create PNG format graphics files
    aur/libpng-old 1.0.2-2 (13)
        A collection of routines used to create PNG format graphics files,
        builds libpng.3, libpngpf.3 and libpng.so.2 (libpng.so.2.1.0.2)
    aur/mingw32-libpng 1.4.3-2 (30)
        A collection of routines used to create PNG format graphics
    EDIT: In case this version is not available on the AUR I can write the PKGBUILD (never done it but I would like to learn ) in order to help other peple. That version is available under the libpng-stable tree here:
    http://sourceforge.net/projects/libpng/files/
    Last edited by 655321 (2010-10-02 18:08:09)

  • Quake 3 /dev/dsp error

    I've done some digging trying to search out a solution to this problem, but I am coming up empty.
    Fresh install of Quake 3 Arena. On startup, the console reports:
    ------- sound initialization -------
    /dev/dsp: Device or resource busy
    Could not open /dev/dsp
    So I have no sound.
    The sound device is a C-Media PCI CMI8738-MC6
    Kernel = kernel26-2.6.20.4-1
    I've got system sounds aplenty, and sounds playing DVDs and such. My user is a member of audio. Let me output more info than is probably useful.
    lsmod | grep snd
    snd_seq_oss 29184 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
    snd_pcm_oss 39072 0
    snd_mixer_oss 14464 1 snd_pcm_oss
    snd_cmipci 30368 3
    gameport 11784 1 snd_cmipci
    snd_pcm 68484 3 snd_pcm_oss,snd_cmipci
    snd_page_alloc 7816 1 snd_pcm
    snd_opl3_lib 8576 1 snd_cmipci
    snd_timer 18820 4 snd_seq,snd_pcm,snd_opl3_lib
    snd_hwdep 7044 1 snd_opl3_lib
    snd_mpu401_uart 7040 1 snd_cmipci
    snd_rawmidi 19104 1 snd_mpu401_uart
    snd_seq_device 6796 4 snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
    snd 43492 16 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_cmipci,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
    soundcore 6496 1 snd
    ls -la /dev/snd
    total 0
    drwxr-xr-x 2 root root 0 2007-03-31 13:15 .
    drwxr-xr-x 17 root root 0 2007-03-31 19:15 ..
    crw-rw---- 1 root audio 116, 0 2007-03-31 13:15 controlC0
    crw-rw---- 1 root audio 116, 4 2007-03-31 13:15 hwC0D0
    crw-rw---- 1 root audio 116, 24 2007-03-31 13:15 pcmC0D0c
    crw-rw---- 1 root audio 116, 16 2007-03-31 13:15 pcmC0D0p
    crw-rw---- 1 root audio 116, 17 2007-03-31 13:15 pcmC0D1p
    crw-rw---- 1 root audio 116, 26 2007-03-31 13:15 pcmC0D2c
    crw-rw---- 1 root audio 116, 18 2007-03-31 13:15 pcmC0D2p
    crw-rw---- 1 root audio 116, 1 2007-03-31 13:15 seq
    crw-rw---- 1 root audio 116, 33 2007-03-31 13:15 timer
    ls -la /dev
    lrwxrwxrwx 1 root root 9 2007-03-31 13:15 dsp -> sound/dsp
    Any ideas?
    Last edited by Rumor (2007-03-31 20:22:55)

    WhiteMagic wrote:
    If I remember correctly this is a rather common problem with quake. I used the following commands to resolve the problem:
    echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
    echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
    Not the most elegant solution I think but it worked for me.
    YESS!!!
    (ioquake has some issues with PB...)

  • Yamagi quake 2 client crash

    I'm not sure where to start with this...so i guess I'll start with the obvious part:
    "Couldn't init SDL video: No available video device"
    is what I see when I try to run the quake 2 executable, mixed in with a few hundred other iterations of the same thing before the executable causes a segfault and dumps.
    I *JUST* set up X for the first time and managed to get a file manager working in twm - and these things seem to be working as expected.
    I compiled the quake 2 client from source and as far as I can tell, it had no errors compiling, though it didn't have any fanfare when it finished either, not so much as a "done" message.  Regardless, I think it was a successful build because the quake 2 dedicate server seems to work fine, or at least it opens and runs.  The key there being it clearly doesn't call any 3d acceleration.
    I've installed what I believed was the intel 3d drivers, though I'm not sure of anyway to test for their presence beyond having pacman synchronize the packages again...
    I've installed SDL and SDL2, though I didn't see anything about configuring any of them anywhere.
    This is a big can of worms for me, so I'm not sure how to really approach dissecting the problem, but I'm thinking I screwed something up with the video drivers, I'm just not sure how to effectively troubleshoot that.
    I've tried executing quake 2's client from command line and from within twm, same result in both places so that atleast leads me to believe it's a driver issue and not something with X
    Edit:
    I suspect that SDL infact, does touch X and if it can't get window/display data from it, it may wig out.   Pretty sure my X.conf is messed up..
    Last edited by volumetricsteve (2014-09-10 00:42:08)

    Jayaraman,
    What is the service pack level of NT? I think we only support NT service pack 6 and higher.
    Mark.

  • Help setting up quake-like urxvt in OpenBox

    I stumbled upon a script here that should enable urxvt to be executed as a quake-like dropdown (similar to tilda). I placed both scripts as "urxvtc" and "urxvtq" in ~/.config/openbox/ per the instructions. I also have installed xdotool.
    ~/.config/openbox/urxvtc scriptlet:
    #!/bin/sh
    urxvtc "$@"
    if [ $? -eq 2 ]; then
    urxvtd -q -o -f
    urxvtc "$@"
    fi
    ~/.config/openbox/urxvtq scriptlet:
    #!/bin/bash
    wid=$(xdotool search --classname urxvtq)
    if [ -z "$wid" ]; then
    /path/to/urxvtc -name urxvtq -geometry 80x28
    wid=$(xdotool search --classname urxvtq | head -1)
    xdotool windowfocus $wid
    xdotool key Control_L+l
    else
    if [ -z "$(xdotool search --onlyvisible --classname urxvtq 2>/dev/null)" ]; then
    xdotool windowmap $wid
    xdotool windowfocus $wid
    else
    xdotool windowunmap $wid
    fi
    fi
    After placing these scriptlets and rebooting, I tried it out, and couldn't get anything to pop up (or couldn't understand the keybindings; and so I read further. On the wiki was a link to  Xyne's post outlining how he originally got this working. I realized that I didn't have the keybindings set, and followed his guide, editing my rc.xml accordingly.
    The keybindings are mod4+` for the tilda-like urxvt dropdown, and mod4+t for a popup urxvt terminal. Whenever I attempt to execute the terminal with either keypress combination, I receive this error: Failed to execute child process "/home/rogue/.config/openbox/urxtvq" (Permission denied)
    I can't understand why I can't execute something that is placed in my own home folder. If someone could please point me in the right direction or give me a hand with fixing this up, I'd really appreciate the assistance. Thanks!
    Edit: I also added
    urxvtd -f &
    to ~/.config/openbox/autostart as called for in this post
    Last edited by rogue (2011-10-12 13:22:22)

    rogue wrote:
    the application entry in my rc.xml is:
    <application name="urxvtq">
    <decor>no</decor>
    <position force="yes">
    <x>0</x>
    <y>0</y>
    </position>
    <desktop>all</desktop>
    <layer>above</layer>
    <skip_pager>yes</skip_pager>
    <skip_taskbar>yes</skip_taskbar>
    <maximized>Horizontal</maximized>
    </application>
    I've tried searching for how the x/y coordinates measure stuff but haven't come up with much. Is it pixel by pixel? Is it based on a one frame graph or a four frame? It seems that everytime I make a change, I must reboot, as logging out doesn't seem to do the trick. Set at 0,0 the terminal opens in the center of the screen while im on the desktop; but when I'm working in a fullscreen window and open the terminal, it appears randomly around the screen.
    Reconfiguring openbox should be enough to load the changes you've made to rc.xml. If not, restarting only X via the ctrl+alt+backspace combo will work for sure.
    About positioning the window, try changing
    <x>0</x>
    <y>0</y>
    into
    <x>center</x>
    <y>center</y>
    and see if it makes any difference

  • Quake stopped working

    Hello all...I've been playing Quake 4 on my mac for about a month now. I usually wait for the game to boot up and then I hit the escape key 3 times to skip the videos that promote the gamemakers and get straight to the screen where I choose what I want to do. Today however, after seeing the first of the 3 videos starting, I hit the escape key 4 times instead of 3 (by mistake) and got an error message that stated "The application Quake 4 quit unexpectedly." I have no idea why this happened nor what to do to fix it. Now when I try to start the game, it doesn't even show the videos--it just goes from "Loading" to the error message. Clicking "report" yields the following:
    Date/Time: 2006-11-02 22:16:39.697 -0600
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Quake 4
    Path: /Applications/Quake 4/Quake 4.app/Contents/MacOS/Quake 4
    Parent: WindowServer [76]
    Version: 1.2.0 2386 (1.2.0)
    PID: 23433
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    Thread 1:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.aspyr.Quake4 0x0028a1f8 0x1000 + 2658808
    3 com.aspyr.Quake4 0x000f9afc 0x1000 + 1018620
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x900c70f0 sem_wait + 12
    1 com.aspyr.Quake4 0x002f3a8c 0x1000 + 3091084
    2 com.aspyr.Quake4 0x00222ef0 0x1000 + 2236144
    3 com.aspyr.Quake4 0x002f3944 0x1000 + 3090756
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907eb8dc CFRunLoopRun + 52
    5 com.apple.DVCPROHDMuxer 0x1771b6d4 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 392
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145363c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914533dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 com.apple.audio.CoreAudio 0x91464794 CAGuard::WaitFor(unsigned long long) + 204
    3 com.apple.audio.CoreAudio 0x914646a4 CAGuard::WaitUntil(unsigned long long) + 304
    4 com.apple.audio.CoreAudio 0x914628e8 HP_IOThread::WorkLoop() + 852
    5 com.apple.audio.CoreAudio 0x91462580 HPIOThread::ThreadEntry(HPIOThread*) + 16
    6 com.apple.audio.CoreAudio 0x914533dc CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90040978 machwaituntil + 8
    1 libSystem.B.dylib 0x90040744 nanosleep + 388
    2 libSystem.B.dylib 0x90043f18 usleep + 88
    3 com.aspyr.Quake4 0x002f661c 0x1000 + 3102236
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000000000000 srr1: 0x100000004200f930 vrsave: 0x0000000000000000
    cr: 0x24002222 xer: 0x0000000020000000 lr: 0x0000000000000000 ctr: 0x00000000002f948c
    r0: 0x0000000000000000 r1: 0x00000000bfffcd00 r2: 0x000000001ee92dfc r3: 0x0000000000000000
    r4: 0x00000000bfffcd3c r5: 0x0000000000000058 r6: 0x0000000000000061 r7: 0x0000000000000070
    r8: 0x000000000000006f r9: 0x00000000a0003658 r10: 0x000000000000006f r11: 0x000000001ee8d3f8
    r12: 0x00000000002f948c r13: 0x0000000000000000 r14: 0x0000000000e0ff00 r15: 0x00000000004f0000
    r16: 0x0000000000b90000 r17: 0x0000000000000000 r18: 0x0000000000000001 r19: 0x0000000000853250
    r20: 0x000000000000002b r21: 0x00000000bfffccfc r22: 0x000000001ee9212c r23: 0x000000001ee9212c
    r24: 0x000000001ee9212c r25: 0x000000001ee95661 r26: 0x000000001ee92dfc r27: 0x000000001ee9212c
    r28: 0x000000000000002b r29: 0x000000001ee95661 r30: 0x0000000000000000 r31: 0x000000001ee7212c
    Binary Images Description:
    0x1000 - 0x4d7fff com.aspyr.Quake4 1.2.0 2386 (1.2.0) /Applications/Quake 4/Quake 4.app/Contents/MacOS/Quake 4
    0xb9f000 - 0xbb9674 estl PEF binary: estl
    0xe08e90 - 0xe08f42 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0xe09560 - 0xe095d7 CFMPriv_System PEF binary: CFMPriv_System
    0xe09880 - 0xe09950 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0xe099d0 - 0xe09aa3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0xe09b80 - 0xe09c3b CFMPriv_Help PEF binary: CFMPriv_Help
    0xe09c40 - 0xe09d0a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0xe09d90 - 0xe09e66 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0xe09ee0 - 0xe09fb3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0xe0a040 - 0xe0a125 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0xe0a1a0 - 0xe0a276 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0xe0a350 - 0xe0a40e CFMPriv_Print PEF binary: CFMPriv_Print
    0xe0a430 - 0xe0a4fd CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0xe0a580 - 0xe0a662 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0xe0a6e0 - 0xe0a7b3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0xe0a830 - 0xe0a903 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0xe0a9e0 - 0xe0aaa2 CFMPriv_AE PEF binary: CFMPriv_AE
    0xe0aab0 - 0xe0ab75 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0xe0abf0 - 0xe0acc7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0xe0ad50 - 0xe0ae33 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0xe0aeb0 - 0xe0af8a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0xe0b000 - 0xe0b0e0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0xe0b170 - 0xe0b256 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0xe0b330 - 0xe0b407 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0xe0b410 - 0xe0b4d2 CFMPriv_QD PEF binary: CFMPriv_QD
    0xe0b5d0 - 0xe0b6b9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0xf05000 - 0xf543c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x16d3f000 - 0x16d40fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x16d43000 - 0x16d5cfff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x16d62000 - 0x16d7dfff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x171b4000 - 0x171b9fff com.apple.LiveType.component 2.1.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x17305000 - 0x1737dfff com.apple.DVCPROHDAudio 1.2 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x17505000 - 0x1756afff com.apple.LiveType.framework 2.1.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x17705000 - 0x17767fff com.apple.DVCPROHDMuxer 1.2 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x18d05000 - 0x18e14fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x18e43000 - 0x18fa6fff com.apple.GeForceFXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x19ed3000 - 0x1a4d1fff game.so /Users//Library/Application Support/Quake4/q4base/game.so.bundle/Contents/MacOS/game.so
    0x1eab3000 - 0x1eab5fff pbag.mac /Users//Library/Application Support/Quake4/pb/pbag.mac
    0x1ee53000 - 0x1ee89fff pbcl.mac /Users//Library/Application Support/Quake4/pb/pbcl.mac
    0x1f808000 - 0x1f86cfff pbsv.mac /Users//Library/Application Support/Quake4/pb/pbsv.mac
    0x30000000 - 0x3003ffff SDL 1.2.9 /Applications/Quake 4/Quake 4.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
    0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.3 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 4.0 (129.18) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d9fff com.apple.security 4.5 (28992) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d7000 - 0x913e0fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e7000 - 0x9140ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91422000 - 0x9142dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91432000 - 0x9143afff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143e000 - 0x914b9fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f6000 - 0x914f6fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f8000 - 0x91530fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154b000 - 0x91618fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166d000 - 0x916fefff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91745000 - 0x917fcfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91839000 - 0x91897fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c6000 - 0x918e7fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fb000 - 0x91920fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91933000 - 0x91975fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91991000 - 0x919a5fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b3000 - 0x919f5fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b59fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5f000 - 0x91bcefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c4afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c4f000 - 0x91c8cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c93000 - 0x91cacfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb1000 - 0x91cb4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936db000 - 0x936dbfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936dd000 - 0x93d10fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409d000 - 0x9410dfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94146000 - 0x94209fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425b000 - 0x9425bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425d000 - 0x94430fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cb000 - 0x9451bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94742fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94749000 - 0x94a18fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94adb000 - 0x94b4cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bbf000 - 0x94bdffff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x96f1c000 - 0x96f3bfff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97652000 - 0x97713fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9773e000 - 0x9773ffff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x9a5b1000 - 0x9a5dffff com.apple.audio.OpenAL 1.1 /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    Model: PowerMac7,3, BootROM 5.1.8f7, 2 processors, PowerPC G5 (3.0), 2.5 GHz, 2 GB
    Graphics: NVIDIA GeForce 6800 GT DDL, GeForce 6800 GT, AGP, 256 MB
    Memory Module: DIMM0/J11, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 512 MB, DDR SDRAM, PC3200U-30330
    Modem: Jump, , V.92, Version 1.0,
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: Maxtor 7Y250M0, 233.76 GB
    Serial ATA Device: Maxtor 7Y250M0, 233.76 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-117D, 2.85 GB
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Apple Cinema HD Display, , Up to 1.5 Mb/sec, 500 mA
    USB Device: USB Device, , Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: iLINK DRIVE, SONY, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    Powermac dual 2.5   Mac OS X (10.4.8)   2GB Ram
    Powermac dual 2.5   Mac OS X (10.4.8)   2GB Ram

    Melucia-
    There is too much information in the message report (;>) Some of it who knows?
    A lot of stuff spit out about graphics and the drivers. The fact that it worked before and now does not makes me hope that it is something simple that I do not understand about how Quake works and that someone will have a simple answer. Probably a .plist file or other preference thing.
    Do you have an external firewire drive? If not, it is good to have one for backup purposes anyway. However, if you do have one my suggestion would to be to try installing OSX and Quake only on the external drive, boot from that and see if it works.
    Also try launching the Install or Utility disk/dvd that came with your system and run the Disk Utility and repair permissions on the system drive. Might help.
    Luck-
    -DaddyPaycheck

  • ETQW SDL Error.... won't start

    My Computer has the following specs:
    - AMD Phenom II 965 3,4Ghz
    - 4GB Ram 1066Mhz
    - ATI Readeo 5770 Overclocked Edition
    this setup worked under ubuntu when i wanted to play ETQW but now it fails to run on Arch Linux X86_64
    I use the client to build a folder where to game is to run from ~/Games/ETQW/ and it completes without any errors, but when i try to start i get this error:
    FATAL ERROR: Image '_default' was generated with internal format 0x83f0 but GL returned 0x0
    8/8/8/8 RGBA bits, 24 depth bits, 8 stencil bits
    no multisampling
    vsync: SDL reports 140547840 - broken?
    initializating SDL Joysticks
    initialized 0 controller(s)
    --------------- BSE Shutdown ----------------
    Shutting down SDL subsystem
    idRenderSystem::Shutdown()
    Sys_Error: Image '_default' was generated with internal format 0x83f0 but GL returned 0x0
    The screen flashes black briefly and then it fails back to the desktop
    I have gotten everything else to work now... even the cpu frequency scaling on my laptop.... This game is the last thing that doesn't work yet.
    unfortunately is my most favorite game and only it doesn't work
    The only thing i can find about this is a French webpage that doesn't make any sense to me... it tried translating it with babelfish but then it makes even less sense to me then it did before
    here's the link
    Anyone have any suggestions what this could be ?
    Last edited by Dennis Beekman (2011-01-25 21:17:37)

    Are you using Catalyst or the open source drivers ? I have the same issue but didn't found a solution.
    On one of the previous catalyst releases it was a known issue that ET:QW and Quake didn't work but I can't find that file anymore. I doubt that they have or will fix it...

  • Quake 4 OpenGL Problem

    Heya
    I'm trying to install Quake 4.  After a defective CD and an awkward return, I was ready to play.  Unfortunatly,  the game won't start.  The offending error seems to be below:
    --------------- R_InitOpenGL ----------------
    Initializing SDL subsystem
    No protocol specified
    No protocol specified
    Loading GL driver 'libGL.so.1' through SDL
    Initializing SDL subsystem
    Loading GL driver 'libGL.so.1' through SDL
    Fatal Error: Unable to initialize OpenGL
    --------------- BSE Shutdown ----------------
    idRenderSystem::Shutdown()
    Sys_Error: Unable to initialize OpenGL
    Has anyone experienced this error?  I've tried installing Q4 using id's installer as well as the one in the AUR.  No luck.  I did get it running once but I really can't tell you what I did.  It just worked.  I'm using the nvidia drivers with an Nvidia 6600 GT.  My xorg.conf is below, if that helps.
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 100.0
    EndSection
    #Section "Monitor"
    # Identifier "Monitor0"
    # VendorName "Monitor Vendor"
    # ModelName "Monitor Model"
    # HorizSync 15.0 - 46.0
    # VertRefresh 59.0 - 61.0
    # Option "DPMS"
    # ModeLine "hd1080i" 74.2 1920 2008 2052 2200 1080 1088 1091 1121 +hsync +vsync interlace
    # Modeline "hd720p" 74.5 1280 1320 1392 1600 720 722 724 758 +hsync +vsync
    # Modeline "1360x768@60i" 37.97 1360 1392 1536 1568 768 785 789 807 interlace
    #EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV43 [GeForce 6600 GT]"
    Option "RenderAccel" "true"
    # Option "DPI" "96 x 96"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    I have found one solution online which did not work, namely removing and reinstalling the nvidia drivers.  It seems there's something wrong with SDL or I need to "load" libGL.so.1, which resides in my /usr/lib/.  Any ideas?
    Thanks!

    k, solved... i  ve dited the xorg.conf a little bit...
    DefaultDepth "16" to "24" ... thnx n l8r
    //update: the problem with locked mouse and keyboard on desktop while fullscreened Quake3 appears if i join  a server by using XQF ...  any suggestions ?
    Last edited by z13l5ch31b3 (2008-07-18 17:18:01)

  • Unigine Sanctuary/Tropics Errors?

    I get the same error while trying to run either Sanctuary or Tropics. Here is all the output from the terminal - it is a lot.  From what I understand, Pulse Audio messed up the sound, but I have no clue why the video is an issue.  This is using the Catalyst 9.12.1 drivers.  I also tried with the 9.11.3 drivers without any luck.  I can get most of the Phoronix Test Suite running - lightsmark, nexuiz, etc were all fine.  Just Unigine and ET Quake Wars fail; though the quake wars is due to libjpeg being 7.1 not 6.2.  Unigine, however I just can't figure out to get working right. 
    I've done some google searches but found nothing that can explain how to fix the problem - only a few posts that actually have it - and those usually end up saying the GPU is too old, which definitely shouldn't be the case here.  Anyone have any ideas?
    Engine::init(): clear video settings for "ATI Radeon HD 5700 Series 1.4 (3.2.9232)"
    Loading "libGL.so.1"...
    Loading "libopenal.so.1"...
    ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
    ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
    AL lib: alsa.c:486: Could not open playback device 'default': No such file or directory
    Set 1024x768 windowed video mode
    Set 1.00 gamma value
    Unigine engine http://unigine.com/
    Binary: Linux 32bit GCC 4.3.3 Release May 26 2009
    App path:  /home/steven/.phoronix-test-suite/installed-tests/unigine-sanctuary/sanctuary/bin/
    Data path: /home/steven/.phoronix-test-suite/installed-tests/unigine-sanctuary/sanctuary/data/
    Save path: /home/steven/.Unigine Sanctuary/
    ---- System ----
    System: Linux 2.6.31-ARCH x86_64
    CPU: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz 2667MHz MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 HTT
    GPU: ATI Radeon HD 5700 Series 1.4 (3.2.9232)
    System memory: 5973 Mb
    Video memory:  256 Mb
    ---- MathLib ----
    Set SSE3 simd processor
    ---- Sound ----
    Renderer: OSS Software
    OpenAL vendor:   OpenAL Community
    OpenAL renderer: OpenAL Soft
    OpenAL version:  1.1 ALSOFT 1.10.622
    Found AL_EXT_LINEAR_DISTANCE
    Found AL_EXT_OFFSET
    Found ALC_EXT_EFX
    Found EFX Filter
    Found EFX Reverb
    Found EAX Reverb
    Found QUAD16 format
    Found 51CHN16 format
    Found 61CHN16 format
    Found 71CHN16 format
    Maximum sources:         256
    Maximum effect slots:    4
    Maximum auxiliary sends: 2
    ---- Render ----
    GLRender::GLRender(): Unknown ATI GPU
    OpenGL vendor:   ATI Technologies Inc.
    OpenGL renderer: ATI Radeon HD 5700 Series
    OpenGL version:  1.4 (3.2.9232)
    Unigine fatal error
    Engine::init(): clear video settings for "ATI Radeon HD 5700 Series 1.4 (3.2.9232)"
    GLRender::GLRender(): Unknown ATI GPU
    GLRender::require_extension(): required extension GL_ARB_map_buffer_range is not supported
    Shutdown

    Hmm, I get the same thing here with nvidia-173xx:
    the usual, and...
    Unigine fatal error
    Engine::init(): clear video settings for "GeForce Go 6800 PCI Express 173.14.25"
    GLRender::require_extension(): required extension GL_ARB_map_buffer_range is not supported
    Shutdown

  • [Request] Quake 2 Evolved Engine

    Hi! there's a Quake 2 Engine called Quake 2 Evolved, it adds awesome graphics and brings new life to Quake 2...
    Here is the full source for Q2E linux 0.40 version.
    http://www.quake2evolved.com/blurforum/ … stid=28181
    Linux Q2E 0.68 and 0.40 screenshots
    http://www.quake2evolved.com/blurforum/ … ight=linux
    http://www.quake2evolved.com/blurforum/ … eadid=2043
    http://www.quake2evolved.com/blurforum/ … ight=linux
    Q2E 0.40 for linux released
    The linux source file is attached a few posts below. Please test it and let me know the results. I will try to update this first post with the lastest problems and solutions.
    Here is the Instructions:
    ===============
    WARNING:
    Q2E Linux is GPL licensed and comes with absolutely no guarantees. It can damage your refrigerator, burn your house and cut off your cat's tail. Use at your own risks !
    Requirements:
    You need the following packages from your linux distribution: winelib (or wine-devel), openal, opengl, libjpeg, libvorbisfile and zlib
    Notes:
    - OpenGL version >= 1.3 is required.
    - wine version >= 0.9.2 is required (http://winehq.com).
    - I don't know if q2e linux works on 64 bits linux systems or not. My laptop has a pentium-m CPU.
    - I have gcc version 4.0.2, gcc version < 4.0 might not compile
    Compiling linux Q2E:
    Simply type "make" in the folder where you unpack q2e_040_linux.zip. If the compile is succesful, you'll have the following three files: q2e, q2e.exe.so, game/gamei386.so
    Notes:
    - If you have a NVidia card and have compile errors related to gl.h, please add -DWINGDIAPI="" to the end of line 13 (CFLAGS=...) of the file Makefile in your q2e_040_linux directory and try to compile again.
    Setting-up and running Q2E:
    Go to your home directory and type
    mkdir quake2
    mkdir quake2/baseq2
    Copy the q2e and q2e.exe.so (that you just compile) to quake2, and copy gamei386.so to quake2/baseq2.
    Copy(or link) standard quake2 *.pak files (pak0.pak, pak1.pak, pak2.pak) into your quake2/baseq2 directory.
    Download q2e_040 pak files, q2e_pak0.pk2, q2e_extras.pk2 and q2e_enhanced_hud.pk2(optional), from quake2evolved.com to your baseq2 directories.
    Go to your quake2 directory and type
    ./q2e
    Last edited by leo2501 (2007-08-16 15:18:12)

    miqorz wrote:I hate to contradict you again. But beagle is pretty far from "new" it's been being worked on for a while from the "dashboard" days.
    agreed. yet I am not interested in beagle but in kat.
    If you get the package working. Stick it in the AUR and maybe it'll get put in untable/testing for a while. Then maybe into extra.
    Ok, I soon as will get in working I upload it to AUR.
    But you asked for opinions. Not just praises.
    And my opinion is strictly "meh".
    The problem is that I don't know what my opinion is, I didn't get the chance to test the program. Still missing libs . Newbie's life is a shit I tell you.

  • Quake 4 trouble

    Hello, Quake 4 won't start:
    --------------- R_InitOpenGL ----------------
    Initializing SDL subsystem
    Loading GL driver 'libGL.so.1' through SDL
    SDL_ListModes:
    1680x1050 1600x1024 1440x900 1400x1050 1360x765 1280x1024 1280x960 1280x800 1280x768 1280x720 1152x864
    1024x768 960x600 840x525 832x624 800x600 800x512 720x450 700x525 640x512 640x480
    640x400 640x384 576x432 512x384 416x312 400x300 320x240
    SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
    Initializing SDL subsystem
    Loading GL driver 'libGL.so.1' through SDL
    SDL_ListModes:
    1680x1050 1600x1024 1440x900 1400x1050 1360x765 1280x1024 1280x960 1280x800 1280x768 1280x720 1152x864
    1024x768 960x600 840x525 832x624 800x600 800x512 720x450 700x525 640x512 640x480
    640x400 640x384 576x432 512x384 416x312 400x300 320x240
    SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
    Fatal Error: Unable to initialize OpenGL
    --------------- BSE Shutdown ----------------
    idRenderSystem::Shutdown()
    Sys_Error: Unable to initialize OpenGL
    I am running Quake4-smp, with quake4 enabled to use both of cpu's core, set to ultra high quality, full antialiasing and the resolution to 1680x1050 16:10.
    Any who knows whats wrong?
    Last edited by Roberth (2008-04-23 15:57:30)

    [roberth@Magda ~]$ find /usr/lib -name libGL.so.1
    /usr/lib/libGL.so.1
    [roberth@Magda ~]$ ls -l /usr/lib/libGL.so.1
    lrwxrwxrwx 1 root root 15 2008-02-27 09:13 /usr/lib/libGL.so.1 -> libGL.so.169.12
    [roberth@Magda ~]$ pacman -Qo /usr/lib/libGL.so.169.12
    /usr/lib/libGL.so.169.12 is owned by nvidia-utils 169.12-1

  • Audigy2 NX icm Quak

    Hello,
    I have a huge problem.
    I bought Quake 4 and wanted to play, only he crashes to windows.
    After a few google session i came to the conclussion that it came because of my Audigy NX drivers, and i had to download the new beta drivers from the creative site.
    So i downloaded them only when i want to install i get a error with "product not supported".
    So what seems its a driver for the audigy2 serieus but NOT for my audigy2 NX!!!
    Plz help i want to play quake 4!

    You could always search the forums before you post.
    http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=34220&que ry.id=4659#M34220
    Summary:
    Download the OpenAL drivers and you'll atleast be able to play with sound.
    http://developer.creative.com/articles/article.asp?cat=&sbcat=3&top=38&aid=46&file=OpenAL wEAX.exe

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

  • Windows Vista: Ipod Error Message, no longer read by PCs

    Hello,
    I have a 5th generation black ipod video with 30GB of memory.
    The other day I hooked it up to my laptop (Toshiba, 4 months old) that it's been functioning on with no problems whatsoever. This weird error message flashed twice about it not being able to sync because of some software problem.
    Eversince then, the only thing I can charge my ipod on is the family treadmill in the basement (~_~) as no other computer in the house recognizes it. I can't even charge it through the wall sockets, either.
    I have changed the ipod cord, still no luck. I've also reset the device about 3 or 4 times and uninstalled, restarted the laptop then reinstalled itunes. I would like to reset it back to factory settings but that's impossible as computers/laptops don't pick it up. I live very far from a Mac store...
    What's a girl to do? I can't live without my Busta Rhymes and Wu-Tang Clan!
    Any advice would be greatly appreciated! Thanks!

    you have to update Vista go to this site and up-date http://windowsupdate.microsoft.com

  • Error while offsetting a variable

    Hello Experts
    I want to display the data for last 5 years in my query. So I tried using the SAP exit variable Current Calendar Year (0CYEAR) and the offset it by 5. However, I am getting the following error message for the query "System error in program SAPLRR12 and form REP_ASSIGN_INITIAL_OPT-01"
    Any Help on this is appreciated and points will be assigned.
    Thanks

    Thanks Chetan for your prompt reply. I have assigned points.
    But I would appreciate if you help me clear my understanding of offseting a variable.
    Say if the Current Calendar Year variable returns 2008, then will offseting that variable by 5 return me the data for years 2008, 2007, 2006, 2005 , 2004. Or, will it just return me the data for 2008 - 5 = 2004 only.
    Thanks
    Rishi

Maybe you are looking for