LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-18-2014, 10:33 AM   #1
besus_
LQ Newbie
 
Registered: May 2014
Posts: 1

Rep: Reputation: 0
Change XDM Keyboard Layout


How do I change the XDM keyboard layout? I have added /etc/X11/xorg.conf.d/20-thinkpad.conf . Only the xdm login screen has the incorrect layout, everything else is fine. I want to use the dvorak layout not qwerty.

Code:
Section "InputClass"
    Identifier  "Trackpoint Wheel Emulation"
    MatchProduct    "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
    MatchDevicePath "/dev/input/event*"
    Option      "EmulateWheel"      "true"
    Option      "EmulateWheelButton"    "2"
    Option      "Emulate3Buttons"   "false"
    Option      "XAxisMapping"      "6 7"
    Option      "YAxisMapping"      "4 5"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option     "XkbLayout"     "dvorak"
EndSection
Slackware 14.1
Thinkpad T510
 
Old 05-18-2014, 10:41 AM   #2
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Here's what I use to set my keyboard.
Code:
# /etc/X11/xorg.conf.d/90-keyboard.conf ################################

Section "InputClass"
        Identifier "keyboard-gb"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "gb"
        #Option "XkbVariant" ""
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

########################################################################
Try using that rather than the 'kbd' driver you're using in the file above (obviously changing 'gb' to dvorak).

Last edited by GazL; 05-18-2014 at 10:42 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot change keyboard layout mikerobinson Linux - Hardware 10 04-20-2009 03:54 PM
How to change keyboard layout abd_bela Solaris / OpenSolaris 11 01-30-2008 03:26 AM
Need to change keyboard layout anti.corp Solaris / OpenSolaris 4 04-02-2006 06:02 AM
Why I cannot change my keyboard layout? GregSP Mandriva 3 01-14-2006 05:48 PM
How do i change the keyboard layout? ArmedCoder Linux - Hardware 0 11-20-2003 06:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration