Find the answer to your Linux question:
Results 1 to 8 of 8
When ever i try loading tibia through terminal i allways get this error Unknown-00-12-3f-19-05-d5:/home/jonny/Desktop/Tibia# ./Tibia X Error of failed request: GLXUnsupportedPrivateRequest Major opcode of failed request: 143 (GLX) Minor opcode ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    5

    GLX Error when loading Tibia

    When ever i try loading tibia through terminal i allways get this error

    Unknown-00-12-3f-19-05-d5:/home/jonny/Desktop/Tibia# ./Tibia
    X Error of failed request: GLXUnsupportedPrivateRequest
    Major opcode of failed request: 143 (GLX)
    Minor opcode of failed request: 16 (X_GLXVendorPrivate)
    Serial number of failed request: 58
    Current serial number in output stream: 59
    Unknown-00-12-3f-19-05-d5:/home/jonny/Desktop/Tibia#


    i was told to use this :
    glxinfo | grep direct

    and the output of this was only this
    direct rendering: Yes

    Any Ideas?

  2. #2
    Just Joined!
    Join Date
    Jun 2007
    Posts
    5
    I Still have this problem if anyone knows how to fix it

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    What is Tibia? What version of debian are you using? What type of video card are you using? What driver?
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Just Joined!
    Join Date
    Jun 2007
    Posts
    5
    Tibia is a MMORPG,Tibia - News, it has its own Linux Client, but yet i get these errors. im using debian 4 "etch", i386 netinst and VGA video card. dont know about drivers :S

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by Jonny999 View Post
    Tibia is a MMORPG,Tibia - News, it has its own Linux Client, but yet i get these errors. im using debian 4 "etch", i386 netinst and VGA video card. dont know about drivers :S
    What brand of video card (nvidia, ati, intel)? If you don't know the exact model, try running lspci. This is mine for example
    Code:
    01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev c1)
    The problem is that the program needs 3d acceleration, so depending on the card it may be a lot of work. Even they, it may not work. If that happens, it looks like it is an tibia issue.
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Just Joined!
    Join Date
    Jun 2007
    Posts
    5
    i done LSPCI and got this 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Ok, your card does support 3d automatically. Check your /etc/X11/xorg.conf and make sure you have the glx module listed. It will look something like this
    Code:
    Section "Module"
            Load    "bitmap"
            Load    "ddc"
            Load    "dri"
            Load    "extmod"
            Load    "freetype"
            Load    "glx"
            Load    "int10"
            Load    "type1"
            Load    "vbe"
    EndSection
    If glx is listed, that it should work just fine and it looks like you are having the same error the people I linked to have (which I assume to be some tibia error).
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just Joined!
    Join Date
    Jun 2007
    Posts
    5
    yes i see this
    Code:
    Section "Module"
    	Load	"i2c"
    	Load	"bitmap"
    	Load	"ddc"
    	Load	"dri"
    	Load	"extmod"
    	Load	"freetype"
    	Load	"glx"
    	Load	"int10"
    	Load	"vbe"
    EndSection

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •