LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   .be Keyboard support on debian/x/gnome (https://www.linuxquestions.org/questions/linux-newbie-8/be-keyboard-support-on-debian-x-gnome-20109/)

patroche 05-03-2002 09:29 AM

.be Keyboard support on debian/x/gnome
 
i have been searching for quite a while ... i can't get my belgian keyboard work properly (with 'accents' etc...).

With redhat i just had to select my keyboard layout and it configured it all alone. With debian i had quite a few problems and now nothing works.
not that it only doesent work but when i try to write - é - in gabber or xchat, it makes the program crash sometimes. (it works on my browser because you can configure the font separately there).


So my question is:

how/where do i exactly configure
- keyboard layout (belgian) for the shell
- keyboard layout (belgian) for X windows
- keyboard layout (belgian) for gnome
- Font to be used in Gnome

if someone could help me, would be great. dident manage to get it work with all different how-tos i found
:Pengy: ->>>:newbie: <<<-:Pengy:

vfs 05-03-2002 09:35 AM

I don't know Debian, but it may work:

loadkeys be-latin1

setfont lat1-16.psfu


Put these commands in /etc/rc.local or the equivalent (ask your Deb guru or RTFM...)

This may be enough for X and Gnome and the console. You may want to read 'man bash' and 'man readline' to learn how-to setup an inputrc file.

HTH.


vfs

patroche 05-03-2002 10:45 AM

seems like keyboard is recognized now, but it still doesent display -> é <- in gnome/X. (but keyboard works since i can write it in galeon). Where do i configure that for X/gnome, since "setfont" doesent work?

Maybe i did something wrong there: (XF86Config-4 file) :study:

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection


any conflicting fonts or something?:confused:

Edit: Seems like accents even work in shell (not console emulator in X)..

vfs 05-03-2002 12:53 PM

Man, I don't know...

I live in Brazil and we use the latin1 encoding too. All I have to do to accent is what I said to you.

If it's not working, try to find a line containing "xkbdisable" or something like this.

Uncomment it and reload X. I don't like the xkbd extensions and don't use them at all.

HTH,

vfs.


All times are GMT -5. The time now is 06:17 AM.