View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 26 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Jan 31, 2017 6:52 am 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
When last we checked in with our intrepid explorers....My Atom based MBE died and I had a Celeron MB sitting around, so I swapped it out. The celeron based MBE just didn't have enough horse power to record 4 shows and stream a 5th, so I decided to jump to a more powerful 4 core i5 intel CPU. This is one of the new Kaby Lake versions, figured I would get something cutting edge to last a while.

So installed the new mother board, memory, cpu and used the old 3T hard drive, should have been a no brainer to do a simple upgrade and life is good! Nope...turns out one of the 4G memory sticks was keeping the system from Posting, figured that out and moved on to the upgrade.

Next issue was the 8.4.2 upgrade wouldn't load using the normal LinHes load (first choice offered), turns out some of the i915 components failed to load and so I would get "systemd [1] Linhes install service main process exited status 1/failure. So booted forcing Vesa and was able to get the upgrade and a system that works.

Now the issue I need help with, my kernel log is filling up with the errors shown below. All mythtv functions seem to work normally, so I'm not seeing an issue with functionality on the MBE or the 3 SBEs in my config. Trying to search for what the error means, they seem to point to either the microcode for intel not being loaded early enough (https://wiki.archlinux.org/index.php/microcode), based on the general protection errors or a problem with NFS, which I didn't think Mythtv used (but I could be wrong) and if it is enabled in my system, that would be a mistake on my part.

Here is an example of the logs:
Code:
Jan 31 06:22:33 mbe kernel: [59551.026069] do_general_protection: 1 callbacks suppressed
Jan 31 06:22:33 mbe kernel: [59551.026072] traps: rpc.statd[25883] general protection ip:7f3258c82400 sp:7ffeafd577d8 error:0 in libpthread-2.23.so[7f3258c70000+18000]
Jan 31 06:22:33 mbe kernel: [59551.197812] traps: rpc.mountd[25920] general protection ip:7fee27fda400 sp:7ffe6a6d1bf8 error:0 in libpthread-2.23.so[7fee27fc8000+18000]
Jan 31 06:22:34 mbe kernel: [59552.105170] traps: rpc.statd[25991] general protection ip:7fd9e6bd0400 sp:7fff3154dd78 error:0 in libpthread-2.23.so[7fd9e6bbe000+18000]
Jan 31 06:22:34 mbe kernel: [59552.234726] traps: rpc.mountd[26028] general protection ip:7f8f94393400 sp:7ffd6cca2f28 error:0 in libpthread-2.23.so[7f8f94381000+18000]


Can anyone weigh in and shed any light on what is going on?

Thanks
Bruce.


Last edited by bgrant3406 on Sat Apr 08, 2017 5:44 pm, edited 1 time in total.


Top
 Profile  
 
PostPosted: Tue Jan 31, 2017 7:34 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
After installing did it boot with intel drivers? Check the Xorg.log.

It doesn't look like we have the microcode pkg in our repo or have any provisions to get it into the bootloader right now. By default for MBEs NFS is started. You can start by disabling NFS in LinHES Setting > File Sharing. That is just a workaround for now. I would really like to get to the core of what is causing the issue.


Top
 Profile  
 
PostPosted: Tue Jan 31, 2017 12:23 pm 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
brfransen wrote:
After installing did it boot with intel drivers? Check the Xorg.log.

It doesn't look like we have the microcode pkg in our repo or have any provisions to get it into the bootloader right now. By default for MBEs NFS is started. You can start by disabling NFS in LinHES Setting > File Sharing. That is just a workaround for now. I would really like to get to the core of what is causing the issue.


When I did the upgrade I had to force VESA, so I'm not seeing any intel or i915 items loaded in xorg.0.log, just VESA.

On turning off nfs, I noticed two immediate item: on SBE, channel changes were not persistent, by that I mean enter live tv, change to a different channel, exit live tv. Enter live tv again, original channel is playing not changed to channel.

Audio was disabled AOOSS error shown entering live tv for the first time after disabling nfs on MBE. 2nd time into live tv audio functions.

Turning nfs back on clears up the channel change issue.

I will follow the wiki item to see if loading the micro code early changes anything and report back, and keep digging into logs to see what other clues turn up.

Thanks!


Top
 Profile  
 
PostPosted: Tue Jan 31, 2017 5:32 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Can you run xconfig.sh and post the output. If it doesn't work you can force vesa as shown here: http://linhes.org/projects/linhes/wiki/ ... #xconfigsh

The live tv and NFS off issue strike me a coincidence. The live tv channel should be coming from the mythtv db and that isn't using NFS in any way but rather the myth protocol. Anything in the logs of the SBE?


Top
 Profile  
 
PostPosted: Wed Feb 01, 2017 5:43 am 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
Bit of a useless update since no log info and weak observations...

Blame it on lack of coffee or short troubles shooting window, but here goes:

Got up early this am, opened a terminal and ran xconfig.sh, I've not ran it before, so not sure what I was to see. So it detected intel, the last line showed plymouthd, then it exited, no error or success message just back to #.

So I rebooted and the system started to load and got hung up in a loop, I should have written down what was being displayed.

I couldn't remember how to modify my grub boot to force VESA, so I had to perform an upgrade to recover the system. I did try the standard upgrade and it errored out as described above, so used forced VESA and recovered the system.

When I have a decent window, I will try again and capture notes/log files.

On the nfs and channel change, I will retest, but as soon as I reenabled nfs, Channel changes worked as normal.

Also on the microcode item, I installed it and modified the boot to early start it, but no change, it appears the CPU is too new to have updates.

More to come...


Top
 Profile  
 
PostPosted: Thu Feb 02, 2017 10:44 am 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
Tried xconfig.sh again this am (with coffee on board and time to play).

What I saw running
Code:
[mythtv@mbe ~]$ sudo xconfig.sh:
Detected Intel as the video card type
  Checking for xf86-video-intel in cache or online
  Checking for mesa-libgl in cache or online
Installing Intel Driver
Running plymouth config
[mythtv@mbe ~]$


Rather than rebooting, I tried startx, it dumped me into the following log: (Xorg.1.log)
Code:
[   767.524]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   767.524] X Protocol Version 11, Revision 0
[   767.524] Build Operating System: Linux 4.4.13-1-ARCH x86_64
[   767.524] Current Operating System: Linux mbe 4.4.26-1-ARCH #1 SMP PREEMPT Fri Oct 21 16:25:30 UTC 2016 x86_64
[   767.524] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6665dec6-8d3d-4daa-8995-6c70965f9c91 ro init=/sbin/runit
[   767.524] Build Date: 29 July 2016  04:57:17PM
[   767.524] 
[   767.524] Current version of pixman: 0.32.8
[   767.524]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   767.524] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   767.524] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Feb  2 06:50:44 2017
[   767.524] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   767.524] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   767.524] (==) No Layout section.  Using the first Screen section.
[   767.524] (==) No screen section available. Using defaults.
[   767.524] (**) |-->Screen "Default Screen Section" (0)
[   767.524] (**) |   |-->Monitor "<default monitor>"
[   767.524] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
[   767.524] (**) |   |-->Device "Intel Graphics"
[   767.524] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   767.524] (==) Automatically adding devices
[   767.524] (==) Automatically enabling devices
[   767.524] (==) Automatically adding GPU devices
[   767.524] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   767.524] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   767.524]    Entry deleted from font path.
[   767.524] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   767.524]    Entry deleted from font path.
[   767.524] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   767.524]    Entry deleted from font path.
[   767.524]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   767.524] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/100dpi/
[   767.525] (==) ModulePath set to "/usr/lib/xorg/modules"
[   767.525] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   767.525] (II) Loader magic: 0x563ecf553ca0
[   767.525] (II) Module ABI versions:
[   767.525]    X.Org ANSI C Emulation: 0.4
[   767.525]    X.Org Video Driver: 20.0
[   767.525]    X.Org XInput driver : 22.1
[   767.525]    X.Org Server Extension : 9.0
[   767.525] (--) PCI:*(0:0:2:0) 8086:5912:1849:5912 rev 4, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64
[   767.525] (II) Open ACPI successful (/var/run/acpid.socket)
[   767.525] (II) LoadModule: "glx"
[   767.526] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   767.527] (II) Module glx: vendor="X.Org Foundation"
[   767.527]    compiled for 1.18.4, module version = 1.0.0
[   767.527]    ABI class: X.Org Server Extension, version 9.0
[   767.527] (==) AIGLX enabled
[   767.527] (II) LoadModule: "intel"
[   767.527] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   767.558] (II) Module intel: vendor="X.Org Foundation"
[   767.558]    compiled for 1.18.4, module version = 2.99.917
[   767.558]    Module class: X.Org Video Driver
[   767.558]    ABI class: X.Org Video Driver, version 20.0
[   767.558] (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
[   767.558] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   767.558] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   767.558] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   767.558] (--) using VT number 5

[   767.903] (EE) No devices detected.
[   767.903] (EE)
Fatal server error:
[   767.903] (EE) no screens found(EE)
[   767.903] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[   767.903] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[   767.903] (EE)


Next I rebooted, just to see if the endless loop happened, it did, what I saw was (sorry for any typos, could find a log with these in them):
Code:
:: Starting NFSD
 >    Using
:: Starting NFS-common: nfs-common
>    NFS-common: sm-notify
>    NFS-common: rpc.idmapd
>    NFS-common: rpc.gssd
./run: line 83: 12923 Segmentation fault   (core dumped) $ STATD -F > /dev/null 2> /dev/null
:: Stopping rpc.gssd daemon
:: Stopping rpc.idmapd daemon
:: Stopping rpc.statd daemon
:: Starting NFSD
...


The "Starting NFSD" loops continuously (number before Segmentation fault would change) until rebooting and upgrading with force VESA.

Let me know if there is some other log info I can capture or other thing you would like me to try and capture.

Thanks
Bruce.


Top
 Profile  
 
PostPosted: Thu Feb 02, 2017 11:30 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Can you post the /tmp/xconfig.sh after running xconfig.sh? Maybe pacman -Syu as there is some additional logging in xconfig.sh that is newer than the R8.4.2 ISO.

Until you are able to get X to run with the intel drivers don't bother rebooting. To force vesa back after installing the intel drivers:
Code:
sudo VGACARDTYPE="vesa" xconfig.sh


Try experimenting with these various options: https://wiki.archlinux.org/index.php/In ... tel_driver in /etc/X11/xorg.conf.d/20-automv.conf


Top
 Profile  
 
PostPosted: Thu Feb 02, 2017 4:47 pm 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
here is xconfig.log:

After a number of back and forth, the last section is the Intel load, where I then did a startx, but still no monitors found in the Xorg.1.log, so no luck on the intel side yet.
Code:
resolving dependencies...

Package (1)           Old Version  New Version  Net Change

core/xf86-video-vesa  2.3.4-2      2.3.4-2        0.00 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
resolving dependencies...

Package (1)      Old Version  New Version  Net Change

core/mesa-libgl  12.0.3-3     12.0.3-3       0.00 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
Installing Vesa driver
error: target not found: libva-intel-driver

Package (1)  Old Version  Net Change

mesa-libgl   12.0.3-3      -0.01 MiB

Total Removed Size:  0.01 MiB

:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing mesa-libgl...
error: target not found: nvidia
error: target not found: nvidia-utils
error: target not found: nvidia-libgl
error: target not found: opencl-nvidia
error: target not found: nvidia-settings
error: target not found: libglvnd
error: target not found: nvidia-304xx
error: target not found: nvidia-304xx-utils
error: target not found: nvidia-304xx-libgl
error: target not found: opencl-nvidia-304xx
error: target not found: nvidia-340xx
error: target not found: nvidia-340xx-utils
error: target not found: nvidia-340xx-libgl
error: target not found: opencl-nvidia-340xx
error: target not found: ati-dri
error: target not found: xf86-video-ati
error: target not found: intel-dri
error: target not found: xf86-video-intel
error: target not found: mga-dri
error: target not found: xf86-video-mga
error: target not found: savage-dri
error: target not found: xf86-video-savage
error: target not found: sis-dri
error: target not found: xf86-video-sis
error: target not found: unichrome-dri
error: target not found: xf86-video-unichrome
warning: xf86-video-vesa-2.3.4-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (2)           Old Version  New Version  Net Change

core/mesa-libgl                    12.0.3-3       0.01 MiB
core/xf86-video-vesa  2.3.4-2      2.3.4-2        0.00 MiB

Total Installed Size:  0.04 MiB
Net Upgrade Size:      0.01 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
reinstalling xf86-video-vesa...
installing mesa-libgl...
    plymouth_config: found videocard vesa
    plymouth_config: no changes made
resolving dependencies...

Package (1)           Old Version  New Version  Net Change

core/xf86-video-vesa  2.3.4-2      2.3.4-2        0.00 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
resolving dependencies...

Package (1)      Old Version  New Version  Net Change

core/mesa-libgl  12.0.3-3     12.0.3-3       0.00 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
Installing Vesa driver
error: target not found: libva-intel-driver

Package (1)  Old Version  Net Change

mesa-libgl   12.0.3-3      -0.01 MiB

Total Removed Size:  0.01 MiB

:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing mesa-libgl...
error: target not found: nvidia
error: target not found: nvidia-utils
error: target not found: nvidia-libgl
error: target not found: opencl-nvidia
error: target not found: nvidia-settings
error: target not found: libglvnd
error: target not found: nvidia-304xx
error: target not found: nvidia-304xx-utils
error: target not found: nvidia-304xx-libgl
error: target not found: opencl-nvidia-304xx
error: target not found: nvidia-340xx
error: target not found: nvidia-340xx-utils
error: target not found: nvidia-340xx-libgl
error: target not found: opencl-nvidia-340xx
error: target not found: ati-dri
error: target not found: xf86-video-ati
error: target not found: intel-dri
error: target not found: xf86-video-intel
error: target not found: mga-dri
error: target not found: xf86-video-mga
error: target not found: savage-dri
error: target not found: xf86-video-savage
error: target not found: sis-dri
error: target not found: xf86-video-sis
error: target not found: unichrome-dri
error: target not found: xf86-video-unichrome
warning: xf86-video-vesa-2.3.4-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (2)           Old Version  New Version  Net Change

core/mesa-libgl                    12.0.3-3       0.01 MiB
core/xf86-video-vesa  2.3.4-2      2.3.4-2        0.00 MiB

Total Installed Size:  0.04 MiB
Net Upgrade Size:      0.01 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
reinstalling xf86-video-vesa...
installing mesa-libgl...
    plymouth_config: found videocard vesa
    plymouth_config: no changes made
resolving dependencies...

Package (1)            New Version                Net Change

core/xf86-video-intel  1:2.99.917+730+gdad64e9-1    2.20 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
resolving dependencies...

Package (1)      Old Version  New Version  Net Change

core/mesa-libgl  12.0.3-3     12.0.3-3       0.00 MiB

Total Download Size:  0.00 MiB

:: Proceed with download? [Y/n]
checking keyring...
checking package integrity...
Installing Intel driver
error: target not found: libva-intel-driver

Package (1)  Old Version  Net Change

mesa-libgl   12.0.3-3      -0.01 MiB

Total Removed Size:  0.01 MiB

:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing mesa-libgl...
error: target not found: nvidia
error: target not found: nvidia-utils
error: target not found: nvidia-libgl
error: target not found: opencl-nvidia
error: target not found: nvidia-settings
error: target not found: libglvnd
error: target not found: nvidia-304xx
error: target not found: nvidia-304xx-utils
error: target not found: nvidia-304xx-libgl
error: target not found: opencl-nvidia-304xx
error: target not found: nvidia-340xx
error: target not found: nvidia-340xx-utils
error: target not found: nvidia-340xx-libgl
error: target not found: opencl-nvidia-340xx
error: target not found: ati-dri
error: target not found: xf86-video-ati
error: target not found: intel-dri
error: target not found: xf86-video-intel
error: target not found: mga-dri
error: target not found: xf86-video-mga
error: target not found: savage-dri
error: target not found: xf86-video-savage
error: target not found: sis-dri
error: target not found: xf86-video-sis
error: target not found: unichrome-dri
error: target not found: xf86-video-unichrome
resolving dependencies...
looking for conflicting packages...

Package (3)               New Version                Net Change

extra/libva-intel-driver  1.7.3-1                      2.02 MiB
core/mesa-libgl           12.0.3-3                     0.01 MiB
core/xf86-video-intel     1:2.99.917+730+gdad64e9-1    2.20 MiB

Total Installed Size:  4.23 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing xf86-video-intel...
>>> This driver now uses DRI3 as the default Direct Rendering
    Infrastructure. You can try falling back to DRI2 if you run
    into trouble. To do so, save a file with the following
    content as /etc/X11/xorg.conf.d/20-intel.conf :
      Section "Device"
        Identifier  "Intel Graphics"
        Driver      "intel"
        Option      "DRI" "2"             # DRI3 is now default
        #Option      "AccelMethod"  "sna" # default
        #Option      "AccelMethod"  "uxa" # fallback
      EndSection
Optional dependencies for xf86-video-intel
    libxrandr: for intel-virtual-output [installed]
    libxinerama: for intel-virtual-output [installed]
    libxcursor: for intel-virtual-output [installed]
    libxtst: for intel-virtual-output [installed]
    libxss: for intel-virtual-output [installed]
installing mesa-libgl...
installing libva-intel-driver...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.4.26-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
  -> Running build hook: [plymouth]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 4.4.26-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
  -> Running build hook: [plymouth]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
    plymouth_config: found videocard intel
    plymouth_config: Running mkinitcpio


Top
 Profile  
 
PostPosted: Wed Feb 15, 2017 2:15 pm 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
Had a chance to troubleshoot some more, I had a new hard drive to play with, so I tried a full install and see the same result as an upgrade, I'm sure that's not a surprise, just wanted to confirm that is what happening. I switched to the new harddrive / new install to see if I could identify any changes from my in use harddrive.

So on the new HD, did a full install forcing vesa, once on line I opened a terminal and did a paceman -Syu, when that finished i ran xconfig.sh. Once that completed I played with the various options in etc/X11/xorg.conf.d/20-automv.conf as outlined in the wiki.

Same results as previously, xorg errors out with "no device detected, no screens found errors.

Any further places to look, feel free to suggest!

Thanks
Bruce


Top
 Profile  
 
PostPosted: Wed Feb 15, 2017 4:03 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Maybe something with the i915 module is needed: https://wiki.archlinux.org/index.php/Ke ... _KMS_start


Top
 Profile  
 
PostPosted: Thu Mar 02, 2017 11:29 am 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
So I had some time to play this am and created an ISO boot disk of "Arch-anywhere" to see what happens if I load the latest version of Arch. I used "Arch-anywhere" as it was touted as a very easy way to get Arch loaded and it was.

Looks like intel graphics work with the Xserver 1.19.1 and Arch 4.9.11 without any tweaking.

Could this be an issue with the versions of Xserver and Arch used in LinHES not fully recognizing the new Intel CPU?

I've dug through the Grub boot to see if there is anything unusual or special and am not seeing anything specific to video drivers being loaded.

Here is the Xorg.0.log file from the fresh Arch install :
Code:
[     7.436]
X.Org X Server 1.19.1
Release Date: 2017-01-11
[     7.436] X Protocol Version 11, Revision 0
[     7.436] Build Operating System: Linux 4.8.14-1-ARCH x86_64
[     7.436] Current Operating System: Linux arch-anywhere 4.9.11-1-ARCH #1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017 x86_64
[     7.436] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70a05ea7-77e1-4c70-88ed-489fa724b4d6 rw
[     7.436] Build Date: 14 February 2017  03:36:07AM
[     7.436] 
[     7.436] Current version of pixman: 0.34.0
[     7.436]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[     7.436] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.436] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar  2 08:58:29 2017
[     7.461] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.461] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.485] (==) No Layout section.  Using the first Screen section.
[     7.485] (==) No screen section available. Using defaults.
[     7.485] (**) |-->Screen "Default Screen Section" (0)
[     7.485] (**) |   |-->Monitor "<default monitor>"
[     7.486] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[     7.486] (==) Automatically adding devices
[     7.486] (==) Automatically enabling devices
[     7.486] (==) Automatically adding GPU devices
[     7.486] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.541] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     7.541]    Entry deleted from font path.
[     7.541] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     7.541]    Entry deleted from font path.
[     7.541]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     7.542] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     7.542]    Entry deleted from font path.
[     7.542]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     7.542] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/
[     7.542] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.542] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.542] (II) Loader magic: 0x822d60
[     7.542] (II) Module ABI versions:
[     7.542]    X.Org ANSI C Emulation: 0.4
[     7.542]    X.Org Video Driver: 23.0
[     7.542]    X.Org XInput driver : 24.1
[     7.542]    X.Org Server Extension : 10.0
[     7.543] (++) using VT number 7

[     7.543] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.544] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.559] (--) PCI:*(0:0:2:0) 8086:5912:1849:5912 rev 4, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     7.559] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.559] (II) LoadModule: "glx"
[     7.600] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.680] (II) Module glx: vendor="X.Org Foundation"
[     7.680]    compiled for 1.19.1, module version = 1.0.0
[     7.680]    ABI class: X.Org Server Extension, version 10.0
[     7.680] (==) Matched intel as autoconfigured driver 0
[     7.680] (==) Matched intel as autoconfigured driver 1
[     7.680] (==) Matched modesetting as autoconfigured driver 2
[     7.680] (==) Matched fbdev as autoconfigured driver 3
[     7.680] (==) Matched vesa as autoconfigured driver 4
[     7.680] (==) Assigned the driver to the xf86ConfigLayout
[     7.680] (II) LoadModule: "intel"
[     7.680] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     7.703] (II) Module intel: vendor="X.Org Foundation"
[     7.703]    compiled for 1.19.1, module version = 2.99.917
[     7.703]    Module class: X.Org Video Driver
[     7.703]    ABI class: X.Org Video Driver, version 23.0
[     7.703] (II) LoadModule: "modesetting"
[     7.703] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.704] (II) Module modesetting: vendor="X.Org Foundation"
[     7.704]    compiled for 1.19.1, module version = 1.19.1
[     7.704]    Module class: X.Org Video Driver
[     7.704]    ABI class: X.Org Video Driver, version 23.0
[     7.704] (II) LoadModule: "fbdev"
[     7.704] (WW) Warning, couldn't open module fbdev
[     7.704] (II) UnloadModule: "fbdev"
[     7.704] (II) Unloading fbdev
[     7.704] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.704] (II) LoadModule: "vesa"
[     7.705] (WW) Warning, couldn't open module vesa
[     7.705] (II) UnloadModule: "vesa"
[     7.705] (II) Unloading vesa
[     7.705] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.705] (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
[     7.705] (II) intel: Driver for Intel(R) HD Graphics
[     7.705] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     7.705] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     7.705] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.727] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919
[     7.727] (II) intel(0): SNA compiled from 2.99.917-757-g93942b7d
[     7.729] (WW) Falling back to old probe method for modesetting
[     7.734] (--) intel(0): gen9 engineering sample
[     7.734] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     7.734] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[     7.734] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     7.734] (==) intel(0): RGB weight 888
[     7.734] (==) intel(0): Default visual is TrueColor
[     7.735] (II) intel(0): Output HDMI1 has no monitor section
[     7.735] (II) intel(0): Enabled output HDMI1
[     7.735] (II) intel(0): Output HDMI2 has no monitor section
[     7.735] (II) intel(0): Enabled output HDMI2
[     7.735] (II) intel(0): Output DP1 has no monitor section
[     7.736] (II) intel(0): Enabled output DP1
[     7.736] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     7.736] (II) intel(0): Output VIRTUAL1 has no monitor section
[     7.736] (II) intel(0): Enabled output VIRTUAL1
[     7.736] (--) intel(0): Output HDMI1 using initial mode 1360x768 on pipe 0
[     7.736] (==) intel(0): TearFree disabled
[     7.736] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.736] (==) intel(0): DPI set to (96, 96)
[     7.736] (II) Loading sub module "dri3"
[     7.736] (II) LoadModule: "dri3"
[     7.736] (II) Module "dri3" already built-in
[     7.736] (II) Loading sub module "dri2"
[     7.736] (II) LoadModule: "dri2"
[     7.736] (II) Module "dri2" already built-in
[     7.736] (II) Loading sub module "present"
[     7.736] (II) LoadModule: "present"
[     7.736] (II) Module "present" already built-in
[     7.736] (II) UnloadModule: "modesetting"
[     7.736] (II) Unloading modesetting
[     7.736] (==) Depth 24 pixmap format is 32 bpp
[     7.742] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[     7.742] (==) intel(0): Backing store enabled
[     7.742] (==) intel(0): Silken mouse enabled
[     7.751] (II) intel(0): HW Cursor enabled
[     7.751] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.752] (==) intel(0): DPMS enabled
[     7.752] (==) intel(0): Display hotplug detection enabled
[     7.753] (II) intel(0): [DRI2] Setup complete
[     7.753] (II) intel(0): [DRI2]   DRI driver: i965
[     7.753] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     7.753] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     7.753] (II) intel(0): hardware support for Present enabled
[     7.753] (--) RandR disabled
[     7.967] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     7.967] (II) AIGLX: enabled GLX_ARB_create_context
[     7.967] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     7.967] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     7.967] (II) AIGLX: enabled GLX_INTEL_swap_event
[     7.967] (II) AIGLX: enabled GLX_SGI_swap_control
[     7.967] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     7.967] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     7.967] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     7.967] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     7.967] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     7.968] (II) AIGLX: Loaded and initialized i965
[     7.968] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.972] (II) intel(0): switch to mode 1360x768@60.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[     7.974] (II) intel(0): Setting screen physical size to 359 x 203
[     8.196] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     8.196] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.196] (**) Power Button: Applying InputClass "system-keyboard"
[     8.196] (II) LoadModule: "libinput"
[     8.196] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.225] (II) Module libinput: vendor="X.Org Foundation"
[     8.225]    compiled for 1.19.1, module version = 0.24.0
[     8.225]    Module class: X.Org XInput Driver
[     8.225]    ABI class: X.Org XInput driver, version 24.1
[     8.225] (II) Using input driver 'libinput' for 'Power Button'
[     8.225] (**) Power Button: always reports core events
[     8.225] (**) Option "Device" "/dev/input/event5"
[     8.225] (**) Option "_source" "server/udev"
[     8.226] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     8.226] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     8.243] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
[     8.243] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.243] (**) Option "xkb_layout" "us"
[     8.244] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     8.244] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     8.245] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     8.245] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.245] (**) Video Bus: Applying InputClass "system-keyboard"
[     8.245] (II) Using input driver 'libinput' for 'Video Bus'
[     8.245] (**) Video Bus: always reports core events
[     8.245] (**) Option "Device" "/dev/input/event8"
[     8.245] (**) Option "_source" "server/udev"
[     8.245] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[     8.245] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[     8.263] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8"
[     8.263] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.263] (**) Option "xkb_layout" "us"
[     8.264] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[     8.264] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[     8.265] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     8.265] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.265] (**) Power Button: Applying InputClass "system-keyboard"
[     8.265] (II) Using input driver 'libinput' for 'Power Button'
[     8.265] (**) Power Button: always reports core events
[     8.265] (**) Option "Device" "/dev/input/event4"
[     8.265] (**) Option "_source" "server/udev"
[     8.265] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     8.265] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     8.283] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
[     8.283] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     8.283] (**) Option "xkb_layout" "us"
[     8.284] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     8.284] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     8.285] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[     8.285] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     8.285] (**) Sleep Button: Applying InputClass "system-keyboard"
[     8.285] (II) Using input driver 'libinput' for 'Sleep Button'
[     8.285] (**) Sleep Button: always reports core events
[     8.285] (**) Option "Device" "/dev/input/event3"
[     8.285] (**) Option "_source" "server/udev"
[     8.285] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[     8.285] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[     8.303] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event3"
[     8.303] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     8.303] (**) Option "xkb_layout" "us"
[     8.304] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[     8.304] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[     8.305] (II) config/udev: Adding input device Streamzap PC Remote Infrared Receiver (0e9c:0000) (/dev/input/event7)
[     8.305] (**) Streamzap PC Remote Infrared Receiver (0e9c:0000): Applying InputClass "libinput keyboard catchall"
[     8.305] (**) Streamzap PC Remote Infrared Receiver (0e9c:0000): Applying InputClass "system-keyboard"
[     8.305] (II) Using input driver 'libinput' for 'Streamzap PC Remote Infrared Receiver (0e9c:0000)'
[     8.305] (**) Streamzap PC Remote Infrared Receiver (0e9c:0000): always reports core events
[     8.305] (**) Option "Device" "/dev/input/event7"
[     8.305] (**) Option "_source" "server/udev"
[     8.306] (II) input device 'Streamzap PC Remote Infrared Receiver (0e9c:0000)', /dev/input/event7 is tagged by udev as: Keyboard
[     8.306] (II) input device 'Streamzap PC Remote Infrared Receiver (0e9c:0000)', /dev/input/event7 is a keyboard
[     8.353] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/rc/rc0/input9/event7"
[     8.353] (II) XINPUT: Adding extended input device "Streamzap PC Remote Infrared Receiver (0e9c:0000)" (type: KEYBOARD, id 10)
[     8.353] (**) Option "xkb_layout" "us"
[     8.354] (II) input device 'Streamzap PC Remote Infrared Receiver (0e9c:0000)', /dev/input/event7 is tagged by udev as: Keyboard
[     8.354] (II) input device 'Streamzap PC Remote Infrared Receiver (0e9c:0000)', /dev/input/event7 is a keyboard
[     8.355] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event0)
[     8.355] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput keyboard catchall"
[     8.355] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.355] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
[     8.355] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
[     8.355] (**) Option "Device" "/dev/input/event0"
[     8.355] (**) Option "_source" "server/udev"
[     8.356] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event0 is tagged by udev as: Keyboard
[     8.356] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event0 is a keyboard
[     8.410] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:045E:0745.0001/input/input2/event0"
[     8.410] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 11)
[     8.410] (**) Option "xkb_layout" "us"
[     8.411] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event0 is tagged by udev as: Keyboard
[     8.411] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event0 is a keyboard
[     8.412] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event1)
[     8.412] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput pointer catchall"
[     8.412] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput keyboard catchall"
[     8.412] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.412] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
[     8.412] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
[     8.412] (**) Option "Device" "/dev/input/event1"
[     8.412] (**) Option "_source" "server/udev"
[     8.413] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     8.413] (II) Device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0' set to 800 DPI
[     8.413] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is a pointer caps
[     8.413] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is a keyboard
[     8.460] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v6.0: needs a virtual subdevice
[     8.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:045E:0745.0002/input/input3/event1"
[     8.460] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: MOUSE, id 12)
[     8.460] (**) Option "AccelerationScheme" "none"
[     8.460] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) selected scheme none/0
[     8.460] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
[     8.460] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
[     8.461] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     8.461] (II) Device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0' set to 800 DPI
[     8.461] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is a pointer caps
[     8.461] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event1 is a keyboard
[     8.462] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/mouse0)
[     8.462] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.462] (II) No input driver specified, ignoring this device.
[     8.462] (II) This device may have been added with another device file.
[     8.463] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event2)
[     8.463] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput keyboard catchall"
[     8.463] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.463] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
[     8.463] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
[     8.463] (**) Option "Device" "/dev/input/event2"
[     8.463] (**) Option "_source" "server/udev"
[     8.464] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event2 is tagged by udev as: Keyboard
[     8.464] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event2 is a keyboard
[     8.500] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v6.0: needs a virtual subdevice
[     8.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/0003:045E:0745.0003/input/input4/event2"
[     8.500] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: MOUSE, id 13)
[     8.500] (**) Option "AccelerationScheme" "none"
[     8.500] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) selected scheme none/0
[     8.500] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
[     8.500] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
[     8.501] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event2 is tagged by udev as: Keyboard
[     8.501] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v6.0', /dev/input/event2 is a keyboard
[     8.501] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[     8.501] (II) No input driver specified, ignoring this device.
[     8.501] (II) This device may have been added with another device file.
[     8.502] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[     8.502] (II) No input driver specified, ignoring this device.
[     8.502] (II) This device may have been added with another device file.
[     8.502] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[     8.502] (II) No input driver specified, ignoring this device.
[     8.503] (II) This device may have been added with another device file.
[     8.503] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[     8.503] (II) No input driver specified, ignoring this device.
[     8.503] (II) This device may have been added with another device file.
[     8.504] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[     8.504] (II) No input driver specified, ignoring this device.
[     8.504] (II) This device may have been added with another device file.
[     8.504] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[     8.504] (II) No input driver specified, ignoring this device.
[     8.504] (II) This device may have been added with another device file.
[     8.505] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[     8.505] (II) No input driver specified, ignoring this device.
[     8.505] (II) This device may have been added with another device file.
[     8.505] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[     8.505] (II) No input driver specified, ignoring this device.
[     8.505] (II) This device may have been added with another device file.
[     8.505] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     8.505] (II) No input driver specified, ignoring this device.
[     8.505] (II) This device may have been added with another device file.
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput pointer catchall"
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput keyboard catchall"
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.524] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
[     8.524] (**) Option "Device" "/dev/input/event1"
[     8.524] (**) Option "_source" "_driver/libinput"
[     8.524] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v6.0: is a virtual subdevice
[     8.524] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:045E:0745.0002/input/input3/event1"
[     8.524] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 14)
[     8.524] (**) Option "xkb_layout" "us"
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "libinput keyboard catchall"
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "system-keyboard"
[     8.524] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
[     8.524] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
[     8.524] (**) Option "Device" "/dev/input/event2"
[     8.524] (**) Option "_source" "_driver/libinput"
[     8.524] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v6.0: is a virtual subdevice
[     8.524] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/0003:045E:0745.0003/input/input4/event2"
[     8.524] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 15)
[     8.524] (**) Option "xkb_layout" "us"
[    10.030] (II) Quirked EDID physical size to 0x0 cm
[    10.030] (--) intel(0): HDMI max TMDS frequency 225000KHz
[    15.789] (--) intel(0): HDMI max TMDS frequency 225000KHz
[    17.730] (--) intel(0): HDMI max TMDS frequency 225000KHz
[    17.768] (--) intel(0): HDMI max TMDS frequency 225000KHz


Any idea's on the next thing I should try?
Thanks!
Bruce


Top
 Profile  
 
PostPosted: Thu Mar 02, 2017 11:43 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
It could be our older version of Xserver. But a couple of things in the working Xorg log stick out: i915 module getting loaded and SNA being enabled. Is there anything of interest in /etc/X11/xorg.conf.d/?


Top
 Profile  
 
PostPosted: Thu Mar 02, 2017 12:34 pm 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
The only thing there is a file 00-keyboard.conf.

If I go over to /usr/share/X11/xorg.conf.d then there are two additional files: 10-quirks.conf and 40-libinput.conf

I did a quick search for intel to see if there was any xx.intel.conf files and didn't find anything.

I also did a quick look at dmesg looking for i915, it looks like something is regonizing it and loading the i915 stuff around 5.324638 mark
Code:
[    0.000000] Linux version 4.9.11-1-ARCH (builduser@heftig-11715) (gcc version 6.3.1 20170109 (GCC) ) #1 SMP PRE
EMPT Sun Feb 19 13:45:52 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70a05ea7-77e1-4c70-88ed-489fa724b4d6 rw
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ab81fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006ab82000-0x000000006ab82fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006ab83000-0x000000006abacfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006abad000-0x000000006abfdfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006abfe000-0x000000006b17afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006b17b000-0x0000000076e59fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076e5a000-0x00000000777b2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000777b3000-0x0000000077f99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000077f9a000-0x0000000077ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000275ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./H110M-ITX, BIOS P7.00 10/27/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x276000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007A000000 mask 7FFE000000 uncachable
[    0.000000]   3 base 0079000000 mask 7FFF000000 uncachable
[    0.000000]   4 base 0078800000 mask 7FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT 
[    0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fc5f0-0x000fc5ff] mapped at [ffff8800000fc5f0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d57000, 0x01d57fff] PGTABLE
[    0.000000] BRK [0x01d58000, 0x01d58fff] PGTABLE
[    0.000000] BRK [0x01d59000, 0x01d59fff] PGTABLE
[    0.000000] BRK [0x01d5a000, 0x01d5afff] PGTABLE
[    0.000000] BRK [0x01d5b000, 0x01d5bfff] PGTABLE
[    0.000000] BRK [0x01d5c000, 0x01d5cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37311000-0x3797ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x0000000077F31098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000077F52018 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000077F311D8 020E39 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x0000000077F99F80 000040
[    0.000000] ACPI: APIC 0x0000000077F52128 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000077F521B0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000077F521F8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000077F52298 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000077F522D8 000038 (v01 ALASKA A M I    01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x0000000077F52310 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x0000000077F52680 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000077F52718 00002B (v02 INTEL  UsbCTabl 00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000077F52748 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000077F52780 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000077F527D8 0005EF (v02 INTEL  xh_rvp08 00000000 INTL 20120913)
[    0.000000] ACPI: AAFT 0x0000000077F52DC8 00023D (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x0000000077F53008 005212 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x0000000077F58220 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x0000000077F58268 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x0000000077F590C0 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000275ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x275ff8000-0x275ffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000275ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000006ab81fff]
[    0.000000]   node   0: [mem 0x000000006abad000-0x000000006abfdfff]
[    0.000000]   node   0: [mem 0x000000006b17b000-0x0000000076e59fff]
[    0.000000]   node   0: [mem 0x0000000077fff000-0x0000000077ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000275ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000275ffffff]
[    0.000000] On node 0 totalpages: 2017358
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7523 pages used for memmap
[    0.000000]   DMA32 zone: 481459 pages, LIFO batch:31
[    0.000000]   Normal zone: 23936 pages used for memmap
[    0.000000]   Normal zone: 1531904 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x0000000079000000-0x0000000088ffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x6ab82000-0x6ab82fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6ab83000-0x6abacfff]
[    0.000000] PM: Registered nosave memory: [mem 0x6abfe000-0x6b17afff]
[    0.000000] PM: Registered nosave memory: [mem 0x76e5a000-0x777b2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x777b3000-0x77f99fff]
[    0.000000] PM: Registered nosave memory: [mem 0x77f9a000-0x77ffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x78000000-0x780fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x78100000-0x78ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79000000-0x88ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x89000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x89000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637045277834396
3 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff880275c00000 s103512 r8192 d31656 u524288
[    0.000000] pcpu-alloc: s103512 r8192 d31656 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1985814
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=70a05ea7-77e1-4c70-88ed-489fa724b4d6 rw
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7855492K/8069432K available (6206K kernel code, 1071K rwdata, 1944K rodata, 1280K init, 103
2K bss, 213940K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]    Build-time adjustment of leaf fanout to 64.
[    0.000000]    RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:1024 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3400.000 MHz processor
[    0.000016] Calibrating delay loop (skipped), value calculated using timer frequency.. 6818.00 BogoMIPS (lpj=11
360000)
[    0.000018] pid_max: default: 32768 minimum: 301
[    0.000024] ACPI: Core revision 20160831
[    0.016783] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20160831/dswload-21
0)
[    0.016789] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20160831/psobject-227)
[    0.016819] ACPI Exception: AE_NOT_FOUND, (SSDT:xh_rvp08) while loading table (20160831/tbxfload-228)
[    0.022589] ACPI Error: 1 table load failures, 5 successful (20160831/tbxfload-246)
[    0.022607] Security Framework initialized
[    0.022608] Yama: becoming mindful.
[    0.022860] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.023900] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.024340] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024344] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024498] CPU: Physical Processor ID: 0
[    0.024498] CPU: Processor Core ID: 0
[    0.024501] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.024502] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.024505] mce: CPU supports 10 MCE banks
[    0.024512] CPU0: Thermal monitoring enabled (TM1)
[    0.024526] process: using mwait in idle threads
[    0.024528] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.024528] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.024785] Freeing SMP alternatives memory: 24K (ffffffff81c4d000 - ffffffff81c53000)
[    0.025601] ftrace: allocating 24619 entries in 97 pages
[    0.033132] smpboot: Max logical packages: 1
[    0.033135] DMAR: Host address width 39
[    0.033136] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.033140] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.033140] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.033143] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.033144] DMAR: RMRR base: 0x00000077555000 end: 0x00000077574fff
[    0.033145] DMAR: RMRR base: 0x00000078800000 end: 0x00000088ffffff
[    0.033146] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.033146] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.033147] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.033147] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.034554] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.034555] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.038596] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071605] TSC deadline timer enabled
[    0.071610] smpboot: CPU0: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.071613] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.071632] ... version:                4
[    0.071633] ... bit width:              48
[    0.071633] ... generic registers:      8
[    0.071633] ... value mask:             0000ffffffffffff
[    0.071634] ... max period:             00007fffffffffff
[    0.071634] ... fixed-purpose events:   3
[    0.071634] ... event mask:             00000007000000ff
[    0.105095] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.138385] x86: Booting SMP configuration:
[    0.138387] .... node  #0, CPUs:      #1 #2 #3
[    0.443868] x86: Booted up 1 node, 4 CPUs
[    0.443870] smpboot: Total of 4 processors activated (27278.82 BogoMIPS)
[    0.446310] devtmpfs: initialized
[    0.446346] x86/mm: Memory block size: 128MB
[    0.447613] PM: Registering ACPI NVS region [mem 0x6ab82000-0x6ab82fff] (4096 bytes)
[    0.447613] PM: Registering ACPI NVS region [mem 0x777b3000-0x77f99fff] (8286208 bytes)
[    0.447706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.447728] pinctrl core: initialized pinctrl subsystem
[    0.447831] RTC time: 17:54:06, date: 03/02/17
[    0.447885] NET: Registered protocol family 16
[    0.456139] cpuidle: using governor ladder
[    0.469483] cpuidle: using governor menu
[    0.469535] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.469537] ACPI: bus type PCI registered
[    0.469540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.469598] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.469599] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.469608] PCI: Using configuration type 1 for base access
[    0.479611] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.479612] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.479719] ACPI: Added _OSI(Module Device)
[    0.479720] ACPI: Added _OSI(Processor Device)
[    0.479720] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.479721] ACPI: Added _OSI(Processor Aggregator Device)
[    0.480571] ACPI: Executed 21 blocks of module-level executable AML code
[    0.486852] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.489230] ACPI: Dynamic OEM Table Load:
[    0.489238] ACPI: SSDT 0xFFFF88026BC30000 0006E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.489408] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.490456] ACPI: Dynamic OEM Table Load:
[    0.490459] ACPI: SSDT 0xFFFF88026BC2F000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.491047] ACPI: Dynamic OEM Table Load:
[    0.491050] ACPI: SSDT 0xFFFF88026BC32800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.491357] ACPI: Dynamic OEM Table Load:
[    0.491360] ACPI: SSDT 0xFFFF88026BC78600 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.493417] ACPI: Interpreter enabled
[    0.493444] ACPI: (supports S0 S3 S4 S5)
[    0.493444] ACPI: Using IOAPIC for interrupt routing
[    0.493497] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.496545] ACPI: Power Resource [WRST] (off)
[    0.496769] ACPI: Power Resource [WRST] (off)
[    0.496991] ACPI: Power Resource [WRST] (off)
[    0.497213] ACPI: Power Resource [WRST] (off)
[    0.497433] ACPI: Power Resource [WRST] (off)
[    0.497656] ACPI: Power Resource [WRST] (off)
[    0.497878] ACPI: Power Resource [WRST] (off)
[    0.498105] ACPI: Power Resource [WRST] (off)
[    0.498328] ACPI: Power Resource [WRST] (off)
[    0.498551] ACPI: Power Resource [WRST] (off)
[    0.498772] ACPI: Power Resource [WRST] (off)
[    0.498994] ACPI: Power Resource [WRST] (off)
[    0.499214] ACPI: Power Resource [WRST] (off)
[    0.499435] ACPI: Power Resource [WRST] (off)
[    0.499659] ACPI: Power Resource [WRST] (off)
[    0.499880] ACPI: Power Resource [WRST] (off)
[    0.500100] ACPI: Power Resource [WRST] (off)
[    0.500321] ACPI: Power Resource [WRST] (off)
[    0.500547] ACPI: Power Resource [WRST] (off)
[    0.500772] ACPI: Power Resource [WRST] (off)
[    0.506393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.506397] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.507551] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.507552] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.508012] PCI host bridge to bus 0000:00
[    0.508013] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.508014] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.508014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.508015] pci_bus 0000:00: root bus resource [mem 0x89000000-0xdfffffff window]
[    0.508016] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.508016] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.508021] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.508244] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[    0.508251] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.508255] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.508257] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.508405] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.508421] pci 0000:00:14.0: reg 0x10: [mem 0xdf030000-0xdf03ffff 64bit]
[    0.508482] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.508558] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.508584] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.508600] pci 0000:00:14.2: reg 0x10: [mem 0xdf04e000-0xdf04efff 64bit]
[    0.508737] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.508755] pci 0000:00:16.0: reg 0x10: [mem 0xdf04d000-0xdf04dfff 64bit]
[    0.508819] pci 0000:00:16.0: PME# supported from D3hot
[    0.508928] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.508940] pci 0000:00:17.0: reg 0x10: [mem 0xdf048000-0xdf049fff]
[    0.508946] pci 0000:00:17.0: reg 0x14: [mem 0xdf04c000-0xdf04c0ff]
[    0.508953] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.508959] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.508965] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.508971] pci 0000:00:17.0: reg 0x24: [mem 0xdf04b000-0xdf04b7ff]
[    0.509007] pci 0000:00:17.0: PME# supported from D3hot
[    0.509108] pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400
[    0.509167] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.509252] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.509298] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.509356] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.509439] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.509487] pci 0000:00:1f.0: [8086:a143] type 00 class 0x060100
[    0.509671] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.509681] pci 0000:00:1f.2: reg 0x10: [mem 0xdf044000-0xdf047fff]
[    0.509816] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.509837] pci 0000:00:1f.3: reg 0x10: [mem 0xdf040000-0xdf043fff 64bit]
[    0.509867] pci 0000:00:1f.3: reg 0x20: [mem 0xdf020000-0xdf02ffff 64bit]
[    0.509914] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.510027] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.510056] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.510102] pci 0000:00:1f.4: reg 0x10: [mem 0xdf04a000-0xdf04a0ff 64bit]
[    0.510171] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.510333] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.510353] pci 0000:00:1f.6: reg 0x10: [mem 0xdf000000-0xdf01ffff]
[    0.510459] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.510534] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    0.510593] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.510637] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.511862] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.511897] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.511931] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.511964] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.511996] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.512029] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.512062] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.512095] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.512263] ACPI: Enabled 5 GPEs in block 00 to 7F
[    0.512348] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.512349] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.512350] vgaarb: loaded
[    0.512351] vgaarb: bridge control possible 0000:00:02.0
[    0.512394] PCI: Using ACPI for IRQ routing
[    0.540425] PCI: pci_cache_line_size set to 64 bytes
[    0.540459] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[    0.540460] e820: reserve RAM buffer [mem 0x6ab82000-0x6bffffff]
[    0.540460] e820: reserve RAM buffer [mem 0x6abfe000-0x6bffffff]
[    0.540461] e820: reserve RAM buffer [mem 0x76e5a000-0x77ffffff]
[    0.540461] e820: reserve RAM buffer [mem 0x276000000-0x277ffffff]
[    0.540514] NetLabel: Initializing
[    0.540515] NetLabel:  domain hash size = 128
[    0.540515] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.540523] NetLabel:  unlabeled traffic allowed by default
[    0.540580] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.540583] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.542622] clocksource: Switched to clocksource hpet
[    0.546163] VFS: Disk quotas dquot_6.6.0
[    0.546170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.546209] pnp: PnP ACPI init
[    0.546399] system 00:00: [io  0x0280-0x028f] has been reserved
[    0.546400] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.546401] system 00:00: [io  0x02a0-0x02af] has been reserved
[    0.546402] system 00:00: [io  0x02b0-0x02bf] has been reserved
[    0.546404] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.546505] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.546506] system 00:01: [io  0xffff] has been reserved
[    0.546507] system 00:01: [io  0xffff] has been reserved
[    0.546507] system 00:01: [io  0xffff] has been reserved
[    0.546508] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.546509] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.546510] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.546567] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.546568] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.546581] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.546602] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.546603] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.546739] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.546739] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.546740] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.546741] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.546742] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.546743] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.546743] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.546744] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.546745] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.546746] system 00:05: [mem 0xdffc0000-0xdffdffff] has been reserved
[    0.546747] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.546771] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.546771] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.546772] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.546773] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.546774] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.546774] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.546775] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.546776] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.546967] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.546968] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.547670] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.547671] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.547672] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.547673] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.548204] pnp: PnP ACPI: found 9 devices
[    0.554708] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.554722] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.554729] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.554738] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.554738] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.554739] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.554740] pci_bus 0000:00: resource 7 [mem 0x89000000-0xdfffffff window]
[    0.554740] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.554827] NET: Registered protocol family 2
[    0.554910] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.554977] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.555053] TCP: Hash tables configured (established 65536 bind 65536)
[    0.555066] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.555079] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.555107] NET: Registered protocol family 1
[    0.555114] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.555624] PCI: CLS 0 bytes, default 64
[    0.555647] Unpacking initramfs...
[    0.614871] Freeing initrd memory: 6588K (ffff880037311000 - ffff880037980000)
[    0.614887] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.614889] software IO TLB [mem 0x72e5a000-0x76e5a000] (64MB) mapped at [ffff880072e5a000-ffff880076e59fff]
[    0.614942] Scanning for low memory corruption every 60 seconds
[    0.615094] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.615300] Initialise system trusted keyrings
[    0.615394] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.616272] zbud: loaded
[    0.616789] Key type asymmetric registered
[    0.616807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.616844] io scheduler noop registered
[    0.616844] io scheduler deadline registered
[    0.616848] io scheduler cfq registered (default)
[    0.617195] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.617197] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[    0.617207] pcieport 0000:00:1d.0: Signaling PME through PCIe PME interrupt
[    0.617209] pcie_pme 0000:00:1d.0:pcie001: service driver pcie_pme loaded
[    0.617214] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.617217] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.617222] vesafb: mode is 1360x768x32, linelength=5440, pages=0
[    0.617222] vesafb: scrolling: redraw
[    0.617223] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.617228] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90001400000, using 4096k, total 4096k
[    0.689242] Console: switching to colour frame buffer device 170x48
[    0.761263] fb0: VESA VGA frame buffer device
[    0.761271] intel_idle: MWAIT substates: 0x142120
[    0.761272] intel_idle: v0.4.1 model 0x9E
[    0.761373] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.761452] GHES: HEST is not enabled!
[    0.761509] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.761928] Linux agpgart interface v0.103
[    0.762140] rtc_cmos 00:03: RTC can wake from S4
[    0.762544] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.762642] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.762646] intel_pstate: Intel P-state driver initializing
[    0.762898] intel_pstate: HWP enabled
[    0.763003] ledtrig-cpu: registered to indicate activity on CPUs
[    0.763156] NET: Registered protocol family 10
[    0.763415] NET: Registered protocol family 17
[    0.763578] microcode: sig=0x906e9, pf=0x2, revision=0x42
[    0.763760] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.763929] registered taskstats version 1
[    0.763933] Loading compiled-in X.509 certificates
[    0.763939] zswap: loaded using pool lzo/zbud
[    0.764472]   Magic number: 9:823:945
[    0.764482] tty tty2: hash matches
[    0.764488] acpi INT3471:02: hash matches
[    0.764506] processor cpu0: hash matches
[    0.764657] rtc_cmos 00:03: setting system clock to 2017-03-02 17:54:06 UTC (1488477246)
[    0.764697] PM: Hibernation image not present or could not be loaded.
[    0.765287] Freeing unused kernel memory: 1280K (ffffffff81b0d000 - ffffffff81c4d000)
[    0.765287] Write protecting the kernel read-only data: 10240k
[    0.765736] Freeing unused kernel memory: 1972K (ffff880001613000 - ffff880001800000)
[    0.765943] Freeing unused kernel memory: 104K (ffff8800019e6000 - ffff880001a00000)
[    0.770810] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    0.771986] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.772007] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.773030] random: udevadm: uninitialized urandom read (16 bytes read)
[    0.773039] random: udevadm: uninitialized urandom read (16 bytes read)
[    0.774235] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.774244] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.774247] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.774384] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.774391] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.791922] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.795304] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.795324] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.801440] ACPI: bus type USB registered
[    0.801452] usbcore: registered new interface driver usbfs
[    0.801457] usbcore: registered new interface driver hub
[    0.801469] usbcore: registered new device driver usb
[    0.801647] SCSI subsystem initialized
[    0.802269] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.802272] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.802393] libata version 3.00 loaded.
[    0.803446] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.803455] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.803625] hub 1-0:1.0: USB hub found
[    0.803651] hub 1-0:1.0: 10 ports detected
[    0.808488] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.808490] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.808636] hub 2-0:1.0: USB hub found
[    0.808649] hub 2-0:1.0: 4 ports detected
[    0.810742] ahci 0000:00:17.0: version 3.0
[    0.810958] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    0.810959] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[    0.840459] scsi host0: ahci
[    0.840899] scsi host1: ahci
[    0.841246] scsi host2: ahci
[    0.841530] scsi host3: ahci
[    0.841604] ata1: SATA max UDMA/133 abar m2048@0xdf04b000 port 0xdf04b100 irq 125
[    0.841606] ata2: SATA max UDMA/133 abar m2048@0xdf04b000 port 0xdf04b180 irq 125
[    0.841608] ata3: SATA max UDMA/133 abar m2048@0xdf04b000 port 0xdf04b200 irq 125
[    0.841610] ata4: SATA max UDMA/133 abar m2048@0xdf04b000 port 0xdf04b280 irq 125
[    1.126041] usb 1-6: new low-speed USB device number 2 using xhci_hcd
[    1.157021] ata1: SATA link down (SStatus 4 SControl 300)
[    1.157053] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.157090] ata2: SATA link down (SStatus 4 SControl 300)
[    1.157119] ata3: SATA link down (SStatus 4 SControl 300)
[    1.157875] ata4.00: ATA-10: WDC WD10EZEX-08WN4A0, 01.01A01, max UDMA/100
[    1.157880] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.158831] ata4.00: configured for UDMA/100
[    1.159342] scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EZEX-08W 1A01 PQ: 0 ANSI: 5
[    1.202547] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.202552] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    1.202763] sd 3:0:0:0: [sda] Write Protect is off
[    1.202769] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.202909] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.224402]  sda: sda1 sda2 sda3
[    1.225605] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.376046] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    1.518559] hidraw: raw HID events driver (C) Jiri Kosina
[    1.532216] usbcore: registered new interface driver usbhid
[    1.532218] usbhid: USB HID core driver
[    1.533697] input: Microsoft Microsoft® 2.4GHz Transceiver v6.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-
7:1.0/0003:045E:0745.0001/input/input2
[    1.589559] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz
 Transceiver v6.0] on usb-0000:00:14.0-7/input0
[    1.590238] input: Microsoft Microsoft® 2.4GHz Transceiver v6.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-
7:1.1/0003:045E:0745.0002/input/input3
[    1.629453] tsc: Refined TSC clocksource calibration: 3407.999 MHz
[    1.629467] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd336761, max_idle_ns: 440795243819 ns
[    1.646117] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Tr
ansceiver v6.0] on usb-0000:00:14.0-7/input1
[    1.647665] random: fast init done
[    1.655382] input: Microsoft Microsoft® 2.4GHz Transceiver v6.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-
7:1.2/0003:045E:0745.0003/input/input4
[    1.709621] hid-generic 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft®
2.4GHz Transceiver v6.0] on usb-0000:00:14.0-7/input2
[    1.714373] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.347774] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.379141] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVIN
IT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.379494] systemd[1]: Detected architecture x86-64.
[    2.421052] systemd[1]: Set hostname to <arch-anywhere>.
[    2.642993] clocksource: Switched to clocksource tsc
[    2.981525] random: crng init done
[    3.018277] systemd[1]: Reached target Login Prompts.
[    3.020357] systemd[1]: Reached target Remote File Systems.
[    3.023220] systemd[1]: Created slice User and Session Slice.
[    3.025519] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.028102] systemd[1]: Listening on udev Kernel Socket.
[    3.030204] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.032598] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.195748] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    3.876414] systemd-journald[155]: Received request to flush runtime journal from PID 1
[    4.963002] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[    4.963006] ACPI: Sleep Button [SLPB]
[    4.963066] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[    4.963068] ACPI: Power Button [PWRB]
[    4.963119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    4.963121] ACPI: Power Button [PWRF]
[    5.012824] pps_core: LinuxPPS API ver. 1 registered
[    5.012825] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.014387] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.025013] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    5.055031] PTP clock support registered
[    5.063624] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.087236] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    5.128409] iTCO_vendor_support: vendor-support=0
[    5.128823] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.128932] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    5.129033] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.133113] AVX2 version of gcm_enc/dec engaged.
[    5.133114] AES CTR mode by8 optimization enabled
[    5.141705] [drm] Initialized
[    5.178865] [drm] Memory usable by graphics device = 4096M
[    5.178866] checking generic (c0000000 400000) vs hw (c0000000 10000000)
[    5.178867] fb: switching to inteldrmfb from VESA VGA
[    5.178880] Console: switching to colour dummy device 80x25
[    5.178930] [drm] Replacing VGA console driver
[    5.184596] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.184596] [drm] Driver supports precise vblank timestamp query.
[    5.190881] Bluetooth: Core ver 2.22
[    5.190889] NET: Registered protocol family 31
[    5.190890] Bluetooth: HCI device and connection manager initialized
[    5.190891] Bluetooth: HCI socket layer initialized
[    5.190893] Bluetooth: L2CAP socket layer initialized
[    5.190895] Bluetooth: SCO socket layer initialized
[    5.191612] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.193149] Bluetooth: HCI UART driver ver 2.3
[    5.193150] Bluetooth: HCI UART protocol H4 registered
[    5.193151] Bluetooth: HCI UART protocol BCSP registered
[    5.193151] Bluetooth: HCI UART protocol LL registered
[    5.193151] Bluetooth: HCI UART protocol ATH3K registered
[    5.193152] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.193165] Bluetooth: HCI UART protocol Intel registered
[    5.193171] Bluetooth: HCI UART protocol Broadcom registered
[    5.193171] Bluetooth: HCI UART protocol QCA registered
[    5.193171] Bluetooth: HCI UART protocol AG6XX registered
[    5.193172] Bluetooth: HCI UART protocol Marvell registered
[    5.270499] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.270499] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.324638] [drm] Finished loading i915/kbl_dmc_ver1_01.bin (v1.1)
[    5.460861] [drm] failed to retrieve link info, disabling eDP
[    5.461854] [drm] GuC firmware load skipped
[    5.464784] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.465143] acpi device:0f: registered as cooling_device4
[    5.465196] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    5.465245] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    5.465281] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.478680] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.491817] fbcon: inteldrmfb (fb0) is primary device
[    5.579140] Console: switching to colour frame buffer device 170x48
[    5.601786] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.703194] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    5.789823] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 70:85:c2:2b:21:8a
[    5.789838] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    5.789903] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    5.790369] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops vgt_balloon_space [i915])
[    6.002710] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    6.070151] intel_rapl: Found RAPL domain package
[    6.070157] intel_rapl: Found RAPL domain core
[    6.070162] intel_rapl: Found RAPL domain uncore
[    6.070173] intel_rapl: Found RAPL domain dram
[    6.071010] mousedev: PS/2 mouse device common for all mice
[    6.111743] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:l
ine
[    6.111748] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.111752] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.111754] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.111756] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.111759] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    6.111762] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    6.111765] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    6.132650] Registered IR keymap rc-streamzap


Top
 Profile  
 
PostPosted: Fri Mar 31, 2017 4:21 pm 
Offline
Joined: Tue Jul 01, 2014 6:49 am
Posts: 92
So I'm guessing there is an easier way to do what I did, but hey, whats the fun in that?

As I mentioned previously, I had taken a spare hard drive and upgraded it to the latest Arch version and saw that graphics worked as expected. I then downgraded the version to something closer to the version used in LinHES.

Basically in all of the back and forth it appear that Archive version 2016/08/12 is where the Graphics start to work as normal. Looks like it is Arch 4.7.1 or some other file that was released on that date.

So I then take that drive and load the latest LinHES ISO, but I'm stuck trying to upgrade based on dependancies.

Any pointers on what i should be looking for, or how I should proceed to try and isolate what files should be updated?

Since this is a drive that I can wipe at any time and not a working system, any "I would never do this on a live system" testing pointers are welcome.

Thanks!
Bruce.


Top
 Profile  
 
PostPosted: Sat Apr 01, 2017 7:55 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Many of those Arch pkgs will not work on LinHES especially with how pervasive systemd had become.
But if you change your repos to testing there is the latest xorg-server and intel driver that was just built this week. The kernel is updated to the latest 4.4 series. I guess that could be part of the issue on Kaby. Looks like the next LTS kernel is the 4.9 series.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 26 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: Google [Bot] and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu