Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279044 - After I using 'evdev' of xorg, three letters will be printed every time I keyed one letter
Summary: After I using 'evdev' of xorg, three letters will be printed every time I key...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 12:59 UTC by Crob
Modified: 2009-07-25 16:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/X11/xorg.conf (xorg.conf,2.26 KB, text/plain)
2009-07-25 13:00 UTC, Crob
Details
/etc/make.conf (make.conf,1.62 KB, text/plain)
2009-07-25 13:01 UTC, Crob
Details
the result of emerge --info (emerge--info.txt,3.01 KB, text/plain)
2009-07-25 13:01 UTC, Crob
Details
the kernel configuration of 2.6.28-r10 tuxonice (2.6.28-tuxonice-r10.config,64.62 KB, text/plain)
2009-07-25 13:02 UTC, Crob
Details
the result of 'rc-update -s' (rc-update-s.txt,1.63 KB, text/plain)
2009-07-25 13:02 UTC, Crob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Crob 2009-07-25 12:59:13 UTC
I changed INPUT_DEVICES in /etc/make.conf from "keyboard mouse" to "evdev". After I re-emergeed xorg-server and rebooting the three letters will be printed every time I keyed one. So I couldn't do anything with my keyboad.

Reproducible: Always

Steps to Reproduce:
1. edit /etc/make.conf as follow
   INPUT_DEVICES="keyboard mouse"
   #INPUT_DEVICES="evdev"
2. emerge -av xorg-server
3. reboot

Actual Results:  
Three letterss will be printed every time I key one letter in the slim login interface.
Then I press ctrl+alt+bacespace returning to the commandline. It's ok in command-line. thanks god.

I added 'Option "AutoAddDevices" "false"' into ServerFlags of /etc/X11/xorg.conf to avoid this problem .
Comment 1 Crob 2009-07-25 13:00:54 UTC
Created attachment 199118 [details]
/etc/X11/xorg.conf

I added following text to avoid this problem

Section "ServerFlags"
	Option "AutoAddDevices" "false"

.....
Comment 2 Crob 2009-07-25 13:01:14 UTC
Created attachment 199119 [details]
/etc/make.conf

/etc/make.conf
Comment 3 Crob 2009-07-25 13:01:40 UTC
Created attachment 199121 [details]
the result of emerge --info
Comment 4 Crob 2009-07-25 13:02:13 UTC
Created attachment 199122 [details]
the kernel configuration of 2.6.28-r10 tuxonice
Comment 5 Crob 2009-07-25 13:02:35 UTC
Created attachment 199123 [details]
the result of 'rc-update -s'
Comment 6 Rafał Mużyło 2009-07-25 16:32:20 UTC
That's a configuration problem, not a bug.
Read hal/evdev sticky on the forum.