public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
@ 2011-03-16 19:05 Alexey Mishustin
  2011-03-16 21:32 ` Alexey Mishustin
  2011-03-16 22:43 ` Mick
  0 siblings, 2 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-16 19:05 UTC (permalink / raw
  To: gentoo-user

Hi list,

I have a problem with configuring xorg-server 1.9.4.

It starts and works OK. But just after it has started, the keyboard begins to work very slowly in all virtual consoles that were open prior to X.

If I login in a new virtual console, the keyboard works well until I enter into an interactive tool (man, less). After that - the same behavior.

I installed xorg in according to these instructions [1], then added InputClass definitions from this thread [2].

Please suggest what I could have done wrong.

xorg.conf - http://pastebin.com/Wwmy1eFf
Xorg.0.log - http://pastebin.com/5aqCLKnH
make.conf - http://pastebin.com/7St3T1ec
http://pastebin.com/YpCm9puZ
emerge --info - http://pastebin.com/NZUQYqhh
kernel .config - http://pastebin.com/E6Syb7Ay

Laptop ASUS WJ7.

[1] - http://www.gentoo.org/doc/en/xorg-config.xml
[2] - http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_threaded

--
Regards, Alex




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-16 19:05 [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles Alexey Mishustin
@ 2011-03-16 21:32 ` Alexey Mishustin
  2011-03-16 22:43 ` Mick
  1 sibling, 0 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-16 21:32 UTC (permalink / raw
  To: gentoo-user

16 марта 2011 г., 22:05:32, Alexey Mishustin пишет:

> Hi list,

> I have a problem with configuring xorg-server 1.9.4.

> It starts and works OK. But just after it has started, the keyboard begins
> to work very slowly in all virtual consoles that were open prior to X.

Not only slowly.

Also, there is no cursor. It doesn't blink. But if I press keys and then several times press Enter, the command that I pressed appears, then slowly computes.
It looks like this:

(I'm pressing `pwd` not seeing cursor and pressing letters)
#
#
#pwd
#
/etc
#

Also, it's impossible to scroll with Shift+PgUp.

Weird!

> If I login in a new virtual console, the keyboard works well until I enter
> into an interactive tool (man, less). After that - the same behavior.

> I installed xorg in according to these instructions [1], then added
> InputClass definitions from this thread [2].

> Please suggest what I could have done wrong.

> xorg.conf - http://pastebin.com/Wwmy1eFf
> Xorg.0.log - http://pastebin.com/5aqCLKnH
> make.conf - http://pastebin.com/7St3T1ec
> http://pastebin.com/YpCm9puZ
> emerge --info - http://pastebin.com/NZUQYqhh
> kernel .config - http://pastebin.com/E6Syb7Ay

> Laptop ASUS WJ7.

> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
> [2] -
> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_threaded

--
Regards, Alex




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-16 19:05 [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles Alexey Mishustin
  2011-03-16 21:32 ` Alexey Mishustin
@ 2011-03-16 22:43 ` Mick
  2011-03-17  6:14   ` Alexey Mishustin
  2011-03-17 16:55   ` Alexey Mishustin
  1 sibling, 2 replies; 9+ messages in thread
From: Mick @ 2011-03-16 22:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1346 bytes --]

On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
> Hi list,
> 
> I have a problem with configuring xorg-server 1.9.4.
> 
> It starts and works OK. But just after it has started, the keyboard begins
> to work very slowly in all virtual consoles that were open prior to X.
> 
> If I login in a new virtual console, the keyboard works well until I enter
> into an interactive tool (man, less). After that - the same behavior.
> 
> I installed xorg in according to these instructions [1], then added
> InputClass definitions from this thread [2].
> 
> Please suggest what I could have done wrong.
> 
> xorg.conf - http://pastebin.com/Wwmy1eFf
> Xorg.0.log - http://pastebin.com/5aqCLKnH
> make.conf - http://pastebin.com/7St3T1ec
> http://pastebin.com/YpCm9puZ
> emerge --info - http://pastebin.com/NZUQYqhh
> kernel .config - http://pastebin.com/E6Syb7Ay
> 
> Laptop ASUS WJ7.
> 
> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
> [2] -
> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
> aded

Alex, you have defined both your keyboard and mouse as InputDevice under 
Section "ServerLayout", but then later on you specify them both as InputClass.

Comment out the InputDevice sections or remove them completely as shown in 
thread [2] above.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-16 22:43 ` Mick
@ 2011-03-17  6:14   ` Alexey Mishustin
  2011-03-17 16:55   ` Alexey Mishustin
  1 sibling, 0 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-17  6:14 UTC (permalink / raw
  To: gentoo-user

3/16/2011, "Mick" <michaelkintzios@gmail.com> вы писали:

>On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>> Hi list,
>> 
>> I have a problem with configuring xorg-server 1.9.4.
>> 
>> It starts and works OK. But just after it has started, the keyboard begins
>> to work very slowly in all virtual consoles that were open prior to X.
>> 
>> If I login in a new virtual console, the keyboard works well until I enter
>> into an interactive tool (man, less). After that - the same behavior.
>> 
>> I installed xorg in according to these instructions [1], then added
>> InputClass definitions from this thread [2].
>> 
>> Please suggest what I could have done wrong.
>> 
>> xorg.conf - http://pastebin.com/Wwmy1eFf
>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>> make.conf - http://pastebin.com/7St3T1ec
>> http://pastebin.com/YpCm9puZ
>> emerge --info - http://pastebin.com/NZUQYqhh
>> kernel .config - http://pastebin.com/E6Syb7Ay
>> 
>> Laptop ASUS WJ7.
>> 
>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>> [2] -
>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>> aded
>
>Alex, you have defined both your keyboard and mouse as InputDevice under 
>Section "ServerLayout", but then later on you specify them both as InputClass.

Aha... I'll try tonight, when at home. Thank you!

--
Regards, Alex



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-16 22:43 ` Mick
  2011-03-17  6:14   ` Alexey Mishustin
@ 2011-03-17 16:55   ` Alexey Mishustin
  2011-03-17 17:29     ` Mick
  2011-03-17 17:37     ` Alexey Mishustin
  1 sibling, 2 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-17 16:55 UTC (permalink / raw
  To: gentoo-user

17 марта 2011 г., 1:43:07, Mick пишет:

> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>> Hi list,

>> I have a problem with configuring xorg-server 1.9.4.

>> It starts and works OK. But just after it has started, the keyboard begins
>> to work very slowly in all virtual consoles that were open prior to X.

>> If I login in a new virtual console, the keyboard works well until I enter
>> into an interactive tool (man, less). After that - the same behavior.

>> I installed xorg in according to these instructions [1], then added
>> InputClass definitions from this thread [2].

>> Please suggest what I could have done wrong.

>> xorg.conf - http://pastebin.com/Wwmy1eFf
>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>> make.conf - http://pastebin.com/7St3T1ec
>> http://pastebin.com/YpCm9puZ
>> emerge --info - http://pastebin.com/NZUQYqhh
>> kernel .config - http://pastebin.com/E6Syb7Ay

>> Laptop ASUS WJ7.

>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>> [2] -
>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>> aded

> Alex, you have defined both your keyboard and mouse as InputDevice under 
> Section "ServerLayout", but then later on you specify them both as InputClass.

> Comment out the InputDevice sections or remove them completely as shown in 
> thread [2] above.

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.

A testing has shown that the keyboard gets broken in a new-open console not only after `man`, and `less` but even after `ls`.

My corrected xorg.conf - http://pastebin.com/P6SbzUDF

--
Regards, Alex




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-17 16:55   ` Alexey Mishustin
@ 2011-03-17 17:29     ` Mick
  2011-03-17 17:43       ` Alexey Mishustin
  2011-03-17 17:37     ` Alexey Mishustin
  1 sibling, 1 reply; 9+ messages in thread
From: Mick @ 2011-03-17 17:29 UTC (permalink / raw
  To: gentoo-user

On 17 March 2011 16:55, Alexey Mishustin <shumkar@shumkar.ru> wrote:
> 17 марта 2011 г., 1:43:07, Mick пишет:
>
>> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>>> Hi list,
>
>>> I have a problem with configuring xorg-server 1.9.4.
>
>>> It starts and works OK. But just after it has started, the keyboard begins
>>> to work very slowly in all virtual consoles that were open prior to X.
>
>>> If I login in a new virtual console, the keyboard works well until I enter
>>> into an interactive tool (man, less). After that - the same behavior.
>
>>> I installed xorg in according to these instructions [1], then added
>>> InputClass definitions from this thread [2].
>
>>> Please suggest what I could have done wrong.
>
>>> xorg.conf - http://pastebin.com/Wwmy1eFf
>>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>>> make.conf - http://pastebin.com/7St3T1ec
>>> http://pastebin.com/YpCm9puZ
>>> emerge --info - http://pastebin.com/NZUQYqhh
>>> kernel .config - http://pastebin.com/E6Syb7Ay
>
>>> Laptop ASUS WJ7.
>
>>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>>> [2] -
>>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>>> aded
>
>> Alex, you have defined both your keyboard and mouse as InputDevice under
>> Section "ServerLayout", but then later on you specify them both as InputClass.
>
>> Comment out the InputDevice sections or remove them completely as shown in
>> thread [2] above.
>
> 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.
>
> A testing has shown that the keyboard gets broken in a new-open console not only after `man`, and `less` but even after `ls`.
>
> My corrected xorg.conf - http://pastebin.com/P6SbzUDF

I can't see anything immediately wrong with it ...

Why do you have:

	Disable  "dri"
	Disable  "dri2"

in there?

PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?
-- 
Regards,
Mick



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-17 16:55   ` Alexey Mishustin
  2011-03-17 17:29     ` Mick
@ 2011-03-17 17:37     ` Alexey Mishustin
  1 sibling, 0 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-17 17:37 UTC (permalink / raw
  To: gentoo-user

Found similar bug reports.

http://bugs.gentoo.org/show_bug.cgi?id=247543
https://bugs.freedesktop.org/show_bug.cgi?id=18622

It's not good news for me that these bugs both haven't been resolved so far...
I am not using neither slim nor gdm. No display manager at all. Openbox only.

--
Regards, Alex




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-17 17:29     ` Mick
@ 2011-03-17 17:43       ` Alexey Mishustin
  2011-03-17 18:18         ` Alexey Mishustin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-17 17:43 UTC (permalink / raw
  To: gentoo-user

17 марта 2011 г., 20:29:26, Mick пишет:

> On 17 March 2011 16:55, Alexey Mishustin <shumkar@shumkar.ru> wrote:
>> 17 марта 2011 г., 1:43:07, Mick пишет:

>>> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>>>> Hi list,

>>>> I have a problem with configuring xorg-server 1.9.4.

>>>> It starts and works OK. But just after it has started, the keyboard begins
>>>> to work very slowly in all virtual consoles that were open prior to X.

>>>> If I login in a new virtual console, the keyboard works well until I enter
>>>> into an interactive tool (man, less). After that - the same behavior.

>>>> I installed xorg in according to these instructions [1], then added
>>>> InputClass definitions from this thread [2].

>>>> Please suggest what I could have done wrong.

>>>> xorg.conf - http://pastebin.com/Wwmy1eFf
>>>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>>>> make.conf - http://pastebin.com/7St3T1ec
>>>> http://pastebin.com/YpCm9puZ
>>>> emerge --info - http://pastebin.com/NZUQYqhh
>>>> kernel .config - http://pastebin.com/E6Syb7Ay

>>>> Laptop ASUS WJ7.

>>>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>>>> [2] -
>>>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>>>> aded

>>> Alex, you have defined both your keyboard and mouse as InputDevice under
>>> Section "ServerLayout", but then later on you specify them both as InputClass.

>>> Comment out the InputDevice sections or remove them completely as shown in
>>> thread [2] above.

>> 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.

>> A testing has shown that the keyboard gets broken in a new-open console not only after `man`, and `less` but even after `ls`.

>> My corrected xorg.conf - http://pastebin.com/P6SbzUDF

> I can't see anything immediately wrong with it ...

> Why do you have:

>         Disable  "dri"
>         Disable  "dri2"

> in there?

I had changed xorg.conf many times before writing to this list. Read that nvidia driver doesn't use dri which is intended for open drivers, I commented it out.

Yesterday I tried to startx without 'Disable dri', no effect...

> PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?

No. It's what I can do now.

--
Regards, Alex.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles
  2011-03-17 17:43       ` Alexey Mishustin
@ 2011-03-17 18:18         ` Alexey Mishustin
  0 siblings, 0 replies; 9+ messages in thread
From: Alexey Mishustin @ 2011-03-17 18:18 UTC (permalink / raw
  To: gentoo-user

>> PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?

> No. It's what I can do now.

Done. It didn't help.

--
Regards, Alex.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-17 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 19:05 [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles Alexey Mishustin
2011-03-16 21:32 ` Alexey Mishustin
2011-03-16 22:43 ` Mick
2011-03-17  6:14   ` Alexey Mishustin
2011-03-17 16:55   ` Alexey Mishustin
2011-03-17 17:29     ` Mick
2011-03-17 17:43       ` Alexey Mishustin
2011-03-17 18:18         ` Alexey Mishustin
2011-03-17 17:37     ` Alexey Mishustin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox