LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I'm seeing wierd letters (https://www.linuxquestions.org/questions/linux-general-1/im-seeing-wierd-letters-149804/)

tearinox 02-23-2004 10:56 PM

I'm seeing wierd letters
 
I recently built another Pentium 2 computer and loaded Slackware 9.1 It was working great till i discovered a strange font I'm using. It looks like a bunch of ":...:::.:" Like those things blind people have to feel to read. It's very strange and only happens when I load X11. Fluxbox, gnome, blackbox, etc all have this strange problem..

If someone else has this problem, could you shed some light? Thanks

Dave_bsr 02-26-2004 04:09 AM

check out /etc/X11/XF86Config-4

The keyboard section should tell you which keyboard you're using, if that is the problem If you really are getting braille (or morse code) fonts, then that should be part of the application. different window managers (icewm instead of kde, for example) should get you something different. still, your keyboard section should loook something like this:

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection


Note the kblayout. that should be "us". mebe that will help.


All times are GMT -5. The time now is 02:41 PM.