Does eMac Support KVM Switches?

Hello
Does the eMac support video out, i.e. use it with a KVM switch?
I think they're supposed to support dual monitors, but would that work? Also, would using just the keyboard with the KVM work if the eMac doesn't support the video?
I'm looking into getting a Mac Pro and due to small desk space, I was wondering if I could use one monitor/keyboard/mouse with both Macs.
Music Luver
"+I hear her playing music+..." ~ Barry Manilow

would the mouse have to be connected separately, or can it be connected thru the keyboard?
It'll probably depend on the KVM. You can try the mouse through the keyboard, but it may not work that way, particularly with the PC.
does anyone know of a good brand (KVM) to use?
I had good luck with Iogear's units. I had problems with Macs with the Belkin KVMs. Others here may have other suggestions.
Regards.
Disclaimer: any product suggestion and link given is strictly for reference and represents my opinion only. No warranties express or implied. I get no personal benefit from the sale of any product I may recommend in any of my posts in the Discussions. Your mileage may vary. Void where prohibited. You must be this tall to ride. Objects in mirror may be closer than they appear. Preservatives added to improve freshness. No animals were harmed in the making of this post.

Similar Messages

  • Does eMac support iTunes7 for iPhone?

    Since loading ios6 for iPhone it no longer connects to iTunes and I can't download iTunes 7 to my eMac. Is there a solution other than a new mac?

    iTunes 10.7 requires an Intel-based Mac. If your eMac is running Mac OS X 10.5.8, though, you can try iTunes 10.6.3:
    http://support.apple.com/kb/DL1575
    That's worked for some people who updated their iOS device to iOS 6. If not, then you'll need a newer Mac or Windows system.
    Regards.

  • Does Oracle Linux Server-uek Kernel support KVM? (OL6)

    Hi,
    I've installed Oracle Linux 6. Does it support kvm? How do i check if module kvm is running? modprobe kvm does not show me anything, neither in /var/log/messages or dmesg.
    Regards
    Ricardo

    Just boot with the base kernel... instead of unbreakable enterprise kernel. after that if you modprobe kvm the check dmesg and you'll see something like this:
    kvm: 4864: cpu0 unimplemented perfctr wrmsr: 0x186 data 0x530079
    Joao

  • NVIDIA NVS Graphic adapter support KVM-Intel AMT/vPro?

    Hi there,
    I have a Thinkpad T410, Intel core i7, Intel Centrino Advanced-N 6200 AGN and the NVIDIA NVS 3100m Graphic adapter, I asked to Intel and that adapter does not support KVM:
    http://software.intel.com/en-us/forums/showthread.php?t=78585&o=a&s=lr
    I need to use KVM and I cannot understand why if the Lenovo product review shows the NVIDIA adapter supports AMT why it acually does not support KVM, so it does not really support AMT (it's just a partial support):
    http://software.intel.com/en-us/forums/showthread.php?t=76173
    So, I'm forced to lose a good NVIDIA graphic card for an integrated one, the question is: can I change to Intel Graphics Media Accelerator 57000MHD-AMT? -it's a cheaper one-
    Help!
    Solved!
    Go to Solution.

    Hi javiercaceres!
    According to the Hardware Maintenance Manual, it's part of the system board, so the graphics adapter can't be swapped out.
    I don't work for Lenovo. I'm a crazy volunteer!

  • WARNING: Any laptop that comes with an *automatic* switching Radeon 6770m does not support OpenGL.

    WARNING: HP has falsely advertised their dv6 and dv7 line. Any laptop that comes with an *automatic* switching Radeon 6770m does not support OpenGL and various other software. OpenGL games, Adobe CS Suit, and Design programs such as CAD or MatLab are incompatible with this laptop!

    According to this post the 6670m does fully support open GL 4.1
    http://forum.notebookreview.com/hp-pavilion-notebooks/583203-dv6t-7-switchable-graphics-76.html#post...
    And AMD says it does also
    http://www.amd.com/us/products/notebook/graphics/amd-radeon-6000m/amd-radeon-6700m-6600m/Pages/amd-r...

  • Is there an easy way to switch from Entourage (MS Office email) to Apple email?  The new MS Office does not support Entourage.

    I am looking for a way to shift from Entourage (MS Office email) to the Apple system for email?  The new MS Office does not support Entourage.

    Philip if you can't find your answer in this forum try the Snow Leopard forum, Mail is considered part of OS X so you may have luck there.
    Also you also may want ot be more specific when posting. I'm assuming because you only mention Mail all you are interested in is switching to Mail or did you have more in mind?

  • Does 2950 24 port switch support 12.1(22)EA4

    Hi,
    Does 2950 24 port switch support 12.1(22)EA4 ?
    Regards
    SKRAO

    I deleted the existing IOS image 12.1(22)EA1 from the switch and uploaded 12.1(22)EA4
    But after reloading the switch I am facing following problem.
    I am attaching the console log.
    Regards
    SKRAO

  • I've lost OpenGL support with KVM switch. Help!

    I have a Win7 64 machine and an XP machine at work. I installed an Iomega KVM switch to use the same monitor/keyboard/mouse with both computers. Problem is, once I installed the KVM, Photoshop can't detect my video card, so I lose OpenGL support. Very irritating. Anyone had this problem and/or know of a solution? Thanks!

    Did you reboot Windows after plugging the monitor into the computer?
    On another note, it's possible a recent video driver update changed the behavior.  Photoshop queries the OpenGL system for its capabilities, and if something's gotten broken Photoshop might not allow the OpenGL operations.  What video card do you have?
    There is a workaround you can try - a registry tweak - that will instruct Photoshop to use OpenGL calls anyway:
    Go to this site:  http://www.adobe.com/support/downloads/detail.jsp?ftpID=4056
    Download the file and extract AllowOldGPUS_ON.reg.  You don't say which version of Photoshop you're using, but if it's CS4 the file is good to use as is.  If CS5 then you'll need to edit the file with a text editor to change 11.0 to 12.0.  Make sure you're an Administrator and double click the file to enter it into your registry.
    -Noel

  • Does ipad support all my MS Office docs and files when I have switched from PC to Mac?

    Does iPad support all my MS Office docs and files when I have switched from PC to Mac?

    A simple sreach on the App Store in iTunes will bring up dozens of them for you to choose from.
    Allan

  • Does Azure supports switching between databases?

    We have 1000s of Stored Procedures, Views & Functions with 'SELECT * FROM DB1.dbo.TBL1' we constantly switch between databases (about 300 of them) within a single instance, running real-time on-line business. These are back-end SQL queries that
    we normally run from one of the ADMIN databases with in the same instance.
    I tried using 'USE <database name>' and realized that it does not support and then tried using <db name>.dbo.<tbl name> that also does not work.
    If these 2 functions does not support within Azure we simply cannot use the environment to support our business databases, could someone please confirm this - thanks.

    Hello,
    Yes. Cross database references or four-part names are not supported by SQL Azure.
    Windows Azure SQL Database supports the three-part name database_name.[schema_name].object_name when:
    • the database_name is the current database
    • the database_name is tempdb and the object_name starts with #.
    Reference:Syntax Conventions (Azure SQL Database)
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Cisco DCNM 6.2 does not support most of the switches in my network

    Hi All,
    I have just installed Cisco DCNM 6.2. I have run a discovery using SNMP v1 my core switch which is a 3750G stack. DCNM discovers all my switches but does not support the 2960 and 3750 switches. The only switches I can select to manage and are supported are a 4510 and 3550. I have also run another discovery using SNMPv3 on a different core switch (Nexus 3K) at one of our remote sites. DCNM found all the other 2960s in that network but I can only select the two Nexus switches in the core to manage. What do I need to do to be able to manage all my switches switch?
    Thank you in advance.

    Hello,
    DCNM is meant for data centre network management and as such only supports the MDS, Nexus and the 6500 series switches, see the RN under supported Cisco platforms and software:
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/dcnm/release/notes/dcnm_6_2_5a_relnotes.html#pgfId-314209
    For the discovery issue DCNM should 'see' the other devices so you need to have a look at your SNMP and CDP (used for neighbour discovery on a per hop basis) settings on each of the devices.
    For an software package to manage LAN/WAN environments you really need to be looking at Cisco Prime LMS.
    We are going through the same problem, it would be nice to be able to manage the DC and LAN from DCNM.
    Regards
    Daniel Hunter

  • 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) :
    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
    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)

    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): 000c4cff0a

  • Which DVI KVM Switch is best?

    I have a MacBook Pro and G5 that I'd like to connect simultaneously to my 23" Apple Cinema Display (as well as to a single keyboare and mouse). What KVM switch is best to handle this? I'm not so concerned about the price but I don't want any degradation in quality.
    I currently have my display set to 1920 x 1200 resolution on my G5 and would like to keep this. I've seen some KVMs that only support up to 1600 x 1200.
    Thanks in advance,
    Barry

    The Gefen KVMs are very good. They also have dual link DVI models just in case you decide to get a 30" or WUXGA display in the future.
    I have used IOGEAR and Belkin KVMs in the past too, beyond the 1600x1200 resolution limitation. These KVMs do not electronically buffer the signal or add a video overlay for on screen controls, so any limitation that is put on the resolution of existing DVI KVMs is a manufacturer's recomendation, not based on any technical or design constraint. Most of the time it works, but on some of the chapers units from the likes of Linkskey (not a typo) have enough of a signal drop via the connectors that the display does not work at full 1920x1200.
    http://www.gefen.com/kvm/product.jsp?prod_id=3113
    http://www.gefen.com/kvm/product.jsp?prod_id=2950

  • KVM Switch Help?

    Hi
    I'm hoping someone here can help me. I want to run a Mac box and a Windows box side by side using one Monitor, one Mouse and one Keyboard. I have a Mac Keyboard and Mouse (Mighty Mouse) and a 23" Apple Monitor. I found a KVM Switch that will take DVI but it only goes up to 1600 X 1200 resolution and of course I need the 1920 X 1200 of my Apple display.
    Any advice would be greatly appreciated.
    Keith

    here is one that does both DVI and VGA for extra flexibility (does not convert video types between the two... seperate video paths), that advertises support for 1920x1200.
    http://www.newegg.com/Product/Product.asp?Item=N82E16817402018
    here is the 1st 1 that i've seen that supports firewire (not sure that is a good idea) and advertises 1920x1200...
    http://www.newegg.com/Product/Product.asp?Item=N82E16817381002

  • Using a KVM switch between the Mini and a PC

    I've just bought a Mini to try out the whole Mac experience.
    I'm having trouble getting a KVM switch to work with the Mac.
    I have a Tripp Lite B034-002-R KVM switch to share between the Mini and my WinXP PC. The switch changes over to the other computer when you press NUM LOCK twice within 2 seconds. This is working in the PC (i.e. switching from the PC to the Mac is fine) but is not working in the Mac (i.e. the switch doesn't change from the Mac to the PC).
    I have a MS "Natural Keyboard Pro" USB keyboard.
    Is the NUM LOCK key somehow disabled or something on the Mac? I'm hoping there's some knob I can turn to get this working.
    Thanks for your help,
    Tom

    I bought an IOGEAR GCS632U KVM switch to move between my Mini and Windows XP Pro PC. The keyboard is an Apple Pro. The switch was perfect for several days, then every attempt at invoking the hot key mode would fail; resetting the switch would not correct the problem. IOGEAR Support had me try another keyboard, which is the current standard Apple wired keyboard (the $30 one); it had the same problem as the Pro keyboard. Also we tried other things, but all failed. Sent the KVM switch to IOGEAR and they sent me a new one. After two days using the new switch, the keyboard malfunctioned; this time it was the backward delete key that failed. Same problem using other Apple keyboard. IOGEAR Support, after going through the same previous routine in which nothing succeeded in correcting the problem, tells me to return the switch and they will send me another. Based on my experience, apparently the GCS632U model has an incompatibility problem with (some?) Apple keyboards. This is confirmed by two posts on other discussion groups sites. Also, IOGEAR Support would almost admit that to be the case. They suggested that I use a generic keyboard, but I refuse to buy one just to use that KVM switch. IOGEAR should post the potential problem on their website as a warning.
    Does anyone out there know from experience that a particular IOGEAR model does work with an Apple keyboard? IOGEAR Support says that they will send me a different model if I pay the difference. Or can anyone give me the brand name and model number of any KVM switch known to be compatible with Apple keyboards (particularly one that costs less thatn $75)? A ConnectPro 2-port USB KVM switch will work, according to another discussion group post. Any advice or information will be much appreciated.

Maybe you are looking for

  • Creating data in a many-to-many-relationship

    Hello, we really have problems in implementing a JClient dialog based on BC4J for creating data in a many to many relationship - especially with cascade delete on both sides. Simplified our tables look like: create table A_TABLE A_ID VARCHAR2(5) not

  • Backing up all your movie info on an external hard drive?

    I made a full feature on my iMac G5 which takes up most of the 160 GB drive. I dumped all the files associated with the project onto an external drive, because i want to clear up my iMac hard drive for the next project. But when I bring the external

  • Internal Error when launching XCode 3.2.5

    I just installed XCode 3.2.5 but whenever I launch the program, I get an internal error message. The console backtrace for this error is included below. Additionally, trying to open a project or create a new project causes XCode to stop responding. A

  • With MobileMe Closed: How to forward iweb "web.me..." address to new FTP site and custom domain name?

    I had a mobile me "web.me.com..." domain name and know I need to upload to a new FTP site with a new domain.  I know how to do that but am wondering... Is there a way to forward my old web.me address to the new domain?  I'll probably be using GoDaddy

  • Deploytool not deleting fields in ejb-jar.xml and sun-cmp-mappings.xml

    Java(TM) 2 Platform, Enterprise Edition 1.4 SDK Developer Release deploytool This situation was found on a simple, but original application using CMP EJB's. The database is MySQL using numeric id's and foreign keys. I changed some fields in the datab