Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Radeon, x64 and Trine (Humble Indie Bundle) -> signal 11  (Read 5304 times)

Offline OppaErich

  • OLE
  • User
  • Posts: 381
[EN] Radeon, x64 and Trine (Humble Indie Bundle) -> signal 11
« on: 2012/06/03, 15:44:23 »
Hi,

I have a Radeon HD6450 driven by the free radeon driver on a fresh 64bit install here. I wanted to run the game 'Trine' out of one of these humble bundles. All I get is signal 11.

A linux gaming site (forgot the name or URL) showed 'Platinum' for Trine with the free driver. So I must be missing something.

Somebody out there who has this running ? Please tell me what I've got to do.

Happy sunday,
Stephan

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #1 on: 2012/06/03, 16:25:09 »
I would say, Trine is 32bit softare, so you would also need the 32bit dri drivers.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline OppaErich

  • OLE
  • User
  • Posts: 381
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #2 on: 2012/06/03, 16:54:22 »
Hmmmm...
Code: [Select]


oppa@siductionbox:~$ ls trine
binds                     lib32               trine-launcher32
config                    lib64               trine-launcher64
createShortcuts.sh        profiles            trine-launcher.glade
data                      removeShortcuts.sh  trine-logo.png
data1.fbz                 trine-bin           Trine_Manual_linux.pdf
data4.fbz                 trine-bin32         Trine_updates.txt
dev                       trine-bin64         Trine.xpm
frozenbyte-Trine.desktop  trine-launcher
oppa@siductionbox:~$ LANG=C && dpkg -l ia32*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
un  ia32-abi       <none>         (no description available)
un  ia32-apt-get   <none>         (no description available)
ii  ia32-libs      20120102       ia32 shared libraries for use on amd64 and i
un  ia32-libs-dev  <none>         (no description available)
ii  ia32-libs-gtk  20120102       GTK+ ia32 shared libraries
un  ia32-libs-libc <none>         (no description available)
un  ia32-libs-libi <none>         (no description available)
un  ia32-libs-libn <none>         (no description available)
un  ia32-libs-libn <none>         (no description available)
un  ia32-libs-libs <none>         (no description available)
un  ia32-libs-open <none>         (no description available)
un  ia32-libs-stat <none>         (no description available)
un  ia32-libs-work <none>         (no description available)

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #3 on: 2012/06/03, 17:15:50 »
What does trine-launcher contain?
There are also trine-launcher64 and trine-bin64.

dpkg -l | grep libgl1
glxinfo | grep -i render
sayes what?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline OppaErich

  • OLE
  • User
  • Posts: 381
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #4 on: 2012/06/03, 18:06:21 »
Code: [Select]

#!/bin/bash
if [ `uname -m` == x86_64 ] ; then
exec ./trine-launcher64 $*
else
exec ./trine-launcher32 $*
fi


oppa@siductionbox:~$ dpkg -l | grep libgl1
ii  libgl1-mesa-dri:amd64                        8.0.2-2                            free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                        8.0.2-2                            free implementation of the OpenGL API -- GLX runtime
oppa@siductionbox:~$ glxinfo | grep -i render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on AMD CAICOS
    GL_EXT_vertex_array_bgra, GL_NV_conditional_render,

Arch specific launchers are binary stuff.

fwiw: KDE disables desktop effects, Gnome 3 runs fine.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #5 on: 2012/06/03, 18:10:38 »
It is all there, so it should work in theorie. I can't help either, you should show, if there is a bugtracker for the game.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline OppaErich

  • OLE
  • User
  • Posts: 381
RE: Radeon, x64 and Trine (Humble Indie Bundle) -> signal
« Reply #6 on: 2012/06/03, 18:14:24 »
I don't think so, their verdict is: "Free drivers are not supported"

http://www.x.org/wiki/RadeonProgram That's the page showing platinum for Trine and R700 cards. Ahhh, it shows platinum for kwin too but effects get disabled by kwin.

Edit:
Quote
an S3 after the name of the program indicates that it won't work at all without S3TC support (libtxc_dxtn.so)
What does this mean ? There's a 'S3' for Trine.

Offline DeepDayze

  • User
  • Posts: 457
Re: RE: Radeon, x64 and Trine (Humble Indie Bundle) -> si
« Reply #7 on: 2012/06/04, 02:20:29 »
Quote from: "OppaErich"
I don't think so, their verdict is: "Free drivers are not supported"

http://www.x.org/wiki/RadeonProgram That's the page showing platinum for Trine and R700 cards. Ahhh, it shows platinum for kwin too but effects get disabled by kwin.

Edit:
Quote
an S3 after the name of the program indicates that it won't work at all without S3TC support (libtxc_dxtn.so)
What does this mean ? There's a 'S3' for Trine.


You would have to obtain the S3TC library from some source as it is not in Debian and is nonfree