Dell Latitude D520 (Centrino Duo) with 2GB RAM. Dual boot WinXP SP2 and Kubuntu dapper drake.
added multiverse and universe to sources.list
Added laptop-mode-tools for HDD power saving.
When I unplug the AC adapter, or when I boot up on battery power, my keyboard stops working inside KDE. Windows works fine. KDM works fine. If I don't log in, I can CTRL-ALT-F1 to the first TTY and work there untill the battery wears out.
I can enter my password in KDM to log in, but after that, I can't do *anything* in the keyboard. It's not a "slow keys" issue as suggested on another thread. CAPS doesn't work, and I can't shut down X either (log off to KDM works, restarting X server from there hangs the system, regular "reboot" from KDE causes a hang as well).
I've run OpenSUSE 10.1 and Debian Etch on this laptop with no problems of this type, so it's obviously a setting problem on my end.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
looks fine to me, and is the same I had in Debian.
And here's a bit from my xorg.log:
grep -iUP "\((WW|EE)\)" Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): config file hsync range 43.8857-48.5053kHz not within DDC hsync ra
nges.
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
Any thoughts?
added multiverse and universe to sources.list
Added laptop-mode-tools for HDD power saving.
When I unplug the AC adapter, or when I boot up on battery power, my keyboard stops working inside KDE. Windows works fine. KDM works fine. If I don't log in, I can CTRL-ALT-F1 to the first TTY and work there untill the battery wears out.
I can enter my password in KDM to log in, but after that, I can't do *anything* in the keyboard. It's not a "slow keys" issue as suggested on another thread. CAPS doesn't work, and I can't shut down X either (log off to KDM works, restarting X server from there hangs the system, regular "reboot" from KDE causes a hang as well).
I've run OpenSUSE 10.1 and Debian Etch on this laptop with no problems of this type, so it's obviously a setting problem on my end.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
looks fine to me, and is the same I had in Debian.
And here's a bit from my xorg.log:
grep -iUP "\((WW|EE)\)" Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): config file hsync range 43.8857-48.5053kHz not within DDC hsync ra
nges.
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
(WW) I810(0): Successfully set original devices (2)
Any thoughts?
Comment