Advertisement
kowalczy

Untitled

Aug 31st, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.41 KB | None | 0 0
  1. I installed drm-next-kmod
  2.  
  3. my graphics card details from pciconf -lvbce
  4.  
  5. vgapci0@pci0:0:2:0: class=0x030000 card=0x221417aa chip=0x0a168086 rev=0x0b hdr=0x00
  6. vendor = 'Intel Corporation'
  7. device = 'Haswell-ULT Integrated Graphics Controller'
  8. class = display
  9. subclass = VGA
  10. bar [10] = type Memory, range 64, base 0xf0000000, size 4194304, enabled
  11. bar [18] = type Prefetchable Memory, range 64, base 0xe0000000, size 268435456, enabled
  12. bar [20] = type I/O Port, range 32, base 0x3000, size 64, enabled
  13. cap 05[90] = MSI supports 1 message
  14. cap 01[d0] = powerspec 2 supports D0 D3 current D0
  15. cap 13[a4] = PCI Advanced Features: FLR TP
  16.  
  17.  
  18. Xorg log
  19.  
  20. [ 53.354]
  21. X.Org X Server 1.18.4
  22. Release Date: 2016-07-19
  23. [ 53.354] X Protocol Version 11, Revision 0
  24. [ 53.354] Build Operating System: FreeBSD 11.1-RELEASE-p11 amd64
  25. [ 53.354] Current Operating System: FreeBSD thinkpad-x240 11.2-RELEASE-p1 FreeBSD 11.2-RELEASE-p1 #0: Sun Aug 5 12:04:13 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
  26. [ 53.354] Build Date: 07 July 2018 09:21:37AM
  27. [ 53.354]
  28. [ 53.354] Current version of pixman: 0.34.0
  29. [ 53.354] Before reporting problems, check http://wiki.x.org
  30. to make sure that you have the latest version.
  31. [ 53.354] Markers: (--) probed, (**) from config file, (==) default setting,
  32. (++) from command line, (!!) notice, (II) informational,
  33. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  34. [ 53.355] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 31 07:37:00 2018
  35. [ 53.450] (II) Loader magic: 0x80fc90
  36. [ 53.450] (II) Module ABI versions:
  37. [ 53.450] X.Org ANSI C Emulation: 0.4
  38. [ 53.450] X.Org Video Driver: 20.0
  39. [ 53.450] X.Org XInput driver : 22.1
  40. [ 53.450] X.Org Server Extension : 9.0
  41. [ 53.450] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:2214 rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/65536
  42. [ 53.450] (==) Using default built-in configuration (39 lines)
  43. [ 53.451] (==) --- Start of built-in configuration ---
  44. [ 53.451] Section "Device"
  45. [ 53.451] Identifier "Builtin Default intel Device 0"
  46. [ 53.451] Driver "intel"
  47. [ 53.451] EndSection
  48. [ 53.451] Section "Screen"
  49. [ 53.451] Identifier "Builtin Default intel Screen 0"
  50. [ 53.451] Device "Builtin Default intel Device 0"
  51. [ 53.451] EndSection
  52. [ 53.451] Section "Device"
  53. [ 53.451] Identifier "Builtin Default modesetting Device 0"
  54. [ 53.451] Driver "modesetting"
  55. [ 53.451] EndSection
  56. [ 53.451] Section "Screen"
  57. [ 53.451] Identifier "Builtin Default modesetting Screen 0"
  58. [ 53.451] Device "Builtin Default modesetting Device 0"
  59. [ 53.451] EndSection
  60. [ 53.451] Section "Device"
  61. [ 53.451] Identifier "Builtin Default scfb Device 0"
  62. [ 53.451] Driver "scfb"
  63. [ 53.451] EndSection
  64. [ 53.451] Section "Screen"
  65. [ 53.451] Identifier "Builtin Default scfb Screen 0"
  66. [ 53.451] Device "Builtin Default scfb Device 0"
  67. [ 53.451] EndSection
  68. [ 53.451] Section "Device"
  69. [ 53.451] Identifier "Builtin Default vesa Device 0"
  70. [ 53.451] Driver "vesa"
  71. [ 53.451] EndSection
  72. [ 53.451] Section "Screen"
  73. [ 53.451] Identifier "Builtin Default vesa Screen 0"
  74. [ 53.451] Device "Builtin Default vesa Device 0"
  75. [ 53.451] EndSection
  76. [ 53.451] Section "ServerLayout"
  77. [ 53.451] Identifier "Builtin Default Layout"
  78. [ 53.451] Screen "Builtin Default intel Screen 0"
  79. [ 53.451] Screen "Builtin Default modesetting Screen 0"
  80. [ 53.451] Screen "Builtin Default scfb Screen 0"
  81. [ 53.451] Screen "Builtin Default vesa Screen 0"
  82. [ 53.451] EndSection
  83. [ 53.451] (==) --- End of built-in configuration ---
  84. [ 53.451] (==) ServerLayout "Builtin Default Layout"
  85. [ 53.451] (**) |-->Screen "Builtin Default intel Screen 0" (0)
  86. [ 53.451] (**) | |-->Monitor "<default monitor>"
  87. [ 53.451] (**) | |-->Device "Builtin Default intel Device 0"
  88. [ 53.451] (==) No monitor specified for screen "Builtin Default intel Screen 0".
  89. Using a default monitor configuration.
  90. [ 53.451] (**) |-->Screen "Builtin Default modesetting Screen 0" (1)
  91. [ 53.451] (**) | |-->Monitor "<default monitor>"
  92. [ 53.451] (**) | |-->Device "Builtin Default modesetting Device 0"
  93. [ 53.451] (==) No monitor specified for screen "Builtin Default modesetting Screen 0".
  94. Using a default monitor configuration.
  95. [ 53.451] (**) |-->Screen "Builtin Default scfb Screen 0" (2)
  96. [ 53.451] (**) | |-->Monitor "<default monitor>"
  97. [ 53.451] (**) | |-->Device "Builtin Default scfb Device 0"
  98. [ 53.451] (==) No monitor specified for screen "Builtin Default scfb Screen 0".
  99. Using a default monitor configuration.
  100. [ 53.451] (**) |-->Screen "Builtin Default vesa Screen 0" (3)
  101. [ 53.451] (**) | |-->Monitor "<default monitor>"
  102. [ 53.451] (**) | |-->Device "Builtin Default vesa Device 0"
  103. [ 53.451] (==) No monitor specified for screen "Builtin Default vesa Screen 0".
  104. Using a default monitor configuration.
  105. [ 53.451] (==) Automatically adding devices
  106. [ 53.451] (==) Automatically enabling devices
  107. [ 53.451] (==) Not automatically adding GPU devices
  108. [ 53.451] (==) Max clients allowed: 256, resource mask: 0x1fffff
  109. [ 53.619] (==) FontPath set to:
  110. /usr/local/share/fonts/misc/,
  111. /usr/local/share/fonts/TTF/,
  112. /usr/local/share/fonts/OTF/,
  113. /usr/local/share/fonts/Type1/,
  114. /usr/local/share/fonts/100dpi/,
  115. /usr/local/share/fonts/75dpi/
  116. [ 53.619] (==) ModulePath set to "/usr/local/lib/xorg/modules"
  117. [ 53.619] (II) The server relies on devd to provide the list of input devices.
  118. If no devices become available, reconfigure devd or disable AutoAddDevices.
  119. [ 53.619] (II) LoadModule: "glx"
  120. [ 53.668] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
  121. [ 53.806] (II) Module glx: vendor="X.Org Foundation"
  122. [ 53.806] compiled for 1.18.4, module version = 1.0.0
  123. [ 53.806] ABI class: X.Org Server Extension, version 9.0
  124. [ 53.806] (==) AIGLX enabled
  125. [ 53.806] (II) LoadModule: "intel"
  126. [ 53.806] (WW) Warning, couldn't open module intel
  127. [ 53.806] (II) UnloadModule: "intel"
  128. [ 53.806] (II) Unloading intel
  129. [ 53.806] (EE) Failed to load module "intel" (module does not exist, 0)
  130. [ 53.806] (II) LoadModule: "modesetting"
  131. [ 53.806] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
  132. [ 53.820] (II) Module modesetting: vendor="X.Org Foundation"
  133. [ 53.820] compiled for 1.18.4, module version = 1.18.4
  134. [ 53.820] Module class: X.Org Video Driver
  135. [ 53.820] ABI class: X.Org Video Driver, version 20.0
  136. [ 53.820] (II) LoadModule: "scfb"
  137. [ 53.820] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
  138. [ 53.824] (II) Module scfb: vendor="X.Org Foundation"
  139. [ 53.824] compiled for 1.18.4, module version = 0.0.4
  140. [ 53.824] ABI class: X.Org Video Driver, version 20.0
  141. [ 53.824] (II) LoadModule: "vesa"
  142. [ 53.824] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
  143. [ 53.825] (II) Module vesa: vendor="X.Org Foundation"
  144. [ 53.825] compiled for 1.18.4, module version = 2.4.0
  145. [ 53.825] Module class: X.Org Video Driver
  146. [ 53.825] ABI class: X.Org Video Driver, version 20.0
  147. [ 53.825] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  148. [ 53.825] (II) scfb: driver for wsdisplay framebuffer: scfb
  149. [ 53.825] (II) VESA: driver for VESA chipsets: vesa
  150. [ 53.825] (--) Using syscons driver with X support (version 2.0)
  151. [ 53.825] (++) using VT number 9
  152.  
  153. [ 53.846] (**) modeset(0): claimed PCI slot 0@0:2:0
  154. [ 53.846] (II) modeset(0): using default device
  155. [ 53.846] (WW) Falling back to old probe method for scfb
  156. [ 53.846] scfb trace: probe start
  157. [ 53.846] scfb trace: probe done
  158. [ 53.846] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  159. [ 53.863] (II) modeset(0): Creating default Display subsection in Screen section
  160. "Builtin Default modesetting Screen 0" for depth/fbbpp 24/32
  161. [ 53.863] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
  162. [ 53.863] (==) modeset(0): RGB weight 888
  163. [ 53.863] (==) modeset(0): Default visual is TrueColor
  164. [ 53.863] (II) Loading sub module "glamoregl"
  165. [ 53.863] (II) LoadModule: "glamoregl"
  166. [ 53.863] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so
  167. [ 53.923] (II) Module glamoregl: vendor="X.Org Foundation"
  168. [ 53.923] compiled for 1.18.4, module version = 1.0.0
  169. [ 53.923] ABI class: X.Org ANSI C Emulation, version 0.4
  170. [ 53.923] (II) glamor: OpenGL accelerated X.org driver based.
  171. [ 54.245] (II) glamor: EGL version 1.4 (DRI2):
  172. [ 54.515] (II) modeset(0): glamor initialized
  173. [ 54.516] (II) modeset(0): Output eDP-1 has no monitor section
  174. [ 54.516] (II) modeset(0): Output DP-1 has no monitor section
  175. [ 54.636] (II) modeset(0): Output HDMI-1 has no monitor section
  176. [ 54.636] (II) modeset(0): Output DP-2 has no monitor section
  177. [ 54.640] (II) modeset(0): Output HDMI-2 has no monitor section
  178. [ 54.647] (II) modeset(0): EDID for output eDP-1
  179. [ 54.647] (II) modeset(0): Manufacturer: BOE Model: 5e0 Serial#: 0
  180. [ 54.647] (II) modeset(0): Year: 2013 Week: 1
  181. [ 54.647] (II) modeset(0): EDID Version: 1.4
  182. [ 54.647] (II) modeset(0): Digital Display Input
  183. [ 54.647] (II) modeset(0): 6 bits per channel
  184. [ 54.647] (II) modeset(0): Digital interface is DisplayPort
  185. [ 54.647] (II) modeset(0): Max Image Size [cm]: horiz.: 28 vert.: 16
  186. [ 54.647] (II) modeset(0): Gamma: 2.20
  187. [ 54.647] (II) modeset(0): No DPMS capabilities specified
  188. [ 54.647] (II) modeset(0): Supported color encodings: RGB 4:4:4
  189. [ 54.647] (II) modeset(0): First detailed timing is preferred mode
  190. [ 54.647] (II) modeset(0): Preferred mode is native pixel format and refresh rate
  191. [ 54.647] (II) modeset(0): redX: 0.593 redY: 0.349 greenX: 0.337 greenY: 0.566
  192. [ 54.647] (II) modeset(0): blueX: 0.163 blueY: 0.123 whiteX: 0.312 whiteY: 0.328
  193. [ 54.647] (II) modeset(0): Manufacturer's mask: 0
  194. [ 54.647] (II) modeset(0): Supported detailed timing:
  195. [ 54.647] (II) modeset(0): clock: 72.3 MHz Image Size: 277 x 156 mm
  196. [ 54.647] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
  197. [ 54.647] (II) modeset(0): v_active: 768 v_sync: 772 v_sync_end 776 v_blanking: 790 v_border: 0
  198. [ 54.647] (II) modeset(0): Supported detailed timing:
  199. [ 54.647] (II) modeset(0): clock: 72.3 MHz Image Size: 277 x 156 mm
  200. [ 54.648] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
  201. [ 54.648] (II) modeset(0): v_active: 768 v_sync: 772 v_sync_end 776 v_blanking: 790 v_border: 0
  202. [ 54.648] (II) modeset(0): BOE HF
  203. [ 54.648] (II) modeset(0): HB125WX1-200
  204. [ 54.648] (II) modeset(0): EDID (in hex):
  205. [ 54.648] (II) modeset(0): 00ffffffffffff0009e5e00500000000
  206. [ 54.648] (II) modeset(0): 01170104951c107802d4e09759569129
  207. [ 54.648] (II) modeset(0): 1f505400000001010101010101010101
  208. [ 54.648] (II) modeset(0): 0101010101013e1c56a0500016303020
  209. [ 54.648] (II) modeset(0): 4400159c1000001a3e1c56a050001630
  210. [ 54.648] (II) modeset(0): 30204400159c1000001a000000fe0042
  211. [ 54.648] (II) modeset(0): 4f452048460a202020202020000000fe
  212. [ 54.648] (II) modeset(0): 0048423132355758312d3230300a0095
  213. [ 54.648] (II) modeset(0): Printing probed modes for output eDP-1
  214. [ 54.648] (II) modeset(0): Modeline "1366x768"x60.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  215. [ 54.648] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
  216. [ 54.648] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
  217. [ 54.648] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
  218. [ 54.648] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
  219. [ 54.648] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
  220. [ 54.648] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
  221. [ 54.648] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
  222. [ 54.648] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
  223. [ 54.648] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
  224. [ 54.648] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
  225. [ 54.648] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
  226. [ 54.648] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
  227. [ 54.648] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
  228. [ 54.648] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
  229. [ 54.648] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
  230. [ 54.648] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
  231. [ 54.648] (II) modeset(0): EDID for output DP-1
  232. [ 54.768] (II) modeset(0): EDID for output HDMI-1
  233. [ 54.768] (II) modeset(0): EDID for output DP-2
  234. [ 54.772] (II) modeset(0): EDID for output HDMI-2
  235. [ 54.772] (II) modeset(0): Output eDP-1 connected
  236. [ 54.772] (II) modeset(0): Output DP-1 disconnected
  237. [ 54.772] (II) modeset(0): Output HDMI-1 disconnected
  238. [ 54.772] (II) modeset(0): Output DP-2 disconnected
  239. [ 54.772] (II) modeset(0): Output HDMI-2 disconnected
  240. [ 54.772] (II) modeset(0): Using exact sizes for initial modes
  241. [ 54.772] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
  242. [ 54.772] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
  243. [ 54.772] (==) modeset(0): DPI set to (96, 96)
  244. [ 54.772] (II) Loading sub module "fb"
  245. [ 54.772] (II) LoadModule: "fb"
  246. [ 54.772] (II) Loading /usr/local/lib/xorg/modules/libfb.so
  247. [ 54.782] (II) Module fb: vendor="X.Org Foundation"
  248. [ 54.782] compiled for 1.18.4, module version = 1.0.0
  249. [ 54.782] ABI class: X.Org ANSI C Emulation, version 0.4
  250. [ 54.782] (II) UnloadModule: "scfb"
  251. [ 54.782] (II) Unloading scfb
  252. [ 54.782] (II) UnloadModule: "vesa"
  253. [ 54.782] (II) Unloading vesa
  254. [ 54.782] (==) Depth 24 pixmap format is 32 bpp
  255. [ 54.892] (==) modeset(0): Backing store enabled
  256. [ 54.893] (==) modeset(0): Silken mouse enabled
  257. [ 54.893] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  258. [ 54.894] (==) modeset(0): DPMS enabled
  259. [ 54.894] (II) modeset(0): [DRI2] Setup complete
  260. [ 54.894] (II) modeset(0): [DRI2] DRI driver: i965
  261. [ 54.894] (II) modeset(0): [DRI2] VDPAU driver: i965
  262. [ 54.930] (--) RandR disabled
  263. [ 54.940] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  264. [ 54.940] (II) AIGLX: enabled GLX_ARB_create_context
  265. [ 54.940] (II) AIGLX: enabled GLX_ARB_create_context_profile
  266. [ 54.940] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
  267. [ 54.940] (II) AIGLX: enabled GLX_INTEL_swap_event
  268. [ 54.940] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
  269. [ 54.940] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
  270. [ 54.940] (II) AIGLX: enabled GLX_ARB_fbconfig_float
  271. [ 54.940] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
  272. [ 54.940] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
  273. [ 54.940] (II) AIGLX: enabled GLX_ARB_create_context_robustness
  274. [ 54.940] (II) AIGLX: Loaded and initialized i965
  275. [ 54.940] (II) GLX: Initialized DRI2 GL provider for screen 0
  276. [ 54.991] (II) modeset(0): Damage tracking initialized
  277. [ 54.991] (II) modeset(0): Setting screen physical size to 361 x 203
  278. [ 55.514] (II) config/devd: probing input devices...
  279. [ 55.514] (II) config/devd: adding input device (null) (/dev/kbdmux)
  280. [ 55.514] (II) LoadModule: "kbd"
  281. [ 55.514] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
  282. [ 55.524] (II) Module kbd: vendor="X.Org Foundation"
  283. [ 55.524] compiled for 1.18.4, module version = 1.9.0
  284. [ 55.524] Module class: X.Org XInput Driver
  285. [ 55.524] ABI class: X.Org XInput driver, version 22.1
  286. [ 55.524] (II) Using input driver 'kbd' for 'kbdmux'
  287. [ 55.524] (**) kbdmux: always reports core events
  288. [ 55.524] (**) kbdmux: always reports core events
  289. [ 55.524] (**) Option "Protocol" "standard"
  290. [ 55.524] (**) Option "XkbRules" "base"
  291. [ 55.524] (**) Option "XkbModel" "pc105"
  292. [ 55.524] (**) Option "XkbLayout" "us"
  293. [ 55.524] (**) Option "config_info" "devd:kbdmux"
  294. [ 55.524] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)
  295. [ 55.525] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
  296. [ 55.525] (II) config/devd: adding input device (null) (/dev/sysmouse)
  297. [ 55.525] (II) LoadModule: "mouse"
  298. [ 55.526] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
  299. [ 55.557] (II) Module mouse: vendor="X.Org Foundation"
  300. [ 55.557] compiled for 1.18.4, module version = 1.9.3
  301. [ 55.558] Module class: X.Org XInput Driver
  302. [ 55.558] ABI class: X.Org XInput driver, version 22.1
  303. [ 55.558] (II) Using input driver 'mouse' for 'sysmouse'
  304. [ 55.558] (**) sysmouse: always reports core events
  305. [ 55.558] (**) Option "Device" "/dev/sysmouse"
  306. [ 55.558] (==) sysmouse: Protocol: "Auto"
  307. [ 55.558] (**) sysmouse: always reports core events
  308. [ 55.558] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50
  309. [ 55.558] (**) sysmouse: ZAxisMapping: buttons 4 and 5
  310. [ 55.558] (**) sysmouse: Buttons: 5
  311. [ 55.558] (**) Option "config_info" "devd:sysmouse"
  312. [ 55.558] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)
  313. [ 55.558] (**) sysmouse: (accel) keeping acceleration scheme 1
  314. [ 55.558] (**) sysmouse: (accel) acceleration profile 0
  315. [ 55.558] (**) sysmouse: (accel) acceleration factor: 2.000
  316. [ 55.558] (**) sysmouse: (accel) acceleration threshold: 4
  317. [ 55.558] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0
  318. [ 55.558] (II) sysmouse: SetupAuto: protocol is SysMouse
  319. [ 55.608] (II) config/devd: adding input device Mouse (/dev/psm0)
  320. [ 55.608] (II) Using input driver 'mouse' for 'Mouse'
  321. [ 55.608] (**) Mouse: always reports core events
  322. [ 55.608] (**) Option "Device" "/dev/psm0"
  323. [ 55.608] (==) Mouse: Protocol: "Auto"
  324. [ 55.608] (**) Mouse: always reports core events
  325. [ 55.658] (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
  326. [ 55.658] (**) Mouse: ZAxisMapping: buttons 4 and 5
  327. [ 55.658] (**) Mouse: Buttons: 5
  328. [ 55.658] (**) Option "config_info" "devd:psm0"
  329. [ 55.658] (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE, id 8)
  330. [ 55.658] (**) Mouse: (accel) keeping acceleration scheme 1
  331. [ 55.658] (**) Mouse: (accel) acceleration profile 0
  332. [ 55.658] (**) Mouse: (accel) acceleration factor: 2.000
  333. [ 55.658] (**) Mouse: (accel) acceleration threshold: 4
  334. [ 55.673] (II) Mouse: SetupAuto: hw.iftype is 3, hw.model is 0
  335. [ 55.673] (II) Mouse: SetupAuto: protocol is PS/2
  336. [ 55.842] (II) Mouse: ps2EnableDataReporting: succeeded
  337. [ 223.773] (II) modeset(0): EDID vendor "BOE", prod id 1504
  338. [ 223.774] (II) modeset(0): Printing DDC gathered Modelines:
  339. [ 223.774] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  340. [ 296.051] (II) modeset(0): EDID vendor "BOE", prod id 1504
  341. [ 296.051] (II) modeset(0): Printing DDC gathered Modelines:
  342. [ 296.051] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  343. [ 352.943] (II) modeset(0): EDID vendor "BOE", prod id 1504
  344. [ 352.943] (II) modeset(0): Printing DDC gathered Modelines:
  345. [ 352.943] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  346. [ 353.070] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  347. [ 425.287] (II) modeset(0): EDID vendor "BOE", prod id 1504
  348. [ 425.287] (II) modeset(0): Printing DDC gathered Modelines:
  349. [ 425.287] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  350. [ 425.414] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  351. [ 425.427] (II) modeset(0): EDID vendor "BOE", prod id 1504
  352. [ 425.427] (II) modeset(0): Printing DDC gathered Modelines:
  353. [ 425.427] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  354. [ 425.554] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  355. [ 559.999] (II) modeset(0): EDID vendor "BOE", prod id 1504
  356. [ 559.999] (II) modeset(0): Printing DDC gathered Modelines:
  357. [ 559.999] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  358. [ 560.127] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  359. [ 560.134] (II) modeset(0): EDID vendor "BOE", prod id 1504
  360. [ 560.135] (II) modeset(0): Printing DDC gathered Modelines:
  361. [ 560.135] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  362. [ 560.262] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  363. [ 564.680] (II) modeset(0): EDID vendor "BOE", prod id 1504
  364. [ 564.680] (II) modeset(0): Printing DDC gathered Modelines:
  365. [ 564.680] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  366. [ 564.807] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  367. [ 577.107] (II) modeset(0): EDID vendor "BOE", prod id 1504
  368. [ 577.107] (II) modeset(0): Printing DDC gathered Modelines:
  369. [ 577.107] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  370. [ 577.235] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  371. [ 577.251] (II) modeset(0): EDID vendor "BOE", prod id 1504
  372. [ 577.252] (II) modeset(0): Printing DDC gathered Modelines:
  373. [ 577.252] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  374. [ 577.379] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  375. [ 612.182] (II) modeset(0): EDID vendor "BOE", prod id 1504
  376. [ 612.182] (II) modeset(0): Printing DDC gathered Modelines:
  377. [ 612.182] (II) modeset(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 772 776 790 +hsync -vsync (47.4 kHz eP)
  378. [ 612.309] (--) modeset(0): HDMI max TMDS frequency 225000KHz
  379.  
  380.  
  381.  
  382. and xrandr output
  383.  
  384. Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
  385. eDP-1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm
  386. 1366x768 59.97*+
  387. 1024x768 60.04 60.00
  388. 960x720 60.00
  389. 928x696 60.05
  390. 896x672 60.01
  391. 800x600 60.00 60.32 56.25
  392. 700x525 59.98
  393. 640x512 60.02
  394. 640x480 60.00 59.94
  395. 512x384 60.00
  396. 400x300 60.32 56.34
  397. 320x240 60.05
  398. DP-1 disconnected (normal left inverted right x axis y axis)
  399. HDMI-1 connected (normal left inverted right x axis y axis)
  400. 1920x1080 60.00 + 50.00 59.94 30.00 25.00 24.00 29.97 23.98
  401. 1920x1080i 60.00 50.00 59.94
  402. 1680x1050 59.88
  403. 1600x900 60.00
  404. 1280x1024 75.02 60.02
  405. 1440x900 59.90
  406. 1366x768 59.79
  407. 1280x800 59.91
  408. 1152x864 75.00
  409. 1280x720 60.00 50.00 59.94
  410. 1024x768 75.03 70.07 60.00
  411. 832x624 74.55
  412. 800x600 72.19 75.00 60.32
  413. 720x576 50.00
  414. 720x576i 50.00
  415. 720x480 60.00 59.94
  416. 720x480i 60.00 59.94
  417. 640x480 75.00 72.81 66.67 60.00 59.94
  418. 720x400 70.08
  419. DP-2 disconnected (normal left inverted right x axis y axis)
  420. HDMI-2 disconnected (normal left inverted right x axis y axis)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement