1 |
On 17 March 2011 16:55, Alexey Mishustin <shumkar@×××××××.ru> wrote: |
2 |
> 17 ÍÁÒÔÁ 2011 Ç., 1:43:07, Mick ÐÉÛÅÔ: |
3 |
> |
4 |
>> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote: |
5 |
>>> Hi list, |
6 |
> |
7 |
>>> I have a problem with configuring xorg-server 1.9.4. |
8 |
> |
9 |
>>> It starts and works OK. But just after it has started, the keyboard begins |
10 |
>>> to work very slowly in all virtual consoles that were open prior to X. |
11 |
> |
12 |
>>> If I login in a new virtual console, the keyboard works well until I enter |
13 |
>>> into an interactive tool (man, less). After that - the same behavior. |
14 |
> |
15 |
>>> I installed xorg in according to these instructions [1], then added |
16 |
>>> InputClass definitions from this thread [2]. |
17 |
> |
18 |
>>> Please suggest what I could have done wrong. |
19 |
> |
20 |
>>> xorg.conf - http://pastebin.com/Wwmy1eFf |
21 |
>>> Xorg.0.log - http://pastebin.com/5aqCLKnH |
22 |
>>> make.conf - http://pastebin.com/7St3T1ec |
23 |
>>> http://pastebin.com/YpCm9puZ |
24 |
>>> emerge --info - http://pastebin.com/NZUQYqhh |
25 |
>>> kernel .config - http://pastebin.com/E6Syb7Ay |
26 |
> |
27 |
>>> Laptop ASUS WJ7. |
28 |
> |
29 |
>>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml |
30 |
>>> [2] - |
31 |
>>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre |
32 |
>>> aded |
33 |
> |
34 |
>> Alex, you have defined both your keyboard and mouse as InputDevice under |
35 |
>> Section "ServerLayout", but then later on you specify them both as InputClass. |
36 |
> |
37 |
>> Comment out the InputDevice sections or remove them completely as shown in |
38 |
>> thread [2] above. |
39 |
> |
40 |
> I deleted definitions of InputDevices and the corresponding rows in the ServerLayout section. Unfortunately, it didn't help. I'm getting the same weird behaviour of the keyboard in consoles. |
41 |
> |
42 |
> A testing has shown that the keyboard gets broken in a new-open console not only after `man`, and `less` but even after `ls`. |
43 |
> |
44 |
> My corrected xorg.conf - http://pastebin.com/P6SbzUDF |
45 |
|
46 |
I can't see anything immediately wrong with it ... |
47 |
|
48 |
Why do you have: |
49 |
|
50 |
Disable "dri" |
51 |
Disable "dri2" |
52 |
|
53 |
in there? |
54 |
|
55 |
PS. Have you re-emerged evdev and synaptics after you emerged xorg-server? |
56 |
-- |
57 |
Regards, |
58 |
Mick |