NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/58402: Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled - no national characters. The system does not read keyboard and mouse settings from the xorg.conf file.



>Number:         58402
>Category:       misc
>Synopsis:       Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled - no national characters. The system does not read keyboard and mouse settings from the xorg.conf file.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 05 09:30:00 +0000 2024
>Originator:     Alexander
>Release:        10
>Organization:
-
>Environment:
NetBSD  10.0_STABLE NetBSD 10.0_STABLE (GENERIC) #0: Mon Jul  1 19:58:14 UTC 2024  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
This issue concerns NetBSD 10. The system blocks devices using the 'kbd', 'mouse' or 'vmmouse' drivers set in the xorg.conf file.

As a result, messages appear in the /var/log/Xorg.0.log file:

[  1488.628] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1488.628] (WW) Disabling Mouse0
[  1488.628] (WW) Disabling Keyboard0


Therefore, in the xorg.conf file you cannot set, for example XkbLayout to support national characters.
>How-To-Repeat:
Install NetBSD 10 and configure xorg.conf file with kbd or mouse drivers.
>Fix:
Adding to the file xorg.conf:

Section "ServerFlags"
	Option		"AutoAddDevices" "false"
EndSection



Home | Main Index | Thread Index | Old Index