Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
xkeyboard-config /
Delete
Unzip
Name
Size
Permission
Date
Action
AUTHORS
510
B
-rw-r--r--
2021-06-08 20:20
COPYING
9.03
KB
-rw-r--r--
2021-06-08 20:20
HOWTO.testing
861
B
-rw-r--r--
2021-06-08 20:20
HOWTO.transition
2.25
KB
-rw-r--r--
2021-06-08 20:20
NEWS
4.99
KB
-rw-r--r--
2021-06-08 20:20
README
1.59
KB
-rw-r--r--
2021-06-08 20:20
README.config
7.34
KB
-rw-r--r--
2021-06-08 20:20
README.enhancing
23.39
KB
-rw-r--r--
2021-06-08 20:20
README.symbols
1.84
KB
-rw-r--r--
2021-06-08 20:20
Save
Rename
A mini-HOWTO test the XKB config without modifying the system configuration. (Only tested with XFree86 4.3+.) First see what your configuration is. Note the model and layout. $ setxkbmap -print Then unpack the sources locally ... $ gzip -dc xkeyboard-config*.tar.gz | tar -tf - ... and change to the delivered directory $ cd xkeyboard-config-<version> Then try to load the current keyboard using the local rules $ setxkbmap -v 10 -I$PWD -rules base Now try to set different keyboards using the -model and -layout. $ setxkbmap -v 10 -I$PWD -rules base -model pc102 -layout intl Look in the file rules/base for other example models and layouts If there was a problem, you can reset the keyboard like so: $ setxkbmap -rules xfree86 -model <noted model> -layout <noted layout> If that doesn't work, you may have to log out and log back in.