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 ...
- 06-03-2007 #1Just 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?
- 06-04-2007 #2Just Joined!
- Join Date
- Jun 2007
- Posts
- 5
I Still have this problem if anyone knows how to fix it
- 06-04-2007 #3
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
- 06-04-2007 #4Just 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
- 06-05-2007 #5
What brand of video card (nvidia, ati, intel)? If you don't know the exact model, try running lspci. This is mine for example
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.Code:01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev c1)
Brilliant Mediocrity - Making Failure Look Good
- 06-05-2007 #6Just 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)
- 06-05-2007 #7
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
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).Code:Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSectionBrilliant Mediocrity - Making Failure Look Good
- 06-05-2007 #8Just 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


Reply With Quote

