After upgrade of xorg-server from 1.7.7 to 1.9.0 Keys "Delete" and "Page Up" don't work. If "Page Up" is pressed inside text editor, character "/" is added.
Created attachment 38782 [details] Xorg.0.log 1.9.0
Created attachment 38783 [details] Xorg.0.log 1.7.7
Created attachment 38784 [details] xorg.conf 1.9.0
Created attachment 38785 [details] xorg.conf 1.7.7
Test: KWrite 4.5.1 on KDE 4.5.1 Delete - doesn't work PageUp - 2 characters are generated: '/' and PageUp PageDown - pop up menu is displayed Left - 2 characters are generated: Left and Alt (menu is activated) Delete works in KWrite 4.5.1 on Enlightenment 1.0.5
Created attachment 39133 [details] Xorg.0.log 1.9.0
Created attachment 39134 [details] evtest 1.9.0
There is difference in output from evtest # diff -biwu xorg17-evtest.txt xorg19-evtest.txt --- xorg17-evtest.txt 2010-10-03 16:53:12.833764028 +0200 +++ xorg19-evtest.txt 2010-10-03 16:53:00.717764013 +0200 @@ -162,13 +162,13 @@ Event: time , type 4 (Misc), code 4 (ScanCode), value 70049 Event: time , type 1 (Key), code 110 (Insert), value 1 Event: time , -------------- Report Sync ------------ -^[[2~Event: time , type 4 (Misc), code 4 (ScanCode), value 70049 +^@^[[2~Event: time , type 4 (Misc), code 4 (ScanCode), value 70049 Event: time , type 1 (Key), code 110 (Insert), value 0 Event: time , -------------- Report Sync ------------ Event: time , type 4 (Misc), code 4 (ScanCode), value 7004c Event: time , type 1 (Key), code 111 (Delete), value 1 Event: time , -------------- Report Sync ------------ -^[[3~Event: time , type 4 (Misc), code 4 (ScanCode), value 7004c +^@Event: time , type 4 (Misc), code 4 (ScanCode), value 7004c Event: time , type 1 (Key), code 111 (Delete), value 0 Event: time , -------------- Report Sync ------------ Event: time , type 4 (Misc), code 4 (ScanCode), value 7004a @@ -186,7 +186,7 @@ Event: time , type 4 (Misc), code 4 (ScanCode), value 7004b Event: time , type 1 (Key), code 104 (PageUp), value 1 Event: time , -------------- Report Sync ------------ -^[[5~Event: time , type 4 (Misc), code 4 (ScanCode), value 7004b +/^[[5~Event: time , type 4 (Misc), code 4 (ScanCode), value 7004b Event: time , type 1 (Key), code 104 (PageUp), value 0 Event: time , -------------- Report Sync ------------ Event: time , type 4 (Misc), code 4 (ScanCode), value 7004e @@ -216,5 +216,5 @@ Event: time , type 4 (Misc), code 4 (ScanCode), value 7004f Event: time , type 1 (Key), code 106 (Right), value 1 Event: time , -------------- Report Sync ------------ -^[[CEvent: time , type 4 (Misc), code 4 (ScanCode), value 7004f +^@^[[CEvent: time , type 4 (Misc), code 4 (ScanCode), value 7004f Event: time , type 1 (Key), code 106 (Right), value 0
On Sun, Oct 03, 2010 at 07:57:31AM -0700, bugzilla-daemon@freedesktop.org wrote: > There is difference in output from evtest Could you please attach the output of: $ xkbcomp -xkb :0 - $ xmodmap -pk $ xmodmap -pm from both 1.7.7 and 1.9.0, ideally in one text file per version? Thanks!
Created attachment 39327 [details] xkb 1.7.7
Created attachment 39328 [details] xkb 1.9.1 RC 1
you're using the xfree86 rules which doesn't work with evdev devices. Caused by Option "AllowEmptyInput" "false" in the xorg.conf.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.