Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: althalus on April 08, 2010, 06:08:11 PM

Title: Application crashes in Xorg but fine in Xvesa
Post by: althalus on April 08, 2010, 06:08:11 PM
If Xvesa could handle 1280x800 resolution, this wouldn't really be a problem, but I seem to need the full blown xorg to get my full resolution.

Trying to get http://tablaunch.sourceforge.net/ to run.

Application compiles fine, and runs fine under Xvesa.

Run the application under Xorg, get the following error message:
Code: [Select]
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  45
  Current serial number in output stream:  46

I'm guessing the problem is going to simply be that the source code for this app is unchanged since 2005, whilst Xorg has probably moved on a bit from then.

Haven't had time to do any digging yet, but figured I'd throw it out there and see if anyone can offer any suggestions on how I could fix it.

EDIT: Compiled on Ubuntu, runs without issue, so it would seem it's not a problem with the code...