Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52272 - xorg-config doc shows an invalid XKB configuration ('xfree86' instead of 'xorg')
Summary: xorg-config doc shows an invalid XKB configuration ('xfree86' instead of 'xorg')
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/xorg-con...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 09:25 UTC by Stephane Loeuillet
Modified: 2004-05-29 01:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2004-05-28 09:25:08 UTC
Code Listing 4.4: Changing the keyboard layout

Section "InputDevice"
  Identifier  "Generic Keyboard"
  Driver    "keyboard"
  Option    "CoreKeyboard"
  Option    "XkbRules"  "xfree86"
  Option    "XkbModel"  "pc105"
  Option    "XkbLayout" "be"
EndSection

  Option    "XkbRules"  "xfree86"
should be
  Option    "XkbRules"  "xorg"

too many people already reported a bug because of xkb not working when they had 'xfree86' in their configure section :

http://freedesktop.org/bugzilla/show_bug.cgi?id=504
http://freedesktop.org/bugzilla/show_bug.cgi?id=514
http://freedesktop.org/bugzilla/show_bug.cgi?id=544
http://freedesktop.org/bugzilla/show_bug.cgi?id=553
http://freedesktop.org/bugzilla/show_bug.cgi?id=653
...


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-05-29 01:54:24 UTC
Sorry about the bug and the troubles it caused. I've updated the documentation in CVS.