xserver-xorg-{driver,input}-*
Thomas Templin
lists at gnuwhv.de
Thu Jul 14 01:11:38 UTC 2005
Hi Daniel
On Thursday 14 July 2005 01:33, Daniel Stone wrote:
> On Wed, Jul 13, 2005 at 07:22:19PM -0400, Stephen R Laniel wrote:
> > So, is it me, or did the xserver-xorg package factor out the
> > mouse and kbd drivers without making them explicit
> > dependencies? Seems like a bad idea.
>
> < Kamion> daniels: DUDE
> < Kamion> daniels: YOU FORGOT XSERVER-XORG'S DEPENDS LINE
>
> Something about a dpkg misfeature made xserver-xorg's Depends
> line (all 3000 characters of it), quite unfortunately useless.
> After the world exploded in my inbox for a bit over 12 hours
> straight, the version that fixes all this should be building now,
> and in the archive soon-ish.
There is another bug, a 'dpkg-reconfigure xserver-xorg' adds a wrong
'Driver "keyboard"' string.
---8<---
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
---8<---
Changing
Driver "keyboard"
to
Driver "kbd"
fixes the problem
Bye,
Thomas
More information about the ubuntu-users
mailing list