Bug 130178 - system-config-display needs to use "kbd" keyboard driver in xorg 6.8.0
Summary: system-config-display needs to use "kbd" keyboard driver in xorg 6.8.0
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-display
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-08-17 18:47 UTC by Mike A. Harris
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-08-25 10:16:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mike A. Harris 2004-08-17 18:47:29 UTC
The legacy "keyboard" driver in X, is now deprecated and the new
"kbd" driver that's been there for a while now is enabled by
default.  system-config-display needs to be updated to configure
xorg.conf to use the "kbd" driver instead now.

Comment 1 Paul Nasrat 2004-08-19 06:59:14 UTC
pyxf86config 0.3.19-1 should already be doing this, which is what
system-config-display uses for the xorg.conf template:

* Wed Aug 11 2004 Jeremy Katz <katzj> - 0.3.19-1
- Change keyboard driver to kbd

Is this on a fresh install or an upgrade?

Comment 2 Paul Nasrat 2004-08-25 10:16:22 UTC
tested on rawhide

import xf86config
xconfig = xf86config.createTemplate()
xconfig.write("/tmp/xorg.conf")

[root@pseries tmp]# grep kbd /tmp/xorg.conf
        Driver      "kbd"



Note You need to log in before you can comment on or make changes to this bug.