Fluxbox-13.37
In all terminals pressing down arrow it shows the tilde "~". This is rather annoying especially when editing in "joe".
In "nano" the down arrow does not work at all.
How can that be corrected?
Thanks in advance
[SOLVED] Down Arrow Shows Tilde
[SOLVED] Down Arrow Shows Tilde
Last edited by Atip on 15. Jul 2011, 08:30, edited 1 time in total.
Re: Down Arrow Shows Tilde
This is ~/.bashrc
export PS1='\u[\W]\$ '
export PAGER="most"
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Look if you have it in your system.
export PS1='\u[\W]\$ '
export PAGER="most"
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Look if you have it in your system.
Re: Down Arrow Shows Tilde
Yes that is my .bashrc.djemos wrote:This is ~/.bashrc
export PS1='\u[\W]\$ '
export PAGER="most"
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Look if you have it in your system.
Now I found if on a terminal I put command: "setxkbmap us" or others like "de", arrow key
starts behaving properly.
Should I put this command than into .bashrc or is there a better way to do it in xorg.conf-vesa
and how?
Re: Down Arrow Shows Tilde
What keyboard type did you select when you installed salix? It's only normal that keys won't work properly if you selected the wrong keyboard type. Just run the keyboard configuration tool from the system menu and select the right keyboard type.
Re: Down Arrow Shows Tilde
In System-Keyboard the setting is "qwerty" and "us".gapan wrote:What keyboard type did you select when you installed salix? It's only normal that keys won't work properly if you selected the wrong keyboard type. Just run the keyboard configuration tool from the system menu and select the right keyboard type.
In xorg.conf-vesa settings are:
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# These are the default XKB settings for X.Org
#
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
I have tried to change "pc105" to "pc101" and it did not help. My KB is one of those small ones
like for a laptop and usb connected.
Re: Down Arrow Shows Tilde
xorg.conf-vesa is only a sample configuration file which is not in use.Atip wrote: xorg.conf-vesa settings are:
The idea is to use the keyboard configuration tool from the system menu
or else, as root in a terminal:
Code: Select all
gtkkeyboardsetup
Code: Select all
keyboardsetup

What really matters is where you are going, not where you come from.
Re: Down Arrow Shows Tilde
Sorry, nothing doing. Seems to be kind of a bug if you ask me. Never had such problem in manyAkuna wrote:xorg.conf-vesa is only a sample configuration file which is not in use.Atip wrote: xorg.conf-vesa settings are:
The idea is to use the keyboard configuration tool from the system menu
or else, as root in a terminal:or evenCode: Select all
gtkkeyboardsetup
Code: Select all
keyboardsetup
years with Linux accross several Linux distros. Will try later Fluxbox Live.
Put command "setxkbmap us" now into startup.
Regards
Re: Down Arrow Shows Tilde
What's the content of the file /etc/X11/xorg.conf.d/10-keymap.conf?
Re: Down Arrow Shows Tilde
$ cat /etc/X11/xorg.conf.d/10-keymap.confthenktor wrote:What's the content of the file /etc/X11/xorg.conf.d/10-keymap.conf?
Section "InputClass"
Identifier "Keyboard settings"
MatchIsKeyboard "yes"
Driver "evdev"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
Option "XkbOptions" ""
EndSection
I added "Option "XkbModel" "pc105"" which did not change anything.
BTW on the console 'down arrow' works. In Salix-Fluxbox-Live no problem either.
Re: Down Arrow Shows Tilde
The following might further clarify this problem:
-- If I login using gdm (init 4) in terminals down arrow shows tilde.
-- If I login as root from console into fluxbox down arrow acts properly in terminal.
-- if I login as user from console into fluxbox down arrow acts properly in terminal.
-- if I login as user from fluxbox terminal "startx -- :2" in that new fluxbox down arrow acts properly.
So it seems the problem relates to gdm login. I hate gdms anyhow and normally don't use them
preferring "init 2".
-- If I login using gdm (init 4) in terminals down arrow shows tilde.
-- If I login as root from console into fluxbox down arrow acts properly in terminal.
-- if I login as user from console into fluxbox down arrow acts properly in terminal.
-- if I login as user from fluxbox terminal "startx -- :2" in that new fluxbox down arrow acts properly.
So it seems the problem relates to gdm login. I hate gdms anyhow and normally don't use them
preferring "init 2".