Forums

3D acceleration warning

Auteur Réponses
hasi Lundi 21 Janvier 2008 à 16:16
hasiAnonymous

I am using PlayOnLinux in a professional environment (not for games). I am using a dual monitor setup (xinerama mode). In this mode, OpenGL is not supported (I would be happy to be proven wrong!). I suppose that this is the reason why I am getting this "You don't seem to have 3D acceleration! We advise you get it." warning every single time I start MS Word (essentially, every time I click to open an Word document).
Is there any way that this warning could be switched off? I would be happy by changing some setting in a config file. Ultimately, of course, it would be nice to have a button or an option in the PlayOnLinux GUI to turn it off.
Any ideas?
--hasi.
Quentin PÂRIS Lundi 21 Janvier 2008 à 17:06
Quentin PÂRISAnonymous

Edit /usr/share/playonlinux/lib/check_depend

cfg_check ()
{
     programmes_check
     acceleration_check
}

Put a # behind acceleration_check
hasi Lundi 21 Janvier 2008 à 17:56
hasiAnonymous

Done! It works. Thanks so many times for one more very quick and very efficient response.
--hasi.
Lachu Samedi 26 Janvier 2008 à 18:33
LachuAnonymous

I have another method:
Change the same line as post above, but as follows:

if [ ! "$TMP_ACC_CHECK" ]; then acceleration_check; export TMP_ACC_CHECK="1"; fi

It should to view these message only in star of PlayOnLinuxt.
Quentin PÂRIS Samedi 26 Janvier 2008 à 18:50
Quentin PÂRISAnonymous

Very good !

It will be in Pol 2.0.7

Edité par Tinou

hasi Samedi 26 Janvier 2008 à 22:23
hasiAnonymous

Great! Thanks!