J'ai un portable Dell Latitude D505 et j'ai installée une debian dessus, qui marche très bien. Quand g installé le distrib dessus, je n'avais que le touchpad, mais comme je travaille passablement dessus, je branche de temps en temps une souris USB dessus.
Le problème est que mon touchpad est totalement inactif depuis que g booté une fois avec ma souris USB, et surtt je ne peux plus booter sans avoir un message d'erreur si g débranché ma souris usb. Ensuite X ne veut pas démarrer car il ne trouve pas de souris..si je la branche il est ok et tt joue. pk ? je voudrais pouvoir utilise mon touchpad
l'erreur :
Code :
Jan 6 02:47:06 localhost kernel: mtrr: base(0xf0020000) is not aligned on a size(0x300000) boundary
Jan 6 02:47:39 localhost kernel: [drm:i830_wait_ring] *ERROR* lockup
mon /etc/X11/XF86config-4 :
Code :
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
EndSection
Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons"
Option "Device" "/dev/psaux"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "inspiron"
Option "XkbLayout" "fr_CH"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 90.0
EndSection
Section "Device"
Identifier "Card0"
Driver "i810"
ChipSet "852GM/855GM"
Card "i810 852GM/855GM"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Publicité
Posté le 06-01-2005 à 11:15:06
topaz
hum 8-)
Posté le 06-01-2005 à 13:04:55
As-tu essayer l'option
Section "ServerFlags"
AllowMouseOpenFail <-- cette option en plus
EndSection
sinon rajoute t'a souris usb et ta souris touchpad comme deux souris mouse1 et mouse0 et au verifie dans ton ServerLayout au pire echange la sendcoreevents et l'autre...