Advertisement
klown

Untitled

Jun 6th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  1. klown@klown:~$ xrandr --verbose | parse-edid
  2. parse-edid: parse-edid version 2.0.0
  3. xrandr: Failed to get size of gamma for output default
  4. parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
  5. parse-edid: first bytes don't match EDID version 1 header
  6. parse-edid: do not trust output (if any).
  7.  
  8. # EDID version 51 revision 50
  9. Section "Monitor"
  10. Identifier "NQ@:6d69"
  11. VendorName "NQ@"
  12. ModelName "NQ@:6d69"
  13. # DPMS capabilities: Active off:yes Suspend:no Standby:no
  14.  
  15. Mode "800x568" # vfreq 334.230Hz, hfreq 205.885kHz
  16. DotClock 280.210000
  17. HTimings 800 920 968 1361
  18. VTimings 568 571 610 616
  19. EndMode
  20. Mode "1652x1647" # vfreq 21.201Hz, hfreq 113.234kHz
  21. DotClock 277.650000
  22. HTimings 1652 1769 1868 2452
  23. VTimings 1647 1670 1690 5341
  24. EndMode
  25. Mode "562x816" # vfreq 48.251Hz, hfreq 41.448kHz
  26. DotClock 142.000000
  27. HTimings 562 610 666 3426
  28. VTimings 816 851 851 859
  29. EndMode
  30. Mode "1645x1568" # vfreq 11.721Hz, hfreq 60.854kHz
  31. DotClock 292.950000
  32. HTimings 1645 1772 1886 4814
  33. VTimings 1568 1574 1603 5192
  34. EndMode
  35. EndSection
  36.  
  37.  
  38.  
  39. Xorg.conf
  40. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  41. # nvidia-xconfig: version 270.41.06 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Mon Apr 18 15:14:00 PDT 2011
  42.  
  43.  
  44. Section "ServerLayout"
  45. Identifier "Layout0"
  46. Screen 0 "Screen0" 0 0
  47. InputDevice "Keyboard0" "CoreKeyboard"
  48. InputDevice "Mouse0" "CorePointer"
  49. EndSection
  50.  
  51. Section "Files"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.  
  56. # generated from default
  57. Identifier "Mouse0"
  58. Driver "mouse"
  59. Option "Protocol" "auto"
  60. Option "Device" "/dev/psaux"
  61. Option "Emulate3Buttons" "no"
  62. Option "ZAxisMapping" "4 5"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66.  
  67. # generated from default
  68. Identifier "Keyboard0"
  69. Driver "kbd"
  70. EndSection
  71.  
  72. Section "Monitor"
  73. Identifier "MonitorTMDS1"
  74. VendorName "Unknown"
  75. ModelName "Unknown"
  76. Modeline "1648x1568_60.00" 218.25 1648 1768 1944 2240 1568 1571 1581 1625 -hsync +vsync
  77.  
  78. Option "IgnoreEDID" "true"
  79. Option "PreferredMode" "1648x1568@60hz"
  80. EndSection
  81.  
  82. Section "Device"
  83. Identifier "Device0"
  84. Driver "nvidia"
  85. VendorName "NVIDIA Corporation"
  86. Option "monitor-TMDS-1" "MonitorTMDS1"
  87. Option "IgnoreEDID" "true"
  88. EndSection
  89.  
  90. Section "Screen"
  91. Identifier "Screen0"
  92. Device "Device0"
  93. Monitor "Monitor0"
  94. DefaultDepth 24
  95. SubSection "Display"
  96. Depth 24
  97. EndSubSection
  98. EndSection
  99.  
  100.  
  101. /var/log/Xorg.0.log
  102.  
  103.  
  104.  
  105. [ 3958.234]
  106. X.Org X Server 1.10.1
  107. Release Date: 2011-04-15
  108. [ 3958.234] X Protocol Version 11, Revision 0
  109. [ 3958.234] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
  110. [ 3958.234] Current Operating System: Linux klown-desktop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
  111. [ 3958.234] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=30889fa0-b27e-48b1-a8b6-462d862bfd1b ro quiet splash vt.handoff=7
  112. [ 3958.234] Build Date: 21 May 2011 11:48:41AM
  113. [ 3958.234] xorg-server 2:1.10.1-1ubuntu1.1 (For technical support please see http://www.ubuntu.com/support)
  114. [ 3958.234] Current version of pixman: 0.20.2
  115. [ 3958.234] Before reporting problems, check http://wiki.x.org
  116. to make sure that you have the latest version.
  117. [ 3958.234] Markers: (--) probed, (**) from config file, (==) default setting,
  118. (++) from command line, (!!) notice, (II) informational,
  119. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  120. [ 3958.234] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 6 04:53:02 2011
  121. [ 3958.235] (==) Using config file: "/etc/X11/xorg.conf"
  122. [ 3958.235] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  123. [ 3958.235] (==) ServerLayout "Layout0"
  124. [ 3958.235] (**) |-->Screen "Screen0" (0)
  125. [ 3958.235] (**) | |-->Monitor "<default monitor>"
  126. [ 3958.235] (**) | |-->Device "Device0"
  127. [ 3958.235] (==) No monitor specified for screen "Screen0".
  128. Using a default monitor configuration.
  129. [ 3958.235] (**) |-->Input Device "Keyboard0"
  130. [ 3958.235] (**) |-->Input Device "Mouse0"
  131. [ 3958.235] (==) Automatically adding devices
  132. [ 3958.235] (==) Automatically enabling devices
  133. [ 3958.235] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  134. [ 3958.235] Entry deleted from font path.
  135. [ 3958.235] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
  136. [ 3958.235] Entry deleted from font path.
  137. [ 3958.235] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
  138. [ 3958.235] Entry deleted from font path.
  139. [ 3958.235] (==) FontPath set to:
  140. /usr/share/fonts/X11/misc,
  141. /usr/share/fonts/X11/75dpi/:unscaled,
  142. /usr/share/fonts/X11/Type1,
  143. /usr/share/fonts/X11/75dpi,
  144. /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
  145. built-ins
  146. [ 3958.235] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
  147. [ 3958.235] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
  148. [ 3958.235] (WW) Disabling Keyboard0
  149. [ 3958.235] (WW) Disabling Mouse0
  150. [ 3958.235] (II) Loader magic: 0x7e0280
  151. [ 3958.235] (II) Module ABI versions:
  152. [ 3958.235] X.Org ANSI C Emulation: 0.4
  153. [ 3958.235] X.Org Video Driver: 10.0
  154. [ 3958.235] X.Org XInput driver : 12.3
  155. [ 3958.235] X.Org Server Extension : 5.0
  156. [ 3958.236] (--) PCI:*(0:1:0:0) 10de:05e2:3842:1257 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000a800/128, BIOS @ 0x????????/524288
  157. [ 3958.236] (II) Open ACPI successful (/var/run/acpid.socket)
  158. [ 3958.236] (II) LoadModule: "extmod"
  159. [ 3958.236] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
  160. [ 3958.236] (II) Module extmod: vendor="X.Org Foundation"
  161. [ 3958.236] compiled for 1.10.1, module version = 1.0.0
  162. [ 3958.236] Module class: X.Org Server Extension
  163. [ 3958.236] ABI class: X.Org Server Extension, version 5.0
  164. [ 3958.236] (II) Loading extension MIT-SCREEN-SAVER
  165. [ 3958.236] (II) Loading extension XFree86-VidModeExtension
  166. [ 3958.236] (II) Loading extension XFree86-DGA
  167. [ 3958.236] (II) Loading extension DPMS
  168. [ 3958.236] (II) Loading extension XVideo
  169. [ 3958.236] (II) Loading extension XVideo-MotionCompensation
  170. [ 3958.236] (II) Loading extension X-Resource
  171. [ 3958.236] (II) LoadModule: "dbe"
  172. [ 3958.236] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
  173. [ 3958.236] (II) Module dbe: vendor="X.Org Foundation"
  174. [ 3958.236] compiled for 1.10.1, module version = 1.0.0
  175. [ 3958.237] Module class: X.Org Server Extension
  176. [ 3958.237] ABI class: X.Org Server Extension, version 5.0
  177. [ 3958.237] (II) Loading extension DOUBLE-BUFFER
  178. [ 3958.237] (II) LoadModule: "glx"
  179. [ 3958.237] (II) Loading /usr/lib/xorg/extra-modules/libglx.so
  180. [ 3958.246] (II) Module glx: vendor="NVIDIA Corporation"
  181. [ 3958.246] compiled for 4.0.2, module version = 1.0.0
  182. [ 3958.246] Module class: X.Org Server Extension
  183. [ 3958.246] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:10:15 PDT 2011
  184. [ 3958.246] (II) Loading extension GLX
  185. [ 3958.246] (II) LoadModule: "record"
  186. [ 3958.246] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
  187. [ 3958.246] (II) Module record: vendor="X.Org Foundation"
  188. [ 3958.246] compiled for 1.10.1, module version = 1.13.0
  189. [ 3958.246] Module class: X.Org Server Extension
  190. [ 3958.246] ABI class: X.Org Server Extension, version 5.0
  191. [ 3958.246] (II) Loading extension RECORD
  192. [ 3958.246] (II) LoadModule: "dri"
  193. [ 3958.247] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
  194. [ 3958.247] (II) Module dri: vendor="X.Org Foundation"
  195. [ 3958.247] compiled for 1.10.1, module version = 1.0.0
  196. [ 3958.247] ABI class: X.Org Server Extension, version 5.0
  197. [ 3958.247] (II) Loading extension XFree86-DRI
  198. [ 3958.247] (II) LoadModule: "dri2"
  199. [ 3958.247] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
  200. [ 3958.247] (II) Module dri2: vendor="X.Org Foundation"
  201. [ 3958.247] compiled for 1.10.1, module version = 1.2.0
  202. [ 3958.247] ABI class: X.Org Server Extension, version 5.0
  203. [ 3958.247] (II) Loading extension DRI2
  204. [ 3958.247] (II) LoadModule: "nvidia"
  205. [ 3958.247] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
  206. [ 3958.247] (II) Module nvidia: vendor="NVIDIA Corporation"
  207. [ 3958.247] compiled for 4.0.2, module version = 1.0.0
  208. [ 3958.247] Module class: X.Org Video Driver
  209. [ 3958.247] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:25 PDT 2011
  210. [ 3958.247] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
  211. [ 3958.247] (--) using VT number 8
  212.  
  213. [ 3958.269] (II) Loading sub module "fb"
  214. [ 3958.269] (II) LoadModule: "fb"
  215. [ 3958.269] (II) Loading /usr/lib/xorg/modules/libfb.so
  216. [ 3958.270] (II) Module fb: vendor="X.Org Foundation"
  217. [ 3958.270] compiled for 1.10.1, module version = 1.0.0
  218. [ 3958.270] ABI class: X.Org ANSI C Emulation, version 0.4
  219. [ 3958.270] (II) Loading sub module "wfb"
  220. [ 3958.270] (II) LoadModule: "wfb"
  221. [ 3958.270] (II) Loading /usr/lib/xorg/modules/libwfb.so
  222. [ 3958.271] (II) Module wfb: vendor="X.Org Foundation"
  223. [ 3958.271] compiled for 1.10.1, module version = 1.0.0
  224. [ 3958.271] ABI class: X.Org ANSI C Emulation, version 0.4
  225. [ 3958.271] (II) Loading sub module "ramdac"
  226. [ 3958.271] (II) LoadModule: "ramdac"
  227. [ 3958.271] (II) Module "ramdac" already built-in
  228. [ 3958.271] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
  229. [ 3958.271] (II) Loading /usr/lib/xorg/modules/libwfb.so
  230. [ 3958.271] (II) Loading /usr/lib/xorg/modules/libfb.so
  231. [ 3958.271] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
  232. [ 3958.271] (==) NVIDIA(0): RGB weight 888
  233. [ 3958.271] (==) NVIDIA(0): Default visual is TrueColor
  234. [ 3958.271] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  235. [ 3959.315] (II) NVIDIA(GPU-0): Display (Panasonic-TV (DFP-0)) does not support NVIDIA 3D
  236. [ 3959.315] (II) NVIDIA(GPU-0): Vision stereo.
  237. [ 3959.316] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 260 (GT200) at PCI:1:0:0 (GPU-0)
  238. [ 3959.316] (--) NVIDIA(0): Memory: 917504 kBytes
  239. [ 3959.316] (--) NVIDIA(0): VideoBIOS: 62.00.4c.00.50
  240. [ 3959.316] (II) NVIDIA(0): Detected PCI Express Link width: 16X
  241. [ 3959.316] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
  242. [ 3959.316] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 260 at PCI:1:0:0
  243. [ 3959.316] (--) NVIDIA(0): Panasonic-TV (DFP-0)
  244. [ 3959.316] (--) NVIDIA(0): Panasonic-TV (DFP-0): 330.0 MHz maximum pixel clock
  245. [ 3959.316] (--) NVIDIA(0): Panasonic-TV (DFP-0): Internal Dual Link TMDS
  246. [ 3959.416] (II) NVIDIA(0): Assigned Display Device: DFP-0
  247. [ 3959.416] (==) NVIDIA(0):
  248. [ 3959.416] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
  249. [ 3959.416] (==) NVIDIA(0): will be used as the requested mode.
  250. [ 3959.416] (==) NVIDIA(0):
  251. [ 3959.416] (II) NVIDIA(0): Validated modes:
  252. [ 3959.416] (II) NVIDIA(0): "nvidia-auto-select"
  253. [ 3959.416] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 720
  254. [ 3959.450] (WW) NVIDIA(0): Panasonic-TV (DFP-0)'s EDID does not contain a maximum image
  255. [ 3959.450] (WW) NVIDIA(0): size; cannot compute DPI from Panasonic-TV (DFP-0)'s
  256. [ 3959.450] (WW) NVIDIA(0): EDID.
  257. [ 3959.450] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
  258. [ 3959.450] (--) Depth 24 pixmap format is 32 bpp
  259. [ 3959.450] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
  260. [ 3959.454] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
  261. [ 3959.488] (II) Loading extension NV-GLX
  262. [ 3959.506] (==) NVIDIA(0): Disabling shared memory pixmaps
  263. [ 3959.506] (==) NVIDIA(0): Backing store disabled
  264. [ 3959.506] (==) NVIDIA(0): Silken mouse enabled
  265. [ 3959.507] (==) NVIDIA(0): DPMS enabled
  266. [ 3959.507] (II) Loading extension NV-CONTROL
  267. [ 3959.507] (II) Loading extension XINERAMA
  268. [ 3959.507] (WW) NVIDIA(0): Option "monitor-TMDS-1" is not used
  269. [ 3959.507] (WW) NVIDIA(0): Option "IgnoreEDID" is not used
  270. [ 3959.507] (II) Loading sub module "dri2"
  271. [ 3959.507] (II) LoadModule: "dri2"
  272. [ 3959.508] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
  273. [ 3959.508] (II) Module dri2: vendor="X.Org Foundation"
  274. [ 3959.508] compiled for 1.10.1, module version = 1.2.0
  275. [ 3959.508] ABI class: X.Org Server Extension, version 5.0
  276. [ 3959.508] (II) NVIDIA(0): [DRI2] Setup complete
  277. [ 3959.508] (==) RandR enabled
  278. [ 3959.508] (II) Initializing built-in extension Generic Event Extension
  279. [ 3959.508] (II) Initializing built-in extension SHAPE
  280. [ 3959.508] (II) Initializing built-in extension MIT-SHM
  281. [ 3959.508] (II) Initializing built-in extension XInputExtension
  282. [ 3959.508] (II) Initializing built-in extension XTEST
  283. [ 3959.508] (II) Initializing built-in extension BIG-REQUESTS
  284. [ 3959.508] (II) Initializing built-in extension SYNC
  285. [ 3959.508] (II) Initializing built-in extension XKEYBOARD
  286. [ 3959.508] (II) Initializing built-in extension XC-MISC
  287. [ 3959.508] (II) Initializing built-in extension SECURITY
  288. [ 3959.508] (II) Initializing built-in extension XINERAMA
  289. [ 3959.508] (II) Initializing built-in extension XFIXES
  290. [ 3959.508] (II) Initializing built-in extension RENDER
  291. [ 3959.508] (II) Initializing built-in extension RANDR
  292. [ 3959.508] (II) Initializing built-in extension COMPOSITE
  293. [ 3959.508] (II) Initializing built-in extension DAMAGE
  294. [ 3959.508] (II) Initializing built-in extension GESTURE
  295. [ 3959.509] (II) Initializing extension GLX
  296. [ 3959.527] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
  297. [ 3959.534] (II) config/udev: Adding input device Power Button (/dev/input/event1)
  298. [ 3959.534] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  299. [ 3959.534] (II) LoadModule: "evdev"
  300. [ 3959.535] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  301. [ 3959.535] (II) Module evdev: vendor="X.Org Foundation"
  302. [ 3959.535] compiled for 1.10.0.902, module version = 2.6.0
  303. [ 3959.535] Module class: X.Org XInput Driver
  304. [ 3959.535] ABI class: X.Org XInput driver, version 12.3
  305. [ 3959.535] (II) Using input driver 'evdev' for 'Power Button'
  306. [ 3959.535] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  307. [ 3959.535] (**) Power Button: always reports core events
  308. [ 3959.535] (**) Power Button: Device: "/dev/input/event1"
  309. [ 3959.535] (--) Power Button: Found keys
  310. [ 3959.535] (II) Power Button: Configuring as keyboard
  311. [ 3959.535] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
  312. [ 3959.535] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
  313. [ 3959.535] (**) Option "xkb_rules" "evdev"
  314. [ 3959.535] (**) Option "xkb_model" "pc105"
  315. [ 3959.536] (**) Option "xkb_layout" "us"
  316. [ 3959.541] (II) config/udev: Adding input device Power Button (/dev/input/event0)
  317. [ 3959.541] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  318. [ 3959.541] (II) Using input driver 'evdev' for 'Power Button'
  319. [ 3959.541] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  320. [ 3959.541] (**) Power Button: always reports core events
  321. [ 3959.541] (**) Power Button: Device: "/dev/input/event0"
  322. [ 3959.542] (--) Power Button: Found keys
  323. [ 3959.542] (II) Power Button: Configuring as keyboard
  324. [ 3959.542] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
  325. [ 3959.542] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
  326. [ 3959.542] (**) Option "xkb_rules" "evdev"
  327. [ 3959.542] (**) Option "xkb_model" "pc105"
  328. [ 3959.542] (**) Option "xkb_layout" "us"
  329. [ 3959.546] (II) config/udev: Adding input device Yealink usb-p1k (/dev/input/event7)
  330. [ 3959.546] (**) Yealink usb-p1k: Applying InputClass "evdev keyboard catchall"
  331. [ 3959.546] (II) Using input driver 'evdev' for 'Yealink usb-p1k'
  332. [ 3959.546] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  333. [ 3959.546] (**) Yealink usb-p1k: always reports core events
  334. [ 3959.546] (**) Yealink usb-p1k: Device: "/dev/input/event7"
  335. [ 3959.546] (--) Yealink usb-p1k: Found keys
  336. [ 3959.546] (II) Yealink usb-p1k: Configuring as keyboard
  337. [ 3959.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.3/input/input7/event7"
  338. [ 3959.546] (II) XINPUT: Adding extended input device "Yealink usb-p1k" (type: KEYBOARD)
  339. [ 3959.546] (**) Option "xkb_rules" "evdev"
  340. [ 3959.546] (**) Option "xkb_model" "pc105"
  341. [ 3959.546] (**) Option "xkb_layout" "us"
  342. [ 3959.548] (II) config/udev: Adding input device G15 Gaming Keyboard (/dev/input/event2)
  343. [ 3959.548] (**) G15 Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
  344. [ 3959.548] (II) Using input driver 'evdev' for 'G15 Gaming Keyboard'
  345. [ 3959.548] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  346. [ 3959.548] (**) G15 Gaming Keyboard: always reports core events
  347. [ 3959.549] (**) G15 Gaming Keyboard: Device: "/dev/input/event2"
  348. [ 3959.550] (--) G15 Gaming Keyboard: Found keys
  349. [ 3959.550] (II) G15 Gaming Keyboard: Configuring as keyboard
  350. [ 3959.550] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.1/4-2.1:1.0/input/input2/event2"
  351. [ 3959.550] (II) XINPUT: Adding extended input device "G15 Gaming Keyboard" (type: KEYBOARD)
  352. [ 3959.550] (**) Option "xkb_rules" "evdev"
  353. [ 3959.550] (**) Option "xkb_model" "pc105"
  354. [ 3959.550] (**) Option "xkb_layout" "us"
  355. [ 3959.550] (II) config/udev: Adding input device G15 Gaming Keyboard (/dev/input/event3)
  356. [ 3959.550] (**) G15 Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
  357. [ 3959.550] (II) Using input driver 'evdev' for 'G15 Gaming Keyboard'
  358. [ 3959.550] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  359. [ 3959.550] (**) G15 Gaming Keyboard: always reports core events
  360. [ 3959.550] (**) G15 Gaming Keyboard: Device: "/dev/input/event3"
  361. [ 3959.551] (--) G15 Gaming Keyboard: Found keys
  362. [ 3959.551] (II) G15 Gaming Keyboard: Configuring as keyboard
  363. [ 3959.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.1/4-2.1:1.1/input/input3/event3"
  364. [ 3959.551] (II) XINPUT: Adding extended input device "G15 Gaming Keyboard" (type: KEYBOARD)
  365. [ 3959.551] (**) Option "xkb_rules" "evdev"
  366. [ 3959.551] (**) Option "xkb_model" "pc105"
  367. [ 3959.551] (**) Option "xkb_layout" "us"
  368. [ 3959.553] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
  369. [ 3959.553] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
  370. [ 3959.553] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
  371. [ 3959.553] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  372. [ 3959.553] (**) Logitech USB Receiver: always reports core events
  373. [ 3959.553] (**) Logitech USB Receiver: Device: "/dev/input/event4"
  374. [ 3959.553] (--) Logitech USB Receiver: Found 20 mouse buttons
  375. [ 3959.553] (--) Logitech USB Receiver: Found scroll wheel(s)
  376. [ 3959.553] (--) Logitech USB Receiver: Found relative axes
  377. [ 3959.553] (--) Logitech USB Receiver: Found x and y relative axes
  378. [ 3959.553] (II) Logitech USB Receiver: Configuring as mouse
  379. [ 3959.553] (II) Logitech USB Receiver: Adding scrollwheel support
  380. [ 3959.553] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
  381. [ 3959.553] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  382. [ 3959.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.3/4-2.3:1.0/input/input4/event4"
  383. [ 3959.554] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
  384. [ 3959.554] (II) Logitech USB Receiver: initialized for relative axes.
  385. [ 3959.554] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
  386. [ 3959.554] (**) Logitech USB Receiver: (accel) acceleration profile 0
  387. [ 3959.554] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
  388. [ 3959.554] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
  389. [ 3959.554] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
  390. [ 3959.554] (II) No input driver/identifier specified (ignoring)
  391. [ 3959.554] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
  392. [ 3959.554] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
  393. [ 3959.554] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
  394. [ 3959.554] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  395. [ 3959.554] (**) Logitech USB Receiver: always reports core events
  396. [ 3959.554] (**) Logitech USB Receiver: Device: "/dev/input/event5"
  397. [ 3959.560] (--) Logitech USB Receiver: Found 1 mouse buttons
  398. [ 3959.560] (--) Logitech USB Receiver: Found scroll wheel(s)
  399. [ 3959.560] (--) Logitech USB Receiver: Found relative axes
  400. [ 3959.560] (--) Logitech USB Receiver: Found absolute axes
  401. [ 3959.560] (II) evdev-grail: failed to open grail, no gesture support
  402. [ 3959.560] (--) Logitech USB Receiver: Found keys
  403. [ 3959.560] (II) Logitech USB Receiver: Configuring as mouse
  404. [ 3959.560] (II) Logitech USB Receiver: Configuring as keyboard
  405. [ 3959.560] (II) Logitech USB Receiver: Adding scrollwheel support
  406. [ 3959.560] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
  407. [ 3959.560] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  408. [ 3959.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.3/4-2.3:1.1/input/input5/event5"
  409. [ 3959.561] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
  410. [ 3959.561] (**) Option "xkb_rules" "evdev"
  411. [ 3959.561] (**) Option "xkb_model" "pc105"
  412. [ 3959.561] (**) Option "xkb_layout" "us"
  413. [ 3959.561] (EE) Logitech USB Receiver: failed to initialize for relative axes.
  414. [ 3959.561] (II) Logitech USB Receiver: initialized for absolute axes.
  415. [ 3959.561] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
  416. [ 3959.561] (**) Logitech USB Receiver: (accel) acceleration profile 0
  417. [ 3959.562] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
  418. [ 3959.562] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
  419. [ 3959.563] (II) config/udev: Adding input device G15 GamePanel LCD (/dev/input/event6)
  420. [ 3959.563] (**) G15 GamePanel LCD: Applying InputClass "evdev keyboard catchall"
  421. [ 3959.563] (II) Using input driver 'evdev' for 'G15 GamePanel LCD'
  422. [ 3959.563] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  423. [ 3959.563] (**) G15 GamePanel LCD: always reports core events
  424. [ 3959.563] (**) G15 GamePanel LCD: Device: "/dev/input/event6"
  425. [ 3959.564] (--) G15 GamePanel LCD: Found keys
  426. [ 3959.564] (II) G15 GamePanel LCD: Configuring as keyboard
  427. [ 3959.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.4/4-2.4:1.0/input/input6/event6"
  428. [ 3959.564] (II) XINPUT: Adding extended input device "G15 GamePanel LCD" (type: KEYBOARD)
  429. [ 3959.564] (**) Option "xkb_rules" "evdev"
  430. [ 3959.564] (**) Option "xkb_model" "pc105"
  431. [ 3959.564] (**) Option "xkb_layout" "us"
  432. [ 3959.572] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event8)
  433. [ 3959.572] (II) No input driver/identifier specified (ignoring)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement