diff options
author | tnut <thierryn1 at hispeed do ch> | 2010-11-07 13:13:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed do ch> | 2010-11-07 13:13:50 +0100 |
commit | 94115c672cb3af6a9b2caaa48ee086100f39758e (patch) | |
tree | 86ef0d23f9cd6c0f025f68a14e03b0bd68cfa78a /xorg/xorg-17/post-install | |
parent | 62d53a5891a74532cf2562bc130528b25e583c5d (diff) | |
download | nutyx-pakxe-94115c672cb3af6a9b2caaa48ee086100f39758e.tar.gz nutyx-pakxe-94115c672cb3af6a9b2caaa48ee086100f39758e.tar.bz2 nutyx-pakxe-94115c672cb3af6a9b2caaa48ee086100f39758e.tar.xz nutyx-pakxe-94115c672cb3af6a9b2caaa48ee086100f39758e.zip |
xorg-17, ajout post-install
Diffstat (limited to 'xorg/xorg-17/post-install')
-rw-r--r-- | xorg/xorg-17/post-install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-17/post-install b/xorg/xorg-17/post-install new file mode 100644 index 000000000..361ba1072 --- /dev/null +++ b/xorg/xorg-17/post-install @@ -0,0 +1,17 @@ +if ! [ -f /etc/X11/xorg.conf ]; then + cat > /etc/X11/xorg.conf << "EOF" +Section "ServerFlags" + Option "AllowEmptyInput" "off" +EndSection +Section "InputDevice" + Identifier "K" + Driver "kbd" + Option "Xkbrules" "xorg" + Option "XkbLayout" "fr" + Option "XkbOptions" "grp:alt_shift_toggle" +EndSection +Section "InputDevice" + Identifier "M" + Driver "mouse" +EndSection +EOF |