Bonjour,
j'ai voulu tester cube2-Sauerbraten. Ca marche, mais pas moyen d'arrêter le jeu : quand je clique sur quit ==> il plante : l'écran est figé sur une image du jeu, plus de son ; il ne reste que la souris qui bouge. CTR-C, ALT-F4, CTRL-ALT-BACKSP, ..., rien ne va, je doit faire un hard reset ! Assez ambêtant !!
Ca marche chez vous ?
Ecoute chez moi ça marche sans probleme. Pas de probleme pour quitter.

Est ce que tu as laissé beryl ou compiz tourner derriere?
Est ce que tu change la résolution pendant le jeu?
je n'ai plus beryl/compiz (j'utilise maintenant les drivers proprios ATI => pas moyen de toutes facons)
concernant la résolution, j'avais déjà essayé avec/sans changer la résolution ==> tjs la même chose
Je viens de réessayer avec avec le driver libre radeon ==> ca ne plante plus ! (mais c'est injouable)

==> le pb vient des drivers fglrx.
Y'a peut-etre une option à utiliser dedans que j'ai pas ?
Le mien :
# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "AIGLX" "false"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "be"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
    Option        "XVideo"  "Disable"
    Option        "Composite" "Disable"
EndSection
Y'aurait pas qqch à ajouter dans la section Modules par exemple ???
Le jeu est vraiment injouable en solo, étrangement les FPS sont très bas oO
Par contre, en ligne tout change, c'est fluide et bien fun 🙂

Ceci dit, je prefere cube premier du nom, moins beau graphiquement, mais il y a plus de monde sur ce jeu :-D
Mh. je sais pas, moi j'y joue bien en solo. pas de probleme, avec ma petite radeon 9250 :-D
Noee (et les autres aussi ) peux-tu me donner ton xorg.conf pour comparer ? Je suppose que tu utilises le driver fglrx (parce avec les drivers radeon, chez moi en tout cas, c'est injouable) ?
Hu moi j'utilise radeon, pas modifié queue dalle 🙂. M'enfin voilà mon xorg.conf quand même:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Ah bizarre, chez moi radeon va pas du tout pour ce jeu (alors qu'il fonctionne pour d'autres)

Bon, j'ai fini par trouver : c'était bien des options à ajouter dans xorg.conf. Si ça peut intéresser qqn, le voilà :
# Xorg configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option "AIGLX" "false"
EndSection

Section "Files"
EndSection

Section "Module"
#    Load  "glx"
#    Load  "dri"
#    Load "extmod" => plein écran ET/TCE

    
    Load  "dbe"
    Load  "fbdevhw"
    Load  "glx"
    Load  "GLcore"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    SubSection "extmod"
        Option        "omit xfree86-dga"
    EndSubSection
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "be"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"

    Option        "UseFastTLS" "0"
    Option        "BlockSignalsOnLock" "on"
    Option        "ForceGenericCPU" "off"
    Option        "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"

    Option        "UseFastTLS" "0"
    Option        "BlockSignalsOnLock" "on"
    Option        "ForceGenericCPU" "off"
    Option        "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option        "XVideo"  "Disable"
    Option        "Composite" "Disable"
EndSection
Question sur le jeu maintenant :
comment on fait pour changer de résolution définitivement (sans devoir le faire à chaque démarrage ) ?
18 jours plus tard
nicofo wrote:Ah bizarre, chez moi radeon va pas du tout pour ce jeu (alors qu'il fonctionne pour d'autres)

Bon, j'ai fini par trouver : c'était bien des options à ajouter dans xorg.conf. Si ça peut intéresser qqn, le voilà :
# Xorg configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option "AIGLX" "false"
EndSection

Section "Files"
EndSection

Section "Module"
#    Load  "glx"
#    Load  "dri"
#    Load "extmod" => plein écran ET/TCE

    
    Load  "dbe"
    Load  "fbdevhw"
    Load  "glx"
    Load  "GLcore"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    SubSection "extmod"
        Option        "omit xfree86-dga"
    EndSubSection
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "be"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"

    Option        "UseFastTLS" "0"
    Option        "BlockSignalsOnLock" "on"
    Option        "ForceGenericCPU" "off"
    Option        "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"

    Option        "UseFastTLS" "0"
    Option        "BlockSignalsOnLock" "on"
    Option        "ForceGenericCPU" "off"
    Option        "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option        "XVideo"  "Disable"
    Option        "Composite" "Disable"
EndSection
Question sur le jeu maintenant :
comment on fait pour changer de résolution définitivement (sans devoir le faire à chaque démarrage ) ?
./sauerbraten_unix -w1280 -h1024 chez moi pareil pour le 1er les memes options de lancement fonctionnent
bonjours a tous,
moi j'ai le meme probleme : impossible de quitter le jeu correctemnt!
pourtant j'utilise les drivers fglrx.
avez vous une solution?
merci de votre aide
que donne ton xorg.conf ?
Sinon, pas d'autres pb avec les drivers fglrx ?
voici mon xorg.conf, avec un peu de retard....
je n'avais releve aucun autrer problem avec fglrx jusqu'a ce jour
merci pour votre aide
[
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Module"
    Load  "dri"
    Load  "glx"
    Load  "extmod"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "false"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
    Option        "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier  "Synaptics"
    Driver      "synaptics"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "auto-dev"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "KernelModuleParm" "agplock=0"
    Option        "UseInternalAGPGART" "no"
    Option        "VideoOverlay" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection

Section "Extensions"
    Option        "XVideo" "Disable"
    Option        "Composite" "disable"
EndSection
Bon, tu as un xorg.conf semblable à mon ancien (celui qui marchait PAS avec cube2 : v. post #4).
Compare-le avec celui qui marche (v. post #9).

Je ne me souviens plus exactement des modifs que j'avais utilisées pour régler ce pb (le mieux est vraiment que tu compares mes 2 versions du xorg et que tu apportes les modifs que j'avais utilisées sur ton propre xorg.conf), mais je vois déjà qu'il y a une grande différence dans la section "Modules" (e.a. avec l'extension "extmod") ==> commence déjà par remplacer ta section Module par la mienne (post #9)



edit : voir http://forums.fedora-fr.org/viewtopic.php?pid=130483#p130483
merci beaucoup, ca marche a part quelques caracteres speciaux, je me pencherai plus longuement sur la question ce wekk end=
encore merci