How get the game works, playonlinux, steam, wine ?

Hello,

I installed Play on Linux and Steam but the game (Trine Demo) doesn’t work. How do I know which setup is fine for Wine. Or what else?

The game I can hear but I can only see the first window of the game where i get New Game option after I hear sound. Further It ask me the memory resolution,

but on the label of my card is written 610M 2GB. Which of the two?

I had to press esc to get the screen work, anyway how do I know the memory? 1024 or 2048

I think you might want to try :

lspci -nnk

to see what your graphics card is and then ask google how much memory it has.

Grep the xorg log file it shows the memory X can detect for your card,
here is an example from my machine with 2GB nvidia


martinh@sirius:~> grep -i memory /var/log/Xorg.0.log
    16.568] (--) NVIDIA(0): Memory: 2097152 kBytes
    16.597] (II) NVIDIA: Using 3072.00 MB of virtual memory for
indirect memory
    16.661] (==) NVIDIA(0): Disabling shared memory pixmaps
martinh@sirius:~>


PC: oS 12.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.5 | GTX 650 Ti
ThinkPad E320: oS 12.2 x86_64 | i3@2.30GHz | 8GB | KDE 4.9.3 | HD 3000
eCAFE 800: oS 11.4 i586 | AMD Geode LX 800@500MHz | 512MB | lamp server

Always something to learn hear :slight_smile: thanks a lot for the tip.

Am 23.11.2012 12:26, schrieb glistwan:
> Always something to learn hear :slight_smile: thanks a lot for the tip.
>
Of course I have to warn that this trick to grep the xorg log does not
work for all driver/card combinations.


PC: oS 12.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.5 | GTX 650 Ti
ThinkPad E320: oS 12.2 x86_64 | i3@2.30GHz | 8GB | KDE 4.9.3 | HD 3000
eCAFE 800: oS 11.4 i586 | AMD Geode LX 800@500MHz | 512MB | lamp server