mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
xorg.conf: update keyboard config with evdev
with xserver 1.10, the evdev driver is used by default, so update the keyboard config entry in xorg.conf accordingly. Fix [YOCTO #1108] (From OE-Core rev: 729999cb384978404ecdfa8ea4ae0eb831fb9ece) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,10 +4,11 @@ EndSection
|
|||||||
|
|
||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Generic Keyboard"
|
Identifier "Generic Keyboard"
|
||||||
Driver "kbd"
|
Driver "evdev"
|
||||||
Option "CoreKeyboard"
|
Option "CoreKeyboard"
|
||||||
|
Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||||
Option "XkbRules" "xorg"
|
Option "XkbRules" "xorg"
|
||||||
Option "XkbModel" "pc105"
|
Option "XkbModel" "evdev"
|
||||||
Option "XkbLayout" "us"
|
Option "XkbLayout" "us"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,11 @@ EndSection
|
|||||||
|
|
||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Generic Keyboard"
|
Identifier "Generic Keyboard"
|
||||||
Driver "kbd"
|
Driver "evdev"
|
||||||
Option "CoreKeyboard"
|
Option "CoreKeyboard"
|
||||||
|
Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||||
Option "XkbRules" "xorg"
|
Option "XkbRules" "xorg"
|
||||||
Option "XkbModel" "pc105"
|
Option "XkbModel" "evdev"
|
||||||
Option "XkbLayout" "us"
|
Option "XkbLayout" "us"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
|
|||||||
SECTION = "x11/base"
|
SECTION = "x11/base"
|
||||||
LICENSE = "MIT-X"
|
LICENSE = "MIT-X"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "file://xorg.conf"
|
SRC_URI = "file://xorg.conf"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user