You are not logged in.

#1 2013-03-11 11:23:27

dna
Member
Registered: 2011-10-26
Posts: 6

Xorg + KVM switch = Flickering and artifacts

Dear all,

I recently bought two small kvm switches produced by Digitus.
They are working fine when I use my Windows box but sadly it's another story with my Arch laptop. When I don't use the KVM switches my two displays a rendered fine. However when I plug the KVM switches I get some kind of flickering red/green/blue lines/pixels on the display, It's a bit tricky to describe so here is a photo (Here it is some green dot, but that might vary) : artefacts.jpg
As you might think, I am trying to get rid of those artifacts.

A couple of information regarding my setup :
KVM switches
Monitor
On my laptop the graphic adapter is an intel hd 4000

dna@DNA-NOTEBOOK ~ % sudo lspci -vvv | grep -A 20 "00:02.0"
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company Device 1815
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 45
	Region 0: Memory at d0000000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 2000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915

My intel driver configuration (I have already tested with some other options as you might see. I'm not a graphical guru so please bear with me if those options are irellevant):
Note that I don't have any xorg.conf nor a configuration files for the monitors.

dna@DNA-NOTEBOOK ~ % cat /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
	Identifier	"Intel Graphics"
	Driver		"intel"
	Option		"AccelMethod"	"sna"
#	Option		"TearFree"	"true"
#	Option		"DRI"		"false"
#	Option		"AccelMethod"	"uxa"
EndSection

xrandr query (HDMI1 is using the KVM switch and HDMI2 is not, they are using the exact same mode)

dna@DNA-NOTEBOOK ~ % xrandr -q
Screen 0: minimum 320 x 200, current 3286 x 1080, maximum 32767 x 32767
LVDS1 connected 1366x768+1920+0 (normal left inverted right x axis y axis) 256mm x 144mm
   1366x768       60.0*+   40.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080      60.0*+
   1680x1050      59.9  
   1680x945       60.0  
   1400x1050      74.9     59.9  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1440x900       75.0     59.9  
   1280x960       60.0  
   1366x768       60.0  
   1360x768       60.0  
   1280x800       74.9     59.9  
   1152x864       75.0  
   1280x768       74.9     60.0  
   1024x768       75.0     70.1     60.0  
   1024x576       60.0  
   800x600        72.2     75.0     60.3     56.2  
   848x480        60.0  
   640x480        75.0     72.8     66.7     60.0  
   720x400        70.1  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080      60.0*+
   1680x1050      59.9  
   1680x945       60.0  
   1400x1050      74.9     59.9  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1440x900       75.0     59.9  
   1280x960       60.0  
   1366x768       60.0  
   1360x768       60.0  
   1280x800       74.9     59.9  
   1152x864       75.0  
   1280x768       74.9     60.0  
   1024x768       75.0     70.1     60.0  
   1024x576       60.0  
   800x600        72.2     75.0     60.3     56.2  
   848x480        60.0  
   640x480        75.0     72.8     66.7     60.0  
   720x400        70.1  
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)

My Xorg log

[ 12802.582] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 12802.582] X Protocol Version 11, Revision 0
[ 12802.582] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 12802.582] Current Operating System: Linux DNA-NOTEBOOK 3.7.10-1-ARCH #1 SMP PREEMPT Thu Feb 28 09:50:17 CET 2013 x86_64
[ 12802.582] Kernel command line: root=/dev/sda2 ro elevator=noop initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[ 12802.582] Build Date: 09 March 2013  08:45:37AM
[ 12802.582]  
[ 12802.582] Current version of pixman: 0.28.2
[ 12802.583] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 12802.583] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12802.583] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 11 10:58:50 2013
[ 12802.583] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12802.583] (==) No Layout section.  Using the first Screen section.
[ 12802.583] (==) No screen section available. Using defaults.
[ 12802.583] (**) |-->Screen "Default Screen Section" (0)
[ 12802.583] (**) |   |-->Monitor "<default monitor>"
[ 12802.583] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 12802.583] (**) |   |-->Device "Intel Graphics"
[ 12802.583] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 12802.583] (==) Automatically adding devices
[ 12802.583] (==) Automatically enabling devices
[ 12802.583] (==) Automatically adding GPU devices
[ 12802.583] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 12802.583] 	Entry deleted from font path.
[ 12802.583] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 12802.583] 	Entry deleted from font path.
[ 12802.583] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 12802.583] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 12802.583] 	Entry deleted from font path.
[ 12802.583] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 12802.583] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[ 12802.583] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12802.583] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12802.583] (II) Loader magic: 0x7fcc20
[ 12802.583] (II) Module ABI versions:
[ 12802.583] 	X.Org ANSI C Emulation: 0.4
[ 12802.583] 	X.Org Video Driver: 13.1
[ 12802.583] 	X.Org XInput driver : 18.0
[ 12802.583] 	X.Org Server Extension : 7.0
[ 12802.583] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 12802.584] (--) PCI:*(0:0:2:0) 8086:0166:103c:1815 rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00002000/64
[ 12802.584] Initializing built-in extension Generic Event Extension
[ 12802.584] Initializing built-in extension SHAPE
[ 12802.584] Initializing built-in extension MIT-SHM
[ 12802.585] Initializing built-in extension XInputExtension
[ 12802.585] Initializing built-in extension XTEST
[ 12802.585] Initializing built-in extension BIG-REQUESTS
[ 12802.585] Initializing built-in extension SYNC
[ 12802.585] Initializing built-in extension XKEYBOARD
[ 12802.585] Initializing built-in extension XC-MISC
[ 12802.585] Initializing built-in extension SECURITY
[ 12802.585] Initializing built-in extension XINERAMA
[ 12802.585] Initializing built-in extension XFIXES
[ 12802.585] Initializing built-in extension RENDER
[ 12802.585] Initializing built-in extension RANDR
[ 12802.585] Initializing built-in extension COMPOSITE
[ 12802.585] Initializing built-in extension DAMAGE
[ 12802.585] Initializing built-in extension MIT-SCREEN-SAVER
[ 12802.585] Initializing built-in extension DOUBLE-BUFFER
[ 12802.585] Initializing built-in extension RECORD
[ 12802.585] Initializing built-in extension DPMS
[ 12802.585] Initializing built-in extension X-Resource
[ 12802.585] Initializing built-in extension XVideo
[ 12802.585] Initializing built-in extension XVideo-MotionCompensation
[ 12802.585] Initializing built-in extension XFree86-VidModeExtension
[ 12802.586] Initializing built-in extension XFree86-DGA
[ 12802.586] Initializing built-in extension XFree86-DRI
[ 12802.587] Initializing built-in extension DRI2
[ 12802.587] (II) LoadModule: "glx"
[ 12802.587] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12802.587] (II) Module glx: vendor="X.Org Foundation"
[ 12802.587] 	compiled for 1.13.3, module version = 1.0.0
[ 12802.587] 	ABI class: X.Org Server Extension, version 7.0
[ 12802.587] (==) AIGLX enabled
[ 12802.588] Loading extension GLX
[ 12802.588] (II) LoadModule: "intel"
[ 12802.588] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 12802.588] (II) Module intel: vendor="X.Org Foundation"
[ 12802.588] 	compiled for 1.13.2.901, module version = 2.21.3
[ 12802.588] 	Module class: X.Org Video Driver
[ 12802.588] 	ABI class: X.Org Video Driver, version 13.1
[ 12802.588] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[ 12802.589] (++) using VT number 1

[ 12802.589] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 12802.589] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 12802.589] (==) intel(0): RGB weight 888
[ 12802.589] (==) intel(0): Default visual is TrueColor
[ 12802.589] (**) intel(0): Option "AccelMethod" "sna"
[ 12802.589] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 12802.589] (**) intel(0): Framebuffer tiled
[ 12802.589] (**) intel(0): Pixmaps tiled
[ 12802.589] (**) intel(0): "Tear free" disabled
[ 12802.589] (**) intel(0): Forcing per-crtc-pixmaps? no
[ 12802.589] (II) intel(0): Output LVDS1 has no monitor section
[ 12802.589] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[ 12802.602] (II) intel(0): Output VGA1 has no monitor section
[ 12802.603] (II) intel(0): Output HDMI1 has no monitor section
[ 12802.645] (II) intel(0): Output DP1 has no monitor section
[ 12802.898] (II) intel(0): Output HDMI2 has no monitor section
[ 12802.912] (II) intel(0): Output HDMI3 has no monitor section
[ 12802.952] (II) intel(0): Output DP2 has no monitor section
[ 12802.992] (II) intel(0): Output DP3 has no monitor section
[ 12802.992] (II) intel(0): EDID for output LVDS1
[ 12802.992] (II) intel(0): Manufacturer: SEC  Model: 3953  Serial#: 0
[ 12802.992] (II) intel(0): Year: 2012  Week: 0
[ 12802.992] (II) intel(0): EDID Version: 1.4
[ 12802.992] (II) intel(0): Digital Display Input
[ 12802.992] (II) intel(0): 6 bits per channel
[ 12802.992] (II) intel(0): Digital interface is undefined
[ 12802.992] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 14
[ 12802.992] (II) intel(0): Gamma: 2.20
[ 12802.992] (II) intel(0): No DPMS capabilities specified
[ 12802.992] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 12802.992] (II) intel(0): First detailed timing is preferred mode
[ 12802.992] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 12802.992] (II) intel(0): redX: 0.576 redY: 0.349   greenX: 0.336 greenY: 0.556
[ 12802.992] (II) intel(0): blueX: 0.159 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[ 12802.992] (II) intel(0): Manufacturer's mask: 0
[ 12802.992] (II) intel(0): Supported detailed timing:
[ 12802.992] (II) intel(0): clock: 76.9 MHz   Image Size:  256 x 144 mm
[ 12802.992] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 12802.992] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 12802.992] (II) intel(0): Supported detailed timing:
[ 12802.992] (II) intel(0): clock: 51.3 MHz   Image Size:  256 x 144 mm
[ 12802.992] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 12802.992] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 12802.992] (II) intel(0): Unknown vendor-specific block 2
[ 12802.992] (II) intel(0): EDID (in hex):
[ 12802.992] (II) intel(0): 	00ffffffffffff004ca3533900000000
[ 12802.992] (II) intel(0): 	00160104901a0e780a91e59359568e28
[ 12802.992] (II) intel(0): 	1d505400000001010101010101010101
[ 12802.992] (II) intel(0): 	0101010101010e1e561651000c303020
[ 12802.992] (II) intel(0): 	25000090100000190914561651000c30
[ 12802.992] (II) intel(0): 	30202500009010000019000000000000
[ 12802.992] (II) intel(0): 	00000000000000000000000000000002
[ 12802.992] (II) intel(0): 	000c4cff0a3c64100f196400000000c1
[ 12802.992] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 12802.992] (II) intel(0): Printing probed modes for output LVDS1
[ 12802.992] (II) intel(0): Modeline "1366x768"x60.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12802.992] (II) intel(0): Modeline "1366x768"x40.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12802.992] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 12802.992] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 12802.992] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 12802.992] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 12803.005] (II) intel(0): EDID for output VGA1
[ 12803.006] (II) intel(0): EDID for output HDMI1
[ 12803.048] (II) intel(0): EDID for output DP1
[ 12803.302] (II) intel(0): EDID for output HDMI2
[ 12803.302] (II) intel(0): Manufacturer: ACR  Model: 198  Serial#: 294659115
[ 12803.302] (II) intel(0): Year: 2011  Week: 19
[ 12803.302] (II) intel(0): EDID Version: 1.3
[ 12803.302] (II) intel(0): Digital Display Input
[ 12803.302] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 12803.302] (II) intel(0): Gamma: 2.20
[ 12803.302] (II) intel(0): DPMS capabilities: Off
[ 12803.302] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 12803.302] (II) intel(0): First detailed timing is preferred mode
[ 12803.302] (II) intel(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
[ 12803.302] (II) intel(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[ 12803.302] (II) intel(0): Supported established timings:
[ 12803.302] (II) intel(0): 720x400@70Hz
[ 12803.302] (II) intel(0): 640x480@60Hz
[ 12803.302] (II) intel(0): 640x480@67Hz
[ 12803.302] (II) intel(0): 800x600@56Hz
[ 12803.302] (II) intel(0): 800x600@60Hz
[ 12803.302] (II) intel(0): 1024x768@60Hz
[ 12803.302] (II) intel(0): 1024x768@70Hz
[ 12803.302] (II) intel(0): Manufacturer's mask: 0
[ 12803.302] (II) intel(0): Supported standard timings:
[ 12803.302] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 12803.302] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 12803.302] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 12803.302] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 12803.302] (II) intel(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 12803.302] (II) intel(0): Supported detailed timing:
[ 12803.302] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 12803.302] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 12803.302] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 12803.302] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 12803.302] (II) intel(0): Monitor name: Acer P226HQL
[ 12803.302] (II) intel(0): Serial No: LNJ0W0014320
[ 12803.302] (II) intel(0): EDID (in hex):
[ 12803.302] (II) intel(0): 	00ffffffffffff00047298012b249011
[ 12803.302] (II) intel(0): 	1315010380301b782a9535a159579f27
[ 12803.302] (II) intel(0): 	0e5054b30c00714f810081809500d1c0
[ 12803.302] (II) intel(0): 	010101010101023a801871382d40582c
[ 12803.302] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[ 12803.302] (II) intel(0): 	5311000a202020202020000000fc0041
[ 12803.302] (II) intel(0): 	636572205032323648514c0a000000ff
[ 12803.302] (II) intel(0): 	004c4e4a3057303031343332300a00d9
[ 12803.302] (II) intel(0): Printing probed modes for output HDMI2
[ 12803.302] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 12803.302] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 12803.302] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[ 12803.302] (II) intel(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 12803.302] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 12803.302] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 12803.302] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 12803.302] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 12803.302] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 12803.302] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 12803.302] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 12803.302] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 12803.302] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12803.302] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 12803.302] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 12803.302] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12803.302] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12803.302] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 12803.302] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12803.302] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 12803.302] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 12803.302] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12803.302] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12803.315] (II) intel(0): EDID for output HDMI3
[ 12803.355] (II) intel(0): EDID for output DP2
[ 12803.395] (II) intel(0): EDID for output DP3
[ 12803.395] (II) intel(0): Output LVDS1 connected
[ 12803.395] (II) intel(0): Output VGA1 disconnected
[ 12803.395] (II) intel(0): Output HDMI1 disconnected
[ 12803.395] (II) intel(0): Output DP1 disconnected
[ 12803.395] (II) intel(0): Output HDMI2 connected
[ 12803.395] (II) intel(0): Output HDMI3 disconnected
[ 12803.395] (II) intel(0): Output DP2 disconnected
[ 12803.395] (II) intel(0): Output DP3 disconnected
[ 12803.395] (II) intel(0): Using exact sizes for initial modes
[ 12803.395] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 12803.395] (II) intel(0): Output HDMI2 using initial mode 1366x768
[ 12803.395] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 12803.395] (==) intel(0): DPI set to (96, 96)
[ 12803.395] (II) Loading sub module "dri2"
[ 12803.395] (II) LoadModule: "dri2"
[ 12803.395] (II) Module "dri2" already built-in
[ 12803.395] (==) Depth 24 pixmap format is 32 bpp
[ 12803.395] (II) intel(0): SNA initialized with IvyBridge backend
[ 12803.395] (==) intel(0): Backing store disabled
[ 12803.395] (==) intel(0): Silken mouse enabled
[ 12803.395] (II) intel(0): HW Cursor enabled
[ 12803.395] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 12803.396] (==) intel(0): DPMS enabled
[ 12803.396] (II) intel(0): [DRI2] Setup complete
[ 12803.396] (II) intel(0): [DRI2]   DRI driver: i965
[ 12803.396] (II) intel(0): direct rendering: DRI2 Enabled
[ 12803.397] (==) intel(0): hotplug detection: "enabled"
[ 12803.397] (--) RandR disabled
[ 12803.406] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 12803.406] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 12803.406] (II) AIGLX: enabled GLX_ARB_create_context
[ 12803.406] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 12803.406] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 12803.406] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 12803.406] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 12803.406] (II) AIGLX: Loaded and initialized i965
[ 12803.406] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12803.406] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 12803.465] (II) intel(0): switch to mode 1366x768 on crtc 5 (pipe 1)
[ 12803.645] (II) intel(0): Setting screen physical size to 361 x 203
[ 12803.676] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 12803.676] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12803.676] (II) LoadModule: "evdev"
[ 12803.676] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12803.676] (II) Module evdev: vendor="X.Org Foundation"
[ 12803.676] 	compiled for 1.13.0, module version = 2.7.3
[ 12803.676] 	Module class: X.Org XInput Driver
[ 12803.676] 	ABI class: X.Org XInput driver, version 18.0
[ 12803.676] (II) Using input driver 'evdev' for 'Power Button'
[ 12803.676] (**) Power Button: always reports core events
[ 12803.676] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 12803.677] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 12803.677] (--) evdev: Power Button: Found keys
[ 12803.677] (II) evdev: Power Button: Configuring as keyboard
[ 12803.677] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 12803.677] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12803.677] (**) Option "xkb_rules" "evdev"
[ 12803.677] (**) Option "xkb_model" "evdev"
[ 12803.677] (**) Option "xkb_layout" "us"
[ 12803.699] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 12803.699] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 12803.699] (II) Using input driver 'evdev' for 'Video Bus'
[ 12803.699] (**) Video Bus: always reports core events
[ 12803.699] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 12803.699] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 12803.699] (--) evdev: Video Bus: Found keys
[ 12803.699] (II) evdev: Video Bus: Configuring as keyboard
[ 12803.699] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 12803.699] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 12803.699] (**) Option "xkb_rules" "evdev"
[ 12803.699] (**) Option "xkb_model" "evdev"
[ 12803.699] (**) Option "xkb_layout" "us"
[ 12803.699] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 12803.699] (II) No input driver specified, ignoring this device.
[ 12803.699] (II) This device may have been added with another device file.
[ 12803.700] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 12803.700] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 12803.700] (II) Using input driver 'evdev' for 'Sleep Button'
[ 12803.700] (**) Sleep Button: always reports core events
[ 12803.700] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 12803.700] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 12803.700] (--) evdev: Sleep Button: Found keys
[ 12803.700] (II) evdev: Sleep Button: Configuring as keyboard
[ 12803.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 12803.700] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 12803.700] (**) Option "xkb_rules" "evdev"
[ 12803.700] (**) Option "xkb_model" "evdev"
[ 12803.700] (**) Option "xkb_layout" "us"
[ 12803.700] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 12803.701] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event21)
[ 12803.701] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 12803.701] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 12803.701] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 12803.701] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event21"
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 12803.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input24/event21"
[ 12803.701] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
[ 12803.701] (**) Option "xkb_rules" "evdev"
[ 12803.701] (**) Option "xkb_model" "evdev"
[ 12803.701] (**) Option "xkb_layout" "us"
[ 12803.701] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event22)
[ 12803.701] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 12803.701] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 12803.701] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 12803.701] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event22"
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[ 12803.701] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 12803.701] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[ 12803.701] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[ 12803.701] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12803.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.1/input/input25/event22"
[ 12803.701] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 10)
[ 12803.701] (**) Option "xkb_rules" "evdev"
[ 12803.701] (**) Option "xkb_model" "evdev"
[ 12803.701] (**) Option "xkb_layout" "us"
[ 12803.702] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[ 12803.702] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[ 12803.702] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[ 12803.702] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[ 12803.702] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 12803.702] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 12803.702] (II) config/udev: Adding input device HP HD Webcam [Fixed] (/dev/input/event7)
[ 12803.702] (**) HP HD Webcam [Fixed]: Applying InputClass "evdev keyboard catchall"
[ 12803.702] (II) Using input driver 'evdev' for 'HP HD Webcam [Fixed]'
[ 12803.702] (**) HP HD Webcam [Fixed]: always reports core events
[ 12803.702] (**) evdev: HP HD Webcam [Fixed]: Device: "/dev/input/event7"
[ 12803.702] (--) evdev: HP HD Webcam [Fixed]: Vendor 0x4f2 Product 0xb2ef
[ 12803.702] (--) evdev: HP HD Webcam [Fixed]: Found keys
[ 12803.702] (II) evdev: HP HD Webcam [Fixed]: Configuring as keyboard
[ 12803.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7/event7"
[ 12803.702] (II) XINPUT: Adding extended input device "HP HD Webcam [Fixed]" (type: KEYBOARD, id 11)
[ 12803.702] (**) Option "xkb_rules" "evdev"
[ 12803.702] (**) Option "xkb_model" "evdev"
[ 12803.702] (**) Option "xkb_layout" "us"
[ 12803.703] (II) config/udev: Adding input device OCT KVMLite (/dev/input/event19)
[ 12803.703] (**) OCT KVMLite: Applying InputClass "evdev keyboard catchall"
[ 12803.703] (II) Using input driver 'evdev' for 'OCT KVMLite'
[ 12803.703] (**) OCT KVMLite: always reports core events
[ 12803.703] (**) evdev: OCT KVMLite: Device: "/dev/input/event19"
[ 12803.703] (--) evdev: OCT KVMLite: Vendor 0xb39 Product 0x3
[ 12803.703] (--) evdev: OCT KVMLite: Found keys
[ 12803.703] (II) evdev: OCT KVMLite: Configuring as keyboard
[ 12803.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1.1/1-1.4.1.1:1.0/input/input19/event19"
[ 12803.703] (II) XINPUT: Adding extended input device "OCT KVMLite" (type: KEYBOARD, id 12)
[ 12803.703] (**) Option "xkb_rules" "evdev"
[ 12803.703] (**) Option "xkb_model" "evdev"
[ 12803.703] (**) Option "xkb_layout" "us"
[ 12803.703] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/event20)
[ 12803.703] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "evdev pointer catchall"
[ 12803.703] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "R.A.T.9"
[ 12803.703] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.9 Wireless Mouse'
[ 12803.703] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: always reports core events
[ 12803.703] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Device: "/dev/input/event20"
[ 12803.704] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: ButtonMapping '1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17'
[ 12803.704] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Vendor 0x6a3 Product 0xcd9
[ 12803.704] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found 17 mouse buttons
[ 12803.704] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found scroll wheel(s)
[ 12803.704] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found relative axes
[ 12803.704] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found x and y relative axes
[ 12803.704] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Configuring as mouse
[ 12803.704] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Adding scrollwheel support
[ 12803.704] (**) Option "YAxisMapping" "10 11"
[ 12803.704] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: YAxisMapping: buttons 10 and 11
[ 12803.704] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12803.704] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/input/input23/event20"
[ 12803.704] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.9 Wireless Mouse" (type: MOUSE, id 13)
[ 12803.704] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: initialized for relative axes.
[ 12803.704] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) keeping acceleration scheme 1
[ 12803.704] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration profile 0
[ 12803.704] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration factor: 2.000
[ 12803.704] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration threshold: 4
[ 12803.704] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/mouse2)
[ 12803.704] (II) No input driver specified, ignoring this device.
[ 12803.704] (II) This device may have been added with another device file.
[ 12803.704] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[ 12803.704] (II) No input driver specified, ignoring this device.
[ 12803.704] (II) This device may have been added with another device file.
[ 12803.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event10)
[ 12803.705] (II) No input driver specified, ignoring this device.
[ 12803.705] (II) This device may have been added with another device file.
[ 12803.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[ 12803.705] (II) No input driver specified, ignoring this device.
[ 12803.705] (II) This device may have been added with another device file.
[ 12803.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 12803.705] (II) No input driver specified, ignoring this device.
[ 12803.705] (II) This device may have been added with another device file.
[ 12803.705] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13)
[ 12803.705] (II) No input driver specified, ignoring this device.
[ 12803.705] (II) This device may have been added with another device file.
[ 12803.705] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 12803.705] (II) No input driver specified, ignoring this device.
[ 12803.705] (II) This device may have been added with another device file.
[ 12803.706] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[ 12803.706] (II) No input driver specified, ignoring this device.
[ 12803.706] (II) This device may have been added with another device file.
[ 12803.706] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event16)
[ 12803.706] (II) No input driver specified, ignoring this device.
[ 12803.706] (II) This device may have been added with another device file.
[ 12803.706] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12803.706] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 12803.706] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 12803.706] (**) AT Translated Set 2 keyboard: always reports core events
[ 12803.706] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 12803.706] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 12803.706] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 12803.706] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 12803.706] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 12803.706] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 12803.706] (**) Option "xkb_rules" "evdev"
[ 12803.706] (**) Option "xkb_model" "evdev"
[ 12803.706] (**) Option "xkb_layout" "us"
[ 12803.707] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event17)
[ 12803.707] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 12803.707] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 12803.707] (**) PS/2 Generic Mouse: always reports core events
[ 12803.707] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event17"
[ 12803.707] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[ 12803.707] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[ 12803.707] (--) evdev: PS/2 Generic Mouse: Found relative axes
[ 12803.707] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[ 12803.707] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[ 12803.707] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 12803.707] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 12803.707] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input17/event17"
[ 12803.707] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 12803.707] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[ 12803.707] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 12803.707] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 12803.707] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 12803.707] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 12803.707] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 12803.707] (II) No input driver specified, ignoring this device.
[ 12803.707] (II) This device may have been added with another device file.
[ 12803.707] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[ 12803.707] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 12803.707] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 12803.707] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 12803.707] (II) LoadModule: "synaptics"
[ 12803.708] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 12803.708] (II) Module synaptics: vendor="X.Org Foundation"
[ 12803.708] 	compiled for 1.13.2, module version = 1.6.3
[ 12803.708] 	Module class: X.Org XInput Driver
[ 12803.708] 	ABI class: X.Org XInput driver, version 18.0
[ 12803.708] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 12803.708] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 12803.708] (**) Option "Device" "/dev/input/event18"
[ 12803.778] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1200 - 5736
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 824 - 5172
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 12803.778] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 12803.778] (**) Option "TapButton1" "1"
[ 12803.779] (**) Option "TapButton2" "2"
[ 12803.779] (**) Option "TapButton3" "3"
[ 12803.779] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 12803.779] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 12803.805] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input18/event18"
[ 12803.805] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[ 12803.805] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 12803.805] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 12803.805] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.032
[ 12803.805] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 12803.805] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 12803.805] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 12803.805] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 12803.805] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 12803.806] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 12803.806] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 12803.806] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[ 12803.806] (II) No input driver specified, ignoring this device.
[ 12803.806] (II) This device may have been added with another device file.
[ 12803.806] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 12803.806] (II) No input driver specified, ignoring this device.
[ 12803.806] (II) This device may have been added with another device file.
[ 12803.806] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 12803.806] (II) No input driver specified, ignoring this device.
[ 12803.806] (II) This device may have been added with another device file.
[ 12803.807] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[ 12803.807] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 12803.807] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 12803.807] (**) HP WMI hotkeys: always reports core events
[ 12803.807] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
[ 12803.807] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[ 12803.807] (--) evdev: HP WMI hotkeys: Found keys
[ 12803.807] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[ 12803.807] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[ 12803.807] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[ 12803.807] (**) Option "xkb_rules" "evdev"
[ 12803.807] (**) Option "xkb_model" "evdev"
[ 12803.807] (**) Option "xkb_layout" "us"
[ 12804.127] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12804.127] (II) intel(0): Printing DDC gathered Modelines:
[ 12804.127] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12804.127] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12832.404] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12832.404] (II) intel(0): Printing DDC gathered Modelines:
[ 12832.404] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12832.404] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12832.816] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12832.816] (II) intel(0): Printing DDC gathered Modelines:
[ 12832.816] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12832.816] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12843.035] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12843.035] (II) intel(0): Printing DDC gathered Modelines:
[ 12843.035] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12843.035] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12843.443] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 12843.481] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 12843.493] (II) intel(0): switch to mode 1920x1080 on crtc 5 (pipe 1)
[ 12843.702] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12843.702] (II) intel(0): Printing DDC gathered Modelines:
[ 12843.702] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12843.702] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12849.209] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 12851.804] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 12851.804] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 12851.855] (II) intel(0): switch to mode 1920x1080 on crtc 5 (pipe 1)
[ 12852.035] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 12852.035] (II) intel(0): Printing DDC gathered Modelines:
[ 12852.036] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 12852.036] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 12852.458] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 14696.360] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 14696.540] (II) intel(0): switch to mode 1920x1080 on crtc 5 (pipe 1)
[ 15755.118] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 15755.300] (II) intel(0): switch to mode 1920x1080 on crtc 5 (pipe 1)
[ 19135.570] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19135.570] (II) intel(0): Printing DDC gathered Modelines:
[ 19135.570] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19135.570] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19338.494] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19338.494] (II) intel(0): Printing DDC gathered Modelines:
[ 19338.494] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19338.494] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19338.907] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19338.907] (II) intel(0): Printing DDC gathered Modelines:
[ 19338.907] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19338.907] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19339.308] [mi] Increasing EQ size to 512 to prevent dropped events.
[ 19361.868] (II) config/udev: removing device OCT KVMLite
[ 19361.871] (II) evdev: OCT KVMLite: Close
[ 19361.871] (II) UnloadModule: "evdev"
[ 19363.084] (II) config/udev: Adding input device OCT KVMLite (/dev/input/event19)
[ 19363.084] (**) OCT KVMLite: Applying InputClass "evdev keyboard catchall"
[ 19363.084] (II) Using input driver 'evdev' for 'OCT KVMLite'
[ 19363.084] (**) OCT KVMLite: always reports core events
[ 19363.084] (**) evdev: OCT KVMLite: Device: "/dev/input/event19"
[ 19363.084] (--) evdev: OCT KVMLite: Vendor 0xb39 Product 0x3
[ 19363.084] (--) evdev: OCT KVMLite: Found keys
[ 19363.084] (II) evdev: OCT KVMLite: Configuring as keyboard
[ 19363.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1.1/1-1.4.1.1:1.0/input/input26/event19"
[ 19363.085] (II) XINPUT: Adding extended input device "OCT KVMLite" (type: KEYBOARD, id 12)
[ 19363.085] (**) Option "xkb_rules" "evdev"
[ 19363.085] (**) Option "xkb_model" "evdev"
[ 19363.085] (**) Option "xkb_layout" "us"
[ 19368.413] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19368.414] (II) intel(0): Printing DDC gathered Modelines:
[ 19368.414] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19368.414] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19368.826] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19368.826] (II) intel(0): Printing DDC gathered Modelines:
[ 19368.826] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19368.827] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19529.431] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19529.431] (II) intel(0): Printing DDC gathered Modelines:
[ 19529.431] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19529.431] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19530.153] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19530.153] (II) intel(0): Printing DDC gathered Modelines:
[ 19530.153] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19530.153] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19540.502] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19540.502] (II) intel(0): Printing DDC gathered Modelines:
[ 19540.502] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19540.502] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19540.991] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19540.991] (II) intel(0): Printing DDC gathered Modelines:
[ 19540.991] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19540.991] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19545.780] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19545.780] (II) intel(0): Printing DDC gathered Modelines:
[ 19545.780] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19545.780] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 19546.260] (II) intel(0): switch to mode 1920x1080 on crtc 7 (pipe 2)
[ 19546.455] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 19546.455] (II) intel(0): Printing DDC gathered Modelines:
[ 19546.455] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 19546.455] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 20234.499] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 20234.499] (II) intel(0): Printing DDC gathered Modelines:
[ 20234.499] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 20234.499] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)

I had a look on the windows box and as far as I can tell the same mode is used 1920x1080@60Hz. I really have no idea of what's is going on, so far I can think of :
- Something wrong with xorg
- Something wrong with the i915 driver
- The KVM cable armouring
- Something else?!

Any suggestion/remark/help is welcome smile
And please let me know if you need me to gather more information.


EDIT 1:
Crappy image hoster

Last edited by dna (2013-03-12 09:05:40)

Offline

#2 2013-03-11 13:28:20

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: Xorg + KVM switch = Flickering and artifacts

Have you tried switching the cable between the two machines? Ie. if cable 0 is connected to windows and cable 1 is connected to Arch, have you tried connecting cable 0 to Arch?

Also, did you research the KVM (manufacturer ratings, model ratings, etc)? Whenever I've looked into "consumer" KVMs I've been scared away by bad reviews. They are surprisingly problematic it seems.

Also, when you boot the Arch machine, do you have the kvm set to its port until from bootloader until X is up? I have an issue with resolution detection when I boot any Linux with my kvm set to another port. It's not artefacts, but it may be worth looking into.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#3 2013-03-11 15:19:44

dna
Member
Registered: 2011-10-26
Posts: 6

Re: Xorg + KVM switch = Flickering and artifacts

Hi and thank you for the reply!

Have you tried switching the cable between the two machines? Ie. if cable 0 is connected to windows and cable 1 is connected to Arch, have you tried connecting cable 0 to Arch?

I just did, and it's the exact same behaviour, so it's probably not the cable.

Also, did you research the KVM (manufacturer ratings, model ratings, etc)? Whenever I've looked into "consumer" KVMs I've been scared away by bad reviews. They are surprisingly problematic it seems.

No I didn't. I should have -> lesson learned! I will browse the web this evening about this particular KVM model. I will post an edit if I found something related to this issue.

Also, when you boot the Arch machine, do you have the kvm set to its port until from bootloader until X is up? I have an issue with resolution detection when I boot any Linux with my kvm set to another port. It's not artefacts, but it may be worth looking into.

I didn't try. I will give it a shot as soon as I'm home.

Offline

#4 2013-03-12 09:00:33

dna
Member
Registered: 2011-10-26
Posts: 6

Re: Xorg + KVM switch = Flickering and artifacts

Hi, sorry for the delayed answer, I didn't have the time to update the topic yesterday evening.

Also, when you boot the Arch machine, do you have the kvm set to its port until from bootloader until X is up? I have an issue with resolution detection when I boot any Linux with my kvm set to another port. It's not artefacts, but it may be worth looking into.

During the entire boot process up to some point in the systemd init sequence my external screens are disabled either by using the KVM switch or not (When the KVM is used, the active port is set to the Arch box).

I have did some research yesterday and I am wondering if that might be caused by DDC?! I found this post on the Open Suze forums. The user seems to describe a simmilar issue but with another hardware.
I have been trying to disable DDC but unfortunately without success so far. By adding to the device section of Xorg (According the intel man page)

Option "DDC" "false"

The option is simply ignored :

1 dna@DNA-NOTEBOOK ~ % grep DDC /var/log/Xorg.0.log
[   504.104] (WW) intel(0): Option "NoDDC" is not used
[   505.189] (II) intel(0): Printing DDC gathered Modelines:

Is that because KMS has now become mandatory?

Could those artifacts be the actual DDC queries? or some signal corruption due to improper handling on the KVM switch?

EDIT1:
Well according to the data sheet, this switch should support DDC with DDC2 Monitor. How can I found out which DDC version my monitor support? I can't find anything on the web for this model.
I am also contacting Digitus regarding this issue. I will keep this post updated.

EDIT2:
I keep digging this stuff and I don't think it has to do with DDC for two reasons. First I can disable DDC/CI feature on my monitor. Sadly it didn't help. Still those artifacts. Second xrandr is able to read the EDID correctly. I am no expert but as I understand that's why DDC is meant for.

I have also noticed an interesting thing this afternoon. I was working remotely on a box via rdp but for some reason the artifacts was not rendered on the viewer. They stopped at the border ... Any idea?

EDIT3:
I kept investigating this issue during the past weekend and I  think it's related to the intel driver. First I have tested the switch with 2 others machines. The first one was running a dual boot with windows 8 and arch. Both OS detected and rendered the display correctly (On windows the latest catalyst driver was used and on arch the open source radeon driver). The second setup however produced the same display corruption (As the picture in the first post) and was also running the intel driver but on a HD 3000 serie graphic chip.
Secondly I noticed (happend only once) a couple of messages in the xorg log :
[ 40264.490] (EE) intel(0): sna_mode_redisplay: page flipping failed, disabling CRTC:3 (pipe=0)
[ 40264.490] (EE) intel(0): sna_mode_redisplay: page flipping failed, disabling CRTC:5 (pipe=1)
I have tried rolling back to uxa + disabling triple buffer but sadly the issue remain.

I was not able to replicate the above messages. Here follows 2 xorg log. Maybe that someone has an idea?!

Xorg.0.log With SNA+TripleBuffer+TearFree

[ 41601.648] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 41601.648] X Protocol Version 11, Revision 0
[ 41601.648] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 41601.648] Current Operating System: Linux DNA-NOTEBOOK 3.7.10-1-ARCH #1 SMP PREEMPT Thu Feb 28 09:50:17 CET 2013 x86_64
[ 41601.648] Kernel command line: root=/dev/sda2 ro elevator=noop acpi_osi=Linux acpi_backlight=vendor initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[ 41601.649] Build Date: 09 March 2013  08:45:37AM
[ 41601.649]  
[ 41601.649] Current version of pixman: 0.28.2
[ 41601.649] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 41601.649] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41601.649] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 18 14:41:47 2013
[ 41601.649] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 41601.649] (==) No Layout section.  Using the first Screen section.
[ 41601.649] (==) No screen section available. Using defaults.
[ 41601.649] (**) |-->Screen "Default Screen Section" (0)
[ 41601.649] (**) |   |-->Monitor "<default monitor>"
[ 41601.649] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 41601.649] (**) |   |-->Device "Intel Graphics"
[ 41601.649] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 41601.649] (==) Automatically adding devices
[ 41601.649] (==) Automatically enabling devices
[ 41601.649] (==) Automatically adding GPU devices
[ 41601.649] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 41601.649] 	Entry deleted from font path.
[ 41601.649] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 41601.649] 	Entry deleted from font path.
[ 41601.649] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 41601.649] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 41601.649] 	Entry deleted from font path.
[ 41601.649] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 41601.649] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[ 41601.649] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 41601.649] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 41601.649] (II) Loader magic: 0x7fcc20
[ 41601.649] (II) Module ABI versions:
[ 41601.649] 	X.Org ANSI C Emulation: 0.4
[ 41601.649] 	X.Org Video Driver: 13.1
[ 41601.649] 	X.Org XInput driver : 18.0
[ 41601.649] 	X.Org Server Extension : 7.0
[ 41601.649] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 41601.651] (--) PCI:*(0:0:2:0) 8086:0166:103c:1815 rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00002000/64
[ 41601.651] Initializing built-in extension Generic Event Extension
[ 41601.651] Initializing built-in extension SHAPE
[ 41601.651] Initializing built-in extension MIT-SHM
[ 41601.651] Initializing built-in extension XInputExtension
[ 41601.651] Initializing built-in extension XTEST
[ 41601.651] Initializing built-in extension BIG-REQUESTS
[ 41601.651] Initializing built-in extension SYNC
[ 41601.651] Initializing built-in extension XKEYBOARD
[ 41601.651] Initializing built-in extension XC-MISC
[ 41601.651] Initializing built-in extension SECURITY
[ 41601.651] Initializing built-in extension XINERAMA
[ 41601.651] Initializing built-in extension XFIXES
[ 41601.651] Initializing built-in extension RENDER
[ 41601.651] Initializing built-in extension RANDR
[ 41601.651] Initializing built-in extension COMPOSITE
[ 41601.651] Initializing built-in extension DAMAGE
[ 41601.651] Initializing built-in extension MIT-SCREEN-SAVER
[ 41601.651] Initializing built-in extension DOUBLE-BUFFER
[ 41601.651] Initializing built-in extension RECORD
[ 41601.651] Initializing built-in extension DPMS
[ 41601.651] Initializing built-in extension X-Resource
[ 41601.651] Initializing built-in extension XVideo
[ 41601.651] Initializing built-in extension XVideo-MotionCompensation
[ 41601.651] Initializing built-in extension XFree86-VidModeExtension
[ 41601.652] Initializing built-in extension XFree86-DGA
[ 41601.652] Initializing built-in extension XFree86-DRI
[ 41601.653] Initializing built-in extension DRI2
[ 41601.653] (II) LoadModule: "glx"
[ 41601.653] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 41601.653] (II) Module glx: vendor="X.Org Foundation"
[ 41601.653] 	compiled for 1.13.3, module version = 1.0.0
[ 41601.653] 	ABI class: X.Org Server Extension, version 7.0
[ 41601.653] (==) AIGLX enabled
[ 41601.653] Loading extension GLX
[ 41601.653] (II) LoadModule: "intel"
[ 41601.654] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 41601.654] (II) Module intel: vendor="X.Org Foundation"
[ 41601.654] 	compiled for 1.13.2.901, module version = 2.21.3
[ 41601.654] 	Module class: X.Org Video Driver
[ 41601.654] 	ABI class: X.Org Video Driver, version 13.1
[ 41601.654] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[ 41601.654] (++) using VT number 1

[ 41601.654] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 41601.654] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 41601.654] (==) intel(0): RGB weight 888
[ 41601.654] (==) intel(0): Default visual is TrueColor
[ 41601.654] (**) intel(0): Option "AccelMethod" "sna"
[ 41601.654] (**) intel(0): Option "TearFree" "true"
[ 41601.654] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 41601.655] (**) intel(0): Framebuffer tiled
[ 41601.655] (**) intel(0): Pixmaps tiled
[ 41601.655] (**) intel(0): "Tear free" enabled
[ 41601.655] (**) intel(0): Forcing per-crtc-pixmaps? no
[ 41601.655] (II) intel(0): Output LVDS1 has no monitor section
[ 41601.655] (--) intel(0): found backlight control interface intel_backlight (type 'raw')
[ 41601.666] (II) intel(0): Output VGA1 has no monitor section
[ 41601.742] (II) intel(0): Output HDMI1 has no monitor section
[ 41601.782] (II) intel(0): Output DP1 has no monitor section
[ 41602.035] (II) intel(0): Output HDMI2 has no monitor section
[ 41602.049] (II) intel(0): Output HDMI3 has no monitor section
[ 41602.089] (II) intel(0): Output DP2 has no monitor section
[ 41602.129] (II) intel(0): Output DP3 has no monitor section
[ 41602.129] (II) intel(0): EDID for output LVDS1
[ 41602.129] (II) intel(0): Manufacturer: SEC  Model: 3953  Serial#: 0
[ 41602.129] (II) intel(0): Year: 2012  Week: 0
[ 41602.129] (II) intel(0): EDID Version: 1.4
[ 41602.129] (II) intel(0): Digital Display Input
[ 41602.129] (II) intel(0): 6 bits per channel
[ 41602.129] (II) intel(0): Digital interface is undefined
[ 41602.129] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 14
[ 41602.129] (II) intel(0): Gamma: 2.20
[ 41602.129] (II) intel(0): No DPMS capabilities specified
[ 41602.129] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41602.129] (II) intel(0): First detailed timing is preferred mode
[ 41602.129] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 41602.129] (II) intel(0): redX: 0.576 redY: 0.349   greenX: 0.336 greenY: 0.556
[ 41602.129] (II) intel(0): blueX: 0.159 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[ 41602.129] (II) intel(0): Manufacturer's mask: 0
[ 41602.129] (II) intel(0): Supported detailed timing:
[ 41602.129] (II) intel(0): clock: 76.9 MHz   Image Size:  256 x 144 mm
[ 41602.129] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 41602.129] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 41602.129] (II) intel(0): Supported detailed timing:
[ 41602.129] (II) intel(0): clock: 51.3 MHz   Image Size:  256 x 144 mm
[ 41602.129] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 41602.129] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 41602.129] (II) intel(0): Unknown vendor-specific block 2
[ 41602.129] (II) intel(0): EDID (in hex):
[ 41602.129] (II) intel(0): 	00ffffffffffff004ca3533900000000
[ 41602.129] (II) intel(0): 	00160104901a0e780a91e59359568e28
[ 41602.129] (II) intel(0): 	1d505400000001010101010101010101
[ 41602.129] (II) intel(0): 	0101010101010e1e561651000c303020
[ 41602.129] (II) intel(0): 	25000090100000190914561651000c30
[ 41602.129] (II) intel(0): 	30202500009010000019000000000000
[ 41602.129] (II) intel(0): 	00000000000000000000000000000002
[ 41602.129] (II) intel(0): 	000c4cff0a3c64100f196400000000c1
[ 41602.129] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 41602.129] (II) intel(0): Printing probed modes for output LVDS1
[ 41602.129] (II) intel(0): Modeline "1366x768"x60.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41602.129] (II) intel(0): Modeline "1366x768"x40.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41602.129] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 41602.129] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 41602.129] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 41602.129] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 41602.142] (II) intel(0): EDID for output VGA1
[ 41602.218] (II) intel(0): EDID for output HDMI1
[ 41602.218] (II) intel(0): Manufacturer: ACR  Model: 198  Serial#: 74506241
[ 41602.218] (II) intel(0): Year: 2010  Week: 47
[ 41602.218] (II) intel(0): EDID Version: 1.3
[ 41602.218] (II) intel(0): Digital Display Input
[ 41602.219] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 41602.219] (II) intel(0): Gamma: 2.20
[ 41602.219] (II) intel(0): DPMS capabilities: Off
[ 41602.219] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41602.219] (II) intel(0): First detailed timing is preferred mode
[ 41602.219] (II) intel(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
[ 41602.219] (II) intel(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[ 41602.219] (II) intel(0): Supported established timings:
[ 41602.219] (II) intel(0): 720x400@70Hz
[ 41602.219] (II) intel(0): 640x480@60Hz
[ 41602.219] (II) intel(0): 640x480@67Hz
[ 41602.219] (II) intel(0): 800x600@56Hz
[ 41602.219] (II) intel(0): 800x600@60Hz
[ 41602.219] (II) intel(0): 1024x768@60Hz
[ 41602.219] (II) intel(0): 1024x768@70Hz
[ 41602.219] (II) intel(0): Manufacturer's mask: 0
[ 41602.219] (II) intel(0): Supported standard timings:
[ 41602.219] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 41602.219] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 41602.219] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 41602.219] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 41602.219] (II) intel(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 41602.219] (II) intel(0): Supported detailed timing:
[ 41602.219] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 41602.219] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 41602.219] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 41602.219] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 41602.219] (II) intel(0): Monitor name: Acer P226HQL
[ 41602.219] (II) intel(0): Serial No: LNJ0W0014320
[ 41602.219] (II) intel(0): EDID (in hex):
[ 41602.219] (II) intel(0): 	00ffffffffffff000472980101e07004
[ 41602.219] (II) intel(0): 	2f14010380301b782a9535a159579f27
[ 41602.219] (II) intel(0): 	0e5054b30c00714f810081809500d1c0
[ 41602.219] (II) intel(0): 	010101010101023a801871382d40582c
[ 41602.219] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[ 41602.219] (II) intel(0): 	5311000a202020202020000000fc0041
[ 41602.219] (II) intel(0): 	636572205032323648514c0a000000ff
[ 41602.219] (II) intel(0): 	004c4e4a3057303031343332300a0059
[ 41602.219] (II) intel(0): Printing probed modes for output HDMI1
[ 41602.219] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 41602.219] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 41602.219] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[ 41602.219] (II) intel(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 41602.219] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 41602.219] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 41602.219] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 41602.219] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 41602.219] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 41602.219] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 41602.219] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 41602.219] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 41602.219] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 41602.219] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 41602.219] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 41602.219] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 41602.219] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 41602.219] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 41602.219] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 41602.219] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 41602.219] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 41602.219] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 41602.219] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 41602.259] (II) intel(0): EDID for output DP1
[ 41602.512] (II) intel(0): EDID for output HDMI2
[ 41602.512] (II) intel(0): Manufacturer: ACR  Model: 198  Serial#: 294659115
[ 41602.512] (II) intel(0): Year: 2011  Week: 19
[ 41602.512] (II) intel(0): EDID Version: 1.3
[ 41602.512] (II) intel(0): Digital Display Input
[ 41602.512] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 41602.512] (II) intel(0): Gamma: 2.20
[ 41602.512] (II) intel(0): DPMS capabilities: Off
[ 41602.512] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41602.512] (II) intel(0): First detailed timing is preferred mode
[ 41602.512] (II) intel(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
[ 41602.512] (II) intel(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[ 41602.512] (II) intel(0): Supported established timings:
[ 41602.512] (II) intel(0): 720x400@70Hz
[ 41602.512] (II) intel(0): 640x480@60Hz
[ 41602.512] (II) intel(0): 640x480@67Hz
[ 41602.512] (II) intel(0): 800x600@56Hz
[ 41602.512] (II) intel(0): 800x600@60Hz
[ 41602.512] (II) intel(0): 1024x768@60Hz
[ 41602.512] (II) intel(0): 1024x768@70Hz
[ 41602.512] (II) intel(0): Manufacturer's mask: 0
[ 41602.512] (II) intel(0): Supported standard timings:
[ 41602.512] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 41602.512] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 41602.512] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 41602.512] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 41602.512] (II) intel(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 41602.512] (II) intel(0): Supported detailed timing:
[ 41602.512] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 41602.512] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 41602.512] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 41602.512] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 41602.512] (II) intel(0): Monitor name: Acer P226HQL
[ 41602.512] (II) intel(0): Serial No: LNJ0W0014320
[ 41602.512] (II) intel(0): EDID (in hex):
[ 41602.512] (II) intel(0): 	00ffffffffffff00047298012b249011
[ 41602.512] (II) intel(0): 	1315010380301b782a9535a159579f27
[ 41602.512] (II) intel(0): 	0e5054b30c00714f810081809500d1c0
[ 41602.512] (II) intel(0): 	010101010101023a801871382d40582c
[ 41602.512] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[ 41602.512] (II) intel(0): 	5311000a202020202020000000fc0041
[ 41602.512] (II) intel(0): 	636572205032323648514c0a000000ff
[ 41602.512] (II) intel(0): 	004c4e4a3057303031343332300a00d9
[ 41602.512] (II) intel(0): Printing probed modes for output HDMI2
[ 41602.512] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 41602.512] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 41602.512] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[ 41602.512] (II) intel(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 41602.512] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 41602.512] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 41602.512] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 41602.512] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 41602.512] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 41602.512] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 41602.512] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 41602.512] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 41602.512] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 41602.512] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 41602.512] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 41602.512] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 41602.512] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 41602.513] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 41602.513] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 41602.513] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 41602.513] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 41602.513] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 41602.513] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 41602.513] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 41602.513] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 41602.513] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 41602.513] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 41602.513] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 41602.513] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 41602.513] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 41602.513] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 41602.513] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 41602.525] (II) intel(0): EDID for output HDMI3
[ 41602.565] (II) intel(0): EDID for output DP2
[ 41602.605] (II) intel(0): EDID for output DP3
[ 41602.605] (II) intel(0): Output LVDS1 connected
[ 41602.605] (II) intel(0): Output VGA1 disconnected
[ 41602.605] (II) intel(0): Output HDMI1 connected
[ 41602.605] (II) intel(0): Output DP1 disconnected
[ 41602.605] (II) intel(0): Output HDMI2 connected
[ 41602.605] (II) intel(0): Output HDMI3 disconnected
[ 41602.605] (II) intel(0): Output DP2 disconnected
[ 41602.605] (II) intel(0): Output DP3 disconnected
[ 41602.605] (II) intel(0): Using exact sizes for initial modes
[ 41602.605] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 41602.605] (II) intel(0): Output HDMI1 using initial mode 1366x768
[ 41602.605] (II) intel(0): Output HDMI2 using initial mode 1366x768
[ 41602.605] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 41602.605] (==) intel(0): DPI set to (96, 96)
[ 41602.606] (II) Loading sub module "dri2"
[ 41602.606] (II) LoadModule: "dri2"
[ 41602.606] (II) Module "dri2" already built-in
[ 41602.606] (==) Depth 24 pixmap format is 32 bpp
[ 41602.606] (II) intel(0): SNA initialized with IvyBridge backend
[ 41602.606] (==) intel(0): Backing store disabled
[ 41602.606] (==) intel(0): Silken mouse enabled
[ 41602.606] (II) intel(0): HW Cursor enabled
[ 41602.606] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 41602.606] (==) intel(0): DPMS enabled
[ 41602.606] (II) intel(0): [DRI2] Setup complete
[ 41602.606] (II) intel(0): [DRI2]   DRI driver: i965
[ 41602.606] (II) intel(0): direct rendering: DRI2 Enabled
[ 41602.606] (==) intel(0): hotplug detection: "enabled"
[ 41602.606] (--) RandR disabled
[ 41602.612] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 41602.612] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 41602.612] (II) AIGLX: enabled GLX_ARB_create_context
[ 41602.612] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 41602.612] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 41602.613] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 41602.613] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 41602.613] (II) AIGLX: Loaded and initialized i965
[ 41602.613] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 41602.613] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 41602.729] (II) intel(0): switch to mode 1366x768 on crtc 5 (pipe 1)
[ 41602.909] (II) intel(0): switch to mode 1366x768 on crtc 7 (pipe 2)
[ 41603.090] (II) intel(0): Setting screen physical size to 361 x 203
[ 41603.110] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 41603.110] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 41603.110] (II) LoadModule: "evdev"
[ 41603.110] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 41603.110] (II) Module evdev: vendor="X.Org Foundation"
[ 41603.110] 	compiled for 1.13.0, module version = 2.7.3
[ 41603.110] 	Module class: X.Org XInput Driver
[ 41603.110] 	ABI class: X.Org XInput driver, version 18.0
[ 41603.110] (II) Using input driver 'evdev' for 'Power Button'
[ 41603.110] (**) Power Button: always reports core events
[ 41603.110] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 41603.110] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 41603.111] (--) evdev: Power Button: Found keys
[ 41603.111] (II) evdev: Power Button: Configuring as keyboard
[ 41603.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 41603.111] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 41603.111] (**) Option "xkb_rules" "evdev"
[ 41603.111] (**) Option "xkb_model" "evdev"
[ 41603.111] (**) Option "xkb_layout" "us"
[ 41603.125] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 41603.125] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 41603.125] (II) Using input driver 'evdev' for 'Video Bus'
[ 41603.125] (**) Video Bus: always reports core events
[ 41603.125] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 41603.125] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 41603.125] (--) evdev: Video Bus: Found keys
[ 41603.125] (II) evdev: Video Bus: Configuring as keyboard
[ 41603.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 41603.125] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 41603.125] (**) Option "xkb_rules" "evdev"
[ 41603.125] (**) Option "xkb_model" "evdev"
[ 41603.125] (**) Option "xkb_layout" "us"
[ 41603.125] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 41603.125] (II) No input driver specified, ignoring this device.
[ 41603.125] (II) This device may have been added with another device file.
[ 41603.125] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 41603.125] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 41603.125] (II) Using input driver 'evdev' for 'Sleep Button'
[ 41603.125] (**) Sleep Button: always reports core events
[ 41603.125] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 41603.125] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 41603.125] (--) evdev: Sleep Button: Found keys
[ 41603.125] (II) evdev: Sleep Button: Configuring as keyboard
[ 41603.126] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 41603.126] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 41603.126] (**) Option "xkb_rules" "evdev"
[ 41603.126] (**) Option "xkb_model" "evdev"
[ 41603.126] (**) Option "xkb_layout" "us"
[ 41603.126] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 41603.126] (II) config/udev: Adding input device HP HD Webcam [Fixed] (/dev/input/event15)
[ 41603.126] (**) HP HD Webcam [Fixed]: Applying InputClass "evdev keyboard catchall"
[ 41603.126] (II) Using input driver 'evdev' for 'HP HD Webcam [Fixed]'
[ 41603.126] (**) HP HD Webcam [Fixed]: always reports core events
[ 41603.126] (**) evdev: HP HD Webcam [Fixed]: Device: "/dev/input/event15"
[ 41603.126] (--) evdev: HP HD Webcam [Fixed]: Vendor 0x4f2 Product 0xb2ef
[ 41603.126] (--) evdev: HP HD Webcam [Fixed]: Found keys
[ 41603.126] (II) evdev: HP HD Webcam [Fixed]: Configuring as keyboard
[ 41603.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input15/event15"
[ 41603.126] (II) XINPUT: Adding extended input device "HP HD Webcam [Fixed]" (type: KEYBOARD, id 9)
[ 41603.126] (**) Option "xkb_rules" "evdev"
[ 41603.126] (**) Option "xkb_model" "evdev"
[ 41603.126] (**) Option "xkb_layout" "us"
[ 41603.126] (II) config/udev: Adding input device OCT KVMLite (/dev/input/event18)
[ 41603.127] (**) OCT KVMLite: Applying InputClass "evdev keyboard catchall"
[ 41603.127] (II) Using input driver 'evdev' for 'OCT KVMLite'
[ 41603.127] (**) OCT KVMLite: always reports core events
[ 41603.127] (**) evdev: OCT KVMLite: Device: "/dev/input/event18"
[ 41603.127] (--) evdev: OCT KVMLite: Vendor 0xb39 Product 0x3
[ 41603.127] (--) evdev: OCT KVMLite: Found keys
[ 41603.127] (II) evdev: OCT KVMLite: Configuring as keyboard
[ 41603.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.1/3-1.4.1.1:1.0/input/input22/event18"
[ 41603.127] (II) XINPUT: Adding extended input device "OCT KVMLite" (type: KEYBOARD, id 10)
[ 41603.127] (**) Option "xkb_rules" "evdev"
[ 41603.127] (**) Option "xkb_model" "evdev"
[ 41603.127] (**) Option "xkb_layout" "us"
[ 41603.127] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event19)
[ 41603.127] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 41603.127] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 41603.127] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 41603.127] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event19"
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 41603.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.3/3-1.4.1.3:1.0/input/input23/event19"
[ 41603.127] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 11)
[ 41603.127] (**) Option "xkb_rules" "evdev"
[ 41603.127] (**) Option "xkb_model" "evdev"
[ 41603.127] (**) Option "xkb_layout" "us"
[ 41603.127] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event20)
[ 41603.127] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 41603.127] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 41603.127] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 41603.127] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event20"
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[ 41603.127] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 41603.127] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[ 41603.127] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[ 41603.127] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41603.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.3/3-1.4.1.3:1.1/input/input24/event20"
[ 41603.128] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 12)
[ 41603.128] (**) Option "xkb_rules" "evdev"
[ 41603.128] (**) Option "xkb_model" "evdev"
[ 41603.128] (**) Option "xkb_layout" "us"
[ 41603.128] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[ 41603.128] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[ 41603.128] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[ 41603.128] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[ 41603.128] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 41603.128] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 41603.128] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/event21)
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "evdev pointer catchall"
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "R.A.T.9"
[ 41603.128] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.9 Wireless Mouse'
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: always reports core events
[ 41603.128] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Device: "/dev/input/event21"
[ 41603.128] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: ButtonMapping '1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17'
[ 41603.128] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Vendor 0x6a3 Product 0xcd9
[ 41603.128] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found 17 mouse buttons
[ 41603.128] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found scroll wheel(s)
[ 41603.128] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found relative axes
[ 41603.128] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found x and y relative axes
[ 41603.128] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Configuring as mouse
[ 41603.128] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Adding scrollwheel support
[ 41603.128] (**) Option "YAxisMapping" "10 11"
[ 41603.128] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: YAxisMapping: buttons 10 and 11
[ 41603.128] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41603.128] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.4/3-1.4.1.4:1.0/input/input25/event21"
[ 41603.128] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.9 Wireless Mouse" (type: MOUSE, id 13)
[ 41603.128] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: initialized for relative axes.
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) keeping acceleration scheme 1
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration profile 0
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration factor: 2.000
[ 41603.128] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration threshold: 4
[ 41603.129] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/mouse2)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.129] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event14)
[ 41603.129] (II) No input driver specified, ignoring this device.
[ 41603.129] (II) This device may have been added with another device file.
[ 41603.130] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event8)
[ 41603.130] (II) No input driver specified, ignoring this device.
[ 41603.130] (II) This device may have been added with another device file.
[ 41603.130] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
[ 41603.130] (II) No input driver specified, ignoring this device.
[ 41603.130] (II) This device may have been added with another device file.
[ 41603.130] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 41603.130] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 41603.130] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 41603.130] (**) AT Translated Set 2 keyboard: always reports core events
[ 41603.130] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 41603.130] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 41603.130] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 41603.130] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 41603.130] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 41603.130] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 41603.130] (**) Option "xkb_rules" "evdev"
[ 41603.130] (**) Option "xkb_model" "evdev"
[ 41603.130] (**) Option "xkb_layout" "us"
[ 41603.130] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 41603.130] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 41603.130] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 41603.130] (**) PS/2 Generic Mouse: always reports core events
[ 41603.130] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event16"
[ 41603.130] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[ 41603.130] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[ 41603.130] (--) evdev: PS/2 Generic Mouse: Found relative axes
[ 41603.130] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[ 41603.130] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[ 41603.130] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 41603.130] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41603.130] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event16"
[ 41603.130] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 41603.130] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[ 41603.130] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 41603.130] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 41603.130] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 41603.130] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 41603.131] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 41603.131] (II) No input driver specified, ignoring this device.
[ 41603.131] (II) This device may have been added with another device file.
[ 41603.131] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[ 41603.131] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 41603.131] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 41603.131] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 41603.131] (II) LoadModule: "synaptics"
[ 41603.131] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 41603.131] (II) Module synaptics: vendor="X.Org Foundation"
[ 41603.131] 	compiled for 1.13.2, module version = 1.6.3
[ 41603.131] 	Module class: X.Org XInput Driver
[ 41603.131] 	ABI class: X.Org XInput driver, version 18.0
[ 41603.131] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 41603.131] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 41603.131] (**) Option "Device" "/dev/input/event17"
[ 41603.182] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1200 - 5736
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 824 - 5172
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 41603.182] (**) Option "TapButton1" "1"
[ 41603.182] (**) Option "TapButton2" "2"
[ 41603.182] (**) Option "TapButton3" "3"
[ 41603.182] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 41603.182] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 41603.209] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event17"
[ 41603.209] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[ 41603.209] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 41603.209] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 41603.209] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.032
[ 41603.209] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 41603.209] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 41603.209] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 41603.209] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 41603.209] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 41603.209] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 41603.209] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 41603.209] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[ 41603.209] (II) No input driver specified, ignoring this device.
[ 41603.209] (II) This device may have been added with another device file.
[ 41603.210] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 41603.210] (II) No input driver specified, ignoring this device.
[ 41603.210] (II) This device may have been added with another device file.
[ 41603.210] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[ 41603.210] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 41603.210] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 41603.210] (**) HP WMI hotkeys: always reports core events
[ 41603.210] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event6"
[ 41603.210] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[ 41603.210] (--) evdev: HP WMI hotkeys: Found keys
[ 41603.210] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[ 41603.210] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 41603.210] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[ 41603.210] (**) Option "xkb_rules" "evdev"
[ 41603.210] (**) Option "xkb_model" "evdev"
[ 41603.210] (**) Option "xkb_layout" "us"
[ 41603.443] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41603.443] (II) intel(0): Printing DDC gathered Modelines:
[ 41603.443] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41603.443] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41608.132] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41608.132] (II) intel(0): Printing DDC gathered Modelines:
[ 41608.132] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41608.132] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41608.609] [mi] Increasing EQ size to 512 to prevent dropped events.
[ 41608.623] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41608.623] (II) intel(0): Printing DDC gathered Modelines:
[ 41608.623] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41608.623] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41618.875] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41618.876] (II) intel(0): Printing DDC gathered Modelines:
[ 41618.876] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41618.876] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41619.358] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 41619.386] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
[ 41619.394] (II) intel(0): switch to mode 1920x1080 on crtc 5 (pipe 1)
[ 41619.577] (II) intel(0): switch to mode 1920x1080 on crtc 7 (pipe 2)
[ 41619.841] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41619.841] (II) intel(0): Printing DDC gathered Modelines:
[ 41619.841] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41619.841] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)

Xorg.0.log With UXA+TearFree-TripleBuffer

[ 41275.791] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[ 41275.791] X Protocol Version 11, Revision 0
[ 41275.791] Build Operating System: Linux 3.8.2-1-ARCH x86_64 
[ 41275.791] Current Operating System: Linux DNA-NOTEBOOK 3.7.10-1-ARCH #1 SMP PREEMPT Thu Feb 28 09:50:17 CET 2013 x86_64
[ 41275.791] Kernel command line: root=/dev/sda2 ro elevator=noop acpi_osi=Linux acpi_backlight=vendor initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[ 41275.791] Build Date: 09 March 2013  08:45:37AM
[ 41275.791]  
[ 41275.792] Current version of pixman: 0.28.2
[ 41275.792] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 41275.792] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41275.792] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 18 14:36:21 2013
[ 41275.792] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 41275.793] (==) No Layout section.  Using the first Screen section.
[ 41275.793] (==) No screen section available. Using defaults.
[ 41275.793] (**) |-->Screen "Default Screen Section" (0)
[ 41275.793] (**) |   |-->Monitor "<default monitor>"
[ 41275.793] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 41275.793] (**) |   |-->Device "Intel Graphics"
[ 41275.793] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 41275.793] (==) Automatically adding devices
[ 41275.793] (==) Automatically enabling devices
[ 41275.793] (==) Automatically adding GPU devices
[ 41275.793] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 41275.793] 	Entry deleted from font path.
[ 41275.793] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 41275.793] 	Entry deleted from font path.
[ 41275.793] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 41275.793] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 41275.793] 	Entry deleted from font path.
[ 41275.793] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 41275.793] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[ 41275.793] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 41275.793] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 41275.793] (II) Loader magic: 0x7fcc20
[ 41275.793] (II) Module ABI versions:
[ 41275.793] 	X.Org ANSI C Emulation: 0.4
[ 41275.793] 	X.Org Video Driver: 13.1
[ 41275.793] 	X.Org XInput driver : 18.0
[ 41275.793] 	X.Org Server Extension : 7.0
[ 41275.793] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 41275.795] (--) PCI:*(0:0:2:0) 8086:0166:103c:1815 rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00002000/64
[ 41275.795] Initializing built-in extension Generic Event Extension
[ 41275.795] Initializing built-in extension SHAPE
[ 41275.795] Initializing built-in extension MIT-SHM
[ 41275.795] Initializing built-in extension XInputExtension
[ 41275.795] Initializing built-in extension XTEST
[ 41275.795] Initializing built-in extension BIG-REQUESTS
[ 41275.795] Initializing built-in extension SYNC
[ 41275.795] Initializing built-in extension XKEYBOARD
[ 41275.795] Initializing built-in extension XC-MISC
[ 41275.795] Initializing built-in extension SECURITY
[ 41275.795] Initializing built-in extension XINERAMA
[ 41275.795] Initializing built-in extension XFIXES
[ 41275.795] Initializing built-in extension RENDER
[ 41275.795] Initializing built-in extension RANDR
[ 41275.795] Initializing built-in extension COMPOSITE
[ 41275.795] Initializing built-in extension DAMAGE
[ 41275.795] Initializing built-in extension MIT-SCREEN-SAVER
[ 41275.795] Initializing built-in extension DOUBLE-BUFFER
[ 41275.795] Initializing built-in extension RECORD
[ 41275.795] Initializing built-in extension DPMS
[ 41275.795] Initializing built-in extension X-Resource
[ 41275.795] Initializing built-in extension XVideo
[ 41275.795] Initializing built-in extension XVideo-MotionCompensation
[ 41275.795] Initializing built-in extension XFree86-VidModeExtension
[ 41275.796] Initializing built-in extension XFree86-DGA
[ 41275.796] Initializing built-in extension XFree86-DRI
[ 41275.797] Initializing built-in extension DRI2
[ 41275.797] (II) LoadModule: "glx"
[ 41275.798] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 41275.798] (II) Module glx: vendor="X.Org Foundation"
[ 41275.798] 	compiled for 1.13.3, module version = 1.0.0
[ 41275.798] 	ABI class: X.Org Server Extension, version 7.0
[ 41275.798] (==) AIGLX enabled
[ 41275.799] Loading extension GLX
[ 41275.799] (II) LoadModule: "intel"
[ 41275.799] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 41275.799] (II) Module intel: vendor="X.Org Foundation"
[ 41275.799] 	compiled for 1.13.2.901, module version = 2.21.3
[ 41275.799] 	Module class: X.Org Video Driver
[ 41275.799] 	ABI class: X.Org Video Driver, version 13.1
[ 41275.799] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[ 41275.800] (++) using VT number 1

[ 41275.800] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 41275.800] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 41275.800] (==) intel(0): RGB weight 888
[ 41275.800] (==) intel(0): Default visual is TrueColor
[ 41275.800] (**) intel(0): Option "AccelMethod" "uxa"
[ 41275.800] (**) intel(0): Option "TripleBuffer" "false"
[ 41275.800] (**) intel(0): Option "TearFree" "true"
[ 41275.800] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 41275.800] (**) intel(0): Relaxed fencing enabled
[ 41275.800] (**) intel(0): Wait on SwapBuffers? enabled
[ 41275.800] (**) intel(0): Triple buffering? disabled
[ 41275.800] (**) intel(0): Framebuffer tiled
[ 41275.800] (**) intel(0): Pixmaps tiled
[ 41275.800] (**) intel(0): 3D buffers tiled
[ 41275.800] (**) intel(0): SwapBuffers wait enabled
[ 41275.800] (==) intel(0): video overlay key set to 0x101fe
[ 41275.800] (II) intel(0): Output LVDS1 has no monitor section
[ 41275.800] (--) intel(0): found backlight control interface /sys/class/backlight/intel_backlight
[ 41275.812] (II) intel(0): Output VGA1 has no monitor section
[ 41275.889] (II) intel(0): Output HDMI1 has no monitor section
[ 41275.929] (II) intel(0): Output DP1 has no monitor section
[ 41276.182] (II) intel(0): Output HDMI2 has no monitor section
[ 41276.195] (II) intel(0): Output HDMI3 has no monitor section
[ 41276.235] (II) intel(0): Output DP2 has no monitor section
[ 41276.275] (II) intel(0): Output DP3 has no monitor section
[ 41276.275] (II) intel(0): EDID for output LVDS1
[ 41276.276] (II) intel(0): Manufacturer: SEC  Model: 3953  Serial#: 0
[ 41276.276] (II) intel(0): Year: 2012  Week: 0
[ 41276.276] (II) intel(0): EDID Version: 1.4
[ 41276.276] (II) intel(0): Digital Display Input
[ 41276.276] (II) intel(0): 6 bits per channel
[ 41276.276] (II) intel(0): Digital interface is undefined
[ 41276.276] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 14
[ 41276.276] (II) intel(0): Gamma: 2.20
[ 41276.276] (II) intel(0): No DPMS capabilities specified
[ 41276.276] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41276.276] (II) intel(0): First detailed timing is preferred mode
[ 41276.276] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 41276.276] (II) intel(0): redX: 0.576 redY: 0.349   greenX: 0.336 greenY: 0.556
[ 41276.276] (II) intel(0): blueX: 0.159 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[ 41276.276] (II) intel(0): Manufacturer's mask: 0
[ 41276.276] (II) intel(0): Supported detailed timing:
[ 41276.276] (II) intel(0): clock: 76.9 MHz   Image Size:  256 x 144 mm
[ 41276.276] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 41276.276] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 41276.276] (II) intel(0): Supported detailed timing:
[ 41276.276] (II) intel(0): clock: 51.3 MHz   Image Size:  256 x 144 mm
[ 41276.276] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1644 h_border: 0
[ 41276.276] (II) intel(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 780 v_border: 0
[ 41276.276] (II) intel(0): Unknown vendor-specific block 2
[ 41276.276] (II) intel(0): EDID (in hex):
[ 41276.276] (II) intel(0): 	00ffffffffffff004ca3533900000000
[ 41276.276] (II) intel(0): 	00160104901a0e780a91e59359568e28
[ 41276.276] (II) intel(0): 	1d505400000001010101010101010101
[ 41276.276] (II) intel(0): 	0101010101010e1e561651000c303020
[ 41276.276] (II) intel(0): 	25000090100000190914561651000c30
[ 41276.276] (II) intel(0): 	30202500009010000019000000000000
[ 41276.276] (II) intel(0): 	00000000000000000000000000000002
[ 41276.276] (II) intel(0): 	000c4cff0a3c64100f196400000000c1
[ 41276.276] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 41276.276] (II) intel(0): Printing probed modes for output LVDS1
[ 41276.276] (II) intel(0): Modeline "1366x768"x60.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41276.276] (II) intel(0): Modeline "1366x768"x40.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41276.276] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 41276.276] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 41276.276] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 41276.276] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 41276.289] (II) intel(0): EDID for output VGA1
[ 41276.365] (II) intel(0): EDID for output HDMI1
[ 41276.365] (II) intel(0): Manufacturer: ACR  Model: 198  Serial#: 74506241
[ 41276.365] (II) intel(0): Year: 2010  Week: 47
[ 41276.365] (II) intel(0): EDID Version: 1.3
[ 41276.365] (II) intel(0): Digital Display Input
[ 41276.365] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 41276.365] (II) intel(0): Gamma: 2.20
[ 41276.365] (II) intel(0): DPMS capabilities: Off
[ 41276.365] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41276.365] (II) intel(0): First detailed timing is preferred mode
[ 41276.365] (II) intel(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
[ 41276.365] (II) intel(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[ 41276.365] (II) intel(0): Supported established timings:
[ 41276.365] (II) intel(0): 720x400@70Hz
[ 41276.365] (II) intel(0): 640x480@60Hz
[ 41276.365] (II) intel(0): 640x480@67Hz
[ 41276.365] (II) intel(0): 800x600@56Hz
[ 41276.365] (II) intel(0): 800x600@60Hz
[ 41276.365] (II) intel(0): 1024x768@60Hz
[ 41276.365] (II) intel(0): 1024x768@70Hz
[ 41276.365] (II) intel(0): Manufacturer's mask: 0
[ 41276.365] (II) intel(0): Supported standard timings:
[ 41276.365] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 41276.365] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 41276.365] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 41276.365] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 41276.365] (II) intel(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 41276.365] (II) intel(0): Supported detailed timing:
[ 41276.365] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 41276.365] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 41276.365] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 41276.365] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 41276.365] (II) intel(0): Monitor name: Acer P226HQL
[ 41276.365] (II) intel(0): Serial No: LNJ0W0014320
[ 41276.365] (II) intel(0): EDID (in hex):
[ 41276.365] (II) intel(0): 	00ffffffffffff000472980101e07004
[ 41276.365] (II) intel(0): 	2f14010380301b782a9535a159579f27
[ 41276.365] (II) intel(0): 	0e5054b30c00714f810081809500d1c0
[ 41276.365] (II) intel(0): 	010101010101023a801871382d40582c
[ 41276.365] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[ 41276.365] (II) intel(0): 	5311000a202020202020000000fc0041
[ 41276.365] (II) intel(0): 	636572205032323648514c0a000000ff
[ 41276.365] (II) intel(0): 	004c4e4a3057303031343332300a0059
[ 41276.366] (II) intel(0): Printing probed modes for output HDMI1
[ 41276.366] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 41276.366] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 41276.366] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[ 41276.366] (II) intel(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 41276.366] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 41276.366] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 41276.366] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 41276.366] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 41276.366] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 41276.366] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 41276.366] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 41276.366] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 41276.366] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 41276.366] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 41276.366] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 41276.366] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 41276.366] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 41276.366] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 41276.366] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 41276.366] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 41276.366] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 41276.366] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 41276.366] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 41276.405] (II) intel(0): EDID for output DP1
[ 41276.659] (II) intel(0): EDID for output HDMI2
[ 41276.659] (II) intel(0): Manufacturer: ACR  Model: 198  Serial#: 294659115
[ 41276.659] (II) intel(0): Year: 2011  Week: 19
[ 41276.659] (II) intel(0): EDID Version: 1.3
[ 41276.659] (II) intel(0): Digital Display Input
[ 41276.659] (II) intel(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[ 41276.659] (II) intel(0): Gamma: 2.20
[ 41276.659] (II) intel(0): DPMS capabilities: Off
[ 41276.659] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 41276.659] (II) intel(0): First detailed timing is preferred mode
[ 41276.659] (II) intel(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
[ 41276.659] (II) intel(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[ 41276.659] (II) intel(0): Supported established timings:
[ 41276.659] (II) intel(0): 720x400@70Hz
[ 41276.659] (II) intel(0): 640x480@60Hz
[ 41276.659] (II) intel(0): 640x480@67Hz
[ 41276.659] (II) intel(0): 800x600@56Hz
[ 41276.659] (II) intel(0): 800x600@60Hz
[ 41276.659] (II) intel(0): 1024x768@60Hz
[ 41276.659] (II) intel(0): 1024x768@70Hz
[ 41276.659] (II) intel(0): Manufacturer's mask: 0
[ 41276.659] (II) intel(0): Supported standard timings:
[ 41276.659] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 41276.659] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 41276.659] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 41276.659] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 41276.659] (II) intel(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 41276.659] (II) intel(0): Supported detailed timing:
[ 41276.659] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[ 41276.659] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 41276.659] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 41276.659] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 41276.659] (II) intel(0): Monitor name: Acer P226HQL
[ 41276.659] (II) intel(0): Serial No: LNJ0W0014320
[ 41276.659] (II) intel(0): EDID (in hex):
[ 41276.659] (II) intel(0): 	00ffffffffffff00047298012b249011
[ 41276.659] (II) intel(0): 	1315010380301b782a9535a159579f27
[ 41276.659] (II) intel(0): 	0e5054b30c00714f810081809500d1c0
[ 41276.659] (II) intel(0): 	010101010101023a801871382d40582c
[ 41276.659] (II) intel(0): 	4500dd0c1100001e000000fd00384b1e
[ 41276.659] (II) intel(0): 	5311000a202020202020000000fc0041
[ 41276.659] (II) intel(0): 	636572205032323648514c0a000000ff
[ 41276.659] (II) intel(0): 	004c4e4a3057303031343332300a00d9
[ 41276.659] (II) intel(0): Printing probed modes for output HDMI2
[ 41276.659] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 41276.659] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 41276.659] (II) intel(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
[ 41276.659] (II) intel(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 41276.659] (II) intel(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 41276.659] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 41276.659] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 41276.659] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 41276.659] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 41276.659] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 41276.659] (II) intel(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 41276.659] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 41276.659] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 41276.659] (II) intel(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 41276.659] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 41276.659] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 41276.659] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 41276.659] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 41276.659] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 41276.659] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 41276.659] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 41276.659] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 41276.659] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 41276.672] (II) intel(0): EDID for output HDMI3
[ 41276.712] (II) intel(0): EDID for output DP2
[ 41276.752] (II) intel(0): EDID for output DP3
[ 41276.752] (II) intel(0): Output LVDS1 connected
[ 41276.752] (II) intel(0): Output VGA1 disconnected
[ 41276.752] (II) intel(0): Output HDMI1 connected
[ 41276.752] (II) intel(0): Output DP1 disconnected
[ 41276.752] (II) intel(0): Output HDMI2 connected
[ 41276.752] (II) intel(0): Output HDMI3 disconnected
[ 41276.752] (II) intel(0): Output DP2 disconnected
[ 41276.752] (II) intel(0): Output DP3 disconnected
[ 41276.752] (II) intel(0): Using exact sizes for initial modes
[ 41276.752] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 41276.752] (II) intel(0): Output HDMI1 using initial mode 1366x768
[ 41276.752] (II) intel(0): Output HDMI2 using initial mode 1366x768
[ 41276.752] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 41276.752] (II) intel(0): Kernel page flipping support detected, enabling
[ 41276.752] (==) intel(0): DPI set to (96, 96)
[ 41276.752] (II) Loading sub module "fb"
[ 41276.752] (II) LoadModule: "fb"
[ 41276.752] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 41276.753] (II) Module fb: vendor="X.Org Foundation"
[ 41276.753] 	compiled for 1.13.3, module version = 1.0.0
[ 41276.753] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 41276.753] (II) Loading sub module "dri2"
[ 41276.753] (II) LoadModule: "dri2"
[ 41276.753] (II) Module "dri2" already built-in
[ 41276.753] (==) Depth 24 pixmap format is 32 bpp
[ 41276.753] (II) intel(0): [DRI2] Setup complete
[ 41276.753] (II) intel(0): [DRI2]   DRI driver: i965
[ 41276.753] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 41276.754] (II) UXA(0): Driver registered support for the following operations:
[ 41276.754] (II)         solid
[ 41276.754] (II)         copy
[ 41276.754] (II)         composite (RENDER acceleration)
[ 41276.754] (II)         put_image
[ 41276.754] (II)         get_image
[ 41276.754] (==) intel(0): Backing store disabled
[ 41276.754] (==) intel(0): Silken mouse enabled
[ 41276.754] (II) intel(0): Initializing HW Cursor
[ 41276.754] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 41276.755] (==) intel(0): DPMS enabled
[ 41276.755] (==) intel(0): Intel XvMC decoder enabled
[ 41276.755] (II) intel(0): Set up textured video
[ 41276.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 41276.755] (II) intel(0): direct rendering: DRI2 Enabled
[ 41276.755] (==) intel(0): hotplug detection: "enabled"
[ 41277.342] (--) RandR disabled
[ 41277.348] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 41277.348] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 41277.348] (II) AIGLX: enabled GLX_ARB_create_context
[ 41277.348] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 41277.348] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 41277.348] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 41277.348] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 41277.348] (II) AIGLX: Loaded and initialized i965
[ 41277.348] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 41277.349] (II) intel(0): Setting screen physical size to 361 x 203
[ 41277.370] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 41277.370] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 41277.370] (II) LoadModule: "evdev"
[ 41277.370] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 41277.370] (II) Module evdev: vendor="X.Org Foundation"
[ 41277.370] 	compiled for 1.13.0, module version = 2.7.3
[ 41277.370] 	Module class: X.Org XInput Driver
[ 41277.370] 	ABI class: X.Org XInput driver, version 18.0
[ 41277.370] (II) Using input driver 'evdev' for 'Power Button'
[ 41277.370] (**) Power Button: always reports core events
[ 41277.370] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 41277.370] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 41277.370] (--) evdev: Power Button: Found keys
[ 41277.370] (II) evdev: Power Button: Configuring as keyboard
[ 41277.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 41277.370] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 41277.370] (**) Option "xkb_rules" "evdev"
[ 41277.370] (**) Option "xkb_model" "evdev"
[ 41277.370] (**) Option "xkb_layout" "us"
[ 41277.384] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 41277.385] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 41277.385] (II) Using input driver 'evdev' for 'Video Bus'
[ 41277.385] (**) Video Bus: always reports core events
[ 41277.385] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 41277.385] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 41277.385] (--) evdev: Video Bus: Found keys
[ 41277.385] (II) evdev: Video Bus: Configuring as keyboard
[ 41277.385] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 41277.385] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 41277.385] (**) Option "xkb_rules" "evdev"
[ 41277.385] (**) Option "xkb_model" "evdev"
[ 41277.385] (**) Option "xkb_layout" "us"
[ 41277.385] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 41277.385] (II) No input driver specified, ignoring this device.
[ 41277.385] (II) This device may have been added with another device file.
[ 41277.385] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 41277.385] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 41277.385] (II) Using input driver 'evdev' for 'Sleep Button'
[ 41277.385] (**) Sleep Button: always reports core events
[ 41277.385] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 41277.385] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 41277.385] (--) evdev: Sleep Button: Found keys
[ 41277.385] (II) evdev: Sleep Button: Configuring as keyboard
[ 41277.385] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 41277.385] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 41277.385] (**) Option "xkb_rules" "evdev"
[ 41277.385] (**) Option "xkb_model" "evdev"
[ 41277.385] (**) Option "xkb_layout" "us"
[ 41277.385] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 41277.386] (II) config/udev: Adding input device HP HD Webcam [Fixed] (/dev/input/event15)
[ 41277.386] (**) HP HD Webcam [Fixed]: Applying InputClass "evdev keyboard catchall"
[ 41277.386] (II) Using input driver 'evdev' for 'HP HD Webcam [Fixed]'
[ 41277.386] (**) HP HD Webcam [Fixed]: always reports core events
[ 41277.386] (**) evdev: HP HD Webcam [Fixed]: Device: "/dev/input/event15"
[ 41277.386] (--) evdev: HP HD Webcam [Fixed]: Vendor 0x4f2 Product 0xb2ef
[ 41277.386] (--) evdev: HP HD Webcam [Fixed]: Found keys
[ 41277.386] (II) evdev: HP HD Webcam [Fixed]: Configuring as keyboard
[ 41277.386] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input15/event15"
[ 41277.386] (II) XINPUT: Adding extended input device "HP HD Webcam [Fixed]" (type: KEYBOARD, id 9)
[ 41277.386] (**) Option "xkb_rules" "evdev"
[ 41277.386] (**) Option "xkb_model" "evdev"
[ 41277.386] (**) Option "xkb_layout" "us"
[ 41277.386] (II) config/udev: Adding input device OCT KVMLite (/dev/input/event18)
[ 41277.386] (**) OCT KVMLite: Applying InputClass "evdev keyboard catchall"
[ 41277.386] (II) Using input driver 'evdev' for 'OCT KVMLite'
[ 41277.386] (**) OCT KVMLite: always reports core events
[ 41277.386] (**) evdev: OCT KVMLite: Device: "/dev/input/event18"
[ 41277.386] (--) evdev: OCT KVMLite: Vendor 0xb39 Product 0x3
[ 41277.386] (--) evdev: OCT KVMLite: Found keys
[ 41277.386] (II) evdev: OCT KVMLite: Configuring as keyboard
[ 41277.386] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.1/3-1.4.1.1:1.0/input/input22/event18"
[ 41277.386] (II) XINPUT: Adding extended input device "OCT KVMLite" (type: KEYBOARD, id 10)
[ 41277.386] (**) Option "xkb_rules" "evdev"
[ 41277.386] (**) Option "xkb_model" "evdev"
[ 41277.386] (**) Option "xkb_layout" "us"
[ 41277.387] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event19)
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 41277.387] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 41277.387] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event19"
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 41277.387] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.3/3-1.4.1.3:1.0/input/input23/event19"
[ 41277.387] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 11)
[ 41277.387] (**) Option "xkb_rules" "evdev"
[ 41277.387] (**) Option "xkb_model" "evdev"
[ 41277.387] (**) Option "xkb_layout" "us"
[ 41277.387] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event20)
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 41277.387] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 41277.387] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event20"
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[ 41277.387] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[ 41277.387] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[ 41277.387] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41277.387] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.3/3-1.4.1.3:1.1/input/input24/event20"
[ 41277.387] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 12)
[ 41277.387] (**) Option "xkb_rules" "evdev"
[ 41277.387] (**) Option "xkb_model" "evdev"
[ 41277.387] (**) Option "xkb_layout" "us"
[ 41277.387] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[ 41277.387] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 41277.387] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 41277.388] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/event21)
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "evdev pointer catchall"
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: Applying InputClass "R.A.T.9"
[ 41277.388] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.9 Wireless Mouse'
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: always reports core events
[ 41277.388] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Device: "/dev/input/event21"
[ 41277.388] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: ButtonMapping '1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17'
[ 41277.388] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Vendor 0x6a3 Product 0xcd9
[ 41277.388] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found 17 mouse buttons
[ 41277.388] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found scroll wheel(s)
[ 41277.388] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found relative axes
[ 41277.388] (--) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Found x and y relative axes
[ 41277.388] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Configuring as mouse
[ 41277.388] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: Adding scrollwheel support
[ 41277.388] (**) Option "YAxisMapping" "10 11"
[ 41277.388] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: YAxisMapping: buttons 10 and 11
[ 41277.388] (**) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41277.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1.4/3-1.4.1.4:1.0/input/input25/event21"
[ 41277.388] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.9 Wireless Mouse" (type: MOUSE, id 13)
[ 41277.388] (II) evdev: Saitek Cyborg R.A.T.9 Wireless Mouse: initialized for relative axes.
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) keeping acceleration scheme 1
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration profile 0
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration factor: 2.000
[ 41277.388] (**) Saitek Cyborg R.A.T.9 Wireless Mouse: (accel) acceleration threshold: 4
[ 41277.388] (II) config/udev: Adding input device Saitek Cyborg R.A.T.9 Wireless Mouse (/dev/input/mouse2)
[ 41277.388] (II) No input driver specified, ignoring this device.
[ 41277.388] (II) This device may have been added with another device file.
[ 41277.388] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 41277.388] (II) No input driver specified, ignoring this device.
[ 41277.388] (II) This device may have been added with another device file.
[ 41277.388] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 41277.388] (II) No input driver specified, ignoring this device.
[ 41277.388] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event14)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event8)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.389] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
[ 41277.389] (II) No input driver specified, ignoring this device.
[ 41277.389] (II) This device may have been added with another device file.
[ 41277.390] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 41277.390] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 41277.390] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 41277.390] (**) AT Translated Set 2 keyboard: always reports core events
[ 41277.390] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 41277.390] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 41277.390] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 41277.390] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 41277.390] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 41277.390] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 41277.390] (**) Option "xkb_rules" "evdev"
[ 41277.390] (**) Option "xkb_model" "evdev"
[ 41277.390] (**) Option "xkb_layout" "us"
[ 41277.390] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event16)
[ 41277.390] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 41277.390] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 41277.390] (**) PS/2 Generic Mouse: always reports core events
[ 41277.390] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event16"
[ 41277.390] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[ 41277.390] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[ 41277.390] (--) evdev: PS/2 Generic Mouse: Found relative axes
[ 41277.390] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[ 41277.390] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[ 41277.390] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 41277.390] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41277.390] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event16"
[ 41277.390] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 15)
[ 41277.390] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[ 41277.390] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 41277.390] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 41277.390] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 41277.390] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 41277.390] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 41277.390] (II) No input driver specified, ignoring this device.
[ 41277.390] (II) This device may have been added with another device file.
[ 41277.390] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[ 41277.390] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 41277.390] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 41277.390] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 41277.390] (II) LoadModule: "synaptics"
[ 41277.391] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 41277.391] (II) Module synaptics: vendor="X.Org Foundation"
[ 41277.391] 	compiled for 1.13.2, module version = 1.6.3
[ 41277.391] 	Module class: X.Org XInput Driver
[ 41277.391] 	ABI class: X.Org XInput driver, version 18.0
[ 41277.391] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 41277.391] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 41277.391] (**) Option "Device" "/dev/input/event17"
[ 41277.462] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1200 - 5736
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 824 - 5172
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 41277.462] (**) Option "TapButton1" "1"
[ 41277.462] (**) Option "TapButton2" "2"
[ 41277.462] (**) Option "TapButton3" "3"
[ 41277.462] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 41277.462] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 41277.489] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event17"
[ 41277.489] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[ 41277.489] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 41277.489] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 41277.489] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.032
[ 41277.489] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 41277.489] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 41277.489] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 41277.489] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 41277.489] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 41277.489] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 41277.489] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 41277.489] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[ 41277.489] (II) No input driver specified, ignoring this device.
[ 41277.490] (II) This device may have been added with another device file.
[ 41277.490] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 41277.490] (II) No input driver specified, ignoring this device.
[ 41277.490] (II) This device may have been added with another device file.
[ 41277.490] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[ 41277.490] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 41277.490] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 41277.490] (**) HP WMI hotkeys: always reports core events
[ 41277.490] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event6"
[ 41277.490] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[ 41277.490] (--) evdev: HP WMI hotkeys: Found keys
[ 41277.490] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[ 41277.490] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 41277.490] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[ 41277.490] (**) Option "xkb_rules" "evdev"
[ 41277.490] (**) Option "xkb_model" "evdev"
[ 41277.490] (**) Option "xkb_layout" "us"
[ 41277.763] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41277.763] (II) intel(0): Printing DDC gathered Modelines:
[ 41277.763] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41277.763] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41284.818] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41284.819] (II) intel(0): Printing DDC gathered Modelines:
[ 41284.819] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41284.819] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41285.296] [mi] Increasing EQ size to 512 to prevent dropped events.
[ 41285.309] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41285.309] (II) intel(0): Printing DDC gathered Modelines:
[ 41285.309] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41285.309] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41299.597] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41299.597] (II) intel(0): Printing DDC gathered Modelines:
[ 41299.597] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41299.597] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)
[ 41300.082] (II) intel(0): Allocated new frame buffer 3328x1080 stride 13312, tiled
[ 41300.530] (II) intel(0): EDID vendor "SEC", prod id 14675
[ 41300.530] (II) intel(0): Printing DDC gathered Modelines:
[ 41300.530] (II) intel(0): Modeline "1366x768"x0.0   76.94  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (46.8 kHz eP)
[ 41300.530] (II) intel(0): Modeline "1366x768"x0.0   51.29  1366 1414 1446 1644  768 770 775 780 -hsync -vsync (31.2 kHz e)

Last edited by dna (2013-03-18 13:52:12)

Offline

Board footer

Powered by FluxBB