ArchLinux:Desktop
From Wiki.cyring.fr
(Difference between revisions)
Cyril (Talk | contribs)
(Created page with "===== X.Org ===== French keyboard <syntaxhighlight lang="bash"> # nano /etc/X11/xorg.conf.d/10-evdev.conf </syntaxhighlight><br /> <syntaxhighlight lang="xorg_conf" line start...")
Newer edit →
(Created page with "===== X.Org ===== French keyboard <syntaxhighlight lang="bash"> # nano /etc/X11/xorg.conf.d/10-evdev.conf </syntaxhighlight><br /> <syntaxhighlight lang="xorg_conf" line start...")
Newer edit →
Revision as of 13:41, 6 April 2012
X.Org
French keyboard
# nano /etc/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "xkb_layout" "fr"
EndSection
KDM
Set Numlock ON at login
Redirect the error log file (ie. tmpfs )
# nano /usr/share/config/kdm/kdmrc
[X-*-Greeter]
NumLock=On
[X-:0-Core]
ClientLogFile=tmp/.xsession-errors