Bug#479771: xserver-xorg: I've upgraded to 7.3 and keyboard auto repeat stops working

2008-06-19 Thread Brice Goglin
Diego Woitasen wrote:
> Package: xserver-xorg
> Version: 1:7.3+10
> Severity: important
>
>
> With the default config, the keyboard auto repeat doesn't work
>   

Did you manage to work around this problem? Or does any of the latest X
packages help?

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479771: xserver-xorg: I've upgraded to 7.3 and keyboard auto repeat stops working

2008-05-28 Thread Antony Gelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I too suffered from this bug (amazingly annoying).

An easy workaround without having to alter config files and restart
xorg, is to run xset r at a shell prompt.  Thanks to amphi on IRC for
the tip.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIPVaEdt451jNP7ekRAvaZAKCQXOVhxfdYHSxDF4qg+1BBDZPMogCff5Q2
ZJ1/bhIEIxgY/4iGeqlh5FI=
=gMYP
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479771: xserver-xorg: I've upgraded to 7.3 and keyboard auto repeat stops working

2008-05-06 Thread Diego Woitasen
Package: xserver-xorg
Version: 1:7.3+10
Severity: important


With the default config, the keyboard auto repeat doesn't work. The 
"InputDevice" section that doesn't work is:

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
EndSection

I got auto repeat working using this config:

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "evdev"
Option  "Device""/dev/input/event4"
EndSection

The auto repeat work in console.

I get this problem using 2.6.25 and 2.6.24.1 (Debian Kernel).


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-05-03 14:40 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1831520 2008-04-29 16:38 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:05.0 VGA compatible controller: nVidia Corporation C51 [Geforce 6150 Go] 
(rev a2)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2113 2008-05-06 11:51 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "GLcore"
Load  "glx"
Load  "record"
Load  "xtrap"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "evdev"
Option  "Device""/dev/input/event4"
#Option "CoreKeyboard"
#Option "XkbRules"  "xorg"
#Option "XkbModel"  "pc104"
#Option "XkbLayout" "us"
#Option "AutoRepeat""500 50"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "nVidia Corporation C51 [Geforce 6150 Go]"
Driver  "nv"
BusID   "PCI:0:5:0"
Option  "HWCursor" "off"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "nVidia Corporation C51 [Geforce 6150 Go]"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Modes   "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 40104 2008-05-06 11:52 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4)
Current Operating System: Linux porti 2.6.25-porti #4 PREEMPT Tue May 6 
11:34:32 ART 2008 x86_64
Build Date: 29 April 2008  07:24:27PM
 
Before reporting problems, check http://wiki.x.or