Comment 14 for bug 42553

Revision history for this message
Alex (gsasha) wrote : Re: [Bug 42553] Re: X Error: BadDevice, invalid or uninitialized input device

I believe that these lines should not be there in the first place if I don't
have a stylus.
> The xorg.conf script is done by a shell script: /usr/bin/dexconf
> in the source: ~/xorg-7.2/debian/x11-common/usr/bin/dexconf
>
> In it, it seems that all card are created with that ServerLayout section:
> ### SERVERLAYOUT
>
> exec 4>"$DEXCONFTMPDIR/ServerLayout"
> cat >&4 <<SECTION
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> InputDevice "stylus" "SendCoreEvents"
> InputDevice "cursor" "SendCoreEvents"
> InputDevice "eraser" "SendCoreEvents"
> SECTION
>
> Maybe the 3 lines should be commented out there, unless more cards need
> it then that don't need it, which I seriously doubt.