All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brian J. Murrell" <brian@interlinx.bc.ca>
To: intel-gfx@lists.freedesktop.org
Subject: i915 driver doesn't find all Modelines that nouveau driver finds
Date: Sun, 01 Mar 2015 14:12:16 -0500	[thread overview]
Message-ID: <1425237136.8476.3.camel@interlinx.bc.ca> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 46165 bytes --]

I have a dual-head set up here which I've recently changed the
motherboard out and with it, removed an nVidia GT210 and replaced it
with the on-board graphics that came on this:

CPU: Intel(R) Celeron(R) CPU G1840 @ 2.80GHz (Family: 6, Model: 60, Stepping: 3)

The monitors have remained the same through the changeout.

What I am finding is that the nouveau driver on the nVidia GT210 found a
1600x1200@75Hz modeline for the ViewSonic PS790-2 monitor attached:

[   207.432] (II) NOUVEAU(1): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz UeP)

but the intel driver doe not.  Both drivers found all remaining
Modelines.

I tried adding this Modeline to my xorg.conf:

Section "Monitor" 
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "ViewSonic PS790-2"
    HorizSync       30.0 - 97.0
    VertRefresh     50.0 - 180.0
    Option         "DPMS"
    Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync # (93.8 kHz UeP)
EndSection

But the second monitor just refused to be added to the server.  Here's
the Xorg startup log for that:

[ 42006.223] 
X.Org X Server 1.16.3
Release Date: 2014-12-20
[ 42006.223] X Protocol Version 11, Revision 0
[ 42006.223] Build Operating System:  3.17.8-300.bz1178975.fc21.x86_64 
[ 42006.223] Current Operating System: Linux pc.interlinx.bc.ca 3.18.7-200.fc21.x86_64 #1 SMP Wed Feb 11 21:53:17 UTC 2015 x86_64
[ 42006.223] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.18.7-200.fc21.x86_64 root=/dev/mapper/rootvol-fedora_root ro rd.md=0 rd.dm=0 rd.lvm.lv=rootvol/swap vconsole.keymap=us rd.lvm.lv=rootvol/fedora_root rd.lvm.lv=rootvol/fedora_usr rd.lvm.lv=rootvol/fedora_var rd.luks=0 vconsole.font=latarcyrheb-sun16 rhgb quiet console=tty0 console=ttyS0,115200 nord.nodriver.noblacklist=nonouveau nouveau.modeset=0 rd.driver.blacklist=nouveau gfxpayload=vga=normal LANG=en_US.UTF-8
[ 42006.223] Build Date: 31 January 2015  11:23:27PM
[ 42006.223] Build ID: xorg-x11-server 1.16.3-2.fc21 
[ 42006.223] Current version of pixman: 0.32.6
[ 42006.223] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 42006.223] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 42006.224] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar  1 14:05:58 2015
[ 42006.224] (==) Using config file: "/etc/X11/xorg.conf"
[ 42006.224] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 42006.224] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 42006.224] (==) ServerLayout "Layout0"
[ 42006.224] (**) |-->Screen "Screen0" (0)
[ 42006.224] (**) |   |-->Monitor "Monitor0"
[ 42006.224] (**) |   |-->Device "Device0"
[ 42006.224] (**) |-->Screen "Screen1" (1)
[ 42006.224] (**) |   |-->Monitor "Monitor1"
[ 42006.224] (**) |   |-->Device "Device1"
[ 42006.224] (==) Automatically adding devices
[ 42006.224] (==) Automatically enabling devices
[ 42006.224] (==) Automatically adding GPU devices
[ 42006.224] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[ 42006.224] (**) ModulePath set to "/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[ 42006.224] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 42006.224] (II) Loader magic: 0x81de40
[ 42006.224] (II) Module ABI versions:
[ 42006.224] 	X.Org ANSI C Emulation: 0.4
[ 42006.224] 	X.Org Video Driver: 18.0
[ 42006.224] 	X.Org XInput driver : 21.0
[ 42006.224] 	X.Org Server Extension : 8.0
[ 42006.228] (EE) systemd-logind: failed to get session: PID 7475 does not belong to any known session
[ 42006.229] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 42006.230] (--) PCI:*(0:0:2:0) 8086:0402:1458:d000 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 42006.230] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 42006.230] (II) "glx" will be loaded by default.
[ 42006.230] (II) LoadModule: "glx"
[ 42006.230] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 42006.231] (II) Module glx: vendor="X.Org Foundation"
[ 42006.231] 	compiled for 1.16.3, module version = 1.0.0
[ 42006.231] 	ABI class: X.Org Server Extension, version 8.0
[ 42006.231] (==) AIGLX enabled
[ 42006.231] (II) LoadModule: "intel"
[ 42006.231] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 42006.231] (II) Module intel: vendor="X.Org Foundation"
[ 42006.231] 	compiled for 1.16.1, module version = 2.99.916
[ 42006.231] 	Module class: X.Org Video Driver
[ 42006.231] 	ABI class: X.Org Video Driver, version 18.0
[ 42006.231] (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
[ 42006.232] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 42006.232] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 42006.232] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 42006.232] (++) using VT number 1

[ 42006.232] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[ 42006.233] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[ 42006.233] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 42006.233] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[ 42006.233] (II) intel(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
[ 42006.233] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 42006.233] (==) intel(0): RGB weight 888
[ 42006.233] (==) intel(0): Default visual is TrueColor
[ 42006.233] (**) intel(0): Option "AccelMethod" "sna"
[ 42006.233] (**) intel(0): Option "ZaphodHeads" "HDMI1"
[ 42006.233] (II) intel(0): Output HDMI1 using monitor section Monitor0
[ 42006.233] (II) intel(0): Enabled output HDMI1
[ 42006.233] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 42006.233] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 42006.234] (II) intel(0): Enabled output VIRTUAL1
[ 42006.247] (II) intel(0): EDID for output HDMI1
[ 42006.247] (II) intel(0): Manufacturer: NEC  Model: 665c  Serial#: 16843009
[ 42006.247] (II) intel(0): Year: 2004  Week: 35
[ 42006.247] (II) intel(0): EDID Version: 1.3
[ 42006.247] (II) intel(0): Digital Display Input
[ 42006.247] (II) intel(0): Max Image Size [cm]: horiz.: 41  vert.: 31
[ 42006.247] (II) intel(0): Gamma: 2.20
[ 42006.247] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 42006.247] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 42006.247] (II) intel(0): Default color space is primary color space
[ 42006.247] (II) intel(0): First detailed timing is preferred mode
[ 42006.247] (II) intel(0): redX: 0.638 redY: 0.342   greenX: 0.293 greenY: 0.609
[ 42006.247] (II) intel(0): blueX: 0.147 blueY: 0.068   whiteX: 0.313 whiteY: 0.329
[ 42006.247] (II) intel(0): Supported established timings:
[ 42006.247] (II) intel(0): 720x400@70Hz
[ 42006.247] (II) intel(0): 640x480@60Hz
[ 42006.247] (II) intel(0): 640x480@67Hz
[ 42006.247] (II) intel(0): 640x480@72Hz
[ 42006.247] (II) intel(0): 640x480@75Hz
[ 42006.247] (II) intel(0): 800x600@56Hz
[ 42006.247] (II) intel(0): 800x600@60Hz
[ 42006.247] (II) intel(0): 800x600@72Hz
[ 42006.247] (II) intel(0): 800x600@75Hz
[ 42006.247] (II) intel(0): 832x624@75Hz
[ 42006.247] (II) intel(0): 1024x768@60Hz
[ 42006.247] (II) intel(0): 1024x768@70Hz
[ 42006.247] (II) intel(0): 1024x768@75Hz
[ 42006.247] (II) intel(0): 1280x1024@75Hz
[ 42006.247] (II) intel(0): 1152x864@75Hz
[ 42006.247] (II) intel(0): Manufacturer's mask: 0
[ 42006.247] (II) intel(0): Supported standard timings:
[ 42006.247] (II) intel(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[ 42006.247] (II) intel(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[ 42006.247] (II) intel(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[ 42006.247] (II) intel(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 42006.247] (II) intel(0): #4: hsize: 1280  vsize 960  refresh: 75  vid: 20353
[ 42006.247] (II) intel(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 42006.247] (II) intel(0): #6: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
[ 42006.247] (II) intel(0): #7: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[ 42006.247] (II) intel(0): Supported detailed timing:
[ 42006.247] (II) intel(0): clock: 162.0 MHz   Image Size:  408 x 306 mm
[ 42006.247] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
[ 42006.247] (II) intel(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
[ 42006.247] (II) intel(0): Ranges: V min: 56 V max: 85 Hz, H min: 31 H max: 92 kHz, PixClock max 175 MHz
[ 42006.247] (II) intel(0): Monitor name: LCD200VX
[ 42006.247] (II) intel(0): Serial No: 48000585QA
[ 42006.247] (II) intel(0): EDID (in hex):
[ 42006.247] (II) intel(0): 	00ffffffffffff0038a35c6601010101
[ 42006.247] (II) intel(0): 	230e010380291f78ee60e5a3574b9c25
[ 42006.247] (II) intel(0): 	115054bfef80315945596159714f814f
[ 42006.247] (II) intel(0): 	81808199a940483f403062b0324040c0
[ 42006.247] (II) intel(0): 	130098321100001e000000fd0038551f
[ 42006.247] (II) intel(0): 	5c11000a202020202020000000fc004c
[ 42006.247] (II) intel(0): 	434432303056580a20202020000000ff
[ 42006.247] (II) intel(0): 	00343830303035383551410a202000e5
[ 42006.248] (II) intel(0): Printing probed modes for output HDMI1
[ 42006.248] (II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[ 42006.248] (II) intel(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
[ 42006.248] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 42006.248] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 42006.248] (II) intel(0): Modeline "1280x960"x75.0  129.94  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.2 kHz)
[ 42006.248] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 42006.248] (II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[ 42006.248] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 42006.248] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 42006.248] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 42006.248] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 42006.248] (II) intel(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[ 42006.248] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 42006.248] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 42006.248] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 42006.248] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 42006.248] (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[ 42006.248] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 42006.248] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 42006.248] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 42006.248] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 42006.248] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 42006.248] (II) intel(0): EDID for output VIRTUAL1
[ 42006.248] (II) intel(0): Output HDMI1 connected
[ 42006.248] (II) intel(0): Output VIRTUAL1 disconnected
[ 42006.248] (II) intel(0): Using exact sizes for initial modes
[ 42006.248] (II) intel(0): Output HDMI1 using initial mode 1600x1200 +0+0
[ 42006.248] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 42006.248] (==) intel(0): TearFree disabled
[ 42006.248] (**) intel(0): Display dimensions: (317, 423) mm
[ 42006.248] (**) intel(0): DPI set to (128, 72)
[ 42006.248] (II) Loading sub module "dri3"
[ 42006.248] (II) LoadModule: "dri3"
[ 42006.248] (II) Module "dri3" already built-in
[ 42006.248] (II) Loading sub module "dri2"
[ 42006.248] (II) LoadModule: "dri2"
[ 42006.248] (II) Module "dri2" already built-in
[ 42006.248] (II) Loading sub module "present"
[ 42006.248] (II) LoadModule: "present"
[ 42006.248] (II) Module "present" already built-in
[ 42006.248] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 42006.248] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[ 42006.248] (==) intel(1): Depth 24, (--) framebuffer bpp 32
[ 42006.248] (==) intel(1): RGB weight 888
[ 42006.248] (==) intel(1): Default visual is TrueColor
[ 42006.248] (**) intel(1): Option "AccelMethod" "sna"
[ 42006.248] (**) intel(1): Option "ZaphodHeads" "VGA1"
[ 42006.248] (II) intel(1): Output VGA1 using monitor section Monitor1
[ 42006.248] (II) intel(1): Enabled output VGA1
[ 42006.248] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[ 42006.249] (II) intel(1): Output VIRTUAL1 has no monitor section
[ 42006.249] (II) intel(1): Enabled output VIRTUAL1
[ 42006.262] (II) intel(1): EDID for output VGA1
[ 42006.262] (II) intel(1): Manufacturer: VSC  Model: 4a4d  Serial#: 20166
[ 42006.262] (II) intel(1): Year: 1999  Week: 50
[ 42006.262] (II) intel(1): EDID Version: 1.2
[ 42006.262] (II) intel(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[ 42006.262] (II) intel(1): Sync:  Separate  Composite  SyncOnGreen
[ 42006.262] (II) intel(1): Max Image Size [cm]: horiz.: 36  vert.: 27
[ 42006.262] (II) intel(1): Gamma: 2.41
[ 42006.262] (II) intel(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 42006.262] (II) intel(1): First detailed timing is preferred mode
[ 42006.262] (II) intel(1): GTF timings supported
[ 42006.262] (II) intel(1): redX: 0.635 redY: 0.333   greenX: 0.285 greenY: 0.605
[ 42006.262] (II) intel(1): blueX: 0.152 blueY: 0.068   whiteX: 0.283 whiteY: 0.298
[ 42006.262] (II) intel(1): Supported established timings:
[ 42006.262] (II) intel(1): 720x400@70Hz
[ 42006.262] (II) intel(1): 720x400@88Hz
[ 42006.262] (II) intel(1): 640x480@60Hz
[ 42006.262] (II) intel(1): 640x480@67Hz
[ 42006.262] (II) intel(1): 640x480@72Hz
[ 42006.262] (II) intel(1): 640x480@75Hz
[ 42006.262] (II) intel(1): 800x600@56Hz
[ 42006.262] (II) intel(1): 800x600@60Hz
[ 42006.262] (II) intel(1): 800x600@72Hz
[ 42006.262] (II) intel(1): 800x600@75Hz
[ 42006.262] (II) intel(1): 832x624@75Hz
[ 42006.262] (II) intel(1): 1024x768@87Hz (interlaced)
[ 42006.262] (II) intel(1): 1024x768@60Hz
[ 42006.262] (II) intel(1): 1024x768@70Hz
[ 42006.262] (II) intel(1): 1024x768@75Hz
[ 42006.262] (II) intel(1): 1280x1024@75Hz
[ 42006.262] (II) intel(1): 1152x864@75Hz
[ 42006.262] (II) intel(1): Manufacturer's mask: 0
[ 42006.262] (II) intel(1): Supported standard timings:
[ 42006.262] (II) intel(1): #0: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
[ 42006.262] (II) intel(1): #1: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
[ 42006.262] (II) intel(1): #2: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
[ 42006.262] (II) intel(1): #3: hsize: 1280  vsize 960  refresh: 85  vid: 22913
[ 42006.262] (II) intel(1): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 42006.262] (II) intel(1): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[ 42006.262] (II) intel(1): Supported detailed timing:
[ 42006.262] (II) intel(1): clock: 157.5 MHz   Image Size:  352 x 264 mm
[ 42006.262] (II) intel(1): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 42006.262] (II) intel(1): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 42006.262] (II) intel(1): Serial No: MJ95020166
[ 42006.262] (II) intel(1): Ranges: V min: 50 V max: 180 Hz, H min: 30 H max: 97 kHz, PixClock max 225 MHz
[ 42006.262] (II) intel(1): Monitor name: PS790-2
[ 42006.262] (II) intel(1): EDID (in hex):
[ 42006.262] (II) intel(1): 	00ffffffffffff005a634d4ac64e0000
[ 42006.262] (II) intel(1): 	320901020e241b8deb9029a255499b27
[ 42006.262] (II) intel(1): 	11484cffff80a94fa94a81998159714f
[ 42006.262] (II) intel(1): 	615901010101863d00c05100304040a0
[ 42006.262] (II) intel(1): 	130060081100001e000000ff004d4a39
[ 42006.262] (II) intel(1): 	353032303136360a2020000000fd0032
[ 42006.262] (II) intel(1): 	b41e6116000a202020202020000000fc
[ 42006.262] (II) intel(1): 	0050533739302d320a2020202020008b
[ 42006.262] (II) intel(1): Printing probed modes for output VGA1
[ 42006.262] (II) intel(1): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz UP)
[ 42006.262] (II) intel(1): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz eP)
[ 42006.262] (II) intel(1): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
[ 42006.262] (II) intel(1): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 42006.262] (II) intel(1): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[ 42006.262] (II) intel(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "1440x900"x84.8  157.00  1440 1544 1696 1952  900 903 909 948 -hsync +vsync (80.4 kHz e)
[ 42006.262] (II) intel(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 42006.262] (II) intel(1): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
[ 42006.262] (II) intel(1): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x800"x84.9  122.50  1280 1360 1496 1712  800 803 809 843 -hsync +vsync (71.6 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 42006.262] (II) intel(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x768"x84.8  117.50  1280 1360 1496 1712  768 771 778 809 -hsync +vsync (68.6 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 42006.262] (II) intel(1): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
[ 42006.262] (II) intel(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 42006.262] (II) intel(1): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[ 42006.262] (II) intel(1): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 42006.262] (II) intel(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 42006.262] (II) intel(1): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "720x400"x87.8   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz e)
[ 42006.262] (II) intel(1): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz e)
[ 42006.262] (II) intel(1): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz e)
[ 42006.262] (II) intel(1): EDID for output VIRTUAL1
[ 42006.262] (II) intel(1): Output VGA1 connected
[ 42006.262] (II) intel(1): Output VIRTUAL1 disconnected
[ 42006.262] (II) intel(1): Using user preference for initial modes
[ 42006.262] (II) intel(1): Output VGA1 using initial mode 1600x1200 +0+0
[ 42006.262] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 42006.262] (==) intel(1): TearFree disabled
[ 42006.262] (==) intel(1): DPI set to (96, 96)
[ 42006.262] (II) Loading sub module "dri3"
[ 42006.262] (II) LoadModule: "dri3"
[ 42006.262] (II) Module "dri3" already built-in
[ 42006.262] (II) Loading sub module "dri2"
[ 42006.262] (II) LoadModule: "dri2"
[ 42006.262] (II) Module "dri2" already built-in
[ 42006.262] (II) Loading sub module "present"
[ 42006.262] (II) LoadModule: "present"
[ 42006.262] (II) Module "present" already built-in
[ 42006.263] (==) Depth 24 pixmap format is 32 bpp
[ 42006.263] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
[ 42006.263] (==) intel(0): Backing store enabled
[ 42006.263] (==) intel(0): Silken mouse enabled
[ 42006.263] (II) intel(0): HW Cursor enabled
[ 42006.263] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 42006.263] (**) intel(0): DPMS enabled
[ 42006.263] (==) intel(0): display hotplug detection enabled
[ 42006.263] (II) intel(0): [DRI2] Setup complete
[ 42006.263] (II) intel(0): [DRI2]   DRI driver: i965
[ 42006.263] (II) intel(0): [DRI2]   VDPAU driver: i965
[ 42006.263] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 42006.263] (II) intel(0): hardware support for Present enabled
[ 42006.263] (--) RandR disabled
[ 42006.263] (II) intel(1): SNA initialized with Haswell (gen7.5, gt1) backend
[ 42006.263] (==) intel(1): Backing store enabled
[ 42006.263] (==) intel(1): Silken mouse enabled
[ 42006.263] (II) intel(1): HW Cursor enabled
[ 42006.263] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 42006.263] (**) intel(1): DPMS enabled
[ 42006.263] (==) intel(1): display hotplug detection enabled
[ 42006.263] (II) intel(1): [DRI2] Setup complete
[ 42006.263] (II) intel(1): [DRI2]   DRI driver: i965
[ 42006.263] (II) intel(1): [DRI2]   VDPAU driver: i965
[ 42006.263] (II) intel(1): direct rendering: DRI2 DRI3 enabled
[ 42006.263] (II) intel(1): hardware support for Present enabled
[ 42006.263] (--) RandR disabled
[ 42006.268] (II) SELinux: Disabled by boolean
[ 42006.288] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 42006.288] (II) AIGLX: enabled GLX_ARB_create_context
[ 42006.288] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 42006.288] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 42006.288] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 42006.288] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 42006.288] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 42006.288] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 42006.288] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 42006.288] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 42006.288] (II) AIGLX: Loaded and initialized i965
[ 42006.288] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 42006.306] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 42006.306] (II) AIGLX: enabled GLX_ARB_create_context
[ 42006.306] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 42006.306] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 42006.306] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 42006.306] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 42006.306] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 42006.306] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 42006.306] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 42006.306] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 42006.306] (II) AIGLX: Loaded and initialized i965
[ 42006.306] (II) GLX: Initialized DRI2 GL provider for screen 1
[ 42006.309] (II) intel(0): switch to mode 1600x1200@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 42006.349] (II) intel(0): Setting screen physical size to 317 x 423
[ 42006.352] (II) intel(1): switch to mode 1600x1200@75.0 on VGA1 using pipe 1, position (0, 0), rotation normal, reflection none
[ 42006.355] (EE) intel(1): failed to set mode: Invalid argument [22]
[ 42006.355] (WW) intel(1): failed to restore desired modes on VT switch
[ 42006.375] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 42006.375] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 42006.375] (II) LoadModule: "evdev"
[ 42006.375] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 42006.375] (II) Module evdev: vendor="X.Org Foundation"
[ 42006.375] 	compiled for 1.16.0, module version = 2.9.0
[ 42006.375] 	Module class: X.Org XInput Driver
[ 42006.375] 	ABI class: X.Org XInput driver, version 21.0
[ 42006.375] (II) Using input driver 'evdev' for 'Power Button'
[ 42006.375] (**) Power Button: always reports core events
[ 42006.375] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 42006.376] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 42006.376] (--) evdev: Power Button: Found keys
[ 42006.376] (II) evdev: Power Button: Configuring as keyboard
[ 42006.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 42006.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 42006.376] (**) Option "xkb_rules" "evdev"
[ 42006.376] (**) Option "xkb_model" "pc104"
[ 42006.376] (**) Option "xkb_layout" "us"
[ 42006.391] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 42006.391] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 42006.391] (II) Using input driver 'evdev' for 'Video Bus'
[ 42006.391] (**) Video Bus: always reports core events
[ 42006.391] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 42006.391] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 42006.391] (--) evdev: Video Bus: Found keys
[ 42006.391] (II) evdev: Video Bus: Configuring as keyboard
[ 42006.391] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[ 42006.391] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 42006.391] (**) Option "xkb_rules" "evdev"
[ 42006.391] (**) Option "xkb_model" "pc104"
[ 42006.391] (**) Option "xkb_layout" "us"
[ 42006.391] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 42006.391] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 42006.391] (II) Using input driver 'evdev' for 'Power Button'
[ 42006.391] (**) Power Button: always reports core events
[ 42006.391] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 42006.391] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 42006.391] (--) evdev: Power Button: Found keys
[ 42006.391] (II) evdev: Power Button: Configuring as keyboard
[ 42006.391] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 42006.391] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 42006.391] (**) Option "xkb_rules" "evdev"
[ 42006.391] (**) Option "xkb_model" "pc104"
[ 42006.391] (**) Option "xkb_layout" "us"
[ 42006.392] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[ 42006.392] (II) No input driver specified, ignoring this device.
[ 42006.392] (II) This device may have been added with another device file.
[ 42006.392] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event7)
[ 42006.392] (II) No input driver specified, ignoring this device.
[ 42006.392] (II) This device may have been added with another device file.
[ 42006.392] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event8)
[ 42006.392] (II) No input driver specified, ignoring this device.
[ 42006.392] (II) This device may have been added with another device file.
[ 42006.392] (II) config/udev: Adding input device Bluetooth Mouse M557 (/dev/input/event13)
[ 42006.392] (**) Bluetooth Mouse M557: Applying InputClass "evdev pointer catchall"
[ 42006.392] (**) Bluetooth Mouse M557: Applying InputClass "evdev keyboard catchall"
[ 42006.392] (II) Using input driver 'evdev' for 'Bluetooth Mouse M557'
[ 42006.392] (**) Bluetooth Mouse M557: always reports core events
[ 42006.392] (**) evdev: Bluetooth Mouse M557: Device: "/dev/input/event13"
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Vendor 0x46d Product 0xb010
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Found 12 mouse buttons
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Found scroll wheel(s)
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Found relative axes
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Found x and y relative axes
[ 42006.392] (--) evdev: Bluetooth Mouse M557: Found keys
[ 42006.392] (II) evdev: Bluetooth Mouse M557: Configuring as mouse
[ 42006.392] (II) evdev: Bluetooth Mouse M557: Configuring as keyboard
[ 42006.392] (II) evdev: Bluetooth Mouse M557: Adding scrollwheel support
[ 42006.392] (**) evdev: Bluetooth Mouse M557: YAxisMapping: buttons 4 and 5
[ 42006.392] (**) evdev: Bluetooth Mouse M557: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 42006.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B010.0002/input/input14/event13"
[ 42006.393] (II) XINPUT: Adding extended input device "Bluetooth Mouse M557" (type: KEYBOARD, id 9)
[ 42006.393] (**) Option "xkb_rules" "evdev"
[ 42006.393] (**) Option "xkb_model" "pc104"
[ 42006.393] (**) Option "xkb_layout" "us"
[ 42006.393] (II) evdev: Bluetooth Mouse M557: initialized for relative axes.
[ 42006.393] (**) Bluetooth Mouse M557: (accel) keeping acceleration scheme 1
[ 42006.393] (**) Bluetooth Mouse M557: (accel) acceleration profile 0
[ 42006.393] (**) Bluetooth Mouse M557: (accel) acceleration factor: 2.000
[ 42006.393] (**) Bluetooth Mouse M557: (accel) acceleration threshold: 4
[ 42006.393] (II) config/udev: Adding input device Bluetooth Mouse M557 (/dev/input/mouse2)
[ 42006.393] (II) No input driver specified, ignoring this device.
[ 42006.393] (II) This device may have been added with another device file.
[ 42006.393] (II) config/udev: Adding input device Kensington Kensington USB Mouse (/dev/input/event5)
[ 42006.393] (**) Kensington Kensington USB Mouse: Applying InputClass "evdev pointer catchall"
[ 42006.393] (II) Using input driver 'evdev' for 'Kensington Kensington USB Mouse'
[ 42006.393] (**) Kensington Kensington USB Mouse: always reports core events
[ 42006.393] (**) evdev: Kensington Kensington USB Mouse: Device: "/dev/input/event5"
[ 42006.393] (--) evdev: Kensington Kensington USB Mouse: Vendor 0x47d Product 0x1024
[ 42006.393] (--) evdev: Kensington Kensington USB Mouse: Found 3 mouse buttons
[ 42006.394] (--) evdev: Kensington Kensington USB Mouse: Found scroll wheel(s)
[ 42006.394] (--) evdev: Kensington Kensington USB Mouse: Found relative axes
[ 42006.394] (--) evdev: Kensington Kensington USB Mouse: Found x and y relative axes
[ 42006.394] (II) evdev: Kensington Kensington USB Mouse: Configuring as mouse
[ 42006.394] (II) evdev: Kensington Kensington USB Mouse: Adding scrollwheel support
[ 42006.394] (**) evdev: Kensington Kensington USB Mouse: YAxisMapping: buttons 4 and 5
[ 42006.394] (**) evdev: Kensington Kensington USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 42006.394] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:047D:1024.0001/input/input6/event5"
[ 42006.394] (II) XINPUT: Adding extended input device "Kensington Kensington USB Mouse" (type: MOUSE, id 10)
[ 42006.394] (II) evdev: Kensington Kensington USB Mouse: initialized for relative axes.
[ 42006.394] (**) Kensington Kensington USB Mouse: (accel) keeping acceleration scheme 1
[ 42006.394] (**) Kensington Kensington USB Mouse: (accel) acceleration profile 0
[ 42006.394] (**) Kensington Kensington USB Mouse: (accel) acceleration factor: 2.000
[ 42006.394] (**) Kensington Kensington USB Mouse: (accel) acceleration threshold: 4
[ 42006.394] (II) config/udev: Adding input device Kensington Kensington USB Mouse (/dev/input/mouse1)
[ 42006.394] (II) No input driver specified, ignoring this device.
[ 42006.394] (II) This device may have been added with another device file.
[ 42006.394] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[ 42006.394] (II) No input driver specified, ignoring this device.
[ 42006.394] (II) This device may have been added with another device file.
[ 42006.394] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 42006.394] (II) No input driver specified, ignoring this device.
[ 42006.394] (II) This device may have been added with another device file.
[ 42006.394] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[ 42006.394] (II) No input driver specified, ignoring this device.
[ 42006.394] (II) This device may have been added with another device file.
[ 42006.395] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[ 42006.395] (II) No input driver specified, ignoring this device.
[ 42006.395] (II) This device may have been added with another device file.
[ 42006.395] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 42006.395] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 42006.395] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 42006.395] (**) AT Translated Set 2 keyboard: always reports core events
[ 42006.395] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 42006.395] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 42006.395] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 42006.395] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 42006.395] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 42006.395] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 42006.395] (**) Option "xkb_rules" "evdev"
[ 42006.395] (**) Option "xkb_model" "pc104"
[ 42006.395] (**) Option "xkb_layout" "us"
[ 42006.395] (II) config/udev: Adding input device PS2++ Logitech MX Mouse (/dev/input/event3)
[ 42006.395] (**) PS2++ Logitech MX Mouse: Applying InputClass "evdev pointer catchall"
[ 42006.395] (II) Using input driver 'evdev' for 'PS2++ Logitech MX Mouse'
[ 42006.395] (**) PS2++ Logitech MX Mouse: always reports core events
[ 42006.395] (**) evdev: PS2++ Logitech MX Mouse: Device: "/dev/input/event3"
[ 42006.395] (--) evdev: PS2++ Logitech MX Mouse: Vendor 0x2 Product 0x2
[ 42006.395] (--) evdev: PS2++ Logitech MX Mouse: Found 12 mouse buttons
[ 42006.395] (--) evdev: PS2++ Logitech MX Mouse: Found scroll wheel(s)
[ 42006.395] (--) evdev: PS2++ Logitech MX Mouse: Found relative axes
[ 42006.395] (--) evdev: PS2++ Logitech MX Mouse: Found x and y relative axes
[ 42006.395] (II) evdev: PS2++ Logitech MX Mouse: Configuring as mouse
[ 42006.395] (II) evdev: PS2++ Logitech MX Mouse: Adding scrollwheel support
[ 42006.395] (**) evdev: PS2++ Logitech MX Mouse: YAxisMapping: buttons 4 and 5
[ 42006.395] (**) evdev: PS2++ Logitech MX Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 42006.395] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event3"
[ 42006.395] (II) XINPUT: Adding extended input device "PS2++ Logitech MX Mouse" (type: MOUSE, id 12)
[ 42006.395] (II) evdev: PS2++ Logitech MX Mouse: initialized for relative axes.
[ 42006.395] (**) PS2++ Logitech MX Mouse: (accel) keeping acceleration scheme 1
[ 42006.395] (**) PS2++ Logitech MX Mouse: (accel) acceleration profile 0
[ 42006.395] (**) PS2++ Logitech MX Mouse: (accel) acceleration factor: 2.000
[ 42006.395] (**) PS2++ Logitech MX Mouse: (accel) acceleration threshold: 4
[ 42006.396] (II) config/udev: Adding input device PS2++ Logitech MX Mouse (/dev/input/mouse0)
[ 42006.396] (II) No input driver specified, ignoring this device.
[ 42006.396] (II) This device may have been added with another device file.
[ 42006.434] (II) intel(0): resizing framebuffer to 1200x1600
[ 42006.436] (II) intel(0): switch to mode 1600x1200@60.0 on HDMI1 using pipe 0, position (0, 0), rotation right, reflection none

I also noticed the following in the kernel log around the same time:

[42057.100415] ------------[ cut here ]------------
[42057.100450] WARNING: CPU: 1 PID: 7475 at drivers/gpu/drm/i915/intel_display.c:10450 __intel_set_mode+0x15fb/0x16f0 [i915]()
[42057.100451] loop in pipe configuration computation
[42057.100452] Modules linked in: nfsv3 rfcomm rpcsec_gss_krb5 nfsv4 dns_resolver nfs fscache fuse hidp xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack tun bridge stp llc bnep hwmon_vid btrfs xor raid6_pq intel_rapl x86_pkg_temp_thermal coretemp kvm_intel kvm crct10dif_pclmul ppdev iTCO_wdt crc32_pclmul iTCO_vendor_support crc32c_intel snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi usblp btusb snd_hda_intel snd_hda_controller bluetooth snd_hda_codec rfkill ghash_clmulni_intel snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer i2c_i801 snd mei_me mei serio_raw soundcore shpchp lpc_ich mfd_core parport_pc parport tpm_infineon tpm_tis tpm nfsd auth_rpcgss nfs_acl lockd grace sunrpc
[42057.100473]  i915 i2c_algo_bit drm_kms_helper drm r8169 mii video
[42057.100478] CPU: 1 PID: 7475 Comm: Xorg.bin Tainted: G        W      3.18.7-200.fc21.x86_64 #1
[42057.100479] Hardware name: Gigabyte Technology Co., Ltd. H81M-S2PV/H81M-S2PV, BIOS F8 06/19/2014
[42057.100480]  0000000000000000 000000005ef871e4 ffff88026b34fa68 ffffffff8175e686
[42057.100482]  0000000000000000 ffff88026b34fac0 ffff88026b34faa8 ffffffff810991d1
[42057.100483]  0000000000000292 ffffffffffffffea ffff880405e14000 ffff8803f4e73400
[42057.100485] Call Trace:
[42057.100490]  [<ffffffff8175e686>] dump_stack+0x46/0x58
[42057.100494]  [<ffffffff810991d1>] warn_slowpath_common+0x81/0xa0
[42057.100496]  [<ffffffff81099245>] warn_slowpath_fmt+0x55/0x70
[42057.100510]  [<ffffffffa0109b3f>] ? intel_link_compute_m_n+0x4f/0x60 [i915]
[42057.100522]  [<ffffffffa010b14b>] __intel_set_mode+0x15fb/0x16f0 [i915]
[42057.100533]  [<ffffffffa0113746>] intel_set_mode+0x16/0x30 [i915]
[42057.100544]  [<ffffffffa01148ea>] intel_crtc_set_config+0xa9a/0xea0 [i915]
[42057.100556]  [<ffffffffa004f228>] ? drm_modeset_lock+0x78/0x110 [drm]
[42057.100564]  [<ffffffffa003fe30>] drm_mode_set_config_internal+0x60/0xf0 [drm]
[42057.100572]  [<ffffffffa00445e6>] drm_mode_setcrtc+0x2b6/0x5d0 [drm]
[42057.100578]  [<ffffffffa0035aaf>] drm_ioctl+0x1df/0x680 [drm]
[42057.100582]  [<ffffffff8122a1c0>] do_vfs_ioctl+0x2d0/0x4b0
[42057.100584]  [<ffffffff81218001>] ? __sb_end_write+0x31/0x70
[42057.100586]  [<ffffffff8122a421>] SyS_ioctl+0x81/0xa0
[42057.100589]  [<ffffffff8113adf6>] ? __audit_syscall_exit+0x1f6/0x2a0
[42057.100591]  [<ffffffff81765429>] system_call_fastpath+0x12/0x17
[42057.100592] ---[ end trace 6de3b8fde5346ad4 ]---
[42057.102710] ------------[ cut here ]------------
[42057.102740] WARNING: CPU: 1 PID: 7475 at drivers/gpu/drm/i915/intel_display.c:10450 __intel_set_mode+0x15fb/0x16f0 [i915]()
[42057.102741] loop in pipe configuration computation
[42057.102742] Modules linked in: nfsv3 rfcomm rpcsec_gss_krb5 nfsv4 dns_resolver nfs fscache fuse hidp xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack tun bridge stp llc bnep hwmon_vid btrfs xor raid6_pq intel_rapl x86_pkg_temp_thermal coretemp kvm_intel kvm crct10dif_pclmul ppdev iTCO_wdt crc32_pclmul iTCO_vendor_support crc32c_intel snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi usblp btusb snd_hda_intel snd_hda_controller bluetooth snd_hda_codec rfkill ghash_clmulni_intel snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer i2c_i801 snd mei_me mei serio_raw soundcore shpchp lpc_ich mfd_core parport_pc parport tpm_infineon tpm_tis tpm nfsd auth_rpcgss nfs_acl lockd grace sunrpc
[42057.102763]  i915 i2c_algo_bit drm_kms_helper drm r8169 mii video
[42057.102768] CPU: 1 PID: 7475 Comm: Xorg.bin Tainted: G        W      3.18.7-200.fc21.x86_64 #1
[42057.102769] Hardware name: Gigabyte Technology Co., Ltd. H81M-S2PV/H81M-S2PV, BIOS F8 06/19/2014
[42057.102770]  0000000000000000 000000005ef871e4 ffff88026b34fa68 ffffffff8175e686
[42057.102772]  0000000000000000 ffff88026b34fac0 ffff88026b34faa8 ffffffff810991d1
[42057.102774]  0000100000000000 ffffffffffffffea ffff880405e14000 ffff8803f4e73400
[42057.102775] Call Trace:
[42057.102780]  [<ffffffff8175e686>] dump_stack+0x46/0x58
[42057.102784]  [<ffffffff810991d1>] warn_slowpath_common+0x81/0xa0
[42057.102786]  [<ffffffff81099245>] warn_slowpath_fmt+0x55/0x70
[42057.102799]  [<ffffffffa0109b3f>] ? intel_link_compute_m_n+0x4f/0x60 [i915]
[42057.102810]  [<ffffffffa010b14b>] __intel_set_mode+0x15fb/0x16f0 [i915]
[42057.102822]  [<ffffffffa0113746>] intel_set_mode+0x16/0x30 [i915]
[42057.102833]  [<ffffffffa01148ea>] intel_crtc_set_config+0xa9a/0xea0 [i915]
[42057.102844]  [<ffffffffa004f228>] ? drm_modeset_lock+0x78/0x110 [drm]
[42057.102853]  [<ffffffffa003fe30>] drm_mode_set_config_internal+0x60/0xf0 [drm]
[42057.102861]  [<ffffffffa00445e6>] drm_mode_setcrtc+0x2b6/0x5d0 [drm]
[42057.102867]  [<ffffffffa0035aaf>] drm_ioctl+0x1df/0x680 [drm]
[42057.102870]  [<ffffffff8122a1c0>] do_vfs_ioctl+0x2d0/0x4b0
[42057.102872]  [<ffffffff8122a421>] SyS_ioctl+0x81/0xa0
[42057.102875]  [<ffffffff8113adf6>] ? __audit_syscall_exit+0x1f6/0x2a0
[42057.102878]  [<ffffffff81765429>] system_call_fastpath+0x12/0x17
[42057.102879] ---[ end trace 6de3b8fde5346ad5 ]---

Any ideas/thoughts?

Cheers,
b.


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2015-03-01 19:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-01 19:12 Brian J. Murrell [this message]
2015-03-02  9:07 ` i915 driver doesn't find all Modelines that nouveau driver finds Chris Wilson
2015-03-02 11:16   ` Brian J. Murrell
2015-03-02 16:33   ` Brian J. Murrell
2015-03-02 18:07     ` Daniel Vetter
2015-03-02 18:44       ` Ville Syrjälä
2015-03-02 20:16         ` Brian J. Murrell
2015-03-03 13:03           ` Ville Syrjälä
2015-03-03 13:16             ` Brian J. Murrell
2015-03-03 13:31               ` Ville Syrjälä
2015-03-03 16:44                 ` Brian J. Murrell
2015-03-03 18:40                   ` Jani Nikula
2015-03-03 19:04                     ` Brian J. Murrell
2015-03-03 19:16                       ` Jani Nikula
2015-03-02 20:08       ` Brian J. Murrell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425237136.8476.3.camel@interlinx.bc.ca \
    --to=brian@interlinx.bc.ca \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.