Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

xorg.conf.d no such file or dir (SOLVED)

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
32 posts
  • 1
  • 2
  • Next
Author
Message
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

xorg.conf.d no such file or dir (SOLVED)

  • Quote

Post by dexter1010 » Mon Oct 26, 2020 12:25 pm

Been trying to install nvidia drivers they did all install fine but on reboot i was getting black screen
Please take note i have took the card out but want to get it going at the moment i am on the onboard intel
what i have discovered is for some reason i do not have a /xorg.conf.d directory startx works fine as i am sitting here now typing from kde but i need to get my nvidia card in and now when i put it back in it goes to black screen still as of course i have all ready installed them drivers and xorg.

make.conf

Code: Select all

USE="X cdrom gtk gnome postproc gui mp4 mp3 dvd dbus jpeg png acc acl acpi kms libglvnd amd64 usb cups multilib 
alsa kde bluetooth crypt desktop-portal gtk3 display-manager elogind grub discover handbook kwallet legacy-systray networkmanager
plymouth pulseaudio qrcode sddm sdk smartsystemd thunderbolt wallpapers qt4 qt5 uvm"  
INPUT_DEVICES="libinput synaptics"
EMERGE_DEFAULT_OPTS="--autounmask-write y"
VIDEO_CARDS="nvidia"
COMMON_FLAGS="-O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
ACCEPT_LICENSES="-* @free"
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

GENTOO_MIRRORS="ftp://mirror.bytemark.co.uk/gentoo/ https://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/ rsync://mirror.bytemark.co.uk/gentoo/ ftp://mirrors.gethosted.online/gentoo htt>
GRUB_PLATFORMS="efi-64" 
GRUB_PLATFORMS="efi-64" 
Last edited by dexter1010 on Fri Nov 06, 2020 10:02 am, edited 1 time in total.
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Mon Oct 26, 2020 4:48 pm

You should have a xorg.conf.d directory at /usr/share/X11/xorg.conf.d and at /etc/X11/xorg.conf.d

In your make.conf should "smartsystemd" be "smart systemd"

The black screen could be due to the kernel configuration or the x11-drivers/nvidia-drivers USE flags.
What is the output of emerge --info x11-drivers/nvidia-drivers
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Mon Oct 26, 2020 6:07 pm

You should have a file /etc/X11/xorg.conf.d/nvidia.conf containing

Code: Select all

 Section "Device"
   Identifier  "nvidia"
   Driver      "nvidia"
 EndSection
Top
Hu
Administrator
Administrator
Posts: 24380
Joined: Tue Mar 06, 2007 5:38 am

  • Quote

Post by Hu » Mon Oct 26, 2020 6:32 pm

jburns wrote:In your make.conf should "smartsystemd" be "smart systemd"
I agree that it looks wrong as written. However, I would expect that the OP should not specify USE=systemd at all, and instead should get that automatically by using a profile designed for use with systemd. Such profiles automatically set USE=systemd, and likely other useful systemd-related defaults too.
Top
Ionen
Developer
Developer
User avatar
Posts: 3007
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Mon Oct 26, 2020 6:37 pm

jburns wrote:You should have a xorg.conf.d directory at /usr/share/X11/xorg.conf.d and at /etc/X11/xorg.conf.d
You would only have the latter if you made it yourself (and will be used then), or if old deprecated things created it (like eselect-opengl, eselect-made configs are notably not tracked by portage so the old opengl file would be still there).

Exception is old nvidia-drivers-390 which does install a file there to workaround a glx module issue (not an issue on newer drivers).
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Mon Oct 26, 2020 8:05 pm

jburns wrote:You should have a xorg.conf.d directory at /usr/share/X11/xorg.conf.d and at /etc/X11/xorg.conf.d

In your make.conf should "smartsystemd" be "smart systemd"

The black screen could be due to the kernel configuration or the x11-drivers/nvidia-drivers USE flags.
What is the output of emerge --info x11-drivers/nvidia-drivers
I have a /usr/share/X11/xorg.conf.d but nothing in /etc/X11

I have just changed to smart systemd In make.conf but not sure i need it this is openrc

Here is nvidia emerge --info

Code: Select all

emerge --info x11-drivers/nvidia-drivers 
Portage 3.0.8 (python 3.7.9-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-9.3.0, glibc-2.31-r6, 5.4.72-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.4.72-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_650_@_3.20GHz-with-gentoo-2.7
KiB Mem:    11351416 total,   9843732 free
KiB Swap:   10239996 total,  10239996 free
Timestamp of repository gentoo: Sun, 25 Oct 2020 00:30:01 +0000
Head commit of repository gentoo: d16a01718fa18ced2bda4e6db628e9e3fed32a4c
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:          5.0_p18::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          2.7.18-r4::gentoo, 3.7.9::gentoo, 3.8.5::gentoo
dev-util/cmake:           3.17.4-r1::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.34-r2::gentoo
sys-devel/gcc:            9.3.0-r1::gentoo
sys-devel/gcc-config:     2.3.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.31-r6::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirror.bytemark.co.uk/gentoo/ https://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/ rsync://mirror.bytemark.co.uk/gentoo/ ftp://mirrors.gethosted.online/gentoo https://mirrors.gethosted.online/gentoo http://mirrors.gethosted.online/gentoo https://www.mirrorservice.org/sites/distfiles.gentoo.org/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/ ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://rsync.mirrorservice.org/distfiles.gentoo.org/"
LANG="en_US"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acc acl acpi activities alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cdrom cli crypt cups dbus declarative desktop-portal discover display-manager dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm gif gnome gpm grub gtk gtk3 gui handbook iconv icu ipv6 jpeg kde kipi kms kwallet lcms legacy-systray libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma plymouth png policykit postproc ppds pulseaudio qml qrcode qt4 qt5 readline sddm sdk sdl seccomp semantic-desktop smart spell split-usr ssl startup-notification svg systemd tcpd thunderbolt tiff truetype udev udisks unicode upower usb uvm vorbis wallpapers widgets wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

x11-drivers/nvidia-drivers-455.28::gentoo was built with the following:
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Mon Oct 26, 2020 11:10 pm

The output of emerge --info x11-drivers/nvidia-drivers should have shown the USE flags that were used to build the driver. My system it ends with

Code: Select all

USE="X driver gtk3 kms (libglvnd) multilib tools uvm wayland -compat -static-libs" ABI_X86="(64) -32 (-x32)"
. I have wayland set but you probably don't want that.

If your using openrc than you do not want systemd.

You need to create the directory /etc/X11/xorg.conf.d and the nvidia.conf file. The nvidia.conf file tells xorg to load the nvidia driver. Without it it will try the nv or nouveau driver.

If the kernel is configured for the nouveau driver the nvida driver will not work.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Mon Oct 26, 2020 11:24 pm

jburns wrote:The output of emerge --info x11-drivers/nvidia-drivers should have shown the USE flags that were used to build the driver. My system it ends with

Code: Select all

USE="X driver gtk3 kms (libglvnd) multilib tools uvm wayland -compat -static-libs" ABI_X86="(64) -32 (-x32)"
. I have wayland set but you probably don't want that.

If your using openrc than you do not want systemd.

You need to create the directory /etc/X11/xorg.conf.d and the nvidia.conf file. The nvidia.conf file tells xorg to load the nvidia driver. Without it it will try the nv or nouveau driver.

If the kernel is configured for the nouveau driver the nvida driver will not work.
Ok so use thoose USE flags and install the drivers again? I have just created the directory and file with no luck.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Mon Oct 26, 2020 11:57 pm

dexter1010,

Code: Select all

EMERGE_DEFAULT_OPTS="--autounmask-write y" 
Don't do that. When portage goes off the rails in will want you to install live things that you don't need.
That way lies madness.

A long time ago there was only /etc/X11/xorg.conf, the file. That,s all I have today.
Recently /etc/X11/xorg.conf.d the directory was added to hold fragments of xorg.conf.
Both ways work, even having and using both work, they all get concatenated anyway.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 12:15 am

NeddySeagoon wrote:dexter1010,

Code: Select all

EMERGE_DEFAULT_OPTS="--autounmask-write y" 
Don't do that. When portage goes off the rails in will want you to install live things that you don't need.
That way lies madness.

A long time ago there was only /etc/X11/xorg.conf, the file. That,s all I have today.
Recently /etc/X11/xorg.conf.d the directory was added to hold fragments of xorg.conf.
Both ways work, even having and using both work, they all get concatenated anyway.
I had to get a package installed infact it told me to do that on a post in here, But I remember the old days with just xorg.conf i think I am at a loose end with this , I had a similar issue in the past certain nvidia drivers only worked with certain kernel versions, The live cd sees my card as a GK208 HDMI it is a GeForce 710 2gb.

Some dmesg info on Nvidia

Code: Select all

    2.542444] devtmpfs: mounted
[    2.543608] Freeing unused kernel image memory: 1320K
[    2.544533] Write protecting the kernel read-only data: 20480k
[    2.545920] Freeing unused kernel image memory: 2004K
[    2.547020] Freeing unused kernel image memory: 772K
[    2.547927] Run /sbin/init as init process
[    3.339806] random: crng init done
[    3.448503] kbd_mode (106) used greatest stack depth: 13984 bytes left
[    3.568897] loadkeys (107) used greatest stack depth: 13008 bytes left
[    3.569718] init-early.sh (105) used greatest stack depth: 12888 bytes left
[    7.304128] udevd[578]: starting version 3.2.9
[    7.770476] udevd[578]: starting eudev-3.2.9
[    7.944775] e1000e 0000:00:19.0 eno1: renamed from eth0
[    9.934352] EXT4-fs (sda4): re-mounted. Opts: (null)
[   10.165023] nvidia: loading out-of-tree module taints kernel.
[   10.165032] nvidia: module license 'NVIDIA' taints kernel.
[   10.165033] Disabling lock debugging due to kernel taint
[   10.186679] nvidia-nvlink: Nvlink Core is being initialized, major device number 247
[   10.187240] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   10.394653] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.28  Wed Sep 30 01:05:16 UTC 2020
[   10.860897] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.28  Wed Sep 30 00:58:12 UTC 2020
[   10.913559] Adding 10239996k swap on /dev/sda3.  Priority:-2 extents:1 across:10239996k 
[   10.947287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   10.947288] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[   11.256449] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Tue Oct 27, 2020 1:24 am

You could check the xorg logs in /var/log.

It's possible the driver is working and the problem is someplace else. there are bug reports on sddm that result in a blank display.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 11:48 am

jburns wrote:You could check the xorg logs in /var/log.

It's possible the driver is working and the problem is someplace else. there are bug reports on sddm that result in a blank display.
This is the strange thing it will not produce a log that is recent only this one from days ago

Code: Select all

   Protocol Version 11, Revision 0
[   379.638] Build Operating System: Linux 5.4.72-gentoo x86_64 Gentoo
Fri Oct 23 16:17:35 BST 2020 x86_64
[   379.639] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.72-gentoo root=/dev/sda4 ro
[   379.640] Build Date: 23 October 2020  11:24:01PM
[   379.640]  
[   379.641] Current version of pixman: 0.40.0
[   379.642] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   379.642] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   379.644] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 24 00:59:34 2020
[   379.644] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   379.645] (==) No Layout section.  Using the first Screen section.
[   379.645] (==) No screen section available. Using defaults.
[   379.645] (**) |-->Screen "Default Screen Section" (0)
[   379.645] (**) |   |-->Monitor "<default monitor>"
[   379.645] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   379.645] (==) Automatically adding devices
[   379.645] (==) Automatically enabling devices
[   379.645] (==) Automatically adding GPU devices
[   379.645] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   379.645] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
[   379.645] 	Entry deleted from font path.
[   379.645] 	(Run 'mkfontdir' on "/usr/share/fonts/misc/").
[   379.645] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   379.645] 	Entry deleted from font path.
[   379.645] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   379.645] 	Entry deleted from font path.
[   379.645] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   379.645] 	Entry deleted from font path.
[   379.645] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   379.645] 	Entry deleted from font path.
[   379.645] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   379.645] (==) FontPath set to:
	/usr/share/fonts/75dpi/
[   379.645] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   379.645] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   379.645] (II) Loader magic: 0x559f9f94dce0
[   379.645] (II) Module ABI versions:
[   379.645] 	X.Org ANSI C Emulation: 0.4
[   379.645] 	X.Org Video Driver: 24.1
[   379.645] 	X.Org XInput driver : 24.1
[   379.645] 	X.Org Server Extension : 10.0
[   379.645] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory)
[   379.645] (--) using VT number 7

[   379.645] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   379.645] (II) xfree86: Adding drm device (/dev/dri/card1)
[   379.646] (II) xfree86: Adding drm device (/dev/dri/card0)
[   379.649] (--) PCI: (0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f160/8
[   379.649] (--) PCI:*(1@0:0:0) 10de:128b:1458:375a rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   379.649] (II) LoadModule: "glx"
[   379.649] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   379.650] (II) Module glx: vendor="X.Org Foundation"
[   379.650] 	compiled for 1.20.8, module version = 1.0.0
[   379.650] 	ABI class: X.Org Server Extension, version 10.0
[   379.650] (==) Matched nouveau as autoconfigured driver 0
[   379.650] (==) Matched nv as autoconfigured driver 1
[   379.650] (==) Matched intel as autoconfigured driver 2
[   379.650] (==) Matched modesetting as autoconfigured driver 3
[   379.650] (==) Matched fbdev as autoconfigured driver 4
[   379.650] (==) Matched vesa as autoconfigured driver 5
[   379.650] (==) Assigned the driver to the xf86ConfigLayout
[   379.650] (II) LoadModule: "nouveau"
[   379.650] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[   379.650] (II) Module nouveau: vendor="X.Org Foundation"
[   379.650] 	compiled for 1.20.8, module version = 1.0.16
[   379.650] 	Module class: X.Org Video Driver
[   379.650] 	ABI class: X.Org Video Driver, version 24.1
[   379.650] (II) LoadModule: "nv"
[   379.650] (WW) Warning, couldn't open module nv
[   379.650] (EE) Failed to load module "nv" (module does not exist, 0)
[   379.650] (II) LoadModule: "intel"
[   379.650] (WW) Warning, couldn't open module intel
[   379.650] (EE) Failed to load module "intel" (module does not exist, 0)
[   379.650] (II) LoadModule: "modesetting"
[   379.650] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   379.650] (II) Module modesetting: vendor="X.Org Foundation"
[   379.650] 	compiled for 1.20.8, module version = 1.20.8
[   379.650] 	Module class: X.Org Video Driver
[   379.650] 	ABI class: X.Org Video Driver, version 24.1
[   379.650] (II) LoadModule: "fbdev"
[   379.650] (WW) Warning, couldn't open module fbdev
[   379.650] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   379.650] (II) LoadModule: "vesa"
[   379.651] (WW) Warning, couldn't open module vesa
[   379.651] (EE) Failed to load module "vesa" (module does not exist, 0)
[   379.651] (II) NOUVEAU driver 
[   379.651] (II) NOUVEAU driver for NVIDIA chipset families :
[   379.651] 	RIVA TNT            (NV04)
[   379.651] 	RIVA TNT2           (NV05)
[   379.651] 	GeForce 256         (NV10)
[   379.651] 	GeForce 2           (NV11, NV15)
[   379.651] 	GeForce 4MX         (NV17, NV18)
[   379.651] 	GeForce 3           (NV20)
[   379.651] 	GeForce 4Ti         (NV25, NV28)
[   379.651] 	GeForce FX          (NV3x)
[   379.651] 	GeForce 6           (NV4x)
[   379.651] 	GeForce 7           (G7x)
[   379.651] 	GeForce 8           (G8x)
[   379.651] 	GeForce 9           (G9x)
[   379.651] 	GeForce GTX 2xx/3xx (GT2xx)
[   379.651] 	GeForce GTX 4xx/5xx (GFxxx)
[   379.651] 	GeForce GTX 6xx/7xx (GKxxx)
[   379.651] 	GeForce GTX 9xx     (GMxxx)
[   379.651] 	GeForce GTX 10xx    (GPxxx)
[   379.651] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   379.654] (II) [drm] nouveau interface version: 1.3.1
[   379.654] (WW) Falling back to old probe method for modesetting
[   379.654] (II) modeset(G0): using drv /dev/dri/card0
[   379.654] (II) Loading sub module "dri2"
[   379.654] (II) LoadModule: "dri2"
[   379.654] (II) Module "dri2" already built-in
[   379.654] (--) NOUVEAU(0): Chipset: "NVIDIA NV106"
[   379.654] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   379.654] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   379.654] (==) NOUVEAU(0): RGB weight 888
[   379.654] (==) NOUVEAU(0): Default visual is TrueColor
[   379.654] (==) NOUVEAU(0): Using HW cursor
[   379.654] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[   379.654] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[   379.654] (==) NOUVEAU(0): Page flipping enabled
[   379.654] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[   379.654] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[   379.654] (II) NOUVEAU(0): Initializing outputs ...
[   379.690] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[   379.691] (II) NOUVEAU(0): Output HDMI-4 has no monitor section
[   379.691] (II) NOUVEAU(0): 2 crtcs needed for screen.
[   379.693] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[   379.693] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[   379.693] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[   379.693] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[   379.728] (II) NOUVEAU(0): EDID for output DVI-I-1
[   379.728] (II) NOUVEAU(0): Manufacturer: SAM  Model: 302  Serial#: 1346712112
[   379.728] (II) NOUVEAU(0): Year: 2007  Week: 36
[   379.728] (II) NOUVEAU(0): EDID Version: 1.3
[   379.728] (II) NOUVEAU(0): Digital Display Input
[   379.728] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 46  vert.: 30
[   379.728] (II) NOUVEAU(0): Gamma: 2.20
[   379.728] (II) NOUVEAU(0): DPMS capabilities: Off
[   379.728] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   379.728] (II) NOUVEAU(0): First detailed timing is preferred mode
[   379.728] (II) NOUVEAU(0): redX: 0.651 redY: 0.333   greenX: 0.277 greenY: 0.614
[   379.728] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.082   whiteX: 0.313 whiteY: 0.329
[   379.728] (II) NOUVEAU(0): Supported established timings:
[   379.728] (II) NOUVEAU(0): 720x400@70Hz
[   379.728] (II) NOUVEAU(0): 640x480@60Hz
[   379.728] (II) NOUVEAU(0): 640x480@67Hz
[   379.728] (II) NOUVEAU(0): 640x480@72Hz
[   379.728] (II) NOUVEAU(0): 640x480@75Hz
[   379.728] (II) NOUVEAU(0): 800x600@56Hz
[   379.728] (II) NOUVEAU(0): 800x600@60Hz
[   379.728] (II) NOUVEAU(0): 800x600@72Hz
[   379.728] (II) NOUVEAU(0): 800x600@75Hz
[   379.728] (II) NOUVEAU(0): 832x624@75Hz
[   379.728] (II) NOUVEAU(0): 1024x768@60Hz
[   379.728] (II) NOUVEAU(0): 1024x768@70Hz
[   379.728] (II) NOUVEAU(0): 1024x768@75Hz
[   379.728] (II) NOUVEAU(0): 1280x1024@75Hz
[   379.728] (II) NOUVEAU(0): 1152x864@75Hz
[   379.728] (II) NOUVEAU(0): Manufacturer's mask: 0
[   379.728] (II) NOUVEAU(0): Supported standard timings:
[   379.728] (II) NOUVEAU(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   379.728] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   379.728] (II) NOUVEAU(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   379.728] (II) NOUVEAU(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   379.728] (II) NOUVEAU(0): Supported detailed timing:
[   379.728] (II) NOUVEAU(0): clock: 119.0 MHz   Image Size:  459 x 296 mm
[   379.728] (II) NOUVEAU(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[   379.728] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[   379.728] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[   379.728] (II) NOUVEAU(0): Monitor name: SyncMaster
[   379.728] (II) NOUVEAU(0): Serial No: H9XP903485
[   379.728] (II) NOUVEAU(0): EDID (in hex):
[   379.728] (II) NOUVEAU(0): 	00ffffffffffff004c2d020330324550
[   379.728] (II) NOUVEAU(0): 	24110103802e1e782ad105a655479d25
[   379.728] (II) NOUVEAU(0): 	155054bfef80b30081808140714f0101
[   379.728] (II) NOUVEAU(0): 	0101010101017c2e90a0601a1e403020
[   379.728] (II) NOUVEAU(0): 	3600cb281100001a000000fd00384b1e
[   379.728] (II) NOUVEAU(0): 	510e000a202020202020000000fc0053
[   379.728] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[   379.728] (II) NOUVEAU(0): 	00483958503930333438350a202000d1
[   379.728] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[   379.728] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   379.728] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   379.728] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   379.729] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   379.730] (II) NOUVEAU(0): EDID for output HDMI-4
[   379.730] (II) NOUVEAU(0): Output DVI-I-1 connected
[   379.730] (II) NOUVEAU(0): Output HDMI-4 disconnected
[   379.730] (II) NOUVEAU(0): Using exact sizes for initial modes
[   379.730] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1680x1050 +0+0
[   379.730] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[   379.730] (II) NOUVEAU(0): Virtual size is 1680x1050 (pitch 0)
[   379.730] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   379.730] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[   379.730] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[   379.730] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   379.730] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[   379.730] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[   379.730] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[   379.730] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[   379.730] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   379.730] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   379.730] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[   379.730] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   379.730] (==) NOUVEAU(0): DPI set to (96, 96)
[   379.730] (II) Loading sub module "fb"
[   379.730] (II) LoadModule: "fb"
[   379.730] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   379.753] (II) Module fb: vendor="X.Org Foundation"
[   379.753] 	compiled for 1.20.8, module version = 1.0.0
[   379.753] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   379.753] (II) Loading sub module "shadowfb"
[   379.753] (II) LoadModule: "shadowfb"
[   379.753] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[   379.773] (II) Module shadowfb: vendor="X.Org Foundation"
[   379.773] 	compiled for 1.20.8, module version = 1.0.0
[   379.773] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   379.773] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   379.773] (==) modeset(G0): RGB weight 888
[   379.773] (==) modeset(G0): Default visual is TrueColor
[   379.773] (II) Loading sub module "glamoregl"
[   379.773] (II) LoadModule: "glamoregl"
[   379.773] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   379.871] (II) Module glamoregl: vendor="X.Org Foundation"
[   379.871] 	compiled for 1.20.8, module version = 1.0.1
[   379.871] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   380.505] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics (ILK)
[   380.505] (II) modeset(G0): glamor initialized
[   380.506] (II) modeset(G0): Output VGA-1-1 has no monitor section
[   380.508] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   380.508] (II) modeset(G0): Output DP-1-1 has no monitor section
[   380.509] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   380.511] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[   380.511] (II) modeset(G0): Output DP-1-2 has no monitor section
[   380.511] (II) modeset(G0): Output DP-1-3 has no monitor section
[   380.512] (II) modeset(G0): EDID for output VGA-1-1
[   380.513] (II) modeset(G0): EDID for output HDMI-1-1
[   380.513] (II) modeset(G0): EDID for output DP-1-1
[   380.515] (II) modeset(G0): EDID for output HDMI-1-2
[   380.516] (II) modeset(G0): EDID for output HDMI-1-3
[   380.516] (II) modeset(G0): EDID for output DP-1-2
[   380.516] (II) modeset(G0): EDID for output DP-1-3
[   380.516] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   380.516] (==) modeset(G0): DPI set to (96, 96)
[   380.516] (II) Loading sub module "fb"
[   380.516] (II) LoadModule: "fb"
[   380.516] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   380.516] (II) Module fb: vendor="X.Org Foundation"
[   380.516] 	compiled for 1.20.8, module version = 1.0.0
[   380.516] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   380.517] (II) NOUVEAU(0): Channel setup complete.
[   380.518] (II) NOUVEAU(0): [COPY] async initialised.
[   380.542] (II) NOUVEAU(0): Hardware support for Present enabled
[   380.542] (II) NOUVEAU(0): [DRI2] Setup complete
[   380.542] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   380.542] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[   380.543] (II) Loading sub module "exa"
[   380.543] (II) LoadModule: "exa"
[   380.543] (II) Loading /usr/lib64/xorg/modules/libexa.so
[   380.552] (II) Module exa: vendor="X.Org Foundation"
[   380.552] 	compiled for 1.20.8, module version = 2.6.0
[   380.552] 	ABI class: X.Org Video Driver, version 24.1
[   380.552] (II) EXA(0): Driver allocated offscreen pixmaps
[   380.552] (II) EXA(0): Driver registered support for the following operations:
[   380.552] (II)         Solid
[   380.552] (II)         Copy
[   380.552] (II)         Composite (RENDER acceleration)
[   380.552] (II)         UploadToScreen
[   380.552] (II)         DownloadFromScreen
[   380.552] (==) NOUVEAU(0): Backing store enabled
[   380.552] (==) NOUVEAU(0): Silken mouse enabled
[   380.552] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   380.552] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   380.552] (==) NOUVEAU(0): DPMS enabled
[   380.719] (==) modeset(G0): Backing store enabled
[   380.719] (==) modeset(G0): Silken mouse enabled
[   380.720] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   380.720] (==) modeset(G0): DPMS enabled
[   380.720] (II) modeset(G0): [DRI2] Setup complete
[   380.720] (II) modeset(G0): [DRI2]   DRI driver: i965
[   380.720] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[   380.720] (II) Initializing extension Generic Event Extension
[   380.720] (II) Initializing extension SHAPE
[   380.720] (II) Initializing extension MIT-SHM
[   380.720] (II) Initializing extension XInputExtension
[   380.720] (II) Initializing extension XTEST
[   380.720] (II) Initializing extension BIG-REQUESTS
[   380.721] (II) Initializing extension SYNC
[   380.721] (II) Initializing extension XKEYBOARD
[   380.721] (II) Initializing extension XC-MISC
[   380.721] (II) Initializing extension XFIXES
[   380.721] (II) Initializing extension RENDER
[   380.721] (II) Initializing extension RANDR
[   380.721] (II) Initializing extension COMPOSITE
[   380.721] (II) Initializing extension DAMAGE
[   380.721] (II) Initializing extension MIT-SCREEN-SAVER
[   380.721] (II) Initializing extension DOUBLE-BUFFER
[   380.721] (II) Initializing extension RECORD
[   380.721] (II) Initializing extension DPMS
[   380.721] (II) Initializing extension Present
[   380.721] (II) Initializing extension DRI3
[   380.721] (II) Initializing extension X-Resource
[   380.721] (II) Initializing extension XVideo
[   380.721] (II) Initializing extension XVideo-MotionCompensation
[   380.721] (II) Initializing extension GLX
[   382.121] (II) AIGLX: Loaded and initialized nouveau
[   382.121] (II) GLX: Initialized DRI2 GL provider for screen 0
[   382.121] (II) Initializing extension XFree86-VidModeExtension
[   382.121] (II) Initializing extension XFree86-DGA
[   382.121] (II) Initializing extension XFree86-DRI
[   382.121] (II) Initializing extension DRI2
[   382.219] (II) modeset(G0): Damage tracking initialized
[   382.222] (II) NOUVEAU(0): NVEnterVT is called.
[   382.249] (II) NOUVEAU(0): Setting screen physical size to 444 x 277
[   382.249] resize called 1680 1050
[   382.646] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   382.646] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   382.646] (II) LoadModule: "libinput"
[   382.646] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   382.744] (II) Module libinput: vendor="X.Org Foundation"
[   382.744] 	compiled for 1.20.8, module version = 0.30.0
[   382.744] 	Module class: X.Org XInput Driver
[   382.744] 	ABI class: X.Org XInput driver, version 24.1
[   382.744] (II) Using input driver 'libinput' for 'Power Button'
[   382.744] (**) Power Button: always reports core events
[   382.744] (**) Option "Device" "/dev/input/event1"
[   382.751] (**) Option "_source" "server/udev"
[   382.804] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   382.804] (II) event1  - Power Button: device is a keyboard
[   382.804] (II) event1  - Power Button: device removed
[   382.822] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   382.822] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   382.822] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   382.822] (II) event1  - Power Button: device is a keyboard
[   382.823] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[   382.823] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   382.823] (II) Using input driver 'libinput' for 'Video Bus'
[   382.823] (**) Video Bus: always reports core events
[   382.823] (**) Option "Device" "/dev/input/event2"
[   382.823] (**) Option "_source" "server/udev"
[   382.823] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[   382.823] (II) event2  - Video Bus: device is a keyboard
[   382.823] (II) event2  - Video Bus: device removed
[   382.842] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[   382.842] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   382.842] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[   382.842] (II) event2  - Video Bus: device is a keyboard
[   382.843] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   382.843] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   382.843] (II) Using input driver 'libinput' for 'Power Button'
[   382.843] (**) Power Button: always reports core events
[   382.843] (**) Option "Device" "/dev/input/event0"
[   382.843] (**) Option "_source" "server/udev"
[   382.843] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   382.843] (II) event0  - Power Button: device is a keyboard
[   382.843] (II) event0  - Power Button: device removed
[   382.862] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   382.862] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   382.862] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   382.862] (II) event0  - Power Button: device is a keyboard
[   382.863] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event9)
[   382.863] (II) No input driver specified, ignoring this device.
[   382.863] (II) This device may have been added with another device file.
[   382.863] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event10)
[   382.863] (II) No input driver specified, ignoring this device.
[   382.863] (II) This device may have been added with another device file.
[   382.863] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event11)
[   382.863] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[   382.863] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[   382.863] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[   382.863] (**) Option "Device" "/dev/input/event11"
[   382.863] (**) Option "_source" "server/udev"
[   382.915] (II) event11 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[   382.915] (II) event11 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[   382.915] (II) event11 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[   382.916] (II) event11 - Logitech USB-PS/2 Optical Mouse: device removed
[   382.934] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:046D:C00E.0001/input/input14/event11"
[   382.934] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[   382.934] (**) Option "AccelerationScheme" "none"
[   382.934] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[   382.934] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[   382.934] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[   382.986] (II) event11 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[   382.986] (II) event11 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[   382.986] (II) event11 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[   382.987] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 2.10 (/dev/input/event12)
[   382.987] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: Applying InputClass "libinput keyboard catchall"
[   382.987] (II) Using input driver 'libinput' for 'Microsoft Microsoft Wireless Optical Desktop® 2.10'
[   382.987] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: always reports core events
[   382.987] (**) Option "Device" "/dev/input/event12"
[   382.987] (**) Option "_source" "server/udev"
[   382.988] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: is tagged by udev as: Keyboard
[   382.988] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a keyboard
[   382.988] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device removed
[   383.004] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:045E:009D.0002/input/input15/event12"
[   383.004] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 2.10" (type: KEYBOARD, id 10)
[   383.004] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: is tagged by udev as: Keyboard
[   383.005] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a keyboard
[   383.005] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 2.10 (/dev/input/event13)
[   383.005] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: Applying InputClass "libinput pointer catchall"
[   383.005] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: Applying InputClass "libinput keyboard catchall"
[   383.005] (II) Using input driver 'libinput' for 'Microsoft Microsoft Wireless Optical Desktop® 2.10'
[   383.005] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: always reports core events
[   383.005] (**) Option "Device" "/dev/input/event13"
[   383.005] (**) Option "_source" "server/udev"
[   383.006] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: is tagged by udev as: Keyboard Mouse
[   383.006] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a pointer
[   383.006] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a keyboard
[   383.006] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device removed
[   383.024] (II) libinput: Microsoft Microsoft Wireless Optical Desktop® 2.10: needs a virtual subdevice
[   383.024] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:045E:009D.0003/input/input16/event13"
[   383.024] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 2.10" (type: MOUSE, id 11)
[   383.024] (**) Option "AccelerationScheme" "none"
[   383.024] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: (accel) selected scheme none/0
[   383.024] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: (accel) acceleration factor: 2.000
[   383.024] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: (accel) acceleration threshold: 4
[   383.025] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: is tagged by udev as: Keyboard Mouse
[   383.025] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a pointer
[   383.025] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device is a keyboard
[   383.025] (II) config/udev: Adding input device HDA Intel MID HDMI (/dev/input/event8)
[   383.025] (II) No input driver specified, ignoring this device.
[   383.025] (II) This device may have been added with another device file.
[   383.025] (II) config/udev: Adding input device HDA Intel MID Front Mic (/dev/input/event3)
[   383.025] (II) No input driver specified, ignoring this device.
[   383.025] (II) This device may have been added with another device file.
[   383.025] (II) config/udev: Adding input device HDA Intel MID Rear Mic (/dev/input/event4)
[   383.025] (II) No input driver specified, ignoring this device.
[   383.025] (II) This device may have been added with another device file.
[   383.026] (II) config/udev: Adding input device HDA Intel MID Line (/dev/input/event5)
[   383.026] (II) No input driver specified, ignoring this device.
[   383.026] (II) This device may have been added with another device file.
[   383.026] (II) config/udev: Adding input device HDA Intel MID Line Out (/dev/input/event6)
[   383.026] (II) No input driver specified, ignoring this device.
[   383.026] (II) This device may have been added with another device file.
[   383.026] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event7)
[   383.026] (II) No input driver specified, ignoring this device.
[   383.026] (II) This device may have been added with another device file.
[   383.028] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: Applying InputClass "libinput pointer catchall"
[   383.029] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: Applying InputClass "libinput keyboard catchall"
[   383.029] (II) Using input driver 'libinput' for 'Microsoft Microsoft Wireless Optical Desktop® 2.10'
[   383.029] (**) Microsoft Microsoft Wireless Optical Desktop® 2.10: always reports core events
[   383.029] (**) Option "Device" "/dev/input/event13"
[   383.029] (**) Option "_source" "_driver/libinput"
[   383.029] (II) libinput: Microsoft Microsoft Wireless Optical Desktop® 2.10: is a virtual subdevice
[   383.029] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:045E:009D.0003/input/input16/event13"
[   383.029] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 2.10" (type: KEYBOARD, id 12)
[   383.029] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory)
[   383.303] (II) event1  - Power Button: device removed
[   383.313] (II) event2  - Video Bus: device removed
[   383.329] (II) event0  - Power Button: device removed
[   383.345] (II) event11 - Logitech USB-PS/2 Optical Mouse: device removed
[   383.361] (II) event12 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device removed
[   383.377] (II) event13 - Microsoft Microsoft Wireless Optical Desktop® 2.10: device removed
[   383.393] (II) UnloadModule: "libinput"
[   383.393] (II) UnloadModule: "libinput"
[   383.393] (II) UnloadModule: "libinput"
[   383.393] (II) UnloadModule: "libinput"
[   383.393] (II) UnloadModule: "libinput"
[   383.393] (II) UnloadModule: "libinput"
[   383.394] (II) UnloadModule: "libinput"
[   383.442] (II) NOUVEAU(0): NVLeaveVT is called.
[   383.473] (II) Server terminated successfully (0). Closing log file.
   
It seems it won't even create a log using the driver so this must be a bug and its haulting the system as no latest xorg log is created.
The card works fine on windows 7 so its not broke the driver is for linux
Last edited by dexter1010 on Wed Oct 28, 2020 12:20 am, edited 1 time in total.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Oct 27, 2020 11:59 am

dexter1010,

Code: Select all

[   379.649] (--) PCI: (0@0:2:0) 8086:0042:8086:0038 rev 2, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f160/8
[   379.649] (--) PCI:*(1@0:0:0) 10de:128b:1458:375a rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
That's an Intel and Nvidia GPU. Do you suffer from an Optimus graphics system?
It looks like two complete graphics stems but its actually only one and a half.
The half that's missing is the nvidia GPU has no connection to the display, so trying to use it alone always results in a blank display.

Both GPUs can draw into the pixel buffer bun only the Intel one can paint the pixel buffer on the display surface.

What computer system do you have?

-- edit --

Code: Select all

[   379.728] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[   379.728] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP) 
Nouveau can see the display, so its not an Optimus system.

Please pastebin all of dmesg when nvidia is in use. You may not load nouveau if you want to use nvidia-drivers.
We only need it to boot to the console, so your display manager can be disabled for this test.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 12:59 pm

Yes it has intel onboard as well but i had it in the nvidia card when installing,After i rebooted and decided to install kde and xorg and nvidia drivers i removed the kernel option nouveau and added sugested option for UFEI frambuffers simple frame buffer been through it 10 times i have made dir xorg.con.d and put nvidia conf in there done all that black screen reboot not to mention its impossible to back out with the keys so when i could not get that card going i simply took it out and used startx with the intel onboard thats fine now the only way i can do any thing when putting that card in is via live cd as my onboard wont boot with the card you have to take it out as it sees card as primary,like i said card is fine on windows.

DMESG

Code: Select all

 0.000000] Linux version 5.4.72-gentoo (root@livecd) (gcc version 9.3.0 (Gentoo 9.3.0-r1 p3)) #8 SMP Mon Oct 26 17:15:57 GMT 2020
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.4.72-gentoo root=/dev/sda4 ro
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3f7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3f8000-0x00000000bb43afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb43b000-0x00000000bb4d3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb61f000-0x00000000bb62ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb630000-0x00000000bb63afff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bb63b000-0x00000000bb63dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb63e000-0x00000000bb680fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb681000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bfe00000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002fbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000002fc000000-0x00000002ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000300000000-0x000000033bffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.00 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xbb603f98  SMBIOS=0xbb63cd18  MPS=0xfd470 
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: OEGStone DQ57TM/DQ57TM, BIOS TMIBX10H.86A.0038.2010.0615.1502 06/15/2010
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3192.107 MHz processor
[    0.001139] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001140] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001148] last_pfn = 0x33c000 max_arch_pfn = 0x400000000
[    0.001151] MTRR default type: uncachable
[    0.001152] MTRR fixed ranges enabled:
[    0.001152]   00000-9FFFF write-back
[    0.001153]   A0000-BFFFF uncachable
[    0.001153]   C0000-DFFFF write-protect
[    0.001154]   E0000-E7FFF write-through
[    0.001154]   E8000-FFFFF write-protect
[    0.001155] MTRR variable ranges enabled:
[    0.001156]   0 base 000000000 mask E00000000 write-back
[    0.001157]   1 base 200000000 mask F00000000 write-back
[    0.001157]   2 base 300000000 mask FC0000000 write-back
[    0.001158]   3 base 0BC000000 mask FFC000000 uncachable
[    0.001159]   4 base 0C0000000 mask FC0000000 uncachable
[    0.001159]   5 base 2FC000000 mask FFC000000 uncachable
[    0.001160]   6 base 33C000000 mask FFC000000 uncachable
[    0.001160]   7 disabled
[    0.002533] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002953] e820: update [mem 0xbc000000-0xffffffff] usable ==> reserved
[    0.002956] e820: update [mem 0x2fc000000-0x2ffffffff] usable ==> reserved
[    0.002959] last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.009386] found SMP MP-table at [mem 0x000fd780-0x000fd78f]
[    0.009422] check: Scanning 1 areas for low memory corruption
[    0.009915] Secure boot could not be determined
[    0.009920] ACPI: Early table checksum verification disabled
[    0.009924] ACPI: RSDP 0x00000000BB603F98 000024 (v02 INTEL )
[    0.009927] ACPI: XSDT 0x00000000BB602E18 00005C (v01 OEGROU STONE    01072009 MSFT 00010013)
[    0.009933] ACPI: FACP 0x00000000BB600D98 0000F4 (v04 INTEL  DQ57TM   01072009 MSFT 00010013)
[    0.009937] ACPI: DSDT 0x00000000BB5F8018 0078D2 (v01 INTEL  DQ57TM   00000000 INTL 20051117)
[    0.009940] ACPI: FACS 0x00000000BB601F40 000040
[    0.009943] ACPI: FACS 0x00000000BB601E40 000040
[    0.009945] ACPI: APIC 0x00000000BB600F18 0000CC (v02 INTEL  DQ57TM   01072009 MSFT 00010013)
[    0.009948] ACPI: SSDT 0x00000000BB600C18 000102 (v01 INTEL  DQ57TM   00000001 MSFT 03000001)
[    0.009951] ACPI: MCFG 0x00000000BB603F18 00003C (v01 INTEL  DQ57TM   01072009 MSFT 00000097)
[    0.009954] ACPI: ASF! 0x00000000BB602C18 0000A0 (v32 INTEL  DQ57TM   00000001 TFSM 000F4240)
[    0.009956] ACPI: SLIC 0x00000000BB5F1E18 000176 (v01 OEGROU STONE    01072009 AMI  00010013)
[    0.009959] ACPI: TCPA 0x00000000BB603E98 000032 (v02 INTEL  DQ57TM   00000001 MSFT 01000013)
[    0.009967] ACPI: Local APIC address 0xfee00000
[    0.010079] No NUMA configuration found
[    0.010080] Faking a node at [mem 0x0000000000000000-0x000000033bffffff]
[    0.010084] NODE_DATA(0) allocated [mem 0x33bff4000-0x33bff7fff]
[    0.010105] Zone ranges:
[    0.010107]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010108]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010109]   Normal   [mem 0x0000000100000000-0x000000033bffffff]
[    0.010110] Movable zone start for each node
[    0.010111] Early memory node ranges
[    0.010112]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.010113]   node   0: [mem 0x0000000000100000-0x00000000bb3f7fff]
[    0.010114]   node   0: [mem 0x00000000bb5f0000-0x00000000bb5f0fff]
[    0.010115]   node   0: [mem 0x00000000bb681000-0x00000000bb7fffff]
[    0.010116]   node   0: [mem 0x0000000100000000-0x00000002fbffffff]
[    0.010117]   node   0: [mem 0x0000000300000000-0x000000033bffffff]
[    0.010624] Zeroed struct page in unavailable ranges: 51945 pages
[    0.010626] Initmem setup node 0 [mem 0x0000000000001000-0x000000033bffffff]
[    0.010629] On node 0 totalpages: 3093783
[    0.010629]   DMA zone: 64 pages used for memmap
[    0.010630]   DMA zone: 29 pages reserved
[    0.010630]   DMA zone: 3999 pages, LIFO batch:0
[    0.010694]   DMA32 zone: 11926 pages used for memmap
[    0.010694]   DMA32 zone: 763256 pages, LIFO batch:63
[    0.024096]   Normal zone: 36608 pages used for memmap
[    0.024098]   Normal zone: 2326528 pages, LIFO batch:63
[    0.058870] ACPI: PM-Timer IO Port: 0x408
[    0.058874] ACPI: Local APIC address 0xfee00000
[    0.058893] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.058895] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.058897] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.058899] ACPI: IRQ0 used by override.
[    0.058899] ACPI: IRQ9 used by override.
[    0.058901] Using ACPI (MADT) for SMP configuration information
[    0.058904] smpboot: Allowing 16 CPUs, 12 hotplug CPUs
[    0.058969] PM: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
[    0.058970] PM: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
[    0.058970] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.058973] PM: Registered nosave memory: [mem 0x2fc000000-0x2ffffffff]
[    0.058975] [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.058980] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.215686] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[    0.216760] percpu: Embedded 50 pages/cpu s167064 r8192 d29544 u262144
[    0.216773] pcpu-alloc: s167064 r8192 d29544 u262144 alloc=1*2097152
[    0.216774] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.216804] Built 1 zonelists, mobility grouping on.  Total pages: 3045156
[    0.216805] Policy zone: Normal
[    0.216807] Kernel command line: BOOT_IMAGE=/vmlinuz-5.4.72-gentoo root=/dev/sda4 ro
[    0.218814] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.219775] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.219906] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.227672] Calgary: detecting Calgary via BIOS EBDA area
[    0.227674] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.277360] Memory: 12020296K/12375132K available (14340K kernel code, 1342K rwdata, 3324K rodata, 1320K init, 1068K bss, 354836K reserved, 0K cma-reserved)
[    0.277438] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.277449] Kernel/User page tables isolation: enabled
[    0.277596] rcu: Hierarchical RCU implementation.
[    0.277597] rcu: 	RCU event tracing is enabled.
[    0.277598] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=16.
[    0.277600] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.277601] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.277790] NR_IRQS: 4352, nr_irqs: 552, preallocated irqs: 16
[    0.278179] random: get_random_bytes called from start_kernel+0x30e/0x4d9 with crng_init=0
[    0.278217] Console: colour dummy device 80x25
[    0.278438] printk: console [tty0] enabled
[    0.278455] ACPI: Core revision 20190816
[    0.278553] APIC: Switch to symmetric I/O mode setup
[    0.278557] Switched APIC routing to physical flat.
[    0.279172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.283534] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0329ef30e, max_idle_ns: 440795344749 ns
[    0.283543] Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.21 BogoMIPS (lpj=3192107)
[    0.283547] pid_max: default: 32768 minimum: 301
[    0.285560] LSM: Security Framework initializing
[    0.285572] SELinux:  Initializing.
[    0.285660] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.285732] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.285951] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.285963] process: using mwait in idle threads
[    0.285967] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.285969] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.285974] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.285977] Spectre V2 : Mitigation: Full generic retpoline
[    0.285979] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.285982] Speculative Store Bypass: Vulnerable
[    0.285987] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.286574] Freeing SMP alternatives memory: 40K
[    0.388788] smpboot: CPU0: Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz (family: 0x6, model: 0x25, stepping: 0x2)
[    0.388897] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    0.388906] core: CPUID marked event: 'bus cycles' unavailable
[    0.388909] ... version:                3
[    0.388911] ... bit width:              48
[    0.388913] ... generic registers:      4
[    0.388915] ... value mask:             0000ffffffffffff
[    0.388917] ... max period:             000000007fffffff
[    0.388919] ... fixed-purpose events:   3
[    0.388920] ... event mask:             000000070000000f
[    0.388966] rcu: Hierarchical SRCU implementation.
[    0.389140] smp: Bringing up secondary CPUs ...
[    0.389227] x86: Booting SMP configuration:
[    0.389230] .... node  #0, CPUs:        #1
[    0.390589] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.390650]   #2  #3
[    0.393568] smp: Brought up 1 node, 4 CPUs
[    0.393568] smpboot: Max logical packages: 4
[    0.393568] smpboot: Total of 4 processors activated (25536.85 BogoMIPS)
[    0.395757] devtmpfs: initialized
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb3f8000-0xbb43afff] (274432 bytes)
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb4d4000-0xbb4e7fff] (81920 bytes)
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb5f7000-0xbb5f7fff] (4096 bytes)
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb601000-0xbb601fff] (4096 bytes)
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb604000-0xbb61cfff] (102400 bytes)
[    0.395757] PM: Registering ACPI NVS region [mem 0xbb63e000-0xbb680fff] (274432 bytes)
[    0.395757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.395757] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.395766] PM: RTC time: 22:33:41, date: 2020-10-26
[    0.395846] NET: Registered protocol family 16
[    0.395923] audit: initializing netlink subsys (disabled)
[    0.395930] audit: type=2000 audit(1603751621.118:1): state=initialized audit_enabled=0 res=1
[    0.395930] cpuidle: using governor menu
[    0.395930] ACPI: bus type PCI registered
[    0.395930] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.395930] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.395930] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    0.395930] PCI: Using configuration type 1 for base access
[    0.398654] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.398654] cryptomgr_test (36) used greatest stack depth: 15520 bytes left
[    0.398654] ACPI: Added _OSI(Module Device)
[    0.398654] ACPI: Added _OSI(Processor Device)
[    0.398654] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.398654] ACPI: Added _OSI(Processor Aggregator Device)
[    0.398654] ACPI: Added _OSI(Linux-Dell-Video)
[    0.398654] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.398654] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.402356] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.403151] ACPI: Dynamic OEM Table Load:
[    0.403158] ACPI: SSDT 0xFFFF99A8ADFA3C00 00038C (v01 AMI    IST      00000001 MSFT 03000001)
[    0.403484] ACPI: Dynamic OEM Table Load:
[    0.403487] ACPI BIOS Warning (bug): Incorrect checksum in table [SSDT] - 0x3F, should be 0x1F (20190816/tbprint-173)
[    0.403492] ACPI: SSDT 0xFFFF99A8ADC13980 000084 (v01 AMI    CST      00000001 MSFT 03000001)
[    0.404289] ACPI: Interpreter enabled
[    0.404306] ACPI: (supports S0 S1 S3 S4 S5)
[    0.404308] ACPI: Using IOAPIC for interrupt routing
[    0.404329] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.404539] ACPI: Enabled 15 GPEs in block 00 to 3F
[    0.404666] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.410253] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.410260] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.410401] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability LTR]
[    0.410412] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.410463] PCI host bridge to bus 0000:00
[    0.410467] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.410469] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.410472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.410475] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.410478] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.410487] pci 0000:00:00.0: [8086:0040] type 00 class 0x060000
[    0.410506] pci 0000:00:00.0: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.410576] pci 0000:00:01.0: [8086:0041] type 01 class 0x060400
[    0.410610] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.410685] pci 0000:00:02.0: [8086:0042] type 00 class 0x038000
[    0.410695] pci 0000:00:02.0: reg 0x10: [mem 0xfb400000-0xfb7fffff 64bit]
[    0.410700] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.410704] pci 0000:00:02.0: reg 0x20: [io  0xf160-0xf167]
[    0.410816] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.410854] pci 0000:00:16.0: reg 0x10: [mem 0xfb829000-0xfb82900f 64bit]
[    0.410963] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.411041] pci 0000:00:16.2: [8086:3b66] type 00 class 0x010185
[    0.411069] pci 0000:00:16.2: reg 0x10: [io  0xf150-0xf157]
[    0.411080] pci 0000:00:16.2: reg 0x14: [io  0xf140-0xf143]
[    0.411093] pci 0000:00:16.2: reg 0x18: [io  0xf130-0xf137]
[    0.411106] pci 0000:00:16.2: reg 0x1c: [io  0xf120-0xf123]
[    0.411117] pci 0000:00:16.2: reg 0x20: [io  0xf110-0xf11f]
[    0.411250] pci 0000:00:16.3: [8086:3b67] type 00 class 0x070002
[    0.411274] pci 0000:00:16.3: reg 0x10: [io  0xf100-0xf107]
[    0.411286] pci 0000:00:16.3: reg 0x14: [mem 0xfb828000-0xfb828fff]
[    0.411447] pci 0000:00:19.0: [8086:10ef] type 00 class 0x020000
[    0.411472] pci 0000:00:19.0: reg 0x10: [mem 0xfb800000-0xfb81ffff]
[    0.411482] pci 0000:00:19.0: reg 0x14: [mem 0xfb827000-0xfb827fff]
[    0.411493] pci 0000:00:19.0: reg 0x18: [io  0xf020-0xf03f]
[    0.411571] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.411659] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.411684] pci 0000:00:1a.0: reg 0x10: [mem 0xfb826000-0xfb8263ff]
[    0.411776] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.411875] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.411902] pci 0000:00:1b.0: reg 0x10: [mem 0xfb820000-0xfb823fff 64bit]
[    0.411991] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.412067] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.412177] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.412276] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[    0.412386] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.412485] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.412510] pci 0000:00:1d.0: reg 0x10: [mem 0xfb825000-0xfb8253ff]
[    0.412603] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.412696] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.412846] pci 0000:00:1f.0: [8086:3b0a] type 00 class 0x060100
[    0.413021] pci 0000:00:1f.2: [8086:3b20] type 00 class 0x01018f
[    0.413045] pci 0000:00:1f.2: reg 0x10: [io  0xf0f0-0xf0f7]
[    0.413055] pci 0000:00:1f.2: reg 0x14: [io  0xf0e0-0xf0e3]
[    0.413066] pci 0000:00:1f.2: reg 0x18: [io  0xf0d0-0xf0d7]
[    0.413076] pci 0000:00:1f.2: reg 0x1c: [io  0xf0c0-0xf0c3]
[    0.413087] pci 0000:00:1f.2: reg 0x20: [io  0xf0b0-0xf0bf]
[    0.413098] pci 0000:00:1f.2: reg 0x24: [io  0xf0a0-0xf0af]
[    0.413214] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.413238] pci 0000:00:1f.3: reg 0x10: [mem 0xfb824000-0xfb8240ff 64bit]
[    0.413265] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.413363] pci 0000:00:1f.5: [8086:3b26] type 00 class 0x010185
[    0.413386] pci 0000:00:1f.5: reg 0x10: [io  0xf090-0xf097]
[    0.413397] pci 0000:00:1f.5: reg 0x14: [io  0xf080-0xf083]
[    0.413408] pci 0000:00:1f.5: reg 0x18: [io  0xf070-0xf077]
[    0.413420] pci 0000:00:1f.5: reg 0x1c: [io  0xf060-0xf063]
[    0.413430] pci 0000:00:1f.5: reg 0x20: [io  0xf050-0xf05f]
[    0.413441] pci 0000:00:1f.5: reg 0x24: [io  0xf040-0xf04f]
[    0.413586] pci 0000:01:00.0: [10de:128b] type 00 class 0x030000
[    0.413604] pci 0000:01:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[    0.413614] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.413624] pci 0000:01:00.0: reg 0x1c: [mem 0xd8000000-0xd9ffffff 64bit pref]
[    0.413632] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.413639] pci 0000:01:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
[    0.413646] pci 0000:01:00.0: enabling Extended Tags
[    0.413656] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.413698] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x8 link at 0000:00:01.0 (capable of 32.000 Gb/s with 5 GT/s x8 link)
[    0.413734] pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
[    0.413747] pci 0000:01:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
[    0.413774] pci 0000:01:00.1: enabling Extended Tags
[    0.413846] pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
[    0.413864] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.413867] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.413870] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    0.413873] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd9ffffff 64bit pref]
[    0.413915] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.413966] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.413997] pci_bus 0000:04: extended config space not accessible
[    0.414044] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.414056] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.414059] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.414062] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.414065] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.414596] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.414639] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.414679] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.414720] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.414761] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.414801] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.414842] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.414883] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.414999] iommu: Default domain type: Translated 
[    0.415012] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.415012] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.415012] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.415012] vgaarb: loaded
[    0.415012] SCSI subsystem initialized
[    0.415012] libata version 3.00 loaded.
[    0.415012] ACPI: bus type USB registered
[    0.415012] usbcore: registered new interface driver usbfs
[    0.415012] usbcore: registered new interface driver hub
[    0.415012] usbcore: registered new device driver usb
[    0.415012] pps_core: LinuxPPS API ver. 1 registered
[    0.415012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.415012] PTP clock support registered
[    0.415012] EDAC MC: Ver: 3.0.0
[    0.415012] Registered efivars operations
[    0.415012] Advanced Linux Sound Architecture Driver Initialized.
[    0.415012] PCI: Using ACPI for IRQ routing
[    0.417125] PCI: Discovered peer bus 3f
[    0.417127] PCI: root bus 3f: using default resources
[    0.417128] PCI: Probing PCI hardware (bus 3f)
[    0.417143] PCI host bridge to bus 0000:3f
[    0.417146] pci_bus 0000:3f: root bus resource [io  0x0000-0xffff]
[    0.417149] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xfffffffff]
[    0.417151] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
[    0.417155] pci_bus 0000:3f: busn_res: can not insert [bus 3f-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.417161] pci 0000:3f:00.0: [8086:2c61] type 00 class 0x060000
[    0.417196] pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
[    0.417230] pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
[    0.417261] pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
[    0.417292] pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
[    0.417323] pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
[    0.417361] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
[    0.417364] pci_bus 0000:3f: busn_res: can not insert [bus 3f] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.417369] PCI: pci_cache_line_size set to 64 bytes
[    0.417418] e820: reserve RAM buffer [mem 0xbb3f8000-0xbbffffff]
[    0.417420] e820: reserve RAM buffer [mem 0xbb5f1000-0xbbffffff]
[    0.417422] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[    0.417540] NetLabel: Initializing
[    0.417540] NetLabel:  domain hash size = 128
[    0.417540] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.417540] NetLabel:  unlabeled traffic allowed by default
[    0.417601] clocksource: Switched to clocksource tsc-early
[    0.507844] VFS: Disk quotas dquot_6.6.0
[    0.507874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.507940] pnp: PnP ACPI init
[    0.508066] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.508070] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.508073] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.508075] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.508078] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.508084] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.508190] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.508452] pnp 00:02: [dma 0 disabled]
[    0.508497] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.508593] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.508634] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.508640] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.508675] pnp 00:05: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.508786] system 00:06: [io  0x0400-0x047f] has been reserved
[    0.508789] system 00:06: [io  0x1180-0x119f] has been reserved
[    0.508792] system 00:06: [io  0x0500-0x057f] has been reserved
[    0.508795] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.508797] system 00:06: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.508800] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.508803] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.508807] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.509033] pnp: PnP ACPI: found 7 devices
[    0.510067] thermal_sys: Registered thermal governor 'step_wise'
[    0.510068] thermal_sys: Registered thermal governor 'user_space'
[    0.514605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.514618] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.514622] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.514626] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    0.514629] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd9ffffff 64bit pref]
[    0.514634] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.514647] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.514659] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.514673] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.514675] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.514678] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.514680] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff window]
[    0.514683] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.514685] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfb0fffff]
[    0.514688] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd9ffffff 64bit pref]
[    0.514691] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.514693] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.514695] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.514698] pci_bus 0000:04: resource 7 [mem 0xc0000000-0xffffffff window]
[    0.514749] pci_bus 0000:3f: resource 4 [io  0x0000-0xffff]
[    0.514751] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xfffffffff]
[    0.514778] NET: Registered protocol family 2
[    0.514916] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.514968] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.515263] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.515512] TCP: Hash tables configured (established 131072 bind 65536)
[    0.515562] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.515651] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.515789] NET: Registered protocol family 1
[    0.515908] RPC: Registered named UNIX socket transport module.
[    0.515911] RPC: Registered udp transport module.
[    0.515913] RPC: Registered tcp transport module.
[    0.515914] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.516023] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
[    0.538980] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x61c took 22387 usecs
[    0.561969] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x61c took 22432 usecs
[    0.561999] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.562011] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.562026] PCI: CLS 64 bytes, default 64
[    0.562091] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.562094] software IO TLB: mapped [mem 0xb73f8000-0xbb3f8000] (64MB)
[    0.562218] mce: Machine check injector initialized
[    0.562450] check: Scanning for low memory corruption every 60 seconds
[    0.562500] simple-framebuffer simple-framebuffer.0: framebuffer at 0xd9000000, 0x1d5000 bytes, mapped to 0x(____ptrval____)
[    0.562504] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=800x600x32, linelength=3200
[    0.563910] Console: switching to colour frame buffer device 100x37
[    0.565160] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    0.565515] Initialise system trusted keyrings
[    0.565575] workingset: timestamp_bits=56 max_order=22 bucket_order=0
[    0.567134] NFS: Registering the id_resolver key type
[    0.567162] Key type id_resolver registered
[    0.567183] Key type id_legacy registered
[    0.570418] Key type asymmetric registered
[    0.571226] Asymmetric key parser 'x509' registered
[    0.572042] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.572877] io scheduler mq-deadline registered
[    0.573710] io scheduler kyber registered
[    0.574706] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[    0.575719] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[    0.576723] pcieport 0000:00:1c.4: PME: Signaling with IRQ 26
[    0.577708] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.578573] ACPI: Power Button [PWRB]
[    0.579419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.580268] ACPI: Power Button [PWRF]
[    0.581131] ACPI: Video Device [GFX0] (multi-head: no  rom: yes  post: no)
[    0.582029] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[    0.583778] Monitor-Mwait will be used to enter C-2 state
[    0.583780] Monitor-Mwait will be used to enter C-3 state
[    0.584415] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.606005] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.627780] 0000:00:16.3: ttyS1 at I/O 0xf100 (irq = 17, base_baud = 115200) is a 16550A
[    0.628886] Non-volatile memory driver v1.3
[    0.629796] Linux agpgart interface v0.103
[    0.630822] i915 0000:00:02.0: enabling device (0000 -> 0003)
[    0.631828] pci 0000:00:00.0: Intel HD Graphics Chipset
[    0.632670] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.634247] pci 0000:00:00.0: no pre-allocated video memory detected
[    0.635138] checking generic (d9000000 1d5000) vs hw (c0000000 10000000)
[    0.637915] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.638781] [drm] Driver supports precise vblank timestamp query.
[    0.648780] [drm] RC6 disabled, disabling runtime PM support
[    0.650399] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[    0.653688] loop: module loaded
[    0.654588] ata_piix 0000:00:1f.2: version 2.13
[    0.654696] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.674933] [drm] Cannot find any crtc or sizes
[    0.689926] [drm] Cannot find any crtc or sizes
[    0.704924] [drm] Cannot find any crtc or sizes
[    0.809354] scsi host0: ata_piix
[    0.810568] scsi host1: ata_piix
[    0.811431] ata1: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0b0 irq 19
[    0.812242] ata2: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf0b8 irq 19
[    0.813119] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.967889] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
[    0.969562] scsi host2: ata_piix
[    0.970574] scsi host3: ata_piix
[    0.971424] ata3: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf050 irq 19
[    0.972218] ata4: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf058 irq 19
[    0.973110] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.973894] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.974669] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.975428] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.976187] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.976927] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.977779] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.147253] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 70:71:bc:42:81:54
[    1.148110] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.149003] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 9, PBA No: FFFFFF-0FF
[    1.149861] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[    1.150700] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.151462] sky2: driver version 1.30
[    1.152443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.153244] ehci-pci: EHCI PCI platform driver
[    1.154083] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.154878] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.155696] ehci-pci 0000:00:1a.0: debug port 2
[    1.160370] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.161134] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb826000
[    1.169405] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.170215] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.171016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.171806] usb usb1: Product: EHCI Host Controller
[    1.172597] usb usb1: Manufacturer: Linux 5.4.72-gentoo ehci_hcd
[    1.173383] usb usb1: SerialNumber: 0000:00:1a.0
[    1.174467] hub 1-0:1.0: USB hub found
[    1.175253] hub 1-0:1.0: 3 ports detected
[    1.176219] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.177043] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.177883] ehci-pci 0000:00:1d.0: debug port 2
[    1.182581] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.183360] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb825000
[    1.191443] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.192232] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.193006] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.193783] usb usb2: Product: EHCI Host Controller
[    1.194538] usb usb2: Manufacturer: Linux 5.4.72-gentoo ehci_hcd
[    1.195280] usb usb2: SerialNumber: 0000:00:1d.0
[    1.196279] hub 2-0:1.0: USB hub found
[    1.197005] hub 2-0:1.0: 3 ports detected
[    1.197838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.198559] ohci-pci: OHCI PCI platform driver
[    1.199278] uhci_hcd: USB Universal Host Controller Interface driver
[    1.200037] usbcore: registered new interface driver usblp
[    1.200771] usbcore: registered new interface driver usb-storage
[    1.201489] i8042: PNP: No PS/2 controller found.
[    1.202188] i8042: Probing ports directly.
[    1.206115] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.206819] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.208243] rtc_cmos 00:03: RTC can wake from S4
[    1.209337] rtc_cmos 00:03: registered as rtc0
[    1.210044] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram
[    1.210752] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    1.211523] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.212662] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    1.213360] intel_pstate: CPU model not supported
[    1.214057] EFI Variables Facility v0.08 2004-May-17
[    1.242886] hidraw: raw HID events driver (C) Jiri Kosina
[    1.243698] usbcore: registered new interface driver usbhid
[    1.244404] usbhid: USB HID core driver
[    1.245311] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    1.246110] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops 0xffffffffa0894740)
[    1.246935] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    1.247714] snd_hda_intel 0000:01:00.1: Disabling MSI
[    1.249042] Initializing XFRM netlink socket
[    1.249857] NET: Registered protocol family 10
[    1.251074] Segment Routing with IPv6
[    1.252884] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.253689] NET: Registered protocol family 17
[    1.254400] Key type dns_resolver registered
[    1.255359] microcode: sig=0x20652, pf=0x2, revision=0x9
[    1.256083] microcode: Microcode Update Driver: v2.2.
[    1.256086] IPI shorthand broadcast: enabled
[    1.256622] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    1.256781] sched_clock: Marking stable (1256666796, -605298)->(1267949887, -11888389)
[    1.257462] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    1.260345] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    1.261095] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    1.261138] registered taskstats version 1
[    1.261838] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    1.262572] Loading compiled-in X.509 certificates
[    1.262870] PM:   Magic number: 8:344:604
[    1.263322] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    1.265585] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    1.265586] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    1.266343] printk: console [netcon0] enabled
[    1.267068] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    1.267776] netconsole: network logging started
[    1.269680] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.270483] kworker/u32:4 (91) used greatest stack depth: 14144 bytes left
[    1.271579] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.272355] ALSA device list:
[    1.272768] random: fast init done
[    1.273131]   No soundcards found.
[    1.274872] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.275654] cfg80211: failed to load regulatory.db
[    1.281703] snd_hda_codec_generic hdaudioC0D3: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[    1.283272] snd_hda_codec_generic hdaudioC0D3:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.284083] snd_hda_codec_generic hdaudioC0D3:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.284892] snd_hda_codec_generic hdaudioC0D3:    mono: mono_out=0x0
[    1.285692] snd_hda_codec_generic hdaudioC0D3:    dig-out=0x5/0x0
[    1.286484] snd_hda_codec_generic hdaudioC0D3:    inputs:
[    1.288795] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    1.289636] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    1.290670] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    1.291520] input: HDA Intel MID Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    1.292380] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    1.293988] input: HDA Intel MID HDMI as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    1.385621] snd_hda_codec_generic hdaudioC1D0: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[    1.387316] snd_hda_codec_generic hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.388180] snd_hda_codec_generic hdaudioC1D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.389039] snd_hda_codec_generic hdaudioC1D0:    mono: mono_out=0x0
[    1.389898] snd_hda_codec_generic hdaudioC1D0:    dig-out=0x4/0x5
[    1.390757] snd_hda_codec_generic hdaudioC1D0:    inputs:
[    1.447836] input: HDA NVidia HDMI as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    1.449626] input: HDA NVidia HDMI as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    1.479619] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.480599] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.588559] tsc: Refined TSC clocksource calibration: 3191.999 MHz
[    1.589477] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e02c398820, max_idle_ns: 440795273435 ns
[    1.591378] clocksource: Switched to clocksource tsc
[    1.609007] usb 2-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    1.609918] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.611108] hub 2-1:1.0: USB hub found
[    1.612132] usb 1-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    1.613065] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.613983] hub 2-1:1.0: 8 ports detected
[    1.615152] hub 1-1:1.0: USB hub found
[    1.616251] hub 1-1:1.0: 6 ports detected
[    1.892615] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[    1.979127] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c00e, bcdDevice=11.00
[    1.980071] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.980955] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[    1.981825] usb 1-1.2: Manufacturer: Logitech
[    1.985951] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C00E.0001/input/input14
[    1.987740] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.2/input0
[    2.053612] usb 1-1.4: new low-speed USB device number 4 using ehci-pci
[    2.108611] ata1.01: failed to resume link (SControl 0)
[    2.109617] ata2.01: failed to resume link (SControl 0)
[    2.141415] usb 1-1.4: New USB device found, idVendor=045e, idProduct=009d, bcdDevice= 0.41
[    2.142365] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.143299] usb 1-1.4: Product: Microsoft Wireless Optical Desktop® 2.10
[    2.144174] usb 1-1.4: Manufacturer: Microsoft
[    2.148593] input: Microsoft Microsoft Wireless Optical Desktop® 2.10 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:045E:009D.0002/input/input15
[    2.201815] microsoft 0003:045E:009D.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Microsoft Wireless Optical Desktop® 2.10] on usb-0000:00:1a.0-1.4/input0
[    2.219352] input: Microsoft Microsoft Wireless Optical Desktop® 2.10 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:045E:009D.0003/input/input16
[    2.268697] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.269648] ata1.01: SATA link down (SStatus 0 SControl 0)
[    2.270720] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.271645] ata2.01: SATA link down (SStatus 0 SControl 0)
[    2.272555] ata2.01: link offline, clearing class 3 to NONE
[    2.272744] microsoft 0003:045E:009D.0003: input,hidraw2: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Desktop® 2.10] on usb-0000:00:1a.0-1.4/input1
[    2.274592] ata1.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
[    2.274594] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.276639] ata2.00: ATAPI: TSSTcorp CDDVDW SH-224BB, SB00, max UDMA/100
[    2.282008] ata1.00: configured for UDMA/133
[    2.282974] ata2.00: configured for UDMA/100
[    2.283055] scsi 0:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5
[    2.285050] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.285192] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.286965] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.287041] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-224BB  SB00 PQ: 0 ANSI: 5
[    2.288018] sd 0:0:0:0: [sda] Write Protect is off
[    2.289955] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.289967] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.326498] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.327497] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.328760] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.328835] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.342759]  sda: sda1 sda2 sda3 sda4
[    2.344281] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.345277] md: Waiting for all devices to be available before autodetect
[    2.346286] md: If you don't use raid, use raid=noautodetect
[    2.347375] md: Autodetecting RAID arrays.
[    2.348304] md: autorun ...
[    2.349209] md: ... autorun DONE.
[    2.421695] EXT4-fs (sda4): INFO: recovery required on readonly filesystem
[    2.422631] EXT4-fs (sda4): write access will be enabled during recovery
[    2.486504] EXT4-fs (sda4): recovery complete
[    2.515978] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    2.516928] VFS: Mounted root (ext4 filesystem) readonly on device 8:4.
[    2.542444] devtmpfs: mounted
[    2.543608] Freeing unused kernel image memory: 1320K
[    2.544533] Write protecting the kernel read-only data: 20480k
[    2.545920] Freeing unused kernel image memory: 2004K
[    2.547020] Freeing unused kernel image memory: 772K
[    2.547927] Run /sbin/init as init process
[    3.339806] random: crng init done
[    3.448503] kbd_mode (106) used greatest stack depth: 13984 bytes left
[    3.568897] loadkeys (107) used greatest stack depth: 13008 bytes left
[    3.569718] init-early.sh (105) used greatest stack depth: 12888 bytes left
[    7.304128] udevd[578]: starting version 3.2.9
[    7.770476] udevd[578]: starting eudev-3.2.9
[    7.944775] e1000e 0000:00:19.0 eno1: renamed from eth0
[    9.934352] EXT4-fs (sda4): re-mounted. Opts: (null)
[   10.165023] nvidia: loading out-of-tree module taints kernel.
[   10.165032] nvidia: module license 'NVIDIA' taints kernel.
[   10.165033] Disabling lock debugging due to kernel taint
[   10.186679] nvidia-nvlink: Nvlink Core is being initialized, major device number 247
[   10.187240] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   10.394653] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.28  Wed Sep 30 01:05:16 UTC 2020
[   10.860897] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.28  Wed Sep 30 00:58:12 UTC 2020
[   10.913559] Adding 10239996k swap on /dev/sda3.  Priority:-2 extents:1 across:10239996k 
[   10.947287] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   10.947288] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[   11.256449] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Oct 27, 2020 1:42 pm

dexter1010,

simplefb is in use. No sighs of noveau, so that's good.

Code: Select all

[   10.394653] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.28  Wed Sep 30 01:05:16 UTC 2020 
Version 455.28 loaded.

Based on the 10de:128b vendor and device IDs, Google says that you have a GK208B [GeForce GT 710] which according to nVidia still supports your card.

Your Xorg.0.log contains

Code: Select all

[   379.644] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 24 00:59:34 2020
[   379.644] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   379.645] (==) No Layout section.  Using the first Screen section.
[   379.645] (==) No screen section available. Using defaults.
[   379.645] (**) |-->Screen "Default Screen Section" (0)
[   379.645] (**) |   |-->Monitor "<default monitor>"
[   379.645] (==) No monitor specified for screen "Default Screen Section". 
so you are not using any xorg.conf or xorg.conf.d of your own.
If you were it/they would be listed there.

Disable your display manager, deliberately.

Code: Select all

emerge -1 xterm xclock twm 
to get some nice simple testing applications.
With no xorg.conf or xorg.conf.d of your own, run startx.
If all is well, you will get three xterms and an analogue clock, all wrapped up in twm.
twm only uses the primary mouse button.

Once that works with no xorg.conf or xorg.conf.d of your own, add in the xorg.conf fragment to start with the nvdia-drivers and run startx again.

All we are trying to do here is reduce the problem space. Three xterms and an analogue clock, wrapped up in twm is Xorg doing its default thing. It doesn't get any simpler.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Tue Oct 27, 2020 4:51 pm

There may be xorg log files in ~/.local/share/xorg/
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Oct 27, 2020 5:18 pm

jburns,

If they were used, wouldn't they be listed in the log?

My log shows ...

Code: Select all

[   790.815] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 27 17:11:17 2020
[   790.820] (==) Using config file: "/etc/X11/xorg.conf"
[   790.823] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   790.825] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   790.826] (==) ServerLayout "Simple Layout"
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Tue Oct 27, 2020 6:20 pm

My log file has

Code: Select all

[    47.113] (==) Log file: "/home/john/.local/share/xorg/Xorg.1.log", Time: Tue Oct 27 10:44:05 2020
[    47.113] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    47.113] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    47.113] (==) No Layout section.  Using the first Screen section.
[    47.113] (==) No screen section available. Using defaults.
[    47.113] (**) |-->Screen "Default Screen Section" (0)
[    47.113] (**) |   |-->Monitor "<default monitor>"
[    47.114] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    47.114] (**) |   |-->Device "nvidia"
[    47.114] (==) No monitor specified for screen "Default Screen Section".
I also have xorg log files in /var/log but they are a year old. Normaly I look in the systemd log file so I lose track of where the log file is.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 7:50 pm

jburns wrote:My log file has

Code: Select all

[    47.113] (==) Log file: "/home/john/.local/share/xorg/Xorg.1.log", Time: Tue Oct 27 10:44:05 2020
[    47.113] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    47.113] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    47.113] (==) No Layout section.  Using the first Screen section.
[    47.113] (==) No screen section available. Using defaults.
[    47.113] (**) |-->Screen "Default Screen Section" (0)
[    47.113] (**) |   |-->Monitor "<default monitor>"
[    47.114] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    47.114] (**) |   |-->Device "nvidia"
[    47.114] (==) No monitor specified for screen "Default Screen Section".
I also have xorg log files in /var/log but they are a year old. Normaly I look in the systemd log file so I lose track of where the log file is.
what have you got in your xorg.conf.d mine has nvidia.conf in there as mention but not loading it why?
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Oct 27, 2020 8:12 pm

dexter1010,

Xorg looked in there whet it started.

Code: Select all

[    47.113] (==) Using config directory: "/etc/X11/xorg.conf.d" 
It says it found something

Code: Select all

         Using the first device section listed.
[    47.114] (**) |   |-->Device "nvidia" 
Please post the output of

Code: Select all

cat /etc/X11/xorg.conf.d/*
Maybe its a typo.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 8:32 pm

NeddySeagoon wrote:dexter1010,

Xorg looked in there whet it started.

Code: Select all

[    47.113] (==) Using config directory: "/etc/X11/xorg.conf.d" 
It says it found something

Code: Select all

         Using the first device section listed.
[    47.114] (**) |   |-->Device "nvidia" 
Please post the output of

Code: Select all

cat /etc/X11/xorg.conf.d/*
Maybe its a typo.

Code: Select all

cat /etc/X11/xorg.conf.d/*
Section "Device"
  Identifier  "Nvidia 710"
  Option      "Monitor-DVI-0" "DVI screen"
EndSection
Section "Monitor"
  Identifier  "DVI screen"
  Option      "PreferredMode" "1680x1050"
EndSection
Section "Device"
   Identifier  "nvidia"
   Driver      "nvidia"
EndSection
all so xrandr

Code: Select all

Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
HDMI-3 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 459mm x 296mm
   1680x1050     59.88*+
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    59.94  
   720x400       70.08  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Tue Oct 27, 2020 8:46 pm

Do you have any files in ~/.local/share/xorg/?
I assume that you are running startx from as a user and not root.
The only file I added to /etc/X11/xorg.conf.d was nvidia.conf
Top
dexter1010
n00b
n00b
Posts: 16
Joined: Sat Oct 24, 2020 11:07 am

  • Quote

Post by dexter1010 » Tue Oct 27, 2020 8:57 pm

jburns wrote:Do you have any files in ~/.local/share/xorg/?
I assume that you are running startx from as a user and not root.
The only file I added to /etc/X11/xorg.conf.d was nvidia.conf
No such dir :(
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Tue Oct 27, 2020 11:26 pm

Try using mlocate to find Xorg.0.log

Code: Select all

emerge sys-apps/mlocate
updatedb
locate Xorg.0.log
or

Code: Select all

locate -r Xorg.*.log
to find all xorg log files.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56071
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Oct 27, 2020 11:55 pm

dexter1010,

Code: Select all

Section "Device"
  Identifier  "Nvidia 710"
  Option      "Monitor-DVI-0" "DVI screen"
EndSection 
Is missing a

Code: Select all

Driver      "nvidia"
entry.

Only one Section "Device" will be applied per device found.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
Post Reply

32 posts
  • 1
  • 2
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy