Comment 108 for bug 255008

Revision history for this message
frankie (frankie-etsetb) wrote :

Hi. I tried everything listed in the comments before but I'm still unable to use some keys. Arrow down and Page UP
won't work. Thou arrow up and page down do.

I tried different things in xorg.conf: no keyboard entry, keyboad evdev and keyboard as it was with hardy. I didn't see a
different behaviour after restarting.

I made sure I don't have any imwheel package nore daemon. I also removed all compiz packages.

I also tried to run:
  setxkbmap -model evdev -layout es -option lv3:ralt_switch

and this:

  gconftool-2 --recursive-unset /desktop/gnome/peripherals/keyboard

I blacklisted the evdev module but then I had no mouse nor keyboard, so I removed that entry there.

apt-cache policy xserver-xorgx server-xorg-input-evdev

xserver-xorg:
  Installed: 1:7.4~5ubuntu3
  Candidate: 1:7.4~5ubuntu3
  Version table:
 *** 1:7.4~5ubuntu3 0
        500 http://es.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
xserver-xorg-input-evdev:
  Installed: 1:2.0.99+git20080912-0ubuntu5
  Candidate: 1:2.0.99+git20080912-0ubuntu5
  Version table:
 *** 1:2.0.99+git20080912-0ubuntu5 0
        500 http://es.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status

Currently xorg.conf entries for keyboard and mouse are commented.

$ setxkbmap -print
xkb_keymap {
 xkb_keycodes { include "evdev+aliases(qwerty)" };
 xkb_types { include "complete" };
 xkb_compat { include "complete" };
 xkb_symbols { include "pc+es(cat)+inet(evdev)+level3(ralt_switch_for_alts_toggle)+group(alts_toggle)" };
 xkb_geometry { include "pc(pc104)" };
};

Any help would be appreciated, missing arrow down is hard for me.