Clanbomber2

zozizon Messages postés 678 Statut Membre -  
 artificier59 -
bonjours a tous.
Je voudrais pouvoir jouer a clanbomber2 mais j'ai un pb avec directfb.
voila le messge d'erreur
---------------------- DirectFB v0.9.20 ---------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2003 convergence GmbH
-----------------------------------------------------------

(*) Single Application Core. (with MMX support) (2004-09-28 15:50)
(*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
(!) DirectFB/core/vt: Error opening `/dev/tty0'!
--> Permission denied
(!) DirectFB/Core: Could not initialize 'system' core!
--> General initialization failure!
(!) DirectFB/Core: Error during initialization (General initialization failure!)
ClanBomber.cpp137
(#) DirectFBError [DirectFBCreate( &dfb )]: General initialization failure!

Si qqun a le même pb merci de me venir en aide.

2 réponses

  1. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    (!) DirectFB/core/vt: Error opening `/dev/tty0'!
    --> Permission denied


    Extrait du "README" :
    Usage Requirements
    ------------------

    Depending on the DirectFB application you want to run, you need some
    or all of these:

    - A working frame buffer device (check the output of 'fbset -i').
    - A keyboard (if it works on the console, everything should be fine).
    - A PS/2 or serial mouse for windowing. USB and ADB mice do also work
    via PS/2 emulation.

    Using the single application core you always need access to /dev/tty0,
    /dev/fb0 and the mouse device (/dev/psaux, /dev/mouse).
    You can either run all DirectFB applications as root or allow users
    to access these devices. A reasonable way to do this is to add users
    to the group tty (or some other group) and allow this group to read
    and write the files in /dev:

    crw-rw---- 1 root tty 29, 0 /dev/fb0
    crw-rw---- 1 root tty 10, 1 /dev/psaux
    crw-r----- 1 root tty 4, 0 /dev/tty0

    http://www.directfb.org/index.php?path=Documentation%2FUser+Manuals%2FREADME
    0
  2. artificier59
     
    Bonjour,
    J'ai le meme probleme, as tu trouvé une solution?
    0