dunque ho una scheda video intel X3100 e solitamente tengo attivi gli effetti di compiz fusion.
ogni tanto mi svago un po' con UrbanTerror un fps 3d multiplayer (per chi non lo conoscesse già!!!) e il problema è il seguente:
se gioco con compiz attivo in un paio di partite mi freeza il sistema: schermo nero e impossibilità di dare comandi da tastiera nemmeno per riavviare il server X o andare su terminale.
se disattivo compiz e attivo kwin le cose che succedono sono 2:
-o il gioco si blocca durante il caricamento dello stesso--> freeze totale
-o se dopo avere terminato di giocare riattivo compiz--> freeze totale
appunto perchè il blocco è totale non so come andare a reperire informazioni da log vari, posto qui il mio xorg.conf nel caso possa servire:
Codice: Seleziona tutto
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "Module"
Load "synaptics"
Load "dri"
Load "glx"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "XAA"
Option "XAANoOffscreenPixmaps" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "DRI" "true"
#Option "AddARGBGLXVisuals" "True"
#Option "AllowGLXWithComposite" "True"
#Option "backingstore" "True"
#Option "TripleBuffer" "True"
Option "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection