Guest User

Untitled

a guest
Jan 12th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.71 KB | None | 0 0
  1. $ xev
  2. KeyRelease event, serial 43, synthetic NO, window 0x4a00001,
  3. root 0x1db, subw 0x0, time 23449801, (434,-234), root:(1305,244),
  4. state 0x1c, keycode 67 (keysym 0x1008fe01, XF86Switch_VT_1), same_screen YES,
  5. XLookupString gives 0 bytes:
  6. XFilterEvent returns: False
  7.  
  8. $ systemctl list-units|grep getty
  9. getty@tty1.service loaded active running Getty on tty1
  10. getty@tty2.service loaded active running Getty on tty2
  11. getty@tty3.service loaded active running Getty on tty3
  12. getty@tty4.service loaded active running Getty on tty4
  13. getty@tty5.service loaded active running Getty on tty5
  14. getty@tty6.service loaded active running Getty on tty6
  15. getty@tty7.service loaded active running Getty on tty7
  16. system-getty.slice loaded active active system-getty.slice
  17. getty.target loaded active active Login Prompts
  18.  
  19. $ xmodmap -pke
  20. keycode 67 = F1 F1 F1 F1 F1 F1 XF86Switch_VT_1
  21. keycode 68 = F2 F2 F2 F2 F2 F2 XF86Switch_VT_2
  22. keycode 69 = F3 F3 F3 F3 F3 F3 XF86Switch_VT_3
  23. keycode 70 = F4 F4 F4 F4 F4 F4 XF86Switch_VT_4
  24. keycode 71 = F5 F5 F5 F5 F5 F5 XF86Switch_VT_5
  25. keycode 72 = F6 F6 F6 F6 F6 F6 XF86Switch_VT_6
  26. keycode 73 = F7 F7 F7 F7 F7 F7 XF86Switch_VT_7
  27. keycode 74 = F8 F8 F8 F8 F8 F8 XF86Switch_VT_8
  28. keycode 75 = F9 F9 F9 F9 F9 F9 XF86Switch_VT_9
  29.  
  30. $ setxkbmap -print -verbose 10
  31. Setting verbose level to 10
  32. locale is C
  33. Trying to load rules file ./rules/evdev...
  34. Trying to load rules file /usr/share/X11/xkb/rules/evdev...
  35. Success.
  36. Applied rules from evdev:
  37. rules: evdev
  38. model: pc104
  39. layout: us
  40. variant: intl-unicode
  41. options: terminate:ctrl_alt_bksp
  42. Trying to build keymap using the following components:
  43. keycodes: evdev+aliases(qwerty)
  44. types: complete
  45. compat: complete
  46. symbols: pc+us(intl-unicode)+inet(evdev)+terminate(ctrl_alt_bksp)
  47. geometry: pc(pc104)
  48. xkb_keymap {
  49. xkb_keycodes { include "evdev+aliases(qwerty)" };
  50. xkb_types { include "complete" };
  51. xkb_compat { include "complete" };
  52. xkb_symbols { include "pc+us(intl-unicode)+inet(evdev)+terminate(ctrl_alt_bksp)" };
  53. xkb_geometry { include "pc(pc104)" };
  54. };
  55.  
  56. cat /etc/X11/xorg.conf.d/00-keyboard.conf
  57. Written by systemd-localed(8), read by systemd-localed and Xorg. It's
  58.  
  59. probably wise not to edit this file manually. Use localectl(1) to
  60.  
  61. instruct systemd-localed to update it.
  62.  
  63. Section "InputClass"
  64. Identifier "system-keyboard"
  65. MatchIsKeyboard "on"
  66. Option "XkbLayout" "us"
  67. Option "XkbModel" "pc104"
  68. Option "XkbVariant" "alt-intl-unicode"
  69. EndSection
  70.  
  71. Information [ 6.294] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
  72. Information [ 6.294] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
  73. Information [ 6.294] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
  74. Information [ 6.294] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
  75. Information [ 6.294] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
  76. Information [ 6.294] (**) Eee PC WMI hotkeys: always reports core events
  77. Information [ 6.294] (**) Option "Device" "/dev/input/event16"
  78. Information [ 6.294] (**) Option "_source" "server/udev"
  79. Information [ 6.295] (II) event16 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
  80. Information [ 6.295] (II) event16 - Eee PC WMI hotkeys: device is a keyboard
  81. Information [ 6.296] (II) event16 - Eee PC WMI hotkeys: device removed
  82. Information [ 6.347] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input16/event16"
  83. Information [ 6.347] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
  84. Information [ 6.347] (**) Option "xkb_model" "pc104"
  85. Information [ 6.347] (**) Option "xkb_layout" "us"
  86. Information [ 6.347] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
  87. Information [ 6.349] (II) event16 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
  88. Information [ 6.349] (II) event16 - Eee PC WMI hotkeys: device is a keyboard
  89. Information [ 6.350] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
  90. Information [ 6.350] (II) No input driver specified, ignoring this device.
  91. Information [ 6.350] (II) This device may have been added with another device file.
  92. Information [ 6.359] (**) USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
  93. Information [ 6.359] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
  94. Information [ 6.359] (**) USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
  95. Information [ 6.359] (**) USB Keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
  96. Information [ 6.359] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
  97. Information [ 6.359] (**) USB Keyboard Consumer Control: always reports core events
  98. Information [ 6.359] (**) Option "Device" "/dev/input/event4"
  99. Information [ 6.359] (**) Option "_source" "_driver/libinput"
  100. Information [ 6.359] (II) libinput: USB Keyboard Consumer Control: is a virtual subdevice
  101. Information [ 6.359] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:0566:3067.0002/input/input4/event4"
  102. Information [ 6.359] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 15)
  103. Information [ 6.359] (**) Option "xkb_model" "pc104"
  104. Information [ 6.359] (**) Option "xkb_layout" "us"
  105. Information [ 6.359] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
  106.  
  107. $ neofetch
  108. ██████████████████ ████████ gaston@linux-desktop
  109. ██████████████████ ████████ --------------------
  110. ██████████████████ ████████ OS: Manjaro Linux x86_64
  111. ██████████████████ ████████ Kernel: 4.19.13-1-MANJARO
  112. ████████ ████████ Uptime: 1 hour, 2 mins
  113. ████████ ████████ ████████ Packages: 1539 (pacman)
  114. ████████ ████████ ████████ Shell: bash 4.4.23
  115. ████████ ████████ ████████ Resolution: 1920x1080
  116. ████████ ████████ ████████ DE: KDE
  117. ████████ ████████ ████████ WM: KWin
  118. ████████ ████████ ████████ WM Theme: breeze
  119. ████████ ████████ ████████ Theme: Breath [KDE], Breeze [GTK2/3]
  120. ████████ ████████ ████████ Icons: la-capitaine-icon-theme [KDE], Dex_KDE [GTK2/3]
  121. ████████ ████████ ████████ Terminal: konsole
  122. Terminal Font: Noto Mono 10
  123. CPU: Intel i5-6600K (4) @ 3.900GHz
  124. GPU: NVIDIA GeForce GTX 1050 Ti
  125. Memory: 2420MiB / 24043MiB
Add Comment
Please, Sign In to add comment