Je suis confronté à un étrange problème j'ai mon affichage qui vacille de manière aléatoire...
Je ne sais pas comment l'expliquer mais lorsque je me connecte, tout est correcte sauf que par moment, mon affichage clignote c'est à dire qu'une copie de mon affichage actuelle est affiché plusieurs fois à l'écran puis ça s'arrête. Durant cela, je peux toujours utiliser mon système et bouger ma souris mais c'est assez lent. Puis, cela s'arrête et tout redevient normal jusqu'à ce que ça recommence...
Voici mon fichier xorg.conf mais sachez que j'ai le même problème même en supprimant celui-ci (sans xorg.conf donc) :
Code : Tout sélectionner
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "USB Mouse" "CorePointer"
InputDevice "Touchpad" "CorePointer"
InputDevice "Main Keyboard" "CoreKeyboard"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "xtrap"
Load "glx"
Load "dri"
Load "extmod"
Load "freetype"
Load "bitmap" # bitmap-fonts
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Main Keyboard"
#Driver "kbd"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "SHMConfig" "true"
EndSection
Section "Monitor"
Identifier "Main Monitor"
Option "DPMS" "true"
#DisplaySize 310 180 # mm
EndSection
Section "Device"
Identifier "Intel Card"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
Option "DRI" "true"
Option "DDC" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "AccelMethod" "EXA"
Option "FramebufferCompression" "true"
Option "Tiling" "true"
Option "TripleBuffer" "true"
Option "PageFlip" "true"
Option "XvMC" "true"
Option "XvMCSurfaces" "7"
Option "XVideo" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel Card"
Monitor "Main Monitor"
EndSection
Section "DRI"
Mode 0666
EndSection
Code : Tout sélectionner
uname -a
Linux korola 2.6.28-ARCH #1 SMP PREEMPT Tue Mar 17 06:42:43 UTC 2009 i686 Intel(R) Pentium(R) M processor 1.70GHz GenuineIntel GNU/Linux
