Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. [root@localhost ~]# cd /etc/X11/xorg.conf.d/
  2. You have new mail in /var/spool/mail/root
  3. [root@localhost xorg.conf.d]# ls
  4. 00-system-setup-keyboard.conf  50-vboxmouse.conf
  5. [root@localhost xorg.conf.d]# cat *
  6. # This file is autogenerated by system-setup-keyboard. Any
  7. # modifications will be lost.
  8.  
  9. Section "InputClass"
  10.     Identifier  "system-setup-keyboard"
  11.     MatchIsKeyboard "on"
  12.     Option      "XkbModel"  "pc105+inet"
  13.     Option      "XkbLayout" "us"
  14. #   Option      "XkbVariant"    "(null)"
  15.     Option      "XkbOptions"    "terminate:ctrl_alt_bksp,"
  16. EndSection
  17. Section "InputClass"
  18.     Identifier  "vboxmouse"
  19.     MatchDevicePath "/dev/vboxguest"
  20.     Driver      "vboxmouse"
  21. EndSection
  22. [root@localhost xorg.conf.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement