GTX 1050Ti can't plugin-play usb devices

Niclas Zeising zeising+freebsd at daemonic.se
Mon Sep 21 11:07:23 UTC 2020


On 2020-09-21 12:54, KIRIYAMA Kazuhiko wrote:
> On Mon, 21 Sep 2020 16:54:09 +0900,
> Niclas Zeising wrote:
>>
>> On 2020-09-21 08:42, KIRIYAMA Kazuhiko wrote:
>>> Hi, folks
>>>
>>> I've implemented NVIDIA GTX 1050Ti in Supermicro X11SPM-F
>>> machine and built up X environment on 13.0-CURRENT
>>> (r363381). All went right and `startx' successfully done.
>>> But usb tools could not plugin-played. After pull out usb
>>> and pull in, keyboard, mouse and usbaudio all were not
>>> responded. I killed X at remote machine, then all worked
>>> again. Is there any keybord or mouse device fixed by xorg ?
>>>
>>
>> You need to remove the configuration for keyboard and mouse, and have it
>> use libinput instead, to get auto configuration of input devices in X on
>> FreeBSD 12.1 and later.
>>
>>> /etc/X11/xorg.conf:
>>> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
>>> # nvidia-xconfig:  version 440.100
>>>
>>>
>>> Section "ServerLayout"
>>>       Identifier     "X.org Configured"
>>>       Screen      0  "Screen0" 0 0
>>>       Screen      1  "Screen1" RightOf "Screen0"
>>>       InputDevice    "Mouse0" "CorePointer"
>>>       InputDevice    "Keyboard0" "CoreKeyboard"
>>
>> Remove the two lines above.
> 
> I've done above:
> 
> admin at smtp:~[51]% diff -u /etc/X11/xorg.conf.bak  /etc/X11/xorg.conf
> --- /etc/X11/xorg.conf.bak      2020-09-21 17:04:29.389641000 +0900
> +++ /etc/X11/xorg.conf  2020-09-21 19:43:45.328892000 +0900
> @@ -6,8 +6,6 @@
>       Identifier     "X.org Configured"
>       Screen      0  "Screen0" 0 0
>       Screen      1  "Screen1" RightOf "Screen0"
> -    InputDevice    "Mouse0" "CorePointer"
> -    InputDevice    "Keyboard0" "CoreKeyboard"
>   EndSection
>   
>   Section "Files"
> @@ -24,19 +22,6 @@
>   Section "Module"
>       Load           "glxserver_nvidia"
>       Load           "glx"
> -EndSection
> -
> -Section "InputDevice"
> -    Identifier     "Keyboard0"
> -    Driver         "kbd"
> -EndSection
> -
> -Section "InputDevice"
> -    Identifier     "Mouse0"
> -    Driver         "mouse"
> -    Option         "Protocol" "auto"
> -    Option         "Device" "/dev/sysmouse"
> -    Option         "ZAxisMapping" "4 5 6 7"
>   EndSection
>   
>   Section "Monitor"
> admin at smtp:~[52]%
> 
> And reboot desktop, but nothing changed. In this case, dmesg
> as follows:

Can you provide Xorg.log with the new settings?
What are you expecting should happen?
what does xinput say?  libinput list-devices?
Regards
-- 
Niclas


More information about the freebsd-x11 mailing list