Blog Code Forum

ArchLinux:Desktop

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
Line 14: Line 14:
</syntaxhighlight><br />
</syntaxhighlight><br />
===== KDM =====
===== KDM =====
-
Set Numlock ON at login<br />
+
Switch Numlock ON at login<br />
Redirect the error log file (ie. tmpfs)
Redirect the error log file (ie. tmpfs)
<br />
<br />

Revision as of 14:03, 6 April 2012

Xorg

French keyboard

# nano /etc/X11/xorg.conf.d/10-evdev.conf

  1. Section "InputClass"
  2.         Identifier "evdev keyboard catchall"
  3.         MatchIsKeyboard "on"
  4.         MatchDevicePath "/dev/input/event*"
  5.         Driver "evdev"
  6.         Option "xkb_layout" "fr"
  7. EndSection

KDM

Switch Numlock ON at login
Redirect the error log file (ie. tmpfs)

# nano /usr/share/config/kdm/kdmrc

  1. [X-*-Greeter]
  2. NumLock=On
  3.  
  4. [X-:0-Core]
  5. ClientLogFile=tmp/.xsession-errors
Personal tools