Intel HD Graphics 5500: Wrong rendering with KMS

Hi folks,
I've been struggling to get my new laptop – a PC Specialist Lafité with Intel Core i7-5500U – configured properly and wonder if somebody could help me out.  The problem seems to be in the graphics configuration. This is the controller:
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Device 1991:5591
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 51
Region 0: Memory at b1000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 4000 [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
Kernel modules: i915
In either early or late KMS start, essentially what I see during boot is the boot messages starting to get drawn from the top of the screen, at some point they briefly stop being drawn (as if services are still loading) and then continue until the screen's height is filled, when the screen flashes blank and new messages get drawn from the top. I also see random pixels appear singly all over the screen, in different colours. This behaviour happened when I was first running the Arch installation, until I realised that KMS might be the problem and added "nomodeset" (and later "i915.modeset=0", which made no difference) to the kernel parameters. However, before booting into my Arch pendrive, the laptop booted into a sort of windows installer / agreement signing (in UEFI, presumably) which did get rendered correctly.
This potentially leads me to think that, before I nuked the existing partitions in readiness for my Arch install, there was some firmware or driver in there that made the HD 5500 just work™. Could this be true? I'm still getting my head around UEFI and what it lets you do. With this in mind, I tried making a new EDID to give the GPU a good idea of what kind of screen it should be drawing to, but that made no difference.
Strangely, if I boot up with KMS and get to X (with root doing startx on the stock configuration), neither /var/log/Xorg.0.log nor glxinfo seem to think anything's the matter from what I can tell:
[ 37.663]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[ 37.663] X Protocol Version 11, Revision 0
[ 37.663] Build Operating System: Linux 3.17.6-1-ARCH x86_64
[ 37.663] Current Operating System: Linux larchite 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[ 37.663] Kernel command line: initrd=\initramfs-linux.img root=/dev/sdb2 rw
[ 37.663] Build Date: 11 February 2015 08:27:38AM
[ 37.663]
[ 37.663] Current version of pixman: 0.32.6
[ 37.663] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 37.663] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 37.664] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 19 00:20:11 2015
[ 37.666] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 37.666] (==) No Layout section. Using the first Screen section.
[ 37.666] (==) No screen section available. Using defaults.
[ 37.666] (**) |-->Screen "Default Screen Section" (0)
[ 37.666] (**) | |-->Monitor "<default monitor>"
[ 37.667] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 37.667] (==) Automatically adding devices
[ 37.667] (==) Automatically enabling devices
[ 37.667] (==) Automatically adding GPU devices
[ 37.672] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 37.672] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 37.672] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 37.672] (II) Loader magic: 0x814d40
[ 37.672] (II) Module ABI versions:
[ 37.672] X.Org ANSI C Emulation: 0.4
[ 37.672] X.Org Video Driver: 19.0
[ 37.672] X.Org XInput driver : 21.0
[ 37.672] X.Org Server Extension : 9.0
[ 37.673] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 37.673] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 37.673] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 37.674] (--) PCI:*(0:0:2:0) 8086:1616:1991:5591 rev 9, Mem @ 0xb1000000/16777216, 0xc0000000/268435456, I/O @ 0x00004000/64
[ 37.674] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 37.674] (II) LoadModule: "glx"
[ 37.676] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 37.692] (II) Module glx: vendor="X.Org Foundation"
[ 37.692] compiled for 1.17.1, module version = 1.0.0
[ 37.692] ABI class: X.Org Server Extension, version 9.0
[ 37.692] (==) AIGLX enabled
[ 37.692] (==) Matched intel as autoconfigured driver 0
[ 37.692] (==) Matched intel as autoconfigured driver 1
[ 37.692] (==) Matched modesetting as autoconfigured driver 2
[ 37.692] (==) Matched fbdev as autoconfigured driver 3
[ 37.692] (==) Matched vesa as autoconfigured driver 4
[ 37.692] (==) Assigned the driver to the xf86ConfigLayout
[ 37.692] (II) LoadModule: "intel"
[ 37.692] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 37.695] (II) Module intel: vendor="X.Org Foundation"
[ 37.695] compiled for 1.17.1, module version = 2.99.917
[ 37.695] Module class: X.Org Video Driver
[ 37.695] ABI class: X.Org Video Driver, version 19.0
[ 37.695] (II) LoadModule: "modesetting"
[ 37.695] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 37.696] (II) Module modesetting: vendor="X.Org Foundation"
[ 37.696] compiled for 1.17.1, module version = 1.17.1
[ 37.696] Module class: X.Org Video Driver
[ 37.696] ABI class: X.Org Video Driver, version 19.0
[ 37.696] (II) LoadModule: "fbdev"
[ 37.698] (WW) Warning, couldn't open module fbdev
[ 37.698] (II) UnloadModule: "fbdev"
[ 37.698] (II) Unloading fbdev
[ 37.698] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 37.698] (II) LoadModule: "vesa"
[ 37.698] (WW) Warning, couldn't open module vesa
[ 37.698] (II) UnloadModule: "vesa"
[ 37.698] (II) Unloading vesa
[ 37.698] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 37.698] (II) intel: Driver for Intel(R) 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
[ 37.699] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 37.699] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 37.699] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 37.699] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 37.699] (++) using VT number 1
[ 37.699] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 37.700] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[ 37.700] (WW) Falling back to old probe method for modesetting
[ 37.701] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD graphics 5500
[ 37.701] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[ 37.701] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 37.701] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 37.701] (==) intel(0): RGB weight 888
[ 37.701] (==) intel(0): Default visual is TrueColor
[ 37.701] (II) intel(0): Output eDP1 has no monitor section
[ 37.702] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 37.702] (II) intel(0): Enabled output eDP1
[ 37.702] (II) intel(0): Output HDMI1 has no monitor section
[ 37.702] (II) intel(0): Enabled output HDMI1
[ 37.702] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 37.702] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 37.702] (II) intel(0): Enabled output VIRTUAL1
[ 37.702] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 37.702] (==) intel(0): TearFree disabled
[ 37.702] (==) intel(0): DPI set to (96, 96)
[ 37.702] (II) Loading sub module "dri2"
[ 37.702] (II) LoadModule: "dri2"
[ 37.702] (II) Module "dri2" already built-in
[ 37.702] (II) Loading sub module "present"
[ 37.702] (II) LoadModule: "present"
[ 37.702] (II) Module "present" already built-in
[ 37.702] (II) UnloadModule: "modesetting"
[ 37.702] (II) Unloading modesetting
[ 37.702] (==) Depth 24 pixmap format is 32 bpp
[ 37.704] (II) intel(0): SNA initialized with Broadwell backend
[ 37.704] (==) intel(0): Backing store enabled
[ 37.704] (==) intel(0): Silken mouse enabled
[ 37.705] (II) intel(0): HW Cursor enabled
[ 37.705] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 37.705] (==) intel(0): DPMS enabled
[ 37.705] (==) intel(0): display hotplug detection enabled
[ 37.705] (II) intel(0): [DRI2] Setup complete
[ 37.705] (II) intel(0): [DRI2] DRI driver: i965
[ 37.705] (II) intel(0): [DRI2] VDPAU driver: i965
[ 37.705] (II) intel(0): direct rendering: DRI2 enabled
[ 37.705] (II) intel(0): hardware support for Present enabled
[ 37.705] (--) RandR disabled
[ 37.739] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 37.739] (II) AIGLX: enabled GLX_ARB_create_context
[ 37.739] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 37.739] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 37.739] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 37.739] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 37.739] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 37.739] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 37.739] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 37.739] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 37.739] (II) AIGLX: Loaded and initialized i965
[ 37.739] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 37.742] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 37.753] (II) intel(0): Setting screen physical size to 508 x 285
[ 37.825] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 37.825] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 37.825] (II) LoadModule: "evdev"
[ 37.825] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 37.827] (II) Module evdev: vendor="X.Org Foundation"
[ 37.827] compiled for 1.16.2, module version = 2.9.1
[ 37.827] Module class: X.Org XInput Driver
[ 37.827] ABI class: X.Org XInput driver, version 21.0
[ 37.828] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
[ 37.828] (II) Using input driver 'evdev' for 'Power Button'
[ 37.828] (**) Power Button: always reports core events
[ 37.828] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 37.828] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 37.828] (--) evdev: Power Button: Found keys
[ 37.828] (II) evdev: Power Button: Configuring as keyboard
[ 37.828] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"
[ 37.828] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 37.828] (**) Option "xkb_rules" "evdev"
[ 37.828] (**) Option "xkb_model" "pc104"
[ 37.828] (**) Option "xkb_layout" "us"
[ 37.842] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 37.842] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 37.842] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 16 paused 0
[ 37.842] (II) Using input driver 'evdev' for 'Video Bus'
[ 37.842] (**) Video Bus: always reports core events
[ 37.842] (**) evdev: Video Bus: Device: "/dev/input/event10"
[ 37.843] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 37.843] (--) evdev: Video Bus: Found keys
[ 37.843] (II) evdev: Video Bus: Configuring as keyboard
[ 37.843] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event10"
[ 37.843] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 37.843] (**) Option "xkb_rules" "evdev"
[ 37.843] (**) Option "xkb_model" "pc104"
[ 37.843] (**) Option "xkb_layout" "us"
[ 37.843] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 37.843] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 37.843] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[ 37.843] (II) Using input driver 'evdev' for 'Power Button'
[ 37.843] (**) Power Button: always reports core events
[ 37.843] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 37.843] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 37.843] (--) evdev: Power Button: Found keys
[ 37.843] (II) evdev: Power Button: Configuring as keyboard
[ 37.843] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2"
[ 37.843] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 37.843] (**) Option "xkb_rules" "evdev"
[ 37.843] (**) Option "xkb_model" "pc104"
[ 37.843] (**) Option "xkb_layout" "us"
[ 37.844] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 37.844] (II) No input driver specified, ignoring this device.
[ 37.844] (II) This device may have been added with another device file.
[ 37.844] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 37.844] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 37.844] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 18 paused 0
[ 37.844] (II) Using input driver 'evdev' for 'Sleep Button'
[ 37.844] (**) Sleep Button: always reports core events
[ 37.844] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 37.844] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 37.844] (--) evdev: Sleep Button: Found keys
[ 37.844] (II) evdev: Sleep Button: Configuring as keyboard
[ 37.844] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event3"
[ 37.844] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 37.844] (**) Option "xkb_rules" "evdev"
[ 37.844] (**) Option "xkb_model" "pc104"
[ 37.844] (**) Option "xkb_layout" "us"
[ 37.845] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[ 37.845] (II) No input driver specified, ignoring this device.
[ 37.845] (II) This device may have been added with another device file.
[ 37.845] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[ 37.845] (II) No input driver specified, ignoring this device.
[ 37.845] (II) This device may have been added with another device file.
[ 37.845] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[ 37.845] (II) No input driver specified, ignoring this device.
[ 37.845] (II) This device may have been added with another device file.
[ 37.845] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event9)
[ 37.845] (**) USB 2.0 Camera : Applying InputClass "evdev keyboard catchall"
[ 37.846] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 19 paused 0
[ 37.846] (II) Using input driver 'evdev' for 'USB 2.0 Camera '
[ 37.846] (**) USB 2.0 Camera : always reports core events
[ 37.846] (**) evdev: USB 2.0 Camera : Device: "/dev/input/event9"
[ 37.846] (--) evdev: USB 2.0 Camera : Vendor 0x58f Product 0x3821
[ 37.846] (--) evdev: USB 2.0 Camera : Found keys
[ 37.846] (II) evdev: USB 2.0 Camera : Configuring as keyboard
[ 37.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input12/event9"
[ 37.846] (II) XINPUT: Adding extended input device "USB 2.0 Camera " (type: KEYBOARD, id 10)
[ 37.846] (**) Option "xkb_rules" "evdev"
[ 37.846] (**) Option "xkb_model" "pc104"
[ 37.846] (**) Option "xkb_layout" "us"
[ 37.846] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 37.846] (II) No input driver specified, ignoring this device.
[ 37.846] (II) This device may have been added with another device file.
[ 37.846] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[ 37.846] (II) No input driver specified, ignoring this device.
[ 37.846] (II) This device may have been added with another device file.
[ 37.846] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[ 37.846] (II) No input driver specified, ignoring this device.
[ 37.846] (II) This device may have been added with another device file.
[ 37.847] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 37.847] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 37.847] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[ 37.847] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 37.847] (**) AT Translated Set 2 keyboard: always reports core events
[ 37.847] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 37.847] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 37.847] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 37.847] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 37.847] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 37.847] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 37.847] (**) Option "xkb_rules" "evdev"
[ 37.847] (**) Option "xkb_model" "pc104"
[ 37.847] (**) Option "xkb_layout" "us"
[ 37.847] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event14)
[ 37.847] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[ 37.848] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 21 paused 0
[ 37.848] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[ 37.848] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[ 37.848] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event14"
[ 37.848] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[ 37.848] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[ 37.848] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[ 37.848] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[ 37.848] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[ 37.848] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[ 37.848] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[ 37.848] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 37.848] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 37.848] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event14"
[ 37.848] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 12)
[ 37.848] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[ 37.848] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[ 37.848] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[ 37.848] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[ 37.848] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[ 37.848] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[ 37.848] (II) No input driver specified, ignoring this device.
[ 37.848] (II) This device may have been added with another device file.
[ 37.848] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 37.848] (II) No input driver specified, ignoring this device.
[ 37.848] (II) This device may have been added with another device file.
[ 51.356] (II) intel(0): EDID vendor "CMN", prod id 4961
[ 51.356] (II) intel(0): Printing DDC gathered Modelines:
[ 51.356] (II) intel(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[ 51.356] (II) intel(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.4.4
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth,
GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture,
GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer,
GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3,
GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable,
GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_base_instance,
GL_ARB_blend_func_extended, GL_ARB_buffer_storage,
GL_ARB_clear_buffer_object, GL_ARB_clear_texture,
GL_ARB_compressed_texture_pixel_storage,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_derivative_control,
GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect,
GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location,
GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
GL_ARB_fragment_shader, GL_ARB_framebuffer_object,
GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary,
GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect,
GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, GL_ARB_point_sprite,
GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading,
GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects,
GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding,
GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing,
GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_buffer_object,
GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range,
GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
GL_ARB_texture_cube_map_array, GL_ARB_texture_float,
GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge,
GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query,
GL_ARB_transform_feedback2, GL_ARB_transform_feedback3,
GL_ARB_transform_feedback_instanced, GL_ARB_uniform_buffer_object,
GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
GL_ARB_vertex_attrib_binding, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_viewport_array, GL_ATI_blend_equation_separate,
GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_blend_equation_separate,
GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit,
GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled,
GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float,
GL_EXT_pixel_buffer_object, GL_EXT_provoking_vertex,
GL_EXT_shader_integer_mix, GL_EXT_texture_array,
GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback,
GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays,
GL_KHR_context_flush_control, GL_KHR_debug, GL_MESA_pack_invert,
GL_MESA_texture_signed_rgba, GL_NV_conditional_render, GL_NV_depth_clamp,
GL_NV_packed_depth_stencil, GL_OES_EGL_image, GL_OES_read_format,
GL_S3_s3tc
OpenGL version string: 3.0 Mesa 10.4.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth,
GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture,
GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3,
GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable,
GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object,
GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
GL_ARB_blend_func_extended, GL_ARB_buffer_storage,
GL_ARB_clear_buffer_object, GL_ARB_clear_texture,
GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
GL_ARB_derivative_control, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
GL_ARB_half_float_vertex, GL_ARB_instanced_arrays,
GL_ARB_internalformat_query, GL_ARB_invalidate_subdata,
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind,
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex,
GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects,
GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture,
GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters,
GL_ARB_shader_bit_encoding, GL_ARB_shader_objects,
GL_ARB_shader_texture_lod, GL_ARB_shading_language_100,
GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing,
GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync,
GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_float, GL_ARB_texture_gather,
GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query,
GL_ARB_transform_feedback2, GL_ARB_transform_feedback3,
GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,
GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled,
GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB,
GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side,
GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
GL_EXT_texture_array, GL_EXT_texture_compression_dxt1,
GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback,
GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_KHR_context_flush_control, GL_KHR_debug, GL_MESA_pack_invert,
GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square,
GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent,
GL_NV_packed_depth_stencil, GL_NV_primitive_restart,
GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format,
GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.4.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
OpenGL ES profile extensions:
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_APPLE_texture_max_level, GL_EXT_blend_minmax,
GL_EXT_color_buffer_float, GL_EXT_discard_framebuffer,
GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays,
GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects,
GL_EXT_shader_integer_mix, GL_EXT_texture_compression_dxt1,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888,
GL_EXT_texture_rg, GL_EXT_texture_type_2_10_10_10_REV,
GL_EXT_unpack_subimage, GL_KHR_context_flush_control, GL_NV_draw_buffers,
GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_OES_EGL_image,
GL_OES_EGL_image_external, GL_OES_compressed_ETC1_RGB8_texture,
GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map,
GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil,
GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_stencil8,
GL_OES_surfaceless_context, GL_OES_texture_3D, GL_OES_texture_npot,
GL_OES_vertex_array_object
20 GLX Visuals
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
0x020 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x021 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0b9 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0ba 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0bb 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0bc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x0bd 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None
0x0be 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None
0x0bf 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None
0x0c0 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None
0x0c1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0c2 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0c3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0c4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0c5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x0c6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None
0x0c7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None
0x0c8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None
0x0c9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None
0x08c 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
44 GLXFBConfigs:
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
0x08d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x08e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x08f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x090 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x091 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
0x092 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
0x093 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x094 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x095 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x096 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x097 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x098 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x099 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x09a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x09b 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 None
0x09c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 8 1 None
0x09d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 None
0x09e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 8 1 None
0x09f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None
0x0a0 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None
0x0a1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None
0x0a2 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None
0x0a3 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x0a4 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x0a5 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x0a6 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x0a7 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
0x0a8 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
0x0a9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0aa 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0ac 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0ad 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x0ae 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x0af 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x0b0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x0b1 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 None
0x0b2 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 8 1 None
0x0b3 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 None
0x0b4 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 8 1 None
0x0b5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None
0x0b6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None
0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None
0x0b8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None
Likewise xrandr seems happy with the way things are going:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.00*+ 40.00
1400x1050 59.98
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
I tried boteium's suggestion to force xrandr to redraw things (or signal them to get redrawn, however it works) by rotating the picture, but I still had the same weirdness of slow drawing, random coloured pixels and now "smudging" with the open xterm instances. It's as if hardware acceleration is not enabled and, I imagine, the GPU is blindly trying to draw whatever it can to the screen without preparing the complete picture first (if that's what they do at all).
For completion's sake – and I'm sorry for all these walls of text – here's my pacman -Q, just in case anyone could (hopefully) spot a silly mistake on my part:
a52dec 0.7.4-8
aalib 1.4rc5-10
acl 2.2.52-2
acpi 1.7-1
adwaita-icon-theme 3.14.1-1
alsa-lib 1.0.28-1
alsa-oss 1.0.28-1
alsa-plugins 1.0.28-2
alsa-utils 1.0.28-1
archlinux-keyring 20150212-1
aspell 0.60.6.1-2
at-spi2-atk 2.14.1-1
at-spi2-core 2.14.1-1
atk 2.14.0-1
attr 2.4.47-1
audiofile 0.3.6-2
aumix 2.9.1-5
autoconf 2.69-2
automake 1.15-1
avahi 0.6.31-14
bash 4.3.033-1
binutils 2.25-2
bison 3.0.4-1
boost-libs 1.57.0-3
btrfs-progs 3.18.2-1
bzip2 1.0.6-5
ca-certificates 20140923-9
ca-certificates-cacert 20140824-2
ca-certificates-mozilla 3.17.4-1
ca-certificates-utils 20140923-9
cairo 1.14.0-2
cairo-perl 1.104-2
cdparanoia 10.2-5
celt 0.11.3-2
colord 1.2.8-1
compositeproto 0.4.2-3
conky 1.9.0-4
coreutils 8.23-1
cracklib 2.9.1-1
cryptsetup 1.6.6-1
curl 7.40.0-1
damageproto 1.2.1-3
db 5.3.28-2
dbus 1.8.16-1
dbus-glib 0.102-2
dconf 0.22.0-1
desktop-file-utils 0.22-1
device-mapper 2.02.116-1
dhcpcd 6.7.1-1
dialog 1:1.2_20150125-1
diffutils 3.3-2
dmidecode 2.12-2
dmxproto 2.3.1-3
dnssec-anchors 20140629-1
dosfstools 3.0.27-1
dri2proto 2.8-2
dri3proto 1.0-1
e2fsprogs 1.42.12-1
efibootmgr 0.11.0-1
efivar 0.15-1
elfutils 0.161-2
elinks 0.13-15
enca 1.16-1
expat 2.1.0-4
f2fs-tools 1.4.0-1
faac 1.28-5
faad2 2.7-4
fakeroot 1.20.2-1
ffmpeg 1:2.5.4-1
fftw 3.3.4-1
file 5.22-1
filesystem 2014.10-3
findutils 4.4.2-6
firefox 35.0.1-1
fixesproto 5.0-3
flac 1.3.1-1
flex 2.5.39-1
fluxbox 1.3.7-1
fontconfig 2.11.1-1
fontsproto 2.1.3-1
fortune-mod 1.99.1-6
freeglut 2.8.1-1
freetype2 2.5.5-1
fribidi 0.19.6-2
fuse 2.9.3-2
gawk 4.1.1-1
gc 7.4.2-2
gcc 4.9.2-3
gcc-libs 4.9.2-3
gconf 3.2.6-3
gdbm 1.11-1
gdk-pixbuf2 2.31.1-1
geoclue2 2.1.10-1
gettext 0.19.4-1
giflib 5.1.0-1
git 2.3.0-1
glew 1.12.0-1
glib-networking 2.42.0-1
glib-perl 1.305-1
glib2 2.42.1-1
glibc 2.21-2
glu 9.0.0-3
gmp 6.0.0-1
gnupg 2.1.2-1
gnutls 3.3.12-1
gpgme 1.5.3-1
gpm 1.20.7-4
graphite 1:1.2.4-1
grep 2.21-1
groff 1.22.3-2
gsettings-desktop-schemas 3.14.1-1
gsm 1.0.13-8
gstreamer0.10 0.10.36-4
gstreamer0.10-bad 0.10.23-8
gstreamer0.10-bad-plugins 0.10.23-8
gstreamer0.10-base 0.10.36-3
gstreamer0.10-base-plugins 0.10.36-3
gstreamer0.10-ffmpeg 0.10.13-2
gstreamer0.10-good 0.10.31-6
gstreamer0.10-good-plugins 0.10.31-6
gstreamer0.10-ugly 0.10.19-13
gstreamer0.10-ugly-plugins 0.10.19-13
gtk-update-icon-cache 2.24.25-1
gtk2 2.24.25-1
gtk2-perl 1.2492-1
gtk3 3.14.8-1
guile 2.0.11-2
gummiboot 48-1
gzip 1.6-1
harfbuzz 0.9.38-1
hdparm 9.45-1
hicolor-icon-theme 0.13-1
htop 1.0.3-2
hunspell 1.3.3-1
hwids 20150129-1
hwinfo 21.10.1.1-1
iana-etc 2.30-4
icu 54.1-1
imlib2 1.4.6-3
inetutils 1.9.2-2
inputproto 2.3.1-1
intel-gpu-tools 1.9-1
iproute2 3.18.0-1
iptables 1.4.21-1
iputils 20121221-3
iso-codes 3.57-1
iw 3.17-1
jack 0.124.1-3
jansson 2.7-1
jasper 1.900.1-13
jfsutils 1.1.15-4
js17 17.0.0-1
js185 1.0.0-2
jshon 20131105-1
json-c 0.12-2
json-glib 1.0.2-1
kbd 2.0.2-1
kbproto 1.0.6-2
keyutils 1.5.9-1
kmod 19-1
krb5 1.13.1-1
ladspa 1.13-5
lame 3.99.5-2
lcms2 2.6-1
ldns 1.6.17-2
less 471-1
lib32-attr 2.4.47-1
lib32-bzip2 1.0.6-2
lib32-curl 7.40.0-1
lib32-e2fsprogs 1.42.12-1
lib32-elfutils 0.161-1
lib32-expat 2.1.0-2
lib32-gcc-libs 4.9.2-3
lib32-glew 1.12.0-1
lib32-glib2 2.42.1-1
lib32-glibc 2.21-2
lib32-glu 9.0.0-2
lib32-keyutils 1.5.9-1
lib32-krb5 1.13.1-1
lib32-libcap 2.24-1
lib32-libdbus 1.8.16-1
lib32-libdrm 2.4.59-1
lib32-libffi 3.2.1-1
lib32-libgcrypt 1.6.2-1
lib32-libgpg-error 1.18-1
lib32-libice 1.0.9-1
lib32-libidn 1.29-1
lib32-libldap 2.4.40-1
lib32-libpciaccess 0.13.3-1
lib32-libsm 1.2.2-1
lib32-libssh2 1.4.3-2
lib32-libtxc_dxtn 1.0.1-5
lib32-libx11 1.6.2-1
lib32-libxau 1.0.8-1
lib32-libxcb 1.11-1
lib32-libxdamage 1.1.4-2
lib32-libxdmcp 1.1.1-2
lib32-libxext 1.3.3-1
lib32-libxfixes 5.0.1-1
lib32-libxi 1.7.4-1
lib32-libxmu 1.1.2-1
lib32-libxshmfence 1.2-1
lib32-libxt 1.1.4-1
lib32-libxxf86vm 1.1.3-1
lib32-llvm-libs 3.5.1-1
lib32-mesa 10.4.4-1
lib32-mesa-demos 8.2.0-2
lib32-mesa-libgl 10.4.4-1
lib32-openssl 1.0.2-1
lib32-pcre 8.36-1
lib32-systemd 218-1
lib32-util-linux 2.25.2-1
lib32-wayland 1.6.1-1
lib32-xz 5.2.0-1
lib32-zlib 1.2.8-1
libaio 0.3.110-1
libao 1.2.0-1
libarchive 3.1.2-8
libass 0.12.1-1
libassuan 2.1.3-1
libasyncns 0.8-5
libatomic_ops 7.4.2-1
libavc1394 0.5.4-2
libbluray 0.7.0-1
libcaca 0.99.beta18-2
libcap 2.24-2
libcdaudio 0.99.12-7
libcddb 1.3.2-4
libcdio 0.93-1
libcdio-paranoia 10.2+0.93+1-1
libcroco 0.6.8-2
libcups 2.0.2-1
libdaemon 0.14-3
libdatrie 0.2.8-1
libdbus 1.8.16-1
libdc1394 2.2.3-1
libdca 0.0.5-4
libdmx 1.1.3-1
libdrm 2.4.59-1
libdv 1.0.0-6
libdvdnav 5.0.2-1
libdvdread 5.0.1-1
libedit 20141030_3.1-1
libepoxy 1.2-2
libevdev 1.3.2-1
libevent 2.0.22-1
libexif 0.6.21-2
libffi 3.2.1-1
libfontenc 1.1.2-1
libftdi-compat 0.20-1
libgcrypt 1.6.2-1
libgme 0.6.0-3
libgpg-error 1.18-1
libguess 1.2-1
libgusb 0.2.4-1
libice 1.0.9-1
libid3tag 0.15.1b-8
libidn 1.29-1
libiec61883 1.2.0-4
libirman 0.4.5-4
libjpeg-turbo 1.4.0-1
libksba 1.3.2-1
libldap 2.4.40-2
liblrdf 0.5.0-2
libmad 0.15.1b-7
libmediainfo 0.7.72-1
libmm-glib 1.4.4-1
libmms 0.6.4-1
libmodplug 0.8.8.5-1
libmp4v2 2.0.0-3
libmpc 1.0.2-2
libmpcdec 1.2.6-4
libmpdclient 2.9-1
libmpeg2 0.5.1-5
libnfs 1.9.7-1
libnl 3.2.25-1
libnm-glib 1.0.0-2
libnotify 0.7.6-1
libofa 0.9.3-5
libogg 1.3.2-1
libomxil-bellagio 0.9.3-1
libotr 4.1.0-1
libpciaccess 0.13.3-1
libpipeline 1.4.0-1
libpng 1.6.16-1
libproxy 0.4.11-4
libpulse 6.0-1
libraw1394 2.1.0-2
librsvg 1:2.40.6-1
libsamplerate 0.1.8-3
libsasl 2.1.26-7
libseccomp 2.1.1-1
libshout 1:2.3.1-2
libsidplay 1.36.59-6
libsigc++ 2.4.0-1
libsm 1.2.2-2
libsndfile 1.0.25-3
libsoup 2.48.1-1
libssh2 1.4.3-2
libsystemd 218-2
libtasn1 4.2-1
libthai 0.1.21-1
libtheora 1.1.1-3
libtiff 4.0.3-5
libtirpc 0.2.5-1
libtool 2.4.5-1
libtorrent 0.13.4-1
libtxc_dxtn 1.0.1-6
libunistring 0.9.4-1
libupnp 1.6.19-1
libusb 1.0.19-1
libusb-compat 0.1.5-1
libutempter 1.1.6-2
libutil-linux 2.25.2-1
libva 1.5.0-1
libva-intel-driver 1.5.0-1
libvdpau 0.9-1
libvisual 0.4.0-5
libvorbis 1.3.4-1
libvpx 1.3.0-1
libx11 1.6.2-2
libx264 1:142.20140826-2
libx86 1.1-4
libx86emu 1.1.23.1-1
libxau 1.0.8-2
libxaw 1.0.12-1
libxcb 1.11-1
libxcomposite 0.4.4-2
libxcursor 1.1.14-2
libxdamage 1.1.4-2
libxdmcp 1.1.1-2
libxext 1.3.3-1
libxfixes 5.0.1-1
libxfont 1.5.0-1
libxft 2.3.2-1
libxi 1.7.4-1
libxinerama 1.1.3-2
libxkbcommon 0.5.0-1
libxkbfile 1.0.8-2
libxklavier 5.4-1
libxml2 2.9.2-2
libxmu 1.1.2-1
libxpm 3.5.11-1
libxrandr 1.4.2-2
libxrender 0.9.8-1
libxshmfence 1.2-1
libxslt 1.1.28-3
libxt 1.1.4-1
libxtst 1.2.2-1
libxv 1.0.10-1
libxvmc 1.0.8-1
libxxf86dga 1.1.4-1
libxxf86misc 1.0.3-2
libxxf86vm 1.1.3-1
libyaml 0.1.6-1
libzen 0.4.30-1
licenses 20140629-1
lightdm 1:1.12.2-2
lightdm-gtk2-greeter 1:1.8.6-1
linux 3.18.6-1
linux-api-headers 3.18.5-1
linux-docs 3.18.6-1
linux-firmware 20150206.17657c3-1
linux-headers 3.18.6-1
lirc 1:0.9.2.a-1
llvm-libs 3.5.1-1
logrotate 3.8.8-2
loudmouth 1.4.3-4
lshw B.02.17-1
lua 5.2.3-1
lua51 5.1.5-4
lvm2 2.02.116-1
lz4 127-1
lzo 2.09-1
m4 1.4.17-1
make 4.1-1
man-db 2.7.1-1
man-pages 3.78-1
mcabber 0.10.3-2
mcpp 2.7.2-5
mdadm 3.3.2-1
mediainfo 0.7.72-1
mesa 10.4.4-1
mesa-demos 8.2.0-4
mesa-libgl 10.4.4-1
mime-types 9-1
mjpegtools 2.1.0-1
mkinitcpio 18-2
mkinitcpio-busybox 1.21.1-2
mozilla-common 1.4-4
mpd 0.19.9-2
mpfr 3.1.2.p11-1
mpg123 1.21.0-1
mpv 0.8.0-1
mtdev 1.1.5-1
musicbrainz 2.1.5-6
nano 2.2.6-3
ncmpcpp 0.6.2-1
ncurses 5.9-7
neon 0.30.1-1
netctl 1.10-1
nettle 2.7.1-1
npth 1.1-1
nspr 4.10.8-1
nss 3.17.4-1
opencore-amr 0.1.3-2
openjpeg 1.5.2-1
openresolv 3.6.1-1
openssh 6.7p1-1
openssl 1.0.2-1
opus 1.1-1
orc 0.4.23-1
p11-kit 0.22.1-3
pacman 4.2.0-6
pacman-mirrorlist 20150205-1
pam 1.1.8-5
pambase 20130928-1
pango 1.36.8-1
pango-perl 1.226-1
patch 2.7.4-1
pciutils 3.3.0-1
pcmciautils 018-7
pcre 8.36-2
perl 5.20.2-1
perl-error 0.17023-1
pinentry 0.9.0-1
pixman 0.32.6-1
pkg-config 0.28-2
pkgfile 15-1
polkit 0.112-2
popt 1.16-7
portaudio 19_20140130-1
procps-ng 3.3.10-1
psmisc 22.21-2
pth 2.0.7-5
python 3.4.2-2
python2 2.7.9-1
randrproto 1.4.0-2
ranger 1.6.1-2
raptor 2.0.15-1
read-edid 3.0.1-1
readline 6.3.006-1
recode 3.6-8
recordproto 1.14.2-2
redshift 1.10-1
reflector 2014.11-1
reiserfsprogs 3.6.24-1
renderproto 0.11.1-3
rest 0.7.92-1
rsync 3.1.1-2
rtmpdump 20140918-2
rtorrent 0.9.4-1
ruby 2.2.0-1
rxvt-unicode 9.21-1
rxvt-unicode-terminfo 9.21-1
s-nail 14.7.11-1
schroedinger 1.0.11-2
sdl 1.2.15-7
sed 4.2.2-3
shadow 4.2.1-2
shared-mime-info 1.4-1
soundtouch 1.8.0-1
sox 14.4.1-4
spandsp 0.0.6-1
speex 1.2rc2-1
speexdsp 1.2rc3-1
sqlite 3.8.8.2-1
sshfs 2.5-1
startup-notification 0.12-4
steam 1.0.0.49-2
sudo 1.8.12-1
sxiv 1.3.1-1
sysfsutils 2.1.0-9
systemd 218-2
systemd-sysvcompat 218-2
taglib 1.9.1-1
tar 1.28-1
texinfo 5.2-3
thin-provisioning-tools 0.4.1-1
tmux 1.9_a-1
tre 0.8.0-3
tree 1.7.0-1
ttf-inconsolata 20090215-5
ttf-liberation 2.00.1-5
tzdata 2015a-1
usbutils 008-1
util-linux 2.25.2-1
v4l-utils 1.6.0-1
vi 1:050325-4
videoproto 2.3.2-1
vim 7.4.617-1
vim-runtime 7.4.617-1
vimpager 1.8.9-2
wavpack 4.70.0-2
wayland 1.7.0-1
which 2.20-7
wildmidi 0.3.7-1
wireless_tools 30.pre9-1
wpa_supplicant 2.3-1
x265 1.5-1
xbitmaps 1.1.1-3
xcb-proto 1.11-1
xcb-util 0.4.0-1
xdg-utils 1.1.0.git20141009-1
xextproto 7.3.0-1
xf86-input-evdev 2.9.1-1
xf86-input-keyboard 1.8.0-3
xf86-input-mouse 1.9.1-1
xf86-input-synaptics 1.8.1-1
xf86-video-intel 2.99.917-3
xf86dgaproto 2.1-3
xf86miscproto 0.9.3-1
xf86vidmodeproto 2.3.1-3
xfsprogs 3.2.2-1
xineramaproto 1.2.1-3
xkeyboard-config 2.14-1
xmlrpc-c 1:1.38.02-1
xorg-bdftopcf 1.0.5-1
xorg-docs 1.7-2
xorg-font-util 1.3.0-2
xorg-font-utils 7.6-4
xorg-fonts-100dpi 1.0.3-2
xorg-fonts-75dpi 1.0.3-2
xorg-fonts-alias 1.0.3-1
xorg-fonts-encodings 1.0.4-4
xorg-fonts-misc 1.0.3-2
xorg-fonts-type1 7.7-1
xorg-iceauth 1.0.7-1
xorg-luit 1.1.1-2
xorg-mkfontdir 1.0.7-2
xorg-mkfontscale 1.1.2-1
xorg-server 1.17.1-1
xorg-server-common 1.17.1-1
xorg-server-utils 7.6-4
xorg-sessreg 1.1.0-1
xorg-setxkbmap 1.3.0-2
xorg-smproxy 1.0.5-2
xorg-twm 1.0.8-3
xorg-utils 7.6-9
xorg-x11perf 1.5.4-2
xorg-xauth 1.0.9-1
xorg-xbacklight 1.2.1-1
xorg-xclock 1.0.7-1
xorg-xcmsdb 1.0.4-2
xorg-xcursorgen 1.0.6-1
xorg-xdpyinfo 1.3.1-1
xorg-xdriinfo 1.0.4-4
xorg-xev 1.2.1-2
xorg-xgamma 1.0.5-2
xorg-xhost 1.0.6-1
xorg-xinit 1.3.4-1
xorg-xinput 1.6.1-1
xorg-xkb-utils 7.6-3
xorg-xkbcomp 1.3.0-1
xorg-xkbevd 1.1.3-2
xorg-xkbutils 1.0.4-2
xorg-xkill 1.0.4-1
xorg-xlsatoms 1.1.1-2
xorg-xlsclients 1.1.3-1
xorg-xmodmap 1.0.8-1
xorg-xpr 1.0.4-2
xorg-xprop 1.2.2-1
xorg-xrandr 1.4.3-1
xorg-xrdb 1.1.0-1
xorg-xrefresh 1.0.5-1
xorg-xset 1.2.3-1
xorg-xsetroot 1.1.1-2
xorg-xvinfo 1.1.2-2
xorg-xwd 1.0.6-1
xorg-xwininfo 1.1.3-1
xorg-xwud 1.0.4-2
xproto 7.0.27-1
xterm 314-1
xvidcore 1.3.3-1
xz 5.2.0-1
yajl 2.1.0-1
zenity 3.14.0-1
zita-alsa-pcmi 0.2.0-2
zita-resampler 1.3.0-3
zlib 1.2.8-3
zsh 5.0.7-1
zsh-syntax-highlighting 0.2.1-1
I have no idea where I can go next to try and debug my setup, so any help would be greatly appreciated.
Many thanks in advance!
Last edited by Miblo (2015-02-20 02:18:24)

Sorry to double-post, but I'm coming around to the idea that it's a UEFI issue. My understanding now is that, if I want to use UEFI, the kernel's EFISTUB needs to be loaded by certain EFI firmware that gives the kernel information about the hardware, which I unfortunately lost when creating my partitions. The only EFI file I have in /boot is "/boot/EFI/gummiboot/gummibootx64.efi". Should this be enough to boot as UEFI? Am I understanding this right? Something else that makes me think I'm missing some essential stuff that was originally installed, is that some items as reported by dmidecode say "To be filled by O.E.M.". Since I've just bought this system pre-built from an OEM, I would have thought that they'd fill that in, and that the EFI firmware is the place to do it.
Also, one thing I forgot to mention above is that I changed the BIOS setting Advanced→Launch PXE OpROM policy from "Legacy" to "UEFI" before booting into the Arch iso. Could this have anything to do with KMS not working (during the installation and until now)? I didn't try booting with "Legacy", but if we could confirm that booting as UEFI is what broke KMS during installation, maybe that could be worth mentioning in the wiki.

Similar Messages

  • Trying to buy a laptop for my HS graduate.  want to load creative cloud on it.  The one I am looking at has a graphics card description of :  intel HD Graphics 5500 will this be sufficient to properly run Adobe Creative Cloud?

    trying to buy a laptop for my HS graduate.  want to load creative cloud on it.  The one I am looking at has a graphics card description of :  intel HD Graphics 5500 will this be sufficient to properly run Adobe Creative Cloud?

    Hi Marietta,
    Kindly check system requirements of Creative Cloud in the link mentioned below.
    https://helpx.adobe.com/creative-cloud/system-requirements.html
    Thanks,
    Atul Saini

  • Intel HD graphics IE9 not working with stage3d

    Firefox works in GPU mode
    Dropping back to software mode no longer works in Firefox.
    As in if I dont set wmode, it doesnt drop to software mode but throws an error “context3d not available”.
    IE9 32 bit and 64 bit dont work
    If you install the 64bit non debug player (which is supposed to also install the 32 bit)
    IE 32 bit & IE 64 only shows the Away3d stats panel shows.
    Install the 32bit debugger for IE
    IT throws an error “bad input size” on 32 bit IE.
    Uninstalled all flashplayers, rebooted and installed the fp11 in various order and the above is what I end up with.
    Things like video (iplayer) work fine on IE
    System Information
    Time of this report: 9/11/2011, 11:09:14
           Machine name: JB-PC
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.110622-1506)
               Language: English (Regional Setting: English)
    System Manufacturer: Gigabyte Technology Co., Ltd.
           System Model: Z68MX-UD2H-B3
                   BIOS: Award Modular BIOS v6.00PG
              Processor: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (4 CPUs), ~3.6GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8110MB RAM
              Page File: 2090MB used, 14125MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Intel(R)  HD Graphics Family
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics Family
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_0112&SUBSYS_D0001458&REV_09
         Display Memory: 1696 MB
       Dedicated Memory: 64 MB
          Shared Memory: 1632 MB
           Current Mode: 1680 x 1050 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: W2252
             Monitor Id: GSM567E
            Native Mode: 1680 x 1050(p) (59.883Hz)
            Output Type: HDMI
            Driver Name: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver File Version: 8.15.0010.2361 (English)
         Driver Version: 8.15.10.2361
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 4/10/2011 11:51:04, 8238592 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4252-11CF-D17E-0AF0A9C2C535}
              Vendor ID: 0x8086
              Device ID: 0x0112
              SubSys ID: 0xD0001458
            Revision ID: 0x0009
    Driver Strong Name: oem13.inf:Intel.Mfg.NTamd64:iSNBD0:8.15.10.2361:pci\ven_8086&dev_0112
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0889&SUBSYS_1458A102&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6307 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 2/11/2011 11:18:44, 2739176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output(Optical) (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0889&SUBSYS_1458A102&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6307 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 2/11/2011 11:18:44, 2739176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0889&SUBSYS_1458A102&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6307 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 2/11/2011 11:18:44, 2739176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2D
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    | Driver: usbhub.sys, 3/25/2011 04:29:26, 343040 bytes
    | Driver: usbd.sys, 3/25/2011 04:28:59, 7936 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 3/25/2011 04:29:26, 343040 bytes
    | |
    | +-+ Logitech USB Cordless Mouse
    | | | Vendor/Product ID: 0x046D, 0xC501
    | | | Location: Port_#0006.Hub_#0003
    | | | Matching Device ID: usb\vid_046d&pid_c501
    | | | Service: HidUsb
    | | | Driver: hidusb.sys, 11/20/2010 11:43:49, 30208 bytes
    | | | Driver: hidclass.sys, 11/20/2010 11:43:49, 76800 bytes
    | | | Driver: hidparse.sys, 7/14/2009 01:06:17, 32896 bytes
    | | |
    | | +-+ Logitech USB Cordless Mouse
    | | | | Vendor/Product ID: 0x046D, 0xC501
    | | | | Matching Device ID: hid\vid_046d&pid_c501
    | | | | Service: mouhid
    | | | | Driver: mouhid.sys, 7/14/2009 01:00:20, 31232 bytes
    | | | | Driver: mouclass.sys, 7/14/2009 02:48:27, 49216 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/14/2009 00:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/14/2009 02:48:04, 50768 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/14/2009 00:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/14/2009 02:48:04, 50768 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 14:33:57, 63360 bytes
    | Driver: sermouse.sys, 7/14/2009 01:00:20, 26624 bytes
    | Driver: mouclass.sys, 7/14/2009 02:48:27, 49216 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 343.6 GB
    Total Space: 476.8 GB
    File System: NTFS
          Model: WDC WD5000AAKX-001CA0
          Drive: E:
    Free Space: 1209.1 GB
    Total Space: 1907.7 GB
    File System: NTFS
          Model: WDC WD20EARX-00PASB0
          Drive: F:
    Free Space: 471.4 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: WDC WD5000AAKS-00YGA0
          Drive: D:
          Model: TSSTcorp CDDVDW SH-222AB
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 10:19:21, 147456 bytes
    System Devices
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_50061458&REV_05\3&13C0B0C5&0&D0
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_50011458&REV_B5\3&13C0B0C5&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_50061458&REV_05\3&13C0B0C5&0&E8
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 04:29:26, 343040 bytes
         Name: Intel(R) Desktop/Workstation/Server Express Chipset SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_1C02&SUBSYS_B0051458&REV_05\3&13C0B0C5&0&FA
       Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 10.05.0000.1015 (English), 2/9/2011 13:06:44, 555032 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_50011458&REV_05\3&13C0B0C5&0&FB
       Driver: n/a
         Name: Intel(R)  HD Graphics Family
    Device ID: PCI\VEN_8086&DEV_0112&SUBSYS_D0001458&REV_09\3&13C0B0C5&0&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd64.sys, 8.15.0010.2361 (English), 4/10/2011 11:51:08, 12223936 bytes
       Driver: C:\Windows\system32\igdumd64.dll, 8.15.0010.2361 (English), 4/10/2011 11:51:04, 8238592 bytes
       Driver: C:\Windows\system32\igd10umd64.dll, 8.15.0010.2361 (English), 4/10/2011 11:37:40, 14511104 bytes
       Driver: C:\Windows\system32\igfxcmrt64.dll, 1.00.0000.1007 (English), 4/10/2011 10:40:40, 136704 bytes
       Driver: C:\Windows\system32\IccLibDll_x64.dll, 3/6/2011 13:07:58, 94208 bytes
       Driver: C:\Windows\system32\igkrng600.bin, 3/6/2011 13:50:34, 963116 bytes
       Driver: C:\Windows\system32\igcompkrng600.bin, 3/6/2011 13:50:34, 145804 bytes
       Driver: C:\Windows\system32\igfcg600m.bin, 4/10/2011 11:49:10, 218304 bytes
       Driver: C:\Windows\SysWow64\igkrng600.bin, 3/6/2011 13:50:34, 963116 bytes
       Driver: C:\Windows\SysWow64\igcompkrng600.bin, 3/6/2011 13:50:34, 145804 bytes
       Driver: C:\Windows\SysWow64\igfcg600m.bin, 4/10/2011 11:49:10, 218304 bytes
       Driver: C:\Windows\system32\igdde64.dll, 4/10/2011 11:48:56, 75776 bytes
       Driver: C:\Windows\SysWow64\igdde32.dll, 4/10/2011 11:42:50, 56832 bytes
       Driver: C:\Windows\system32\iglhxs64.vp, 4/10/2011 12:15:56, 17272 bytes
       Driver: C:\Windows\system32\iglhxo64.vp, 4/10/2011 10:40:34, 59243 bytes
       Driver: C:\Windows\system32\iglhxc64.vp, 4/10/2011 10:40:34, 59062 bytes
       Driver: C:\Windows\system32\iglhxg64.vp, 4/10/2011 10:40:34, 59174 bytes
       Driver: C:\Windows\system32\iglhxa64.vp, 4/10/2011 10:40:34, 1074 bytes
       Driver: C:\Windows\system32\iglhxa64.cpa, 4/10/2011 10:40:34, 1981696 bytes
       Driver: C:\Windows\system32\iglhcp64.dll, 2.00.0002.0001 (English), 4/10/2011 10:40:36, 98304 bytes
       Driver: C:\Windows\system32\iglhsip64.dll, 2.00.0002.0001 (English), 4/10/2011 10:40:36, 376832 bytes
       Driver: C:\Windows\SysWow64\igdumd32.dll, 8.15.0010.2361 (English), 4/10/2011 11:44:20, 6275072 bytes
       Driver: C:\Windows\SysWow64\igdumdx32.dll, 8.15.0010.2361 (English), 4/10/2011 11:41:04, 577024 bytes
       Driver: C:\Windows\SysWow64\igfxdv32.dll, 8.15.0010.2361 (English), 4/10/2011 11:06:46, 288768 bytes
       Driver: C:\Windows\SysWow64\igd10umd32.dll, 8.15.0010.2361 (English), 4/10/2011 11:31:20, 12289536 bytes
       Driver: C:\Windows\SysWow64\iglhcp32.dll, 2.00.0002.0001 (English), 4/10/2011 10:40:34, 98304 bytes
       Driver: C:\Windows\SysWow64\iglhsip32.dll, 2.00.0002.0001 (English), 4/10/2011 10:40:34, 376832 bytes
       Driver: C:\Windows\SysWow64\igfxcmrt32.dll, 1.00.0000.1007 (English), 4/10/2011 10:40:40, 158208 bytes
       Driver: C:\Windows\system32\difx64.exe, 4/10/2011 11:59:58, 179032 bytes
       Driver: C:\Windows\system32\hccutils.dll, 8.15.0010.2361 (English), 4/10/2011 11:12:18, 109056 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 8.15.0010.2361 (English), 4/10/2011 11:12:48, 62464 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:06, 509272 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 8.15.0010.2361 (English), 4/10/2011 11:13:10, 335872 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 8.15.0010.2361 (English), 4/10/2011 11:13:38, 126976 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 8.15.0010.2361 (English), 4/10/2011 11:12:08, 385024 bytes
       Driver: C:\Windows\system32\igfxdo.dll, 8.15.0010.2361 (English), 4/10/2011 11:11:26, 142336 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:08, 167256 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:00, 391512 bytes
       Driver: C:\Windows\system32\igfxress.dll, 8.15.0010.2361 (English), 4/10/2011 11:11:26, 9014784 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:04, 415064 bytes
       Driver: C:\Windows\system32\igfxTMM.dll, 8.15.0010.2361 (English), 4/10/2011 11:13:20, 378368 bytes
       Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2361 (English), 4/10/2011 11:12:10, 146432 bytes
       Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:00, 4377432 bytes
       Driver: C:\Windows\system32\GfxUI.exe.config, 3/6/2011 13:11:06, 151 bytes
       Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 4/10/2011 11:12:10, 4096 bytes
       Driver: C:\Windows\system32\igfxext.exe, 8.15.0010.2361 (English), 4/10/2011 12:00:02, 238424 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 8.15.0010.2361 (English), 4/10/2011 11:13:04, 28672 bytes
       Driver: C:\Windows\SysWow64\igfxexps32.dll, 8.15.0010.2361 (English), 4/10/2011 11:07:34, 24576 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:40, 285184 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:42, 282624 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:42, 282624 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:44, 285696 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:46, 286720 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 8.15.0010.2361 (English), 4/10/2011 11:11:32, 285696 bytes
       Driver: C:\Windows\system32\igfxresn.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:54, 287232 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:44, 286208 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:46, 287232 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:48, 285184 bytes
       Driver: C:\Windows\system32\igfxrhrv.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:58, 286720 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:48, 286720 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:50, 283648 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:50, 283136 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:44, 286720 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:50, 286208 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:52, 286720 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:52, 286208 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:52, 286720 bytes
       Driver: C:\Windows\system32\igfxrrom.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:58, 286720 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:54, 286720 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:58, 286720 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:58, 286208 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:56, 286208 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:56, 285696 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:42, 286720 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:46, 287232 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:48, 286208 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 8.15.0010.2361 (English), 4/10/2011 11:13:56, 286208 bytes
       Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 4/10/2011 11:14:00, 156057 bytes
       Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 4/10/2011 11:14:02, 133246 bytes
       Driver: C:\Windows\system32\Gfxres.da-DK.resources, 4/10/2011 11:14:02, 128407 bytes
       Driver: C:\Windows\system32\Gfxres.de-DE.resources, 4/10/2011 11:14:04, 137705 bytes
       Driver: C:\Windows\system32\Gfxres.el-GR.resources, 4/10/2011 11:14:06, 197902 bytes
       Driver: C:\Windows\system32\Gfxres.es-ES.resources, 4/10/2011 11:14:06, 137506 bytes
       Driver: C:\Windows\system32\Gfxres.en-US.resources, 4/10/2011 11:13:40, 123921 bytes
       Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 4/10/2011 11:14:08, 132752 bytes
       Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 4/10/2011 11:14:10, 135519 bytes
       Driver: C:\Windows\system32\Gfxres.he-IL.resources, 4/10/2011 11:14:12, 148846 bytes
       Driver: C:\Windows\system32\Gfxres.hr-HR.resources, 4/10/2011 11:14:36, 131705 bytes
       Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 4/10/2011 11:14:12, 134238 bytes
       Driver: C:\Windows\system32\Gfxres.it-IT.resources, 4/10/2011 11:14:14, 140077 bytes
       Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 4/10/2011 11:14:16, 152994 bytes
       Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 4/10/2011 11:14:16, 138572 bytes
       Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 4/10/2011 11:14:18, 128667 bytes
       Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 4/10/2011 11:14:20, 134272 bytes
       Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 4/10/2011 11:14:20, 133014 bytes
       Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 4/10/2011 11:14:22, 134686 bytes
       Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 4/10/2011 11:14:24, 133548 bytes
       Driver: C:\Windows\system32\Gfxres.ro-RO.resources, 4/10/2011 11:14:36, 136449 bytes
       Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 4/10/2011 11:14:24, 182514 bytes
       Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 4/10/2011 11:14:26, 132650 bytes
       Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 4/10/2011 11:14:28, 128863 bytes
       Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 4/10/2011 11:14:28, 133706 bytes
       Driver: C:\Windows\system32\Gfxres.th-TH.resources, 4/10/2011 11:14:30, 211082 bytes
       Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 4/10/2011 11:14:32, 135222 bytes
       Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 4/10/2011 11:14:32, 116233 bytes
       Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 4/10/2011 11:14:34, 117522 bytes
       Driver: C:\Windows\system32\ig4icd64.dll, 8.15.0010.2361 (English), 4/10/2011 11:24:40, 17896960 bytes
       Driver: C:\Windows\SysWow64\ig4icd32.dll, 4/10/2011 11:18:24, 13356032 bytes
       Driver: C:\Windows\system32\igfxCoIn_v2361.dll, 1.02.0030.0000 (English), 4/10/2011 11:56:24, 90112 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_A1021458&REV_05\3&13C0B0C5&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 11:43:43, 122368 bytes
         Name: 2nd generation Intel(R) Core(TM) processor family DRAM Controller - 0100
    Device ID: PCI\VEN_8086&DEV_0100&SUBSYS_00000000&REV_09\3&13C0B0C5&0&00
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 8 - 1C1E
    Device ID: PCI\VEN_8086&DEV_1C1E&SUBSYS_50011458&REV_B5\3&13C0B0C5&0&E7
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Etron USB 3.0 Extensible Host Controller
    Device ID: PCI\VEN_1B6F&DEV_7023&SUBSYS_50071458&REV_01\4&4219E1E&0&00E7
       Driver: C:\Windows\SYSTEM32\DRIVERS\EtronXHCI.sys, 0.00.0000.0098 (English), 3/7/2011 10:22:00, 65280 bytes
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_50001458&REV_A5\3&13C0B0C5&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 7 - 1C1C
    Device ID: PCI\VEN_8086&DEV_1C1C&SUBSYS_50011458&REV_B5\3&13C0B0C5&0&E6
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Etron USB 3.0 Extensible Host Controller
    Device ID: PCI\VEN_1B6F&DEV_7023&SUBSYS_50071458&REV_01\4&1B0D22A2&0&00E5
       Driver: C:\Windows\SYSTEM32\DRIVERS\EtronXHCI.sys, 0.00.0000.0098 (English), 3/7/2011 10:22:00, 65280 bytes
         Name: Intel(R) Z68 Express Chipset Family LPC Interface Controller - 1C44
    Device ID: PCI\VEN_8086&DEV_1C44&SUBSYS_50011458&REV_05\3&13C0B0C5&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 02:48:27, 15424 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A
    Device ID: PCI\VEN_8086&DEV_1C1A&SUBSYS_50011458&REV_B5\3&13C0B0C5&0&E5
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Marvell 91xx SATA 6G Controller
    Device ID: PCI\VEN_1B4B&DEV_9172&SUBSYS_B0001458&REV_11\4&18803EC9&0&00E4
       Driver: C:\Windows\system32\DRIVERS\mvs91xx.sys, 1.02.0000.1002 (English), 3/14/2011 10:29:46, 313136 bytes
       Driver: C:\Windows\system32\DRIVERS\mvxxmm.sys, 1.00.0000.1202 (English), 3/14/2011 10:29:46, 14128 bytes
       Driver: C:\Windows\system32\mv91xxm.dll, 1.00.0000.0001 (English), 3/14/2011 10:29:46, 35840 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_1C3A1458&REV_04\3&13C0B0C5&0&B0
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 5 - 1C18
    Device ID: PCI\VEN_8086&DEV_1C18&SUBSYS_50011458&REV_B5\3&13C0B0C5&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 14:33:48, 184704 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_E0001458&REV_06\4&B75C242&0&00E6
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.3958.0000
    Xiph.Org Theora Decoder,0x00600000,1,1,dsfTheoraDecoder.dll,
    Xiph.Org Vorbis Decoder,0x00600000,1,1,dsfVorbisDecoder.dll,
    ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.01.3958.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.3958.0000
    ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.3958.0000
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17514
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17514
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17514
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Ogg Muxer,0x00200000,1,0,dsfOggMux.dll,
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    MPC - RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.04.2499.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17514
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17514
    Xiph.Org FLAC Decoder,0x00600000,1,1,dsfFLACDecoder.dll,
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.04.2499.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17514
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17514
    Haali Media Splitter,0x00800001,0,1,splitter.x64.ax,1.11.0096.0014
    Haali Media Splitter (AR),0x00400000,1,1,splitter.x64.ax,1.11.0096.0014
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17514
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Native FLAC Decoder,0x00600000,0,1,dsfNativeFLACSource.dll,
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17514
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17514
    Xiph.Org Speex Decoder,0x00600000,1,1,dsfSpeexDecoder.dll,
    Haali Video Renderer,0x00200000,1,0,dxr.x64.dll,
    MPC - RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.04.2499.0000
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    DivX Decoder Filter,0x00800000,1,1,divxdec.ax,7.00.0000.0031
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    Haali Simple Media Splitter,0x00200000,0,1,splitter.x64.ax,1.11.0096.0014
    DirectVobSub,0x00200000,2,1,VSFilter.dll,1.00.0001.0003
    MPC - RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.04.2499.0000
    DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,1.00.0001.0003
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17514
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17514
    Overlay Mixer2,0x00200000,1,1,,
    Haali Matroska Muxer,0x00200000,1,0,splitter.x64.ax,1.11.0096.0014
    AC3Filter,0x40000000,1,1,ac3filter64.ax,1.03.0001.0000
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.3958.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    Xiph.Org Ogg Demuxer,0x00600000,1,1,dsfOggDemux2.dll,
    MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.04.2499.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17514
    MPC - CDXA Reader,0x00600000,0,1,cdxareader.ax,1.04.2499.0000
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17514
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.3958.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    MPC - RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.04.2499.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17514
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17514
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17514
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    WebM Muxer Filter,0x00200000,2,1,webmmux.dll,0.09.0012.0000
    WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0012.0000
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    WebM Splitter Filter,0x00600000,1,1,webmsplit.dll,0.09.0012.0000
    Haali Video Sink,0x00200000,1,0,splitter.x64.ax,1.11.0096.0014
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17514
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.01.3958.0000
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17514
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17514
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17514
    WDM Streaming Capture Devices:
    Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HDA SPDIF Optical Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17528
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17528
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17514
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17514
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
    DirectSound: Realtek Digital Output(Optical) (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17514
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17514
    Realtek Digital Output(Optical),0x00200000,1,0,quartz.dll,6.06.7601.17514
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

    Ignore the above.
    Automagically working in IE :/

  • Mac book Pro and Intel Iris Graphics 6100 compatible with Adobe CC?

    Hi,
    I want to buy 13 inch Macbook pro (http://store.apple.com/us/buy-mac/macbook-pro?product=MF840LL/A&step=config#) just wanted to ask if it's graphic card (Intel Iris Graphics 6100) is compatible with Adobe Creative Cloud program like Illustrator, Photoshop and After Effects.
    I did not see it on this list: https://helpx.adobe.com/illustrator/kb/gpu-performance-preview-improvements.html
    I have lots of problems with my current laptop (Lenovo)... menus freeze from time to time and Illustrator crashes a lot.
    Thanks
    Raz

    it's possible, but unlikely.
    they'll refer you to this page: System requirements | Creative Cloud

  • Can I use HDMI to connect my AXC-603G features Intel HD Graphics to a monitor

    My AXC-603G features Intel HD Graphics but only comes with a VGA connector and HDMI.  My Dell monitor does have an HDMI connector.  Can I Use HDMI to connect the two?

    Yes, you can use the HDMI port on the computer to conenct the DEL monitor.Once the cable is conencted , you may press and hold the windows key and tap the P key for option to project display on to your monitor. You can also press and hold the windows key and tap the K key Click Second screen and then choose one of these options: Duplicate - You will see the same on both screens.Extend - Your screen is now spread over two monitors, and you can drag and move items between the two.Second screen only - You will see everything on the screen you just connected. The other screen remains blank.  Click the Kudos to say “Thanks” for helping! select "Accept Solution" if your issue is resovled.

  • Problem with 3 monitors Intel HD Graphics and GeForce GTX 560

    I would like to attach 3 monitors to my box -- 1 to integrated Intel card and 2 to discreet Nvidia. I've tried different configs but I failed to make monitors connected to different cards to work at the same time. I have system with stock kernel, latest updates and the following configuration:
    $ lspci | egrep "VGA|Disp"
    00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
    $ pacman -Qi xorg-server xf86-video-intel nvidia awesome-git linux | egrep "Name|Version"
    Name : xorg-server
    Version : 1.17.1-3
    Name : xf86-video-intel
    Version : 2.99.917-3
    Name : nvidia
    Version : 346.47-3
    Name : awesome-git
    Version : 3.5.2.397.gdde5b1b-1
    Name : linux
    Version : 3.18.6-1
    $ lsmod | egrep 'i915|nvidia'
    nvidia 8335766 46
    i915 946695 2
    button 12953 1 i915
    i2c_algo_bit 12744 1 i915
    video 18043 2 i915,asus_wmi
    drm_kms_helper 80985 1 i915
    drm 263481 7 i915,drm_kms_helper,nvidia
    i2c_core 50152 6
    drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia
    intel_gtt 17848 2 i915,intel_agp
    I've tried different xorg configs. Here is the best one. All 3 monitors are active with it (I could drag cursor over them) but only 2 (which connected to nvidia card) display DE.
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Option "Monitor-DVI-I-2" "VS"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia"
    Monitor "SAM"
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia"
    Monitor "VS"
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "SAM-Screen"
    Screen 1 "VS-Screen" RightOf "SAM-Screen"
    Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
    Option "Xinerama" "0"
    EndSection
    Also, xrandr shows last monitor (VGA-0, it plugged into Intel card) as disconnected
    $ xrandr
    Screen 0: minimum 8 x 8, current 3460 x 1440, maximum 16384 x 16384
    DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
    VGA-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
    2560x1440 59.95*+
    1920x1200 59.88
    1920x1080 60.00 50.00
    1680x1050 59.95
    1600x1200 60.00
    1440x900 59.89
    1280x1024 75.02 60.02
    1280x960 60.00
    1280x800 59.81
    1280x720 60.00 50.00
    1152x864 75.00
    1024x768 75.03 70.07 60.00
    800x600 75.00 72.19 60.32 56.25
    720x576 50.00
    720x480 59.94
    640x480 75.00 72.81 59.94
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 connected 900x1440+2560+0 left (normal left inverted right x axis y axis) 410mm x 256mm
    1440x900 59.89*+ 74.98
    1280x1024 75.02 60.02
    1280x960 60.00
    1152x864 75.00
    1024x768 75.03 70.07 60.00
    800x600 75.00 72.19 60.32 56.25
    640x480 75.00 72.81 59.94
    640x400 70.10
    But it's still posible to start application on last monitor with 'env DISPLAY:=0.1 urxvt'
    Here is full Xorg log file and highlights:
    [ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
    [ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
    [ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
    [ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
    [ 4792.053] (EE) intel(G0): Failed to claim DRM device.
    [ 4792.053] (II) UnloadModule: "intel"
    [ 4789.342]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4789.342] X Protocol Version 11, Revision 0
    [ 4789.342] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 4789.342] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 4789.342] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
    [ 4789.342] Build Date: 22 February 2015 12:50:32PM
    [ 4789.342]
    [ 4789.342] Current version of pixman: 0.32.6
    [ 4789.342] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4789.342] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4789.342] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:43:55 2015
    [ 4789.342] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4789.342] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4789.342] (==) ServerLayout "Layout0"
    [ 4789.342] (**) |-->Screen "SAM-Screen" (0)
    [ 4789.342] (**) | |-->Monitor "SAM"
    [ 4789.343] (**) | |-->Device "nvidia"
    [ 4789.343] (**) |-->Screen "VS-Screen" (1)
    [ 4789.343] (**) | |-->Monitor "VS"
    [ 4789.343] (**) | |-->Device "nvidia"
    [ 4789.343] (**) |-->Screen "BNQ-Screen" (2)
    [ 4789.343] (**) | |-->Monitor "BNQ"
    [ 4789.343] (**) | |-->Device "intel"
    [ 4789.343] (**) Option "Xinerama" "0"
    [ 4789.343] (==) Automatically adding devices
    [ 4789.343] (==) Automatically enabling devices
    [ 4789.343] (==) Automatically adding GPU devices
    [ 4789.343] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4789.343] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4789.343] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4789.343] (II) Loader magic: 0x815d80
    [ 4789.343] (II) Module ABI versions:
    [ 4789.343] X.Org ANSI C Emulation: 0.4
    [ 4789.343] X.Org Video Driver: 19.0
    [ 4789.343] X.Org XInput driver : 21.0
    [ 4789.343] X.Org Server Extension : 9.0
    [ 4789.344] (EE) systemd-logind: failed to get session: PID 10086 does not belong to any known session
    [ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4789.347] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 4789.347] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 4789.347] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4789.347] (II) LoadModule: "glx"
    [ 4789.347] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4789.359] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4789.359] compiled for 4.0.2, module version = 1.0.0
    [ 4789.359] Module class: X.Org Server Extension
    [ 4789.359] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 4789.359] (II) LoadModule: "nvidia"
    [ 4789.359] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4789.360] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4789.360] compiled for 4.0.2, module version = 1.0.0
    [ 4789.360] Module class: X.Org Video Driver
    [ 4789.360] (II) LoadModule: "intel"
    [ 4789.360] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4789.360] (II) Module intel: vendor="X.Org Foundation"
    [ 4789.360] compiled for 1.17.1, module version = 2.99.917
    [ 4789.360] Module class: X.Org Video Driver
    [ 4789.360] ABI class: X.Org Video Driver, version 19.0
    [ 4789.360] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 4789.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4789.360] (II) intel: Driver for Intel(R) 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
    [ 4789.360] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 4789.360] (++) using VT number 7
    [ 4789.471] (II) Loading sub module "fb"
    [ 4789.471] (II) LoadModule: "fb"
    [ 4789.471] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4789.471] (II) Module fb: vendor="X.Org Foundation"
    [ 4789.471] compiled for 1.17.1, module version = 1.0.0
    [ 4789.471] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4789.472] (II) Loading sub module "wfb"
    [ 4789.472] (II) LoadModule: "wfb"
    [ 4789.472] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4789.472] (II) Module wfb: vendor="X.Org Foundation"
    [ 4789.472] compiled for 1.17.1, module version = 1.0.0
    [ 4789.472] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4789.472] (II) Loading sub module "ramdac"
    [ 4789.472] (II) LoadModule: "ramdac"
    [ 4789.472] (II) Module "ramdac" already built-in
    [ 4789.473] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    [ 4789.474] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    [ 4789.474] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "SAM-Screen" for depth/fbbpp 24/32
    [ 4789.474] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4789.474] (==) NVIDIA(0): RGB weight 888
    [ 4789.474] (==) NVIDIA(0): Default visual is TrueColor
    [ 4789.474] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4789.474] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4789.841] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 4789.842] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4789.842] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 4789.842] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
    [ 4789.842] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 4789.875] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4789.875] (--) NVIDIA(0): CRT-0
    [ 4789.875] (--) NVIDIA(0): CRT-1
    [ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4789.875] (--) NVIDIA(0): DFP-1
    [ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4789.875] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4789.875] (**) NVIDIA(0): Option "Rotate" "left"
    [ 4789.875] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4789.875] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4789.875] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4789.875] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.875] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4789.875] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.875] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.875] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.876] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.876] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4789.877] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4789.877] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4789.877] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4789.878] (==) NVIDIA(0):
    [ 4789.878] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 4789.878] (==) NVIDIA(0): will be used as the requested mode.
    [ 4789.878] (==) NVIDIA(0):
    [ 4789.878] (II) NVIDIA(0): Validated MetaModes:
    [ 4789.878] (II) NVIDIA(0):
    [ 4789.878] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4789.878] (II) NVIDIA(0): Virtual screen size determined to be 3460 x 1440
    [ 4789.905] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
    [ 4789.905] (--) NVIDIA(0): option
    [ 4789.906] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
    [ 4789.906] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 4789.906] (II) intel(1): Creating default Display subsection in Screen section
    "BNQ-Screen" for depth/fbbpp 24/32
    [ 4789.906] (==) intel(1): Depth 24, (--) framebuffer bpp 32
    [ 4789.906] (==) intel(1): RGB weight 888
    [ 4789.906] (==) intel(1): Default visual is TrueColor
    [ 4789.906] (**) intel(1): Option "AccelMethod" "none"
    [ 4789.906] (II) intel(1): Output VGA1 using monitor section BNQ
    [ 4789.906] (**) intel(1): Option "LeftOf" "SAM"
    [ 4789.906] (**) intel(1): Option "Rotate" "left"
    [ 4789.906] (II) intel(1): Enabled output VGA1
    [ 4789.906] (II) intel(1): Output HDMI1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI1
    [ 4789.906] (II) intel(1): Output DP1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP1
    [ 4789.906] (II) intel(1): Output HDMI2 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI2
    [ 4789.906] (II) intel(1): Output HDMI3 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI3
    [ 4789.906] (II) intel(1): Output DP2 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP2
    [ 4789.906] (II) intel(1): Output DP3 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP3
    [ 4789.906] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
    [ 4789.906] (II) intel(1): Output VIRTUAL1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output VIRTUAL1
    [ 4789.906] (II) intel(1): EDID for output DP1
    [ 4789.906] (II) intel(1): EDID for output DP2
    [ 4789.906] (II) intel(1): EDID for output DP3
    [ 4789.906] (II) intel(1): EDID for output HDMI1
    [ 4789.906] (II) intel(1): EDID for output HDMI2
    [ 4789.907] (II) intel(1): EDID for output HDMI3
    [ 4789.920] (II) intel(1): EDID for output VGA1
    [ 4789.920] (II) intel(1): Manufacturer: BNQ Model: 7659 Serial#: 28
    [ 4789.920] (II) intel(1): Year: 2003 Week: 39
    [ 4789.920] (II) intel(1): EDID Version: 1.3
    [ 4789.920] (II) intel(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 4789.920] (II) intel(1): Sync: Separate Composite
    [ 4789.920] (II) intel(1): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 4789.920] (II) intel(1): Gamma: 2.20
    [ 4789.920] (II) intel(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 4789.920] (II) intel(1): First detailed timing is preferred mode
    [ 4789.920] (II) intel(1): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.611
    [ 4789.920] (II) intel(1): blueX: 0.140 blueY: 0.069 whiteX: 0.310 whiteY: 0.330
    [ 4789.920] (II) intel(1): Supported established timings:
    [ 4789.920] (II) intel(1): 720x400@70Hz
    [ 4789.920] (II) intel(1): 640x480@60Hz
    [ 4789.920] (II) intel(1): 640x480@67Hz
    [ 4789.920] (II) intel(1): 640x480@72Hz
    [ 4789.920] (II) intel(1): 640x480@75Hz
    [ 4789.920] (II) intel(1): 800x600@56Hz
    [ 4789.920] (II) intel(1): 800x600@60Hz
    [ 4789.920] (II) intel(1): 800x600@72Hz
    [ 4789.920] (II) intel(1): 800x600@75Hz
    [ 4789.920] (II) intel(1): 832x624@75Hz
    [ 4789.920] (II) intel(1): 1024x768@60Hz
    [ 4789.920] (II) intel(1): 1024x768@70Hz
    [ 4789.920] (II) intel(1): 1024x768@75Hz
    [ 4789.920] (II) intel(1): 1280x1024@75Hz
    [ 4789.920] (II) intel(1): 1152x864@75Hz
    [ 4789.920] (II) intel(1): Manufacturer's mask: 0
    [ 4789.920] (II) intel(1): Supported standard timings:
    [ 4789.920] (II) intel(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 4789.920] (II) intel(1): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 4789.920] (II) intel(1): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 4789.920] (II) intel(1): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 4789.920] (II) intel(1): Supported detailed timing:
    [ 4789.920] (II) intel(1): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 4789.920] (II) intel(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 4789.920] (II) intel(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 4789.920] (II) intel(1): Supported detailed timing:
    [ 4789.920] (II) intel(1): clock: 25.2 MHz Image Size: 304 x 228 mm
    [ 4789.920] (II) intel(1): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 4789.920] (II) intel(1): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 4789.920] (II) intel(1): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 145 MHz
    [ 4789.920] (II) intel(1): Monitor name: BenQ FP737s
    [ 4789.920] (II) intel(1): EDID (in hex):
    [ 4789.920] (II) intel(1): 00ffffffffffff0009d159761c000000
    [ 4789.920] (II) intel(1): 270d01036c221b78eac6f6a3574a9c23
    [ 4789.920] (II) intel(1): 114f54bfef80714f81908180818c0101
    [ 4789.920] (II) intel(1): 010101010101302a009851002a403070
    [ 4789.920] (II) intel(1): 1300520e1100001ed50980a0205e6310
    [ 4789.920] (II) intel(1): 1060520830e41000001a000000fd0038
    [ 4789.920] (II) intel(1): 4b1f510e000a202020202020000000fc
    [ 4789.920] (II) intel(1): 0042656e51204650373337730a200072
    [ 4789.920] (II) intel(1): Printing probed modes for output VGA1
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x76.0 141.81 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x72.0 132.84 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.9 kHz)
    [ 4789.920] (II) intel(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 4789.920] (II) intel(1): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x350"x70.1 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): EDID for output VIRTUAL1
    [ 4789.920] (II) intel(1): Output DP1 disconnected
    [ 4789.920] (II) intel(1): Output DP2 disconnected
    [ 4789.920] (II) intel(1): Output DP3 disconnected
    [ 4789.920] (II) intel(1): Output HDMI1 disconnected
    [ 4789.920] (II) intel(1): Output HDMI2 disconnected
    [ 4789.920] (II) intel(1): Output HDMI3 disconnected
    [ 4789.920] (II) intel(1): Output VGA1 connected
    [ 4789.920] (II) intel(1): Output VIRTUAL1 disconnected
    [ 4789.920] (II) intel(1): Using user preference for initial modes
    [ 4789.920] (II) intel(1): Output VGA1 using initial mode 1280x1024
    [ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
    [ 4789.920] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4789.920] (==) intel(1): TearFree disabled
    [ 4789.920] (==) intel(1): DPI set to (96, 96)
    [ 4789.920] (II) Loading sub module "dri2"
    [ 4789.920] (II) LoadModule: "dri2"
    [ 4789.920] (II) Module "dri2" already built-in
    [ 4789.920] (II) Loading sub module "present"
    [ 4789.920] (II) LoadModule: "present"
    [ 4789.920] (II) Module "present" already built-in
    [ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
    [ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
    [ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
    [ 4792.053] (EE) intel(G0): Failed to claim DRM device.
    [ 4792.053] (II) UnloadModule: "intel"
    [ 4792.053] (--) Depth 24 pixmap format is 32 bpp
    [ 4792.053] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 4792.053] (II) NVIDIA: access.
    [ 4792.057] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 4792.057] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 4792.057] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 4792.057] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 4792.057] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 4792.057] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 4792.057] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 4792.057] (II) NVIDIA(0): Config Options in the README.
    [ 4792.091] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4792.264] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 4792.264] (==) NVIDIA(0): Backing store enabled
    [ 4792.264] (==) NVIDIA(0): Silken mouse enabled
    [ 4792.264] (**) NVIDIA(0): DPMS enabled
    [ 4792.264] (II) Loading sub module "dri2"
    [ 4792.264] (II) LoadModule: "dri2"
    [ 4792.264] (II) Module "dri2" already built-in
    [ 4792.264] (II) NVIDIA(0): [DRI2] Setup complete
    [ 4792.264] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 4792.264] (--) RandR disabled
    [ 4792.264] (II) intel(1): SNA initialized with disabled backend
    [ 4792.264] (==) intel(1): Backing store enabled
    [ 4792.264] (==) intel(1): Silken mouse enabled
    [ 4792.264] (II) intel(1): HW Cursor enabled
    [ 4792.264] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4792.264] (**) intel(1): DPMS enabled
    [ 4792.264] (==) intel(1): display hotplug detection enabled
    [ 4792.264] (II) intel(1): Textured video not supported on this hardware
    [ 4792.264] (WW) intel(1): loading DRI2 whilst the GPU is wedged.
    [ 4792.264] (II) intel(1): [DRI2] Setup complete
    [ 4792.264] (II) intel(1): [DRI2] DRI driver: i965
    [ 4792.264] (II) intel(1): [DRI2] VDPAU driver: i965
    [ 4792.264] (II) intel(1): direct rendering: DRI2 enabled
    [ 4792.265] (II) intel(1): hardware support for Present enabled
    [ 4792.265] (WW) intel(1): Option "Monitor-VGA-0" is not used
    [ 4792.265] (WW) intel(1): Option "LeftOf" is not used
    [ 4792.265] (WW) intel(1): Option "Rotate" is not used
    [ 4792.265] (--) RandR disabled
    [ 4792.268] (II) Initializing extension GLX
    [ 4792.268] (II) Indirect GLX disabled.(II) intel(1): switch to mode [email protected] on VGA1 using pipe 0, position (0, 0), rotation left, reflection none
    [ 4792.332] (II) intel(1): Setting screen physical size to 270 x 338
    [ 4792.386] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 4792.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4792.386] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 4792.386] (**) Power Button: Applying InputClass "system-keyboard"
    [ 4792.386] (II) LoadModule: "libinput"
    [ 4792.386] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 4792.387] (II) Module libinput: vendor="X.Org Foundation"
    [ 4792.387] compiled for 1.17.1, module version = 0.7.0
    [ 4792.387] Module class: X.Org XInput Driver
    [ 4792.387] ABI class: X.Org XInput driver, version 21.0
    [ 4792.387] (II) Using input driver 'libinput' for 'Power Button'
    [ 4792.387] (**) Power Button: always reports core events
    [ 4792.387] (**) Option "Device" "/dev/input/event2"
    [ 4792.387] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 4792.387] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 4792.399] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 4792.399] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4792.399] (**) Option "xkb_model" "pc104"
    [ 4792.399] (**) Option "xkb_layout" "us,ru"
    [ 4792.399] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.432] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 4792.432] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 4792.432] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 4792.432] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4792.432] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 4792.432] (**) Power Button: Applying InputClass "system-keyboard"
    [ 4792.432] (II) Using input driver 'libinput' for 'Power Button'
    [ 4792.432] (**) Power Button: always reports core events
    [ 4792.432] (**) Option "Device" "/dev/input/event1"
    [ 4792.433] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 4792.433] (II) input device 'Power Button', /dev/input/event1 is a keyboard
    [ 4792.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
    [ 4792.489] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 4792.489] (**) Option "xkb_model" "pc104"
    [ 4792.489] (**) Option "xkb_layout" "us,ru"
    [ 4792.489] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.490] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 4792.490] (II) input device 'Power Button', /dev/input/event1 is a keyboard
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event0)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
    [ 4792.491] (II) No input driver specified, ignoring this device.
    [ 4792.491] (II) This device may have been added with another device file.
    [ 4792.491] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event3)
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.491] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.491] (**) Option "Device" "/dev/input/event3"
    [ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
    [ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
    [ 4792.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:045E:07B2.0004/input/input24/event3"
    [ 4792.554] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 8)
    [ 4792.554] (**) Option "xkb_model" "pc104"
    [ 4792.554] (**) Option "xkb_layout" "us,ru"
    [ 4792.554] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
    [ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
    [ 4792.555] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event4)
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev pointer catchall"
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput pointer catchall"
    [ 4792.555] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.555] (**) Option "Device" "/dev/input/event4"
    [ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
    [ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
    [ 4792.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:045E:07B2.0005/input/input25/event4"
    [ 4792.610] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: MOUSE, id 9)
    [ 4792.610] (**) Option "AccelerationScheme" "none"
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) selected scheme none/0
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration factor: 2.000
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration threshold: 4
    [ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
    [ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
    [ 4792.610] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/mouse0)
    [ 4792.610] (II) No input driver specified, ignoring this device.
    [ 4792.610] (II) This device may have been added with another device file.
    [ 4792.611] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event5)
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "joystick catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.611] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.611] (**) Option "Device" "/dev/input/event5"
    [ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
    [ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
    [ 4792.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:045E:07B2.0006/input/input26/event5"
    [ 4792.676] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 10)
    [ 4792.676] (**) Option "xkb_model" "pc104"
    [ 4792.676] (**) Option "xkb_layout" "us,ru"
    [ 4792.676] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
    [ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
    [ 4792.677] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/js0)
    [ 4792.677] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
    [ 4792.679] (II) No input driver specified, ignoring this device.
    [ 4792.679] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
    [ 4792.679] (II) No input driver specified, ignoring this device.
    [ 4792.679] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event16)
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
    [ 4792.679] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
    [ 4792.679] (**) Eee PC WMI hotkeys: always reports core events
    [ 4792.679] (**) Option "Device" "/dev/input/event16"
    [ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
    [ 4792.712] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input19/event16"
    [ 4792.712] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
    [ 4792.712] (**) Option "xkb_model" "pc104"
    [ 4792.713] (**) Option "xkb_layout" "us,ru"
    [ 4792.713] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
    [ 4793.050] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.050] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.050] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.081] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.081] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.081] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4793.129] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.129] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.129] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.160] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.160] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.160] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4793.229] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.229] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.229] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.259] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.259] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.259] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4849.763] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4849.763] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4849.763] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4849.794] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4849.794] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4849.794] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4849.794] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.794] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4849.794] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.794] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.794] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.795] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.795] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    I also tried other configs, but neither of them made me happy:
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia-sam"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Screen 0
    EndSection
    Section "Device"
    Identifier "nvidia-vs"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-2" "VS"
    Screen 1
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia-sam"
    Monitor "SAM"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia-vs"
    Monitor "VS"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "SAM-Screen"
    Screen 1 "VS-Screen" RightOf "SAM-Screen"
    Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
    Option "Xinerama" "0"
    EndSection
    [ 4488.527]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4488.527] X Protocol Version 11, Revision 0
    [ 4488.527] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 4488.527] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 4488.527] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
    [ 4488.527] Build Date: 22 February 2015 12:50:32PM
    [ 4488.527]
    [ 4488.527] Current version of pixman: 0.32.6
    [ 4488.527] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4488.527] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4488.527] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:38:54 2015
    [ 4488.527] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4488.527] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4488.528] (==) ServerLayout "Layout0"
    [ 4488.528] (**) |-->Screen "SAM-Screen" (0)
    [ 4488.528] (**) | |-->Monitor "SAM"
    [ 4488.528] (**) | |-->Device "nvidia-sam"
    [ 4488.528] (**) |-->Screen "VS-Screen" (1)
    [ 4488.528] (**) | |-->Monitor "VS"
    [ 4488.528] (**) | |-->Device "nvidia-vs"
    [ 4488.528] (**) |-->Screen "BNQ-Screen" (2)
    [ 4488.528] (**) | |-->Monitor "BNQ"
    [ 4488.528] (**) | |-->Device "intel"
    [ 4488.528] (**) Option "Xinerama" "0"
    [ 4488.528] (==) Automatically adding devices
    [ 4488.528] (==) Automatically enabling devices
    [ 4488.528] (==) Automatically adding GPU devices
    [ 4488.528] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4488.528] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4488.528] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4488.528] (II) Loader magic: 0x815d80
    [ 4488.528] (II) Module ABI versions:
    [ 4488.528] X.Org ANSI C Emulation: 0.4
    [ 4488.528] X.Org Video Driver: 19.0
    [ 4488.528] X.Org XInput driver : 21.0
    [ 4488.528] X.Org Server Extension : 9.0
    [ 4488.529] (EE) systemd-logind: failed to get session: PID 32224 does not belong to any known session
    [ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4488.531] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 4488.531] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 4488.531] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4488.531] (II) LoadModule: "glx"
    [ 4488.531] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4488.542] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4488.542] compiled for 4.0.2, module version = 1.0.0
    [ 4488.542] Module class: X.Org Server Extension
    [ 4488.542] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 4488.542] (II) LoadModule: "nvidia"
    [ 4488.542] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4488.543] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4488.543] compiled for 4.0.2, module version = 1.0.0
    [ 4488.543] Module class: X.Org Video Driver
    [ 4488.543] (II) LoadModule: "modesetting"
    [ 4488.543] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 4488.543] (II) Module modesetting: vendor="X.Org Foundation"
    [ 4488.543] compiled for 1.17.1, module version = 1.17.1
    [ 4488.543] Module class: X.Org Video Driver
    [ 4488.543] ABI class: X.Org Video Driver, version 19.0
    [ 4488.543] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 4488.543] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4488.543] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 4488.543] (++) using VT number 7
    [ 4488.645] (II) Loading sub module "fb"
    [ 4488.645] (II) LoadModule: "fb"
    [ 4488.645] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4488.645] (II) Module fb: vendor="X.Org Foundation"
    [ 4488.646] compiled for 1.17.1, module version = 1.0.0
    [ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4488.646] (II) Loading sub module "wfb"
    [ 4488.646] (II) LoadModule: "wfb"
    [ 4488.646] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4488.646] (II) Module wfb: vendor="X.Org Foundation"
    [ 4488.646] compiled for 1.17.1, module version = 1.0.0
    [ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4488.646] (II) Loading sub module "ramdac"
    [ 4488.646] (II) LoadModule: "ramdac"
    [ 4488.646] (II) Module "ramdac" already built-in
    [ 4488.647] (II) modeset(2): using drv /dev/dri/card0
    [ 4488.647] (II) modeset(G0): using drv /dev/dri/card0
    [ 4488.647] (EE) Screen 2 deleted because of no matching config section.
    [ 4488.647] (II) UnloadModule: "modesetting"
    [ 4488.647] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "SAM-Screen" for depth/fbbpp 24/32
    [ 4488.647] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4488.647] (==) NVIDIA(0): RGB weight 888
    [ 4488.647] (==) NVIDIA(0): Default visual is TrueColor
    [ 4488.647] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4488.648] (II) NVIDIA(1): Creating default Display subsection in Screen section
    "VS-Screen" for depth/fbbpp 24/32
    [ 4488.648] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4489.049] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 4489.050] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4489.050] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 4489.050] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
    [ 4489.050] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 4489.082] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4489.082] (--) NVIDIA(0): CRT-0
    [ 4489.082] (--) NVIDIA(0): CRT-1
    [ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4489.082] (--) NVIDIA(0): DFP-1
    [ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4489.082] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4489.083] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4489.083] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4489.083] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4489.084] (==) NVIDIA(0):
    [ 4489.084] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 4489.084] (==) NVIDIA(0): will be used as the requested mode.
    [ 4489.084] (==) NVIDIA(0):
    [ 4489.084] (II) NVIDIA(0): Validated MetaModes:
    [ 4489.084] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 4489.084] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
    [ 4489.113] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
    [ 4489.113] (--) NVIDIA(0): option
    [ 4489.114] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
    [ 4489.114] (==) NVIDIA(1): RGB weight 888
    [ 4489.114] (==) NVIDIA(1): Default visual is TrueColor
    [ 4489.114] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 4489.114] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4489.114] (--) NVIDIA(1): Memory: 1048576 kBytes
    [ 4489.114] (--) NVIDIA(1): VideoBIOS: 70.24.21.00.00
    [ 4489.114] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 4489.146] (--) NVIDIA(1): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4489.146] (--) NVIDIA(1): CRT-0
    [ 4489.146] (--) NVIDIA(1): CRT-1
    [ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4489.146] (--) NVIDIA(1): DFP-1
    [ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4489.146] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): DFP-1: Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4489.146] (**) NVIDIA(1): Option "Rotate" "left"
    [ 4489.146] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4489.146] (**) NVIDIA(1): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4489.146] (**) NVIDIA(1): has been enabled on all display devices.)
    [ 4489.147] (==) NVIDIA(1):
    [ 4489.147] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
    [ 4489.147] (==) NVIDIA(1): will be used as the requested mode.
    [ 4489.147] (==) NVIDIA(1):
    [ 4489.147] (II) NVIDIA(1): Validated MetaModes:
    [ 4489.147] (II) NVIDIA(1): "DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4489.147] (II) NVIDIA(1): Virtual screen size determined to be 900 x 1440
    [ 4489.150] (--) NVIDIA(1): DPI set to (55, 140); computed from "UseEdidDpi" X config
    [ 4489.150] (--) NVIDIA(1): option
    [ 4489.150] (EE)
    [ 4489.150] (EE) Backtrace:
    [ 4489.151] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    [ 4489.151] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f64dd88653f]
    [ 4489.151] (EE) 2: /usr/lib/xorg-server/Xorg (xf86nameCompare+0x19) [0x4a9159]
    [ 4489.151] (EE) 3: /usr/lib/xorg-server/Xorg (xf86findOption+0x2c) [0x4a2c6c]
    [ 4489.151] (EE) 4: /usr/lib/xorg-server/Xorg (xf86SetDepthBpp+0x430) [0x4828d0]
    [ 4489.151] (EE) 5: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x25e1) [0x7f64d695aab1]
    [ 4489.151] (EE) 6: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
    [ 4489.151] (EE) 7: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
    [ 4489.152] (EE) 8: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f64dd873800]
    [ 4489.152] (EE) 9: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    [ 4489.152] (EE) 10: ? (?+0x29) [0x29]
    [ 4489.152] (EE)
    [ 4489.152] (EE) Segmentation fault at address 0x231
    [ 4489.152] (EE)
    Fatal server error:
    [ 4489.152] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 4489.152] (EE)
    [ 4489.152] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4489.152] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4489.152] (EE)
    [ 4489.295] (EE) Server terminated with error (1). Closing log file.
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia-sam"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Screen 0
    EndSection
    Section "Device"
    Identifier "nvidia-vs"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-2" "VS"
    Screen 1
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia-sam"
    Monitor "SAM"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia-vs"
    Monitor "VS"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section

    Hi:
    There is a specific order you need to install the graphics drivers for the notebooks with the nvidia/intel graphics.
    1. Install the Intel chipset installation utility and reboot.  If the one on your notebook's support page doesn't work, use this one.
    https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=20775&lang=eng&ProdId=816
    2. Install the Intel HD graphics driver and reboot.  If the one on your notebook's suport page doesn't work, try this one.
    https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=24348
    3. Install the nVidia HD graphics driver and reboot.  If the one on your notebook's support page doesn't work, try this one.
    http://www.nvidia.com/download/driverResults.aspx/​81879/en-us

  • Xinerama with a Mobile Intel 945GM graphics card

    Hi,
    I'm trying to write a xorg.conf to enable Xinerama. But as you've already guessed it isn't working.
    Xinerama works perfectly fine, if i use xrandr.
    Could please look over my config and tell me what's wrong?
    Thanks in advance!
    Informations you may need:
    Im using the xf86-video-intel-legacy driver.
    This is my xorg.conf:
    Section "Monitor"
    Identifier "Main Monitor"
    EndSection
    Section "Monitor"
    Identifier "Second Monitor"
    VendorName "ACR"
    ModelName "Acer X233H"
    HorizSync 30.0 - 94.0
    VertRefresh 49.0 - 75.0
    Option "DPMS"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    EndSection
    Section "Device"
    Identifier "0 Intel 945GM"
    Driver "intel"
    BusID "PCI:0:2:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "1 Intel 945GM"
    Driver "intel"
    BusID "PCI:0:2:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "0 Default Screen"
    Device "0 Intel 945GM"
    Monitor "Main Monitor"
    SubSection "Display"
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "1 Default Screen"
    Device "1 Intel 945GM"
    Monitor "Second Monitor"
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "0 Default Screen"
    Screen 1 "1 Default Screen" LeftOf "0 Default Screen"
    # Option "Xinerama" "true"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    # vim: sw=4 ts=4
    And this is my /var/log/Xorg0.log:
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux skynet 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 13 22:49:02 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "0 Default Screen" (0)
    (**) | |-->Monitor "Main Monitor"
    (**) | |-->Device "0 Intel 945GM"
    (**) |-->Screen "1 Default Screen" (1)
    (**) | |-->Monitor "Second Monitor"
    (**) | |-->Device "1 Intel 945GM"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xdc180000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xDC100000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Main Monitor
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "ACR", prod id 147
    (II) intel(0): Using EDID range info for horizontal sync
    (II) intel(0): Using EDID range info for vertical refresh
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    (II) intel(0): EDID vendor "ACR", prod id 147
    (II) intel(0): Output VGA connected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using user preference for initial modes
    (II) intel(0): Output VGA using initial mode 1280x800
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) intel(0): Display dimensions: (510, 290) mm
    (**) intel(0): DPI set to (95, 168)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Reloading /usr/lib/xorg/modules//libvgahw.so
    (==) intel(1): Depth 24, (--) framebuffer bpp 32
    (==) intel(1): RGB weight 888
    (==) intel(1): Default visual is TrueColor
    (II) intel(1): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(1): Chipset: "945GM"
    (--) intel(1): Linear framebuffer at 0xC0000000
    (--) intel(1): IO registers at addr 0xDC100000
    (II) intel(1): 2 display pipes available.
    (==) intel(1): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(1): Output VGA using monitor section Second Monitor
    (II) intel(1): I2C bus "CRTDDC_A" initialized.
    (II) intel(1): Output LVDS has no monitor section
    (II) intel(1): I2C bus "LVDSDDC_C" initialized.
    (II) intel(1): Attempting to determine panel fixed mode.
    (II) intel(1): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(1): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(1): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(1): No SDVO device found on SDVOB
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(1): No SDVO device found on SDVOC
    (II) intel(1): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(1): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(1): Output TV has no monitor section
    (II) intel(1): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
    (II) intel(1): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
    (II) intel(1): EDID vendor "ACR", prod id 147
    (II) intel(1): Using hsync ranges from config file
    (II) intel(1): Using vrefresh ranges from config file
    (II) intel(1): Printing DDC gathered Modelines:
    (II) intel(1): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    (II) intel(1): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(1): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(1): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) intel(1): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(1): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) intel(1): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) intel(1): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(1): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) intel(1): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    (II) intel(1): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) intel(1): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) intel(1): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    (II) intel(1): EDID vendor "ACR", prod id 147
    (II) intel(1): Output VGA connected
    (II) intel(1): Output LVDS connected
    (II) intel(1): Output TV disconnected
    (II) intel(1): Using user preference for initial modes
    (II) intel(1): Output VGA using initial mode 1920x1080
    (II) intel(1): Output LVDS using initial mode 1280x800
    (II) intel(1): Monitoring connected displays enabled
    (II) intel(1): detected 256 kB GTT.
    (II) intel(1): detected 7932 kB stolen memory.
    (==) intel(1): video overlay key set to 0x101fe
    (==) intel(1): Will not try to enable page flipping
    (==) intel(1): Triple buffering disabled
    (==) intel(1): Intel XvMC decoder disabled
    (==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
    (--) intel(1): Using HW Cursor because it's enabled on primary head.
    (**) intel(1): Display dimensions: (510, 290) mm
    (**) intel(1): DPI set to (95, 168)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Reloading /usr/lib/xorg/modules//libfb.so
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Reloading /usr/lib/xorg/modules//libexa.so
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(1): Comparing regs from server start up to After PreInit
    (WW) intel(1): Register 0x61200 (PP_STATUS) changed from 0xd0000009 to 0xd000000a
    (WW) intel(1): PP_STATUS before: on, ready, sequencing on
    (WW) intel(1): PP_STATUS after: on, ready, sequencing on
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? Yes, I do.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 488960 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1955836 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813278b]
    1: /usr/bin/X(xf86SigHandler+0x51) [0x80dda61]
    2: [0xb7fcb400]
    3: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a5258e]
    4: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0x144) [0xb7a527b4]
    5: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a47e2b]
    6: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7a4cafd]
    7: /usr/bin/X(AddScreen+0x19d) [0x807167d]
    8: /usr/bin/X(InitOutput+0x206) [0x80aeb16]
    9: /usr/bin/X(main+0x1e1) [0x8071d61]
    10: /lib/libc.so.6(__libc_start_main+0xe5) [0xb7bab6c5]
    11: /usr/bin/X [0x8071401]
    Fatal server error:
    Caught signal 11. Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

    Blind wrote:Umm, weelll, xorgconfig or X -config might produce something to work with, but in general you need to edit the xorg.conf file for best performance. As to your editing of 'vga' to 'xf86-video-intel': you should replace it with 'intel'. There are many, many sample xorg.conf's out there that use the intel driver, so google is your friend.
    Cheers,
    Blind
    +1
    You can specify the amount of videoram in xorg.conf and you need to add the 1280*800 resolution to it too. That's all I had to do to get it to work on my father's laptop.
    Zl.
    /EDIT: numerous wiki-entries could help you, f.e. http://wiki.archlinux.org/index.php/Intel_GMA_950
    Last edited by zenlord (2008-01-21 09:54:09)

  • Does the standard Intel HD Graphics 4000 in the 13 inch Macbook pro stand up to other graphics cards with dedicated memory ( 1GB of memory for instance)?

    Does the standard Intel HD Graphics 4000 in the 13 inch Macbook pro stand up to other graphics cards with dedicated memory ( 1GB of memory for instance)? I need a laptop for college and the Engineering program suggests a dedicated video card with minimum 1GB of video memory.

    I have a Intel HD 4000 in my Mac Mini (late 2012), and it's okay for what I need it.
    However:
    - there were a few issues with flickering on the video output to external monitors. These were solved through a firmware update that came with OSX 10.8.3 - for the majority of the users. There is apparently still a small group of users that still has issues. You can read long threads about this here:
    https://discussions.apple.com/thread/4472316?start=0&tstart=0
    and here
    https://discussions.apple.com/thread/4490924?start=0&tstart=0
    So for most of us (me included) this issue is solved, but it seems that certain displays / monitors don't work well with the intel HD4000, don't know if there is a pattern or a list of monitor models...
    - there was an issue with the color calibration on the HDMI output. No matter how much you tried to calibrate, the results remained unsatisfying. All light colors were crushed to white, wrong contrast, ...
    You can read about this here:
    http://forums.macrumors.com/showthread.php?t=1482487
    https://discussions.apple.com/thread/4480354?start=0&tstart=0
    The same firmware update improved this a little, good enough for me, but I can imagine it's not good enough if you do graphic work and need reliable colors from your monitor. On HDMI output, the thunderbolt/MDP output is fine. So it's mainly a dual monitor setup issue.
    If it's for graphic work, I'd go for a Mac Book Pro with dedicated GPU !

  • Photoshop CS5 OpenGL support with latest Intel integrated graphics?

    Intel's latest "Sandy Bridge" CPUs (Core i5 2500, Core i7 2600, etc.) included much-improved integrated GPUs, thus allowing for systems that do not require a discrete graphics card.  Although not suitable for high-end gaming, the specs appear to be more than enough for Photoshop CS5's GPU acceleration needs.  Can anyone confirm or deny that CS5 will be able to take advantage of the new Intel HD 2000 and HD 3000 graphics?  The driver specs say it supports OpenGL 3.0 and Shader Model 4.0, both of which satisfy the minimum requirements of OpenGL 2.1 and Shader Model 3.0 for Photoshop CS5.
    I'm 99% sure the latest hardware is supported, as Adobe's own document mentions "Intel HD Graphics", just not the specific model numbers.  The document was also last updated in November 2010, before the current series of CPUs were released to the public.
    http://kb2.adobe.com/cps/404/kb404898.html
    Comments?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    BrianTao wrote:
    Surely those won't stress an OpenGL implementation that is aimed to work in scientific visualization apps, model rendering, 3D games, and so on?
    Having implemented my own OpenGL applications over the past several years, I can tell you that it's absolutely not that simple.  The word "surely" cannot be applied here.
    Photoshop, in displaying 2D things with a 3D system, is NO DOUBT using OpenGL differently than any other application has ever used OpenGL.  It's the nature of the beast.  What they put in which type of buffers at what time in which mode using what calls in which order and using what performance features are all open choices.  The software itself makes choices at run time about what parts to use based on OpenGL version and advertised capabilities.  Plus they're using Shaders (on-GPU programming), and there are a bunch of different ways to get that done as well.
    In order for a system to run perfectly, the applications and video driver / GPU subsystem have to get things exactly right all the time every time, and not just for Photoshop but for all the other apps (and Aero) as well.  Though Intel and the others may do plenty of testing, what might work on a test bench might not work when combined dynamically with other things in ways that only happen on an end-user system.  Note the number of video game bugs fixed in each driver release.
    However complex you think OpenGL is, multiply that by 100 or more and you may be getting into the ballpark.
    -Noel

  • Nice to see 13" retina but it has only Intel HD Graphics 4000 and does not have NVIDIA GeForce GT 650M with 1GB of GDDR5 memory card. How it will affect the speed, performance and other things compared to 15" retina where NVIDIA GeForce card is available.

    Nice to see 13" retina but it has only Intel HD Graphics 4000 and does not have NVIDIA GeForce GT 650M with 1GB of GDDR5 memory card. How it will affect the speed, performance and other things compared to 15" retina where NVIDIA GeForce card is available.

    The 15" Retina's will have better performance than any 13" Retina. Not only do the 15" machines have dedicated GPU's, but they also have quad-core processors, whereas the 13" Retina's only have dual-core processors.

  • Windows 8 and Boot Camp 5 with Mid-2011 iMac12,2 DISABLING INTEL HD GRAPHICS

    There seems to be some issue with this newer Boot Camp 5 and Windows 8 becuase of the Intel HD graphics in the processor. I have a maxed out Intel iMac 27" Mid-2011 with Intel Core i7 and AMD Radeon 6970M 2GB.
    When Windows 8 Pro is first installed with Boot Camp 5 USB flash drive everything seems fine. The Intel HD graphics are detected and so is the AMD Radeon. But if the machine is put to sleep the computer resumes and has a BSOD. The reason is igdkmd64.sys.
    I think the only way I know of to solve this is to disable the Intel HD graphics in Device Manager before the machine begins crashing. On "first" boot the Intel HD graphics are listed in device manager. Later depending on restart, sleep, hibernate, the Intel HD graphics are listed under hidden devices in Device Manager.
    IS ANYONE ELSE EXPERIENCING THIS?
    DOES ANYONE ELSE HAVE A SOLUTION BESIDES THIS?

    I don't know if it's just my iMac that lists the Intel HD graphics, but one day it showed up in Windows 7 and still exists today in Windows 8. Could somebody see if theirs shows up in Windows in Device Manager? Maybe with Show Hidden Devices checked.
    BTW I did a clean install and left the boot camp usb flash drive inserted during the install which automatically installs intel hd and bluetooth and then start boot camp drivers installs after Windows setup is completed.

  • Will Sims 3 run on Mac OS X Leopard 10.6 with an Intel HD Graphics 3000 card?

    I recently replaced my broken laptop with a Macbook Pro 13" operating on OS X Snow Leopard 10.6.7. I wanted to continue playing the Sims 3 as I had done on my previous laptop. It installed fine onto my Mac and allowed me to create people. When moving them into a household, the game suddenly froze (appearing as if it is on pause) meaning I need to actually switch on and off my Mac to clear the screen.
    Could this be because my Mac has an Intel HD Graphics 3000 card? The Mac system requirements for the Sims 3 asks for an ATI X1600, a Nvidia 7300 GT or an Intel Integrated GMA X3100. If so, how do I go about fixing this? Would I need to physically buy a new graphics card to accommodate the game?
    I'm not a massive gamer but it appears I am a bit of a Mac dummy!
    Please help if you can

    Sounds like it.   Unfortunately you can't replace the graphics card.   Replace the computer*:
    http://www.macmaps.com/usedrefurbished.html

  • OPENGL disabled with Intel HD Graphics 3000 384 MB

    Macbook Air with Intel HD Graphics 3000 384 MB. When attempting to open 3D file Photoshop cc14.2.1 receive error message "Could not complete your request because 3D functionality is currently disabled due to OpenGL being disabled." Cannot enable OPENGL in preferences. What to do besides buy new Mac with different graphics card?

    Hi p,
    If you mean software, go to the Apple menu and select Software Update.
    If you mean the actual hardware GPU, that is soldered onto the logic board and is not upgradeable.

  • I have my macbook pro 17" 2.5 Q.C. i7,750GB HDD 5400rpm, 4gb ram, amd radeon 1gb dedicated graphics with intel hd graphics 3000,antiglare screen when i turned on my laptop and see the specs is not showing the 1gb graph. only 512mb.

    i have my macbook pro 17" 2.5 Quad. Core. i7,750GB HDD 5400rpm, 4gb ram, amd radeon 1gb dedicated graphics with intel hd graphics 3000,antiglare screen when i turned on my laptop and see the specs is not showing the 1gb graph. only 512mb is there anybody out there have the same problem please how can i know or is there any other way to be sure what's the real capacity of my graphics?take note this is brand new late 2011 model made to customize MD311 with anti glare screen...

    I have the same machine, except it's running the blessed fast Snow Kitty,
    "when I turn on my laptop and see the specs is not showing the 1gb graph, only 512mb is there"
    What specs are you refering about?
    Hold the command shift and 4 keys down, draw a box around what your seeing and upload the desktop image in your post response here.

  • Solution of dv6-3040ee and 8.1 with vCards Amd mobility radeon HD 5000s and Intel HD Graphics

    With my windows 8.1
    If I setup the two vCards Amd mobility radeon HD 5000s and Intel HD Graphics
    the windows can't open unless I uninstalled one of them
    but I need a solution allow me adjust brighness that not found in AMD card but found in Intel vCard
    and the most of games Intel can run it but AMD can
    Help !!
    Now I'm installing The two cards but if i restarted my laptop it wouldn't run
    The photo show that ...
    http://www3.0zz0.com/2015/04/07/21/289209638.png

    Hi there @ZezoOo 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I understand that you are looking for help with your video drivers for the adapters in your notebook. Unfortunately, after doing some searching, it appears that Windows 8.1 is not a supported operating system for this notebook. HP customized drivers are only available for the Windows 7 operating system.
    Please see the following, for some guidance.  HP Products - What If I Don't See My Operating System?
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

Maybe you are looking for