You are not logged in.

#1 2013-05-11 07:55:33

Sebrithil
Member
Registered: 2012-08-20
Posts: 15

[SOLVED] E17 vs Dvorak

Alright so I just switched from Fluxbox to Enlightenment and for the life of me can not figure out how to get dvorak to load when I run startx. I have my /etc/X11/xorg.conf.d/10-evdev.conf set right. It uses dvorak before startx. Why it is not an option when configuring I don't know. It's no where to be found under Settings > all > input >keyboard. I can get it to load for the current session using setxkbmap dvorak, but this is getting annoying. Searching has not given me any results. What can I do?

Last edited by Sebrithil (2013-05-11 21:45:52)

Offline

#2 2013-05-11 10:45:57

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] E17 vs Dvorak

put setxkbmap dvorak in .xinitrc.

Last edited by x33a (2013-05-11 10:49:04)

Offline

#3 2013-05-11 11:10:25

Sebrithil
Member
Registered: 2012-08-20
Posts: 15

Re: [SOLVED] E17 vs Dvorak

x33a wrote:

put setxkbmap dvorak in .xinitrc.

Nope doesn't work =/

Offline

#4 2013-05-11 11:14:05

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] E17 vs Dvorak

what are the contents of .xinitrc?

Offline

#5 2013-05-11 11:22:31

Sebrithil
Member
Registered: 2012-08-20
Posts: 15

Re: [SOLVED] E17 vs Dvorak

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

setxkbmap dvorak
exec enlightenment_start

Offline

#6 2013-05-11 12:56:55

Chrishas
Member
Registered: 2012-11-03
Posts: 26

Re: [SOLVED] E17 vs Dvorak

There's a much easier way. In Setting->Input->Keyboard select Add. From there select your language and then in the Variant tab in the same window there should be options for dvorak.

Offline

#7 2013-05-11 13:03:05

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,089
Website

Re: [SOLVED] E17 vs Dvorak

Sebrithil,

code tags are your friends

All the best,

-HG

Offline

#8 2013-05-11 19:26:51

Sebrithil
Member
Registered: 2012-08-20
Posts: 15

Re: [SOLVED] E17 vs Dvorak

@Chrishas, Already stated there is no dvorak there.

@HalosGhost, I figured since I was posting only that file with no other information and it was so short that it was unnecessary.

Offline

#9 2013-05-11 21:45:05

Sebrithil
Member
Registered: 2012-08-20
Posts: 15

Re: [SOLVED] E17 vs Dvorak

Uninstalling the keyboard module for E17 and reloading it the variants showed up this time. Thanks everybody.

Offline

Board footer

Powered by FluxBB