Hi i think this is bug.
After install Nvidia driver all work good but when i save my setting to /etc/x11/xorg.conf Nvidia replace it and please look my xorg.conf now.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 440.36
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
#Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Here is what i change to repair xkbd error when i wont change keyboard to Polish if i not do that after choice keyboard layout alweys back to US and alweys error if i wont change layout from XKB configuration Manager NVIDIA NOT GENERATE "Input Class" then any keyboard can't be configured...
Code: Select all
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "pl"
Option "XkbModel" "pc104"
Option "XkbVariant" "qwertz"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL U2718Q"
HorizSync 10.0 - 137.0
VertRefresh 49.0 - 86.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce RTX 2060 SUPER"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "1920x1080_60 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection[/code]
With that mod all works perfect... Can someone repair this to work out of box?
Thanks Cheers from Poland.