Pages : 1
#1 Le 12/05/2007, à 16:07
- macintosh
Problème compiz à cause d'enemy territory
Je ne sait pas si je suis dans la bonne section , mais a priori c'est le jeu et non compiz qui pose problème dans mon cas .
Voila compiz fonction très bien chez moi , j'ai le cube etc.... mais dès que je lance le jeu enemy territory puis le quitte , plus moyen de faire tourner le cube avec les raccourcis alt+ctrl+mouse1 , pourtant les effets et les bureaux sont toujours présents , je peux par exemple déplacer une fenetre d'un bureau à l'autre . Je suis alors obliger de rebooter xorg pour que tout rentre dans l'ordre .
mon xorg :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Logitech MX518" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
# Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AllowDeactiveGrabs"
Option "AllowClosedownGrabs"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Logitech MX518"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
Option "ButtonMapping" "1 2 3 8 9"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "MX70"
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40? [Unknown nVidia Card]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40? [Unknown nVidia Card]"
Monitor "MX70"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
EndSection
Section "ServerFlags"
Option "AllowDeactiveGrabs"
Option "AllowClosedownGrabs"
EndSection
Script de lancement d'ET (si cela peut venir de la )
#!/bin/bash
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
xmodmap /usr/share/xmodmap/xmodmap.fr
xmodmap ~/.etwolf/kbd_et
etswitch --no-delay & et "$*"
xmodmap /usr/share/xmodmap/xmodmap.fr
killall etswitch
Voila si vous avez besoin d'autres info , nhesitez pas , merci par avance de me répondre
mac
100% pc user, en contradiction avec mon pseudo ;)
Hors ligne
#2 Le 14/05/2007, à 08:03
- macintosh
Re : Problème compiz à cause d'enemy territory
pas de réponse
100% pc user, en contradiction avec mon pseudo ;)
Hors ligne
#3 Le 14/05/2007, à 08:28
- $ianur391
Re : Problème compiz à cause d'enemy territory
Bonjour.
je n'ais pas de reponses je n'ais n'y beryl ni compiz.
Mais tu aurrais du poster ton topic dans Serveurs graphiques et cartes vidéo
Enfin retrouvé mon Compte xD
Hors ligne
#4 Le 14/05/2007, à 08:40
- dgé
Re : Problème compiz à cause d'enemy territory
Pour ma part, quand je lance un jeu 3D, je coupe beryl sinon j'ai une grosse chute de FPS. Je le relance apres.
Ma config n'est pas tres musclée mais à mon avis même sur une grosse config il doit y avoir des soucis.
Hors ligne
#5 Le 14/05/2007, à 12:38
- compte supprimé
Re : Problème compiz à cause d'enemy territory
avec ma 7800GTX, je ne préfère pas m'amuser a avoir compiz+jeux. ca ralentit tout et c'est instable.
#6 Le 14/05/2007, à 18:22
- hal9mil
Re : Problème compiz à cause d'enemy territory
idem, je vire beryl avant de jouer a ET
Sempron 2800+ sur k8m800 --- 1go RAM --- GeForce 7600 GS drivers
noyau 2.6.20-386 i686 Feisty
Hors ligne
#7 Le 14/05/2007, à 18:30
- Fabounet
Re : Problème compiz à cause d'enemy territory
pas mieux ^_^
en 1 clic sur le gros diamant rouge c'est fait, idem pour le relancer.
"Quiconque est prêt à sacrifier sa liberté pour une sécurité provisoire ne mérite ni l'un ni l'autre." (Benjamin Franklin)
>> Changez le look de votre bureau, essayez Glx-Dock ! [http://glx-dock.org] <<
Hors ligne
#8 Le 15/05/2007, à 21:59
- macintosh
Re : Problème compiz à cause d'enemy territory
En fait je le quitte également en jeu , mais le problème c'est que dès que je reactive compiz c'est la que les raccourcis pour tourner le cube ne fonctionnent plus
100% pc user, en contradiction avec mon pseudo ;)
Hors ligne
#9 Le 16/05/2007, à 06:23
- compte supprimé
Re : Problème compiz à cause d'enemy territory
aussi, utilise beryl! cay mieux. et ça t'évitera ce genre de déconvenues.
#10 Le 03/04/2008, à 22:13
- n3o51
Re : Problème compiz à cause d'enemy territory
Je me permet de poster une reponse a titre informatif pour les autres qui aurait le meme probleme .En faite la reponse c'est tout simplement que tu utilise dans le jeu Xmodmap et donc je pense qu'il change la config de tes touches tout simplement ..
Problèmes de Clavier
Correction des problèmes en tout genre sur le clavier :
- Lancer cette commande au démarrage : setxkbmap -model pc105 -layout fr -variant basic
- Sinon celle là : xmodmap /usr/share/xmodmap/xmodmap.fr
Disparrition des touches Windows :
- Lancer la commande gedit /usr/share/xmodmap/xmodmap.fr , et rajouter à la fin :
keycode 115 = Super_L
keycode 116 = Super_R
Welcome to the real world
________________________________
Hors ligne
Pages : 1