Bug 3204 - Make XkbVariant configurable
Summary: Make XkbVariant configurable
Status: ASSIGNED
Alias: None
Product: LTSP
Classification: Unclassified
Component: LTSP Core (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: high enhancement
Assignee: Jim McQuillan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 04:40 UTC by Heinrich Wendel
Modified: 2013-03-15 14:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
added the XKBVARIANT variable to build_x4_cfg (9.94 KB, text/plain)
2006-07-21 07:51 UTC, Daniel Struck
Details

Description Heinrich Wendel 2005-05-04 04:40:54 UTC
For German Keyboards XkbVariant is a very usefull option, it would be nice if 
it would be configurable via lts.conf like the other Xkb-Settings.
Comment 1 Daniel Struck 2006-07-21 07:51:08 UTC
Created attachment 6294 [details]
added the XKBVARIANT variable to build_x4_cfg
Comment 2 Daniel Struck 2006-07-21 07:51:45 UTC
Indeed this would be very useful, also for the "ch"-keyboards where an "fr" and
a "de" variants exists.

I did the following modifications on my local installation:

my lts.conf now has an xkbvariant variable
--------------------------------------------------------
[Default]
	XkbLayout	= ch
	XkbVariant	= fr
	XkbModel	= pc105
...
--------------------------------------------------------

To the file build_x4_cfg I added the xkbvariant, see the attached build_x4_cfg
--------------------------------------------------------
Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbLayout" "${XKBLAYOUT:-"us"}"
       Option      "XkbVariant" "${XKBVARIANT:-""}"
EndSection
--------------------------------------------------------

Greetings,
Daniel
Comment 3 chemtech 2013-03-15 14:16:39 UTC
Heinrich Wendel
Do you still experience this issue with newer drivers ?
Please check the status of your issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.