AndrzejL

Arch Linux Intel i915 GPU driver problem

Nov 1st, 2013
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.02 KB | None | 0 0
  1. Something crashes in the background.
  2.  
  3. Symptoms:
  4.  
  5. Gwenview error when trying to open image lets say png file: intel_do_flush_locked failed: Input/output error
  6. mplayer error when trying to open any video with xv output driver:
  7. X11 error: BadAlloc (insufficient resources for operation)
  8. Type: 0, display: 0xb86861b0, resourceid: 47, serial: 1ea
  9. Error code: b, request code: 95, minor code: 13
  10.  
  11. in the same time KDE4 is working fine mostly - reboot fixes it temporarily until it happens again
  12. and if I use X11 in mplayer / smplayer the video playback is ok. Upgrading intel driver seems to fix it for some people...
  13.  
  14. Below some more info (check out the Xorg log - some crash info there) and diagnostics all the commands below were executed when the gpu was misbehaving.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. pacman -Q | grep -i linux
  23.  
  24.  
  25.  
  26. archlinux-keyring 20131027-1
  27. linux 3.11.6-1
  28. linux-api-headers 3.10.6-1
  29. linux-firmware 20131013.7d0c7a8-1
  30. linux-headers 3.11.6-1
  31. nerolinux 4.0.0.0-5
  32. util-linux 2.24-1
  33.  
  34.  
  35.  
  36. pacman -Q | grep -i intel
  37.  
  38.  
  39.  
  40.  
  41. intel-dri 9.2.2-1
  42. intel-gpu-tools-git 20130403-1
  43. intel-tbb 4.2_20130725-1
  44. intel-ucode 20130906-1
  45. libva-intel-driver 1.2.0-1
  46. xf86-video-intel 2.21.15-1
  47.  
  48.  
  49.  
  50.  
  51. cat /etc/X11/xorg.conf.d/20-intel.conf
  52.  
  53.  
  54.  
  55.  
  56. Section "Device"
  57. Identifier "Intel Graphics"
  58. Driver "intel"
  59. Option "AccelMethod" "sna"
  60. Option "SwapbuffersWait" "false"
  61. EndSection
  62.  
  63.  
  64.  
  65.  
  66. grep -i Ignore /etc/pacman.conf
  67.  
  68.  
  69.  
  70.  
  71. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  72. #IgnorePkg =
  73. #IgnoreGroup =
  74. #IgnorePkg=linux
  75. #IgnorePkg=linux-headers
  76. #IgnorePkg=xf86-video-intel
  77.  
  78.  
  79.  
  80.  
  81. pacman -Syu
  82.  
  83.  
  84.  
  85. :: Synchronizing package databases...
  86. core is up to date
  87. extra is up to date
  88. community is up to date
  89. :: Starting full system upgrade...
  90. there is nothing to do
  91.  
  92.  
  93.  
  94.  
  95. lspci -k
  96.  
  97.  
  98.  
  99.  
  100. 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
  101. Subsystem: Acer Incorporated [ALI] Device 006a
  102. Kernel driver in use: i915
  103. Kernel modules: i915
  104.  
  105.  
  106.  
  107.  
  108. Journalctl mentions /sys/kernel/debug/dri/0/i915_error_state file:
  109.  
  110.  
  111.  
  112.  
  113.  
  114. http://andrzejl.cyryl.net/AndrzejL/Problem%20Explanations/Intel_i915/sys_kernel_debug_dri_0_i915_error_state.txt
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. intel_reg_dumper > dump
  122.  
  123.  
  124.  
  125.  
  126. DCC: 0x000f0401 (dual channel asymmetric, XOR randomization: disabled, XOR bit: 11)
  127. CHDECMISC: 0x11987820 (XOR bank/rank, ch2 enh disabled, ch1 enh disabled, ch0 enh disabled, flex disabled, ep not present)
  128. C0DRB0: 0x000f0401 (0x0401)
  129. C0DRB1: 0x0000000f (0x000f)
  130. C0DRB2: 0x00000000 (0x0000)
  131. C0DRB3: 0x04000000 (0x0000)
  132. C1DRB0: 0x05040302 (0x0302)
  133. C1DRB1: 0x07060504 (0x0504)
  134. C1DRB2: 0x09080706 (0x0706)
  135. C1DRB3: 0x0b0a0908 (0x0908)
  136. C0DRA01: 0x01000400 (0x0400)
  137. C0DRA23: 0x02000100 (0x0100)
  138. C1DRA01: 0x0d0c0b0a (0x0b0a)
  139. C1DRA23: 0x0f0e0d0c (0x0d0c)
  140. PGETBL_CTL: 0x7ffc0001
  141. VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
  142. VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
  143. VCLK_POST_DIV: 0x00800080 (vga0 p1 = 2, p2 = 4, vga1 p1 = 2, p2 = 2)
  144. DPLL_TEST: 0x00010001 ()
  145. CACHE_MODE_0: 0x00006820
  146. D_STATE: 0x0000000b
  147. DSPCLK_GATE_D: 0x00001000 (clock gates disabled: DPLUNIT)
  148. RENCLK_GATE_D1: 0x00000000
  149. RENCLK_GATE_D2: 0x00000000
  150. SDVOB: 0x00480000 (disabled, pipe A, stall disabled, not detected, SDVO mult 1)
  151. SDVOC: 0x00480000 (disabled, pipe A, stall disabled, not detected, SDVO mult 1)
  152. SDVOUDI: 0x00000069
  153. DSPARB: 0x00001d9c
  154. DSPFW1: 0x00000000
  155. DSPFW2: 0x00000000
  156. DSPFW3: 0x00000000
  157. ADPA: 0x80000018 (enabled, pipe A, +hsync, +vsync)
  158. LVDS: 0xc0300300 (enabled, pipe B, 18 bit, 1 channel)
  159. DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
  160. DVOB: 0x00480000 (disabled, pipe A, no stall, -hsync, -vsync)
  161. DVOC: 0x00480000 (disabled, pipe A, no stall, -hsync, -vsync)
  162. DVOA_SRCDIM: 0x00000000
  163. DVOB_SRCDIM: 0x00000000
  164. DVOC_SRCDIM: 0x00000000
  165. BLC_PWM_CTL: 0x00000000
  166. BLC_PWM_CTL2: 0x00000000
  167. PP_CONTROL: 0xabcd0001 (power target: on)
  168. PP_STATUS: 0xc0000008 (on, ready, sequencing idle)
  169. PP_ON_DELAYS: 0x00c807d0
  170. PP_OFF_DELAYS: 0x01900fa0
  171. PP_DIVISOR: 0x00270f04
  172. PFIT_CONTROL: 0x00000008
  173. PFIT_PGM_RATIOS: 0x00000000
  174. PORT_HOTPLUG_EN: 0x00000000
  175. PORT_HOTPLUG_STAT: 0x00000000
  176. DSPACNTR: 0xd9000000 (enabled, pipe B)
  177. DSPASTRIDE: 0x00003200 (12800 bytes)
  178. DSPAPOS: 0x00000000 (0, 0)
  179. DSPASIZE: 0x031f04ff (1280, 800)
  180. DSPABASE: 0x02001e00
  181. DSPASURF: 0x00000000
  182. DSPATILEOFF: 0x00000000
  183. PIPEACONF: 0x80000000 (enabled, single-wide)
  184. PIPEASRC: 0x077f0437 (1920, 1080)
  185. PIPEASTAT: 0x00000203 (status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
  186. PIPEA_GMCH_DATA_M: 0x00000000
  187. PIPEA_GMCH_DATA_N: 0x00000000
  188. PIPEA_DP_LINK_M: 0x00000000
  189. PIPEA_DP_LINK_N: 0x00000000
  190. CURSOR_A_BASE: 0x00000000
  191. CURSOR_A_CONTROL: 0x00000000
  192. CURSOR_A_POSITION: 0x02000776
  193. FPA0: 0x00040f06 (n = 4, m1 = 15, m2 = 6)
  194. FPA1: 0x00040f06 (n = 4, m1 = 15, m2 = 6)
  195. DPLL_A: 0x94010000 (enabled, non-dvo, default clock, DAC/serial mode, p1 = 1, p2 = 10)
  196. DPLL_A_MD: 0x00000000
  197. HTOTAL_A: 0x0897077f (1920 active, 2200 total)
  198. HBLANK_A: 0x0897077f (1920 start, 2200 end)
  199. HSYNC_A: 0x080307d7 (2008 start, 2052 end)
  200. VTOTAL_A: 0x04640437 (1080 active, 1125 total)
  201. VBLANK_A: 0x04640437 (1080 start, 1125 end)
  202. VSYNC_A: 0x0440043b (1084 start, 1089 end)
  203. BCLRPAT_A: 0x00000000
  204. VSYNCSHIFT_A: 0x00000000
  205. DSPBCNTR: 0xd8000000 (enabled, pipe A)
  206. DSPBSTRIDE: 0x00003200 (12800 bytes)
  207. DSPBPOS: 0x00000000 (0, 0)
  208. DSPBSIZE: 0x0437077f (1920, 1080)
  209. DSPBBASE: 0x02000000
  210. DSPBSURF: 0x00000000
  211. DSPBTILEOFF: 0x00000000
  212. PIPEBCONF: 0x80000000 (enabled, single-wide)
  213. PIPEBSRC: 0x04ff031f (1280, 800)
  214. PIPEBSTAT: 0x00000202 (status: VSYNC_INT_STATUS VBLANK_INT_STATUS)
  215. PIPEB_GMCH_DATA_M: 0x00000000
  216. PIPEB_GMCH_DATA_N: 0x00000000
  217. PIPEB_DP_LINK_M: 0x00000000
  218. PIPEB_DP_LINK_N: 0x00000000
  219. CURSOR_B_BASE: 0x00000000
  220. CURSOR_B_CONTROL: 0x10000000
  221. CURSOR_B_POSITION: 0x010b00ed
  222. FPB0: 0x00020c05 (n = 2, m1 = 12, m2 = 5)
  223. FPB1: 0x00020c05 (n = 2, m1 = 12, m2 = 5)
  224. DPLL_B: 0x98026000 (enabled, non-dvo, spread spectrum clock, LVDS mode, p1 = 2, p2 = 14)
  225. DPLL_B_MD: 0x00000000
  226. HTOTAL_B: 0x057f04ff (1280 active, 1408 total)
  227. HBLANK_B: 0x057f04ff (1280 start, 1408 end)
  228. HSYNC_B: 0x05340514 (1301 start, 1333 end)
  229. VTOTAL_B: 0x032f031f (800 active, 816 total)
  230. VBLANK_B: 0x032f031f (800 start, 816 end)
  231. VSYNC_B: 0x03270323 (804 start, 808 end)
  232. BCLRPAT_B: 0x00000000
  233. VSYNCSHIFT_B: 0x00000000
  234. VCLK_DIVISOR_VGA0: 0x00031108
  235. VCLK_DIVISOR_VGA1: 0x00031406
  236. VCLK_POST_DIV: 0x00800080
  237. VGACNTRL: 0x80000000 (disabled)
  238. TV_CTL: 0x000c0c00
  239. TV_DAC: 0x70000000
  240. TV_CSC_Y: 0x0332012d
  241. TV_CSC_Y2: 0x07d30104
  242. TV_CSC_U: 0x0733052d
  243. TV_CSC_U2: 0x05c70200
  244. TV_CSC_V: 0x0340030c
  245. TV_CSC_V2: 0x06d00200
  246. TV_CLR_KNOBS: 0x00606000
  247. TV_CLR_LEVEL: 0x010b00e1
  248. TV_H_CTL_1: 0x00400359
  249. TV_H_CTL_2: 0x80480022
  250. TV_H_CTL_3: 0x007c0344
  251. TV_V_CTL_1: 0x00f01415
  252. TV_V_CTL_2: 0x00060607
  253. TV_V_CTL_3: 0x80120001
  254. TV_V_CTL_4: 0x000900f0
  255. TV_V_CTL_5: 0x000a00f0
  256. TV_V_CTL_6: 0x000900f0
  257. TV_V_CTL_7: 0x000a00f0
  258. TV_SC_CTL_1: 0xc1710087
  259. TV_SC_CTL_2: 0x6b405140
  260. TV_SC_CTL_3: 0x00000000
  261. TV_WIN_POS: 0x00360024
  262. TV_WIN_SIZE: 0x02640198
  263. TV_FILTER_CTL_1: 0x800010bb
  264. TV_FILTER_CTL_2: 0x00028283
  265. TV_FILTER_CTL_3: 0x00014141
  266. TV_CC_CONTROL: 0x00000000
  267. TV_CC_DATA: 0x00000000
  268. TV_H_LUMA_0: 0xb1403000
  269. TV_H_LUMA_59: 0x0000b060
  270. TV_H_CHROMA_0: 0xb1403000
  271. TV_H_CHROMA_59: 0x0000b060
  272. FBC_CFB_BASE: 0x00000000
  273. FBC_LL_BASE: 0x00000000
  274. FBC_CONTROL: 0x00000000
  275. FBC_COMMAND: 0x00000000
  276. FBC_STATUS: 0x20000000
  277. FBC_CONTROL2: 0x00000000
  278. FBC_FENCE_OFF: 0x00000000
  279. FBC_MOD_NUM: 0x00000000
  280. MI_MODE: 0x00000000
  281. MI_ARB_STATE: 0x00000840
  282. MI_RDRET_STATE: 0x00000000
  283. ECOSKPD: 0x00000306
  284. DP_B: 0x00000000
  285. DPB_AUX_CH_CTL: 0x00000000
  286. DPB_AUX_CH_DATA1: 0x00000000
  287. DPB_AUX_CH_DATA2: 0x00000000
  288. DPB_AUX_CH_DATA3: 0x00000000
  289. DPB_AUX_CH_DATA4: 0x00000000
  290. DPB_AUX_CH_DATA5: 0x00000000
  291. DP_C: 0x00000000
  292. DPC_AUX_CH_CTL: 0x00000000
  293. DPC_AUX_CH_DATA1: 0x00000000
  294. DPC_AUX_CH_DATA2: 0x00000000
  295. DPC_AUX_CH_DATA3: 0x00000000
  296. DPC_AUX_CH_DATA4: 0x00000000
  297. DPC_AUX_CH_DATA5: 0x00000000
  298. DP_D: 0x00000000
  299. DPD_AUX_CH_CTL: 0x00000000
  300. DPD_AUX_CH_DATA1: 0x00000000
  301. DPD_AUX_CH_DATA2: 0x00000000
  302. DPD_AUX_CH_DATA3: 0x00000000
  303. DPD_AUX_CH_DATA4: 0x00000000
  304. DPD_AUX_CH_DATA5: 0x00000000
  305. AUD_CONFIG: 0x00000000
  306. AUD_HDMIW_STATUS: 0x00000000
  307. AUD_CONV_CHCNT: 0x00000000
  308. VIDEO_DIP_CTL: 0x00000000
  309. AUD_PINW_CNTR: 0x00000000
  310. AUD_CNTL_ST: 0x00000000
  311. AUD_PIN_CAP: 0x00000000
  312. AUD_PINW_CAP: 0x00000000
  313. AUD_PINW_UNSOLRESP: 0x00000000
  314. AUD_OUT_DIG_CNVT: 0x00000000
  315. AUD_OUT_CWCAP: 0x00000000
  316. AUD_GRP_CAP: 0x00000000
  317. FENCE 0: 0x0df01011 (enabled, Y tiled, 256 pitch, 0x0df00000 - 0x0e000000 (1024kb))
  318. FENCE 1: 0x0a000441 (enabled, X tiled, 8192 pitch, 0x0a000000 - 0x0b000000 (16384kb))
  319. FENCE 2: 0x09200001 (enabled, X tiled, 512 pitch, 0x09200000 - 0x09300000 (1024kb))
  320. FENCE 3: 0x05201011 (enabled, Y tiled, 256 pitch, 0x05200000 - 0x05300000 (1024kb))
  321. FENCE 4: 0x00900041 (enabled, X tiled, 8192 pitch, 0x00900000 - 0x00a00000 (1024kb))
  322. FENCE 5: 0x07900011 (enabled, X tiled, 1024 pitch, 0x07900000 - 0x07a00000 (1024kb))
  323. FENCE 6: 0x0d301011 (enabled, Y tiled, 256 pitch, 0x0d300000 - 0x0d400000 (1024kb))
  324. FENCE 7: 0x09101021 (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  325. FENCE 8: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  326. FENCE 9: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  327. FENCE 10: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  328. FENCE 11: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  329. FENCE 12: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  330. FENCE 13: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  331. FENCE 14: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  332. FENCE 15: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  333. FENCE START 0: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  334. FENCE END 0: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  335. FENCE START 1: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  336. FENCE END 1: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  337. FENCE START 2: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  338. FENCE END 2: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  339. FENCE START 3: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  340. FENCE END 3: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  341. FENCE START 4: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  342. FENCE END 4: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  343. FENCE START 5: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  344. FENCE END 5: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  345. FENCE START 6: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  346. FENCE END 6: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  347. FENCE START 7: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  348. FENCE END 7: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  349. FENCE START 8: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  350. FENCE END 8: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  351. FENCE START 9: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  352. FENCE END 9: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  353. FENCE START 10: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  354. FENCE END 10: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  355. FENCE START 11: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  356. FENCE END 11: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  357. FENCE START 12: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  358. FENCE END 12: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  359. FENCE START 13: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  360. FENCE END 13: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  361. FENCE START 14: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  362. FENCE END 14: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  363. FENCE START 15: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  364. FENCE END 15: 0xffffffff (enabled, Y tiled, 512 pitch, 0x09100000 - 0x09200000 (1024kb))
  365. INST_PM: 0x00000800
  366. pipe A dot 148800 n 4 m1 15 m2 6 p1 1 p2 10
  367. pipe B dot 68750 n 2 m1 12 m2 5 p1 2 p2 14
  368.  
  369.  
  370.  
  371.  
  372.  
  373. /var/log/Xorg.0.log
  374.  
  375.  
  376.  
  377. [ 17.358]
  378. X.Org X Server 1.14.4
  379. Release Date: 2013-10-31
  380. [ 17.359] X Protocol Version 11, Revision 0
  381. [ 17.359] Build Operating System: Linux 3.11.6-1-ARCH i686
  382. [ 17.359] Current Operating System: Linux wishmacer.loc 3.11.6-1-ARCH #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013 i686
  383. [ 17.359] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1d57d4c0-ecdc-4f85-b997-bbaac4313b16 rw quiet
  384. [ 17.359] Build Date: 01 November 2013 05:13:46PM
  385. [ 17.359]
  386. [ 17.359] Current version of pixman: 0.30.2
  387. [ 17.359] Before reporting problems, check http://wiki.x.org
  388. to make sure that you have the latest version.
  389. [ 17.359] Markers: (--) probed, (**) from config file, (==) default setting,
  390. (++) from command line, (!!) notice, (II) informational,
  391. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  392. [ 17.359] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 1 22:11:45 2013
  393. [ 17.430] (==) Using config directory: "/etc/X11/xorg.conf.d"
  394. [ 17.471] (==) No Layout section. Using the first Screen section.
  395. [ 17.471] (==) No screen section available. Using defaults.
  396. [ 17.471] (**) |-->Screen "Default Screen Section" (0)
  397. [ 17.471] (**) | |-->Monitor "<default monitor>"
  398. [ 17.492] (==) No device specified for screen "Default Screen Section".
  399. Using the first device section listed.
  400. [ 17.492] (**) | |-->Device "Intel Graphics"
  401. [ 17.492] (==) No monitor specified for screen "Default Screen Section".
  402. Using a default monitor configuration.
  403. [ 17.492] (==) Automatically adding devices
  404. [ 17.492] (==) Automatically enabling devices
  405. [ 17.492] (==) Automatically adding GPU devices
  406. [ 17.666] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
  407. [ 17.666] Entry deleted from font path.
  408. [ 17.666] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
  409. [ 17.739] (==) FontPath set to:
  410. /usr/share/fonts/misc/,
  411. /usr/share/fonts/TTF/,
  412. /usr/share/fonts/Type1/,
  413. /usr/share/fonts/100dpi/,
  414. /usr/share/fonts/75dpi/
  415. [ 17.739] (==) ModulePath set to "/usr/lib/xorg/modules"
  416. [ 17.739] (II) The server relies on udev to provide the list of input devices.
  417. If no devices become available, reconfigure udev or disable AutoAddDevices.
  418. [ 17.751] (II) Loader magic: 0x8259620
  419. [ 17.751] (II) Module ABI versions:
  420. [ 17.751] X.Org ANSI C Emulation: 0.4
  421. [ 17.751] X.Org Video Driver: 14.1
  422. [ 17.751] X.Org XInput driver : 19.1
  423. [ 17.751] X.Org Server Extension : 7.0
  424. [ 17.752] (II) xfree86: Adding drm device (/dev/dri/card0)
  425. [ 17.754] (--) PCI:*(0:0:2:0) 8086:2592:1025:006a rev 3, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0000000/262144, I/O @ 0x00001800/8
  426. [ 17.754] (--) PCI: (0:0:2:1) 8086:2792:1025:006a rev 3, Mem @ 0x84000000/524288
  427. [ 17.863] Initializing built-in extension Generic Event Extension
  428. [ 17.863] Initializing built-in extension SHAPE
  429. [ 17.863] Initializing built-in extension MIT-SHM
  430. [ 17.863] Initializing built-in extension XInputExtension
  431. [ 17.863] Initializing built-in extension XTEST
  432. [ 17.863] Initializing built-in extension BIG-REQUESTS
  433. [ 17.863] Initializing built-in extension SYNC
  434. [ 17.863] Initializing built-in extension XKEYBOARD
  435. [ 17.863] Initializing built-in extension XC-MISC
  436. [ 17.863] Initializing built-in extension SECURITY
  437. [ 17.864] Initializing built-in extension XINERAMA
  438. [ 17.864] Initializing built-in extension XFIXES
  439. [ 17.864] Initializing built-in extension RENDER
  440. [ 17.864] Initializing built-in extension RANDR
  441. [ 17.864] Initializing built-in extension COMPOSITE
  442. [ 17.864] Initializing built-in extension DAMAGE
  443. [ 17.864] Initializing built-in extension MIT-SCREEN-SAVER
  444. [ 17.864] Initializing built-in extension DOUBLE-BUFFER
  445. [ 17.864] Initializing built-in extension RECORD
  446. [ 17.864] Initializing built-in extension DPMS
  447. [ 17.864] Initializing built-in extension X-Resource
  448. [ 17.864] Initializing built-in extension XVideo
  449. [ 17.864] Initializing built-in extension XVideo-MotionCompensation
  450. [ 17.864] Initializing built-in extension XFree86-VidModeExtension
  451. [ 17.864] Initializing built-in extension XFree86-DGA
  452. [ 17.864] Initializing built-in extension XFree86-DRI
  453. [ 17.864] Initializing built-in extension DRI2
  454. [ 17.864] (II) LoadModule: "glx"
  455. [ 17.952] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  456. [ 17.975] (II) Module glx: vendor="X.Org Foundation"
  457. [ 17.975] compiled for 1.14.4, module version = 1.0.0
  458. [ 17.975] ABI class: X.Org Server Extension, version 7.0
  459. [ 17.975] (==) AIGLX enabled
  460. [ 17.976] Loading extension GLX
  461. [ 17.976] (II) LoadModule: "intel"
  462. [ 18.005] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  463. [ 18.073] (II) Module intel: vendor="X.Org Foundation"
  464. [ 18.073] compiled for 1.14.2, module version = 2.21.15
  465. [ 18.073] Module class: X.Org Video Driver
  466. [ 18.073] ABI class: X.Org Video Driver, version 14.1
  467. [ 18.073] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  468. i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  469. 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  470. Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  471. GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
  472. HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
  473. HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
  474. HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
  475. HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
  476. [ 18.075] (++) using VT number 7
  477.  
  478. [ 18.145] (II) intel(0): Creating default Display subsection in Screen section
  479. "Default Screen Section" for depth/fbbpp 24/32
  480. [ 18.145] (==) intel(0): Depth 24, (--) framebuffer bpp 32
  481. [ 18.145] (==) intel(0): RGB weight 888
  482. [ 18.145] (==) intel(0): Default visual is TrueColor
  483. [ 18.145] (**) intel(0): Option "AccelMethod" "sna"
  484. [ 18.145] (**) intel(0): Option "SwapbuffersWait" "false"
  485. [ 18.145] (--) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
  486. [ 18.146] (--) intel(0): CPU: x86, sse2
  487. [ 18.146] (**) intel(0): Framebuffer tiled
  488. [ 18.146] (**) intel(0): Pixmaps tiled
  489. [ 18.146] (**) intel(0): "Tear free" disabled
  490. [ 18.146] (**) intel(0): Forcing per-crtc-pixmaps? no
  491. [ 18.146] (II) intel(0): Output LVDS1 has no monitor section
  492. [ 18.160] (--) intel(0): found backlight control interface acer-wmi (type 'platform')
  493. [ 18.160] (II) intel(0): Output VGA1 has no monitor section
  494. [ 18.160] (II) intel(0): Output TV1 has no monitor section
  495. [ 18.160] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
  496. [ 18.160] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 0
  497. [ 18.160] (==) intel(0): DPI set to (96, 96)
  498. [ 18.160] (II) Loading sub module "dri2"
  499. [ 18.160] (II) LoadModule: "dri2"
  500. [ 18.160] (II) Module "dri2" already built-in
  501. [ 18.160] (==) Depth 24 pixmap format is 32 bpp
  502. [ 18.234] (II) intel(0): SNA initialized with Alviso (gen3) backend
  503. [ 18.234] (==) intel(0): Backing store disabled
  504. [ 18.234] (==) intel(0): Silken mouse enabled
  505. [ 18.234] (II) intel(0): HW Cursor enabled
  506. [ 18.234] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  507. [ 18.323] (==) intel(0): DPMS enabled
  508. [ 18.346] (II) intel(0): [DRI2] Setup complete
  509. [ 18.346] (II) intel(0): [DRI2] DRI driver: i915
  510. [ 18.346] (II) intel(0): direct rendering: DRI2 Enabled
  511. [ 18.346] (==) intel(0): hotplug detection: "enabled"
  512. [ 18.346] (--) RandR disabled
  513. [ 19.464] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  514. [ 19.464] (II) AIGLX: enabled GLX_INTEL_swap_event
  515. [ 19.464] (II) AIGLX: enabled GLX_ARB_create_context
  516. [ 19.464] (II) AIGLX: enabled GLX_ARB_create_context_profile
  517. [ 19.464] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
  518. [ 19.464] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
  519. [ 19.464] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
  520. [ 19.464] (II) AIGLX: Loaded and initialized i915
  521. [ 19.464] (II) GLX: Initialized DRI2 GL provider for screen 0
  522. [ 19.485] (II) intel(0): switch to mode [email protected] on pipe 0 using VGA1, position (0, 0), rotation normal
  523. [ 19.506] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (0, 0), rotation normal
  524. [ 19.513] (II) intel(0): Setting screen physical size to 507 x 285
  525. [ 21.076] (II) config/udev: Adding input device Power Button (/dev/input/event3)
  526. [ 21.076] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  527. [ 21.076] (II) LoadModule: "evdev"
  528. [ 21.077] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  529. [ 21.105] (II) Module evdev: vendor="X.Org Foundation"
  530. [ 21.105] compiled for 1.14.3, module version = 2.8.2
  531. [ 21.105] Module class: X.Org XInput Driver
  532. [ 21.105] ABI class: X.Org XInput driver, version 19.1
  533. [ 21.105] (II) Using input driver 'evdev' for 'Power Button'
  534. [ 21.105] (**) Power Button: always reports core events
  535. [ 21.105] (**) evdev: Power Button: Device: "/dev/input/event3"
  536. [ 21.105] (--) evdev: Power Button: Vendor 0 Product 0x1
  537. [ 21.105] (--) evdev: Power Button: Found keys
  538. [ 21.105] (II) evdev: Power Button: Configuring as keyboard
  539. [ 21.105] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
  540. [ 21.105] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
  541. [ 21.105] (**) Option "xkb_rules" "evdev"
  542. [ 21.105] (**) Option "xkb_model" "pc104"
  543. [ 21.105] (**) Option "xkb_layout" "us"
  544. [ 21.153] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
  545. [ 21.153] (II) No input driver specified, ignoring this device.
  546. [ 21.153] (II) This device may have been added with another device file.
  547. [ 21.154] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
  548. [ 21.154] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
  549. [ 21.154] (II) Using input driver 'evdev' for 'Sleep Button'
  550. [ 21.154] (**) Sleep Button: always reports core events
  551. [ 21.154] (**) evdev: Sleep Button: Device: "/dev/input/event2"
  552. [ 21.154] (--) evdev: Sleep Button: Vendor 0 Product 0x3
  553. [ 21.154] (--) evdev: Sleep Button: Found keys
  554. [ 21.154] (II) evdev: Sleep Button: Configuring as keyboard
  555. [ 21.154] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
  556. [ 21.154] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
  557. [ 21.154] (**) Option "xkb_rules" "evdev"
  558. [ 21.154] (**) Option "xkb_model" "pc104"
  559. [ 21.154] (**) Option "xkb_layout" "us"
  560. [ 21.155] (II) config/udev: Adding drm device (/dev/dri/card0)
  561. [ 21.155] (II) config/udev: Adding input device SilverCrest OML807 (/dev/input/event5)
  562. [ 21.155] (**) SilverCrest OML807: Applying InputClass "evdev pointer catchall"
  563. [ 21.155] (**) SilverCrest OML807: Applying InputClass "evdev keyboard catchall"
  564. [ 21.155] (II) Using input driver 'evdev' for 'SilverCrest OML807'
  565. [ 21.155] (**) SilverCrest OML807: always reports core events
  566. [ 21.155] (**) evdev: SilverCrest OML807: Device: "/dev/input/event5"
  567. [ 21.155] (--) evdev: SilverCrest OML807: Vendor 0x1bcf Product 0x53a
  568. [ 21.155] (--) evdev: SilverCrest OML807: Found 12 mouse buttons
  569. [ 21.156] (--) evdev: SilverCrest OML807: Found scroll wheel(s)
  570. [ 21.156] (--) evdev: SilverCrest OML807: Found relative axes
  571. [ 21.156] (--) evdev: SilverCrest OML807: Found x and y relative axes
  572. [ 21.156] (--) evdev: SilverCrest OML807: Found absolute axes
  573. [ 21.156] (II) evdev: SilverCrest OML807: Forcing absolute x/y axes to exist.
  574. [ 21.156] (--) evdev: SilverCrest OML807: Found keys
  575. [ 21.156] (II) evdev: SilverCrest OML807: Configuring as mouse
  576. [ 21.156] (II) evdev: SilverCrest OML807: Configuring as keyboard
  577. [ 21.156] (II) evdev: SilverCrest OML807: Adding scrollwheel support
  578. [ 21.156] (**) evdev: SilverCrest OML807: YAxisMapping: buttons 4 and 5
  579. [ 21.156] (**) evdev: SilverCrest OML807: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  580. [ 21.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb3/3-7/3-7.2/3-7.2:1.1/input/input5/event5"
  581. [ 21.156] (II) XINPUT: Adding extended input device "SilverCrest OML807" (type: KEYBOARD, id 8)
  582. [ 21.156] (**) Option "xkb_rules" "evdev"
  583. [ 21.156] (**) Option "xkb_model" "pc104"
  584. [ 21.156] (**) Option "xkb_layout" "us"
  585. [ 21.156] (II) evdev: SilverCrest OML807: initialized for relative axes.
  586. [ 21.156] (WW) evdev: SilverCrest OML807: ignoring absolute axes.
  587. [ 21.156] (**) SilverCrest OML807: (accel) keeping acceleration scheme 1
  588. [ 21.157] (**) SilverCrest OML807: (accel) acceleration profile 0
  589. [ 21.157] (**) SilverCrest OML807: (accel) acceleration factor: 2.000
  590. [ 21.157] (**) SilverCrest OML807: (accel) acceleration threshold: 4
  591. [ 21.157] (II) config/udev: Adding input device SilverCrest OML807 (/dev/input/mouse0)
  592. [ 21.157] (II) No input driver specified, ignoring this device.
  593. [ 21.157] (II) This device may have been added with another device file.
  594. [ 21.158] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
  595. [ 21.158] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
  596. [ 21.158] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
  597. [ 21.158] (**) AT Translated Set 2 keyboard: always reports core events
  598. [ 21.158] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
  599. [ 21.158] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
  600. [ 21.158] (--) evdev: AT Translated Set 2 keyboard: Found keys
  601. [ 21.158] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
  602. [ 21.158] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
  603. [ 21.158] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
  604. [ 21.158] (**) Option "xkb_rules" "evdev"
  605. [ 21.158] (**) Option "xkb_model" "pc104"
  606. [ 21.158] (**) Option "xkb_layout" "us"
  607. [ 21.159] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
  608. [ 21.159] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
  609. [ 21.159] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
  610. [ 21.159] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
  611. [ 21.159] (II) LoadModule: "synaptics"
  612. [ 21.159] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
  613. [ 21.194] (II) Module synaptics: vendor="X.Org Foundation"
  614. [ 21.194] compiled for 1.14.1, module version = 1.7.1
  615. [ 21.194] Module class: X.Org XInput Driver
  616. [ 21.194] ABI class: X.Org XInput driver, version 19.1
  617. [ 21.194] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
  618. [ 21.194] (**) SynPS/2 Synaptics TouchPad: always reports core events
  619. [ 21.194] (**) Option "Device" "/dev/input/event6"
  620. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 80)
  621. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 136)
  622. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
  623. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
  624. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
  625. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
  626. [ 21.233] (**) Option "TapButton1" "1"
  627. [ 21.233] (**) Option "TapButton2" "2"
  628. [ 21.233] (**) Option "TapButton3" "3"
  629. [ 21.233] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  630. [ 21.233] (**) SynPS/2 Synaptics TouchPad: always reports core events
  631. [ 21.250] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input6/event6"
  632. [ 21.250] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
  633. [ 21.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
  634. [ 21.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
  635. [ 21.250] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
  636. [ 21.250] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
  637. [ 21.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
  638. [ 21.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
  639. [ 21.250] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
  640. [ 21.250] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  641. [ 21.251] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
  642. [ 21.251] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
  643. [ 21.251] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event4)
  644. [ 21.251] (II) No input driver specified, ignoring this device.
  645. [ 21.251] (II) This device may have been added with another device file.
  646. [ 21.252] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
  647. [ 21.252] (II) No input driver specified, ignoring this device.
  648. [ 21.252] (II) This device may have been added with another device file.
  649. [ 24.910] (II) intel(0): EDID vendor "LPL", prod id 4678
  650. [ 24.910] (II) intel(0): Printing DDC gathered Modelines:
  651. [ 24.910] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz eP)
  652. [ 25.242] (II) intel(0): resizing framebuffer to 3200x1080
  653. [ 25.242] (II) intel(0): switch to mode [email protected] on pipe 0 using VGA1, position (0, 0), rotation normal
  654. [ 25.290] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (0, 0), rotation normal
  655. [ 25.304] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (1920, 0), rotation normal
  656. [ 66.442] (II) intel(0): switch to mode [email protected] on pipe 0 using VGA1, position (0, 0), rotation normal
  657. [ 66.460] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (1920, 0), rotation normal
  658. (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed.
  659. (EE)
  660. (EE) Backtrace:
  661. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  662. (EE) 1: /usr/bin/X (mieqEnqueue+0x213) [0x81b8243]
  663. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  664. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  665. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  666. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  667. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  668. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  669. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  670. (EE) 9: ?? [0xaad8210]
  671. (EE)
  672. (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
  673. (EE) [mi] mieq is *NOT* the cause. It is a victim.
  674. (EE) [mi] EQ overflow continuing. 100 events have been dropped.
  675. (EE)
  676. (EE) Backtrace:
  677. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  678. (EE) 1: /usr/bin/X (mieqEnqueue+0xe5) [0x81b8115]
  679. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  680. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  681. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  682. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  683. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  684. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  685. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  686. (EE) 9: ?? [0xaad8210]
  687. (EE)
  688. (EE) [mi] EQ overflow continuing. 200 events have been dropped.
  689. (EE)
  690. (EE) Backtrace:
  691. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  692. (EE) 1: /usr/bin/X (mieqEnqueue+0xe5) [0x81b8115]
  693. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  694. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  695. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  696. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  697. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  698. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  699. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  700. (EE) 9: ?? [0xaad8210]
  701. (EE)
  702. (EE) [mi] EQ overflow continuing. 300 events have been dropped.
  703. (EE)
  704. (EE) Backtrace:
  705. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  706. (EE) 1: /usr/bin/X (mieqEnqueue+0xe5) [0x81b8115]
  707. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  708. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  709. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  710. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  711. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  712. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  713. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  714. (EE) 9: ?? [0xaad8210]
  715. (EE)
  716. (EE) [mi] EQ overflow continuing. 400 events have been dropped.
  717. (EE)
  718. (EE) Backtrace:
  719. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  720. (EE) 1: /usr/bin/X (mieqEnqueue+0xe5) [0x81b8115]
  721. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  722. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  723. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  724. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  725. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  726. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  727. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  728. (EE) 9: ?? [0xaad8210]
  729. (EE)
  730. (EE) [mi] EQ overflow continuing. 500 events have been dropped.
  731. (EE)
  732. (EE) Backtrace:
  733. (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0x81d81f9]
  734. (EE) 1: /usr/bin/X (mieqEnqueue+0xe5) [0x81b8115]
  735. (EE) 2: /usr/bin/X (QueuePointerEvents+0x6d) [0x809152d]
  736. (EE) 3: /usr/bin/X (xf86PostMotionEventM+0x24b) [0x80ca83b]
  737. (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb6a26000+0x495f) [0xb6a2a95f]
  738. (EE) 5: /usr/bin/X (0x8048000+0x72115) [0x80ba115]
  739. (EE) 6: /usr/bin/X (0x8048000+0x9cadb) [0x80e4adb]
  740. (EE) 7: linux-gate.so.1 (__kernel_sigreturn+0x0) [0xb77ca400]
  741. (EE) 8: /usr/lib/libc.so.6 (0xb73e0000+0x7ccf6) [0xb745ccf6]
  742. (EE) 9: ?? [0xaad8210]
  743. (EE)
  744. [ 17916.008] (EE) intel(0): Detected a hung GPU, disabling acceleration.
  745. [ 17916.019] [mi] Increasing EQ size to 512 to prevent dropped events.
  746. [ 17916.019] [mi] EQ processing has resumed after 513 dropped events.
  747. [ 17916.019] [mi] This may be caused my a misbehaving driver monopolizing the server's resources.
  748.  
  749.  
  750.  
  751.  
  752.  
  753. journalctl -b --no-pager
  754.  
  755.  
  756.  
  757.  
  758.  
  759. -- Logs begin at Fri 2013-11-01 22:12:12 GMT, end at Sat 2013-11-02 03:10:05 GMT. --
  760. Nov 01 22:12:11 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-or...ervice'
  761. Nov 01 22:12:11 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service...ectory.
  762. Nov 01 22:12:12 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  763. Nov 01 22:12:19 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Net...rvice'
  764. Nov 01 22:12:19 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit...ervice'
  765. Nov 01 22:12:19 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  766. Nov 01 22:12:19 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManage...ectory.
  767. Nov 01 22:12:19 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Net...rvice'
  768. Nov 01 22:12:19 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  769. Nov 01 22:12:19 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit...ervice'
  770. Nov 01 22:12:19 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManage...ectory.
  771. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: Core ver 2.16
  772. Nov 01 22:12:27 wishmacer.loc kernel: NET: Registered protocol family 31
  773. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: HCI device and connection manager initialized
  774. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: HCI socket layer initialized
  775. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: L2CAP socket layer initialized
  776. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: SCO socket layer initialized
  777. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: RFCOMM TTY layer initialized
  778. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: RFCOMM socket layer initialized
  779. Nov 01 22:12:27 wishmacer.loc kernel: Bluetooth: RFCOMM ver 1.11
  780. Nov 01 22:12:31 wishmacer.loc polkitd[877]: Registered Authentication Agent for unix-session:1 (system bus name :1.13 [/usr/l...UTF-8)
  781. Nov 01 22:12:37 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Net...rvice'
  782. Nov 01 22:12:37 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit...ervice'
  783. Nov 01 22:12:37 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  784. Nov 01 22:12:37 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManage...ectory.
  785. Nov 01 22:12:40 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Net...rvice'
  786. Nov 01 22:12:40 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit...ervice'
  787. Nov 01 22:12:40 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  788. Nov 01 22:12:40 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManage...ectory.
  789. Nov 01 22:12:52 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activating via systemd: service name='org.freedesktop.Net...rvice'
  790. Nov 01 22:12:52 wishmacer.loc dbus[339]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit...ervice'
  791. Nov 01 22:12:52 wishmacer.loc dbus-daemon[339]: dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesk...ctory.
  792. Nov 01 22:12:52 wishmacer.loc dbus[339]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManage...ectory.
  793. Nov 01 22:13:58 wishmacer.loc su[1201]: (to root) andrzejl on pts/3
  794. Nov 01 22:13:58 wishmacer.loc su[1201]: pam_unix(su:session): session opened for user root by andrzejl(uid=1000)
  795. Nov 01 22:15:07 wishmacer.loc systemd[691]: Time has been changed
  796. Nov 01 22:15:07 wishmacer.loc systemd[1]: Time has been changed
  797. Nov 01 22:15:13 wishmacer.loc logger[1299]: ACPI group/action undefined: button/volumeup / VOLUP
  798. Nov 01 22:15:13 wishmacer.loc logger[1301]: ACPI group/action undefined: button/volumeup / VOLUP
  799. Nov 01 22:15:14 wishmacer.loc logger[1303]: ACPI group/action undefined: button/volumeup / VOLUP
  800. Nov 01 22:15:14 wishmacer.loc logger[1305]: ACPI group/action undefined: button/volumeup / VOLUP
  801. Nov 01 22:15:15 wishmacer.loc logger[1307]: ACPI group/action undefined: button/volumeup / VOLUP
  802. Nov 01 22:15:15 wishmacer.loc logger[1309]: ACPI group/action undefined: button/volumeup / VOLUP
  803. Nov 01 22:15:16 wishmacer.loc logger[1311]: ACPI group/action undefined: button/volumeup / VOLUP
  804. Nov 01 22:15:17 wishmacer.loc logger[1313]: ACPI group/action undefined: button/volumeup / VOLUP
  805. Nov 01 22:15:17 wishmacer.loc logger[1315]: ACPI group/action undefined: button/volumeup / VOLUP
  806. Nov 01 22:15:17 wishmacer.loc logger[1317]: ACPI group/action undefined: button/volumeup / VOLUP
  807. Nov 01 22:15:17 wishmacer.loc logger[1319]: ACPI group/action undefined: button/volumeup / VOLUP
  808. Nov 01 22:15:17 wishmacer.loc logger[1321]: ACPI group/action undefined: button/volumeup / VOLUP
  809. Nov 01 22:26:28 wishmacer.loc systemd[1]: Starting Cleanup of Temporary Directories...
  810. Nov 01 22:26:31 wishmacer.loc systemd-tmpfiles[1350]: stat(/run/user/1000/gvfs) failed: Permission denied
  811. Nov 01 22:26:31 wishmacer.loc systemd[1]: Started Cleanup of Temporary Directories.
  812. Nov 01 22:33:06 wishmacer.loc kernel: perf samples too long (2508 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
  813. Nov 01 22:35:32 wishmacer.loc logger[1403]: ACPI group/action undefined: button/volumeup / VOLUP
  814. Nov 01 22:35:32 wishmacer.loc logger[1405]: ACPI group/action undefined: button/volumeup / VOLUP
  815. Nov 01 22:35:32 wishmacer.loc logger[1407]: ACPI group/action undefined: button/volumeup / VOLUP
  816. Nov 01 22:35:33 wishmacer.loc logger[1409]: ACPI group/action undefined: button/volumeup / VOLUP
  817. Nov 01 22:35:33 wishmacer.loc logger[1412]: ACPI group/action undefined: button/volumeup / VOLUP
  818. Nov 01 22:35:33 wishmacer.loc logger[1414]: ACPI group/action undefined: button/volumeup / VOLUP
  819. Nov 02 03:10:04 wishmacer.loc kernel: [drm:i915_hangcheck_elapsed] *ERROR* stuck on render ring
  820. Nov 02 03:10:05 wishmacer.loc kernel: [drm] capturing error event; look for more information in /sys/kernel/debug/dri/0/i915...r_state
  821. Nov 02 03:10:05 wishmacer.loc kernel: [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x80b000 ctx 0) at 0x80bc3c
  822. Nov 02 03:10:05 wishmacer.loc kernel: [drm:i915_reset] *ERROR* Failed to reset chip.
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829. LIBGL_DEBUG=verbose glxinfo
  830.  
  831.  
  832.  
  833.  
  834.  
  835. name of display: :0
  836. libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i915_dri.so
  837. libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i915_dri.so
  838. libGL: Can't open configuration file /root/.drirc: No such file or directory.
  839. libGL: Can't open configuration file /root/.drirc: No such file or directory.
  840. display: :0 screen: 0
  841. direct rendering: Yes
  842. server glx vendor string: SGI
  843. server glx version string: 1.4
  844. server glx extensions:
  845. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  846. GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
  847. GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
  848. GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
  849. GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
  850. GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
  851. client glx vendor string: Mesa Project and SGI
  852. client glx version string: 1.4
  853. client glx extensions:
  854. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  855. GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
  856. GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
  857. GLX_EXT_create_context_es2_profile, GLX_EXT_fbconfig_packed_float,
  858. GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context,
  859. GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
  860. GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
  861. GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
  862. GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
  863. GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
  864. GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
  865. GLX version: 1.4
  866. GLX extensions:
  867. GLX_ARB_create_context, GLX_ARB_create_context_profile,
  868. GLX_ARB_get_proc_address, GLX_ARB_multisample,
  869. GLX_EXT_create_context_es2_profile, GLX_EXT_import_context,
  870. GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
  871. GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
  872. GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
  873. GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
  874. GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
  875. GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
  876. OpenGL vendor string: Intel Open Source Technology Center
  877. OpenGL renderer string: Mesa DRI Intel(R) 915GM x86/MMX/SSE2
  878. OpenGL version string: 2.1 Mesa 9.2.2
  879. OpenGL shading language version string: 1.20
  880. OpenGL extensions:
  881. GL_3DFX_texture_compression_FXT1, GL_ANGLE_texture_compression_dxt3,
  882. GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable,
  883. GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object,
  884. GL_ARB_ES2_compatibility, GL_ARB_copy_buffer, GL_ARB_debug_output,
  885. GL_ARB_depth_texture, GL_ARB_draw_buffers,
  886. GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
  887. GL_ARB_fragment_program, GL_ARB_fragment_shader,
  888. GL_ARB_framebuffer_object, GL_ARB_get_program_binary,
  889. GL_ARB_half_float_pixel, GL_ARB_internalformat_query,
  890. GL_ARB_invalidate_subdata, GL_ARB_map_buffer_range, GL_ARB_multisample,
  891. GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object,
  892. GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex,
  893. GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_shader_objects,
  894. GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync,
  895. GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
  896. GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
  897. GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
  898. GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
  899. GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
  900. GL_ARB_texture_storage, GL_ARB_transpose_matrix,
  901. GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object,
  902. GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
  903. GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
  904. GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_EXT_abgr,
  905. GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
  906. GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
  907. GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
  908. GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
  909. GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters,
  910. GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
  911. GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
  912. GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
  913. GL_EXT_secondary_color, GL_EXT_separate_shader_objects,
  914. GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
  915. GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
  916. GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_compression_dxt1,
  917. GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
  918. GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
  919. GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
  920. GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
  921. GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB,
  922. GL_EXT_texture_sRGB_decode, GL_EXT_vertex_array,
  923. GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
  924. GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
  925. GL_MESA_pack_invert, GL_MESA_window_pos, GL_MESA_ycbcr_texture,
  926. GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
  927. GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
  928. GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format,
  929. GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
  930. GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
  931.  
  932. 12 GLX Visuals
  933. visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  934. id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
  935. ----------------------------------------------------------------------------
  936. 0x020 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  937. 0x021 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  938. 0x074 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  939. 0x075 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  940. 0x076 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  941. 0x077 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  942. 0x078 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  943. 0x079 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  944. 0x07a 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  945. 0x07b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  946. 0x07c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  947. 0x05b 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  948.  
  949. 24 GLXFBConfigs:
  950. visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
  951. id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
  952. ----------------------------------------------------------------------------
  953. 0x05c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  954. 0x05d 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  955. 0x05e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  956. 0x05f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  957. 0x060 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  958. 0x061 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  959. 0x062 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  960. 0x063 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  961. 0x064 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  962. 0x065 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
  963. 0x066 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  964. 0x067 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
  965. 0x068 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  966. 0x069 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
  967. 0x06a 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  968. 0x06b 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  969. 0x06c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  970. 0x06d 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
  971. 0x06e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  972. 0x06f 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  973. 0x070 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
  974. 0x071 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
  975. 0x072 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
  976. 0x073 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
Advertisement
Add Comment
Please, Sign In to add comment