| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This should allow us to keep a cleaner xorg.conf.d snippet when
generated at boot without specific configuration which should then
allow udev rules to override it without any problem.
Note: we default to a pc105 layout but evdev defaults to a pc104
layout. We should either adopt pc104, or adapt evdev to default to
pc105.
mga#14476
|
| |
|
|
|
|
|
|
|
|
|
|
| |
In an ideal world we'd use the localed daemon to write this file
for us (thus hiding the implementation detail) but this will not
work from the installer context so for now just do it manually.
Longer term, all manual stuff should be killed off and we should
find a way to make installed and installer contexts both work
with dbus services.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
"nodeadkeys variant" (mga#3791)
|
| |
|
| |
|
|
|
|
| |
(needed for next commit)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line
Import cleaned drakx-kbd-mouse-x11
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
- License is GPLv2
- Problematic files:
o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now
o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day)
=> switched to Mageia.xml
- Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
|
|
|
|
|
|
|
|
| |
We now rely on /etc/sysconfig/console/default.kmap for the console
keyboard layout which we generate by calling dumpkeys. However, in
finish-install, we have to make sure the right keymap is loaded
before calling dumpkeys otherwise we'll end up with having the default
(qwerty) keymap in console.
|
| |
|
| |
|
|
|
|
|
|
| |
Nowadays, the X server picks its keyboard configuration from HAL. Make
sure we update the hal information when the keyboard configuration is
modified
|
|
|
|
|
|
| |
o bug fix: overwrite previous /etc/sysconfig/keyboard Xkb information when
changing keyboard
|
|
|
|
|
|
| |
o do not configure hal directly, but write in /etc/sysconfig/keyboard Xkb
information so hal can get them
|
|
|
|
|
|
|
|
|
| |
o correctly handle default XkbModel
(so that we do not force pc105 when we should not)
(nb: this is not very important nowadays because XkbModel is deprecated with
evdev, but hell, it's easy to fix :)
|
|
|
|
|
|
| |
o configure hal so Xorg can get xkb info
(nb: for now, you must "service haldaemon restart" to be taken into account)
|
|
|
|
|
| |
o fix lithuanian keyboard choices (cf #41031)
|
|
|
|
|
|
|
| |
o in drakx-finish-install, keyboard is asked after asking country, so have a
good default based on country too (was done for pt_BR but not fr_XX)
(#39221)
|
|
|
|
|
|
|
|
|
| |
o default romanian keyboard is qwerty (cf #38450)
o "ro" really is "ro(std_cedilla)"
(to be more standard on unpatched xkeyboard-config)
o "ro(us)" is wrong and not qwerty, use "ro(winkeys)" which is the only
qwertz from symbols/ro
|
| |
|
|
|
|
|
|
| |
o do not force "us" keyboard on everybody that choose "English (American)"
(#36575)
|
|
|
|
|
|
| |
o use kr(kr104) for the korean keyboard, and don't prompt for a toggle key
since korean use input method instead
|
|
|
|
|
| |
only during installation
|
| |
|
| |
|
|
|