Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130456 Details for
Bug 191822
xorg-server-1.4 freezes system on startup with dbus error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix x11-input.fdi
1.4-config-hal-Fix-x11-input.fdi.patch (text/plain), 1.38 KB, created by
Elvis Pranskevichus
on 2007-09-10 01:49:12 UTC
(
hide
)
Description:
Fix x11-input.fdi
Filename:
MIME Type:
Creator:
Elvis Pranskevichus
Created:
2007-09-10 01:49:12 UTC
Size:
1.38 KB
patch
obsolete
>From e4838e78ea14ce66f641bf0bfdb7f539f33300bc Mon Sep 17 00:00:00 2001 >From: Elvis Pranskevichus <el@prans.net> >Date: Sun, 9 Sep 2007 21:20:22 -0400 >Subject: [PATCH] Fix x11-input.fdi > >HAL keyboard capability is input.keyboard, not input.keys. >Also do not use evdev for keyboards even on Linux >--- > config/x11-input.fdi | 9 ++------- > 1 files changed, 2 insertions(+), 7 deletions(-) > >diff --git a/config/x11-input.fdi b/config/x11-input.fdi >index c390706..8a281f0 100644 >--- a/config/x11-input.fdi >+++ b/config/x11-input.fdi >@@ -10,18 +10,13 @@ > </match> > </match> > >- <match key="info.capabilities" contains="input.keys"> >+ <match key="info.capabilities" contains="input.keyboard"> > <merge key="input.xkb.rules" type="string">base</merge> > > <!-- If we're using Linux, we use evdev by default (falling back to > keyboard otherwise). --> >- <merge key="input.x11_driver" type="string">keyboard</merge> >+ <merge key="input.x11_driver" type="string">kbd</merge> > <merge key="input.xkb.model" type="string">pc105</merge> >- <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" >- string="Linux"> >- <merge key="input.x11_driver" type="string">evdev</merge> >- <merge key="input.xkb.model" type="string">evdev</merge> >- </match> > > <merge key="input.xkb.layout" type="string">us</merge> > >-- >1.5.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191822
:
130422
|
130455
| 130456 |
130458