xorg.conf 460 B

1234567891011121314
  1. # https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
  2. Section "ServerFlags"
  3. # > The server relies on udev to provide the list of input devices. [...]
  4. # > If hotplugging is enabled, InputDevice sections using the mouse,
  5. # > kbd and vmmouse driver will be ignored.
  6. Option "AutoAddDevices" "false"
  7. EndSection
  8. Section "InputDevice"
  9. Identifier "InputDevice0"
  10. Driver "evdev"
  11. Option "Device" "/dev/input/event1"
  12. EndSection