I've been running gentoo linux on my Dell Inspiron 4000 for several
months now; one little problem I've had is that, periodically, when the
laptop is left running for varying amounts of time, the keyboard stops
working. X/gnome is still working just fine and the mouse works, but
nothing from the keyboard gets any response. It seems to only happen
when I'm using my pcmcia wireless card... anyone heard of something
similar and/or know of a possible solution? XFConfig attached.

thanks,
-chris


Section "Module"
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load        "dbe"   # Double buffer extension
    Load        "glx"
    Load        "GLcore"
#   Load        "pex5"
#   Load        "xie"
    Load        "fbdevhw"
    Load        "dri"
    Load        "record"
    Load        "extmod"
    Load        "synaptics"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/local/"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath    "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
    ModulePath  "/usr/X11R6/lib/modules"
EndSection

#Section "ServerFlags"
#EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "pc101"
    Option      "XkbLayout" "us"
EndSection

# Synaptics Touchpad
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "synaptics"
#    Driver     "mouse"
    Option      "Device" "/dev/mouse"
    Option      "Protocol" "PS/2"
#    Option     "Protocol" "event"
#    Option     "Device" "/dev/input/event0"
    Option      "Emulate3Buttons" "on"
    Option      "Name" "AutoDetected"
    Option      "Vendor" "AutoDetected"
#    Option     "ZAxisMapping" "4 5"
    Option      "UpDownScrolling" "on"
    Option      "edges" "1900 5400 1800 3900"
    Option      "Finger" "25 30"
    Option      "MaxTapTime" "180"
    Option      "MaxTapMove" "220"
    Option      "VertScrollDelta" "100"
    Option      "MinSpeed" "0.10"
    Option      "MaxSpeed" "0.80"
    Option      "AccelFactor" "0.0020"
    Option      "EmulateMidButtonTime" "75"
    Option      "EdgeMotionSpeed" "20"
    Option      "HorizScrollDelta" "50"
    Option      "SHMConfig" "on"
EndSection

# USB Mouse
Section "InputDevice"
    Identifier  "Mouse2"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "laptop"
    HorizSync   30-100
    VertRefresh 50-100
EndSection

Section "Device"
    Identifier  "ati m3 rage"
    Driver      "ati"
    VideoRam    8192
#    ChipSet    "ati"
    Option      "HWCursor"
    Option      "SilkenMouse"
    Option      "shadowfb"
    Option      "AGPMode" "1"
    Option      "UseCCEFor2D" "false"
    Option      "accel"
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "ati m3 rage"
    Monitor     "laptop"
    DefaultDepth 24
    Subsection "Display"
        Depth       16
        Modes       "1400x1050"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1400x1050"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "primary"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to