NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/58405: Selecting Polish keyboard type in sysinst is useless
The following reply was made to PR install/58405; it has been noted by GNATS.
From: szymon <s9281723%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: install/58405: Selecting Polish keyboard type in sysinst is useless
Date: Tue, 9 Jul 2024 14:48:21 +0200
After installation, I changed
encoding pl
to
encoding us
in /etc/wscons.conf file.
In the /etc/X11/xorg.conf I added
Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "pl"
EndSection
and I have polish letters in X11.
Home |
Main Index |
Thread Index |
Old Index