You are not logged in.
I realized that you can only use nvidia under Xorg. but I can't get it set up.
I install old kernel linux 4.19 ( linux-lts419 ). And have linux default last version.
I have install proprietary driver on my old gpu. And i down version my linux kernel ( linux-lts419 )
notebook. GeForce 920M. integrated graphics Intel.
I WANT PROPRIETARY.
(right) systemd-boot
title Arch Linux Old
linux /vmlinuz-linux-lts419
initrd /intel-ucode.img
initrd /initramfs-linux-lts419.img
options rw cryptdevice=UUID=c8a68898-1c57-4828-b3b6-31d5c45b5359:main root=/dev/mapper/main-root resume=/dev/sda3
(right) and install nvidia driver
(right) kernel module ( /etc/mkinitcpio.conf )
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
setting gdm for run on xorg ( /etc/gdm/custom.conf )
# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
create edid file:
bash: get-edid > /edid/file
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
No EDID on bus 1
No EDID on bus 2
No EDID on bus 3
No EDID on bus 4
No EDID on bus 5
No EDID on bus 6
No EDID on bus 8
No EDID on bus 9
No EDID on bus 10
No EDID on bus 11
No EDID on bus 12
2 potential busses found: 0 7
Will scan through until the first EDID is found.
Pass a bus number as an option to this program to go only for that one.
Bus 0 doesn't really have an EDID...
256-byte EDID successfully retrieved from i2c bus 7
E"xP%XW)"PTVP00
1X AUO
B156XTN04.5
Looks like i2c was successful. Have a good day.
xorg config ( /etc/X11/xorg.conf )
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 390.157 (dvs-builder@U64-E08-27-1) Wed Oct 12 09:14:08 UTC 2022
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
### EDIT ###
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseEdidDpi" "FALSE"
Option "ConnectedMonitor" "CRT-0"
Option "CustomEDID" "CRT-0:/edid/file"
Option "IgnoreEDID" "false"
Option "UseEDID" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "SLI" "no"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Use NVIDIA graphics only
/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
~/.xinitrc
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
export XDG_SESSION_TYPE=x11
export GDK_BACKEND=x11
exec gnome-session
/usr/share/gdm/greeter/autostart/optimus.desktop
/etc/xdg/autostart/optimus.desktop
[Desktop Entry]
Type=Application
Name=Optimus
Exec=sh -c "xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"
NoDisplay=true
X-GNOME-Autostart-Phase=DisplayServer
The screen doesn't work. I also can't figure out where the logs from xorg-server are saved. and I don't even know how to figure out if it's working. in this configuration, the screen blinks with a printed cursor in the upper left corner and that's it. wayland is work
please don't ban me from replying to posts
Offline
According to https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ your card is supported by the nvidia 470 driver which does appear to work with latest kernel.
xorg conf was created by nvidia 390.
Why are you using the 4.19 kernel and what nvidia driver are you using ?
for the location of xorg logs , see https://wiki.archlinux.org/title/Xorg#General
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I've been using the arch drivers. now I want to use the proprietary driver
looks like xorg didn't even start up, here's the gdm xorg logs:
/var/lib/gdm/.local/share/xorg/Xorg.0.log
[ 94.066] (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-903.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
[ 94.067]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 94.067] Current Operating System: Linux batya 4.19.312-1-lts419 #1 SMP Mon, 29 Apr 2024 06:49:49 +0000 x86_64
[ 94.067] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts419.img rw cryptdevice=UUID=c8a68898-1c57-4828-b3b6-31d5c45b5359:main root=/dev/mapper/main-root resume=/dev/sda3
[ 94.067]
[ 94.067] Current version of pixman: 0.43.4
[ 94.067] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 94.067] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 94.068] (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Tue Apr 30 20:07:20 2024
[ 94.068] (==) Using config file: "/etc/X11/xorg.conf"
[ 94.068] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 94.068] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 94.069] (==) ServerLayout "Layout0"
[ 94.069] (**) |-->Screen "Screen0" (0)
[ 94.069] (**) | |-->Monitor "Monitor0"
[ 94.069] (**) | |-->Device "Device0"
[ 94.069] (**) | |-->GPUDevice "integrated"
[ 94.069] (**) | |-->GPUDevice "Intel Graphics"
[ 94.069] (**) |-->Input Device "Keyboard0"
[ 94.069] (**) |-->Input Device "Mouse0"
[ 94.069] (**) Allowing byte-swapped clients
[ 94.069] (==) Automatically adding devices
[ 94.069] (==) Automatically enabling devices
[ 94.069] (==) Automatically adding GPU devices
[ 94.070] (==) Automatically binding GPU devices
[ 94.070] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 94.070] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 94.070] Entry deleted from font path.
[ 94.070] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 94.070] Entry deleted from font path.
[ 94.070] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 94.070] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 94.070] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 94.070] (WW) Disabling Keyboard0
[ 94.070] (WW) Disabling Mouse0
[ 94.070] (II) Module ABI versions:
[ 94.070] X.Org ANSI C Emulation: 0.4
[ 94.070] X.Org Video Driver: 25.2
[ 94.070] X.Org XInput driver : 24.4
[ 94.070] X.Org Server Extension : 10.0
[ 94.071] (++) using VT number 1
[ 94.075] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_38
[ 94.079] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 94.079] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 94.081] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 94.087] (--) PCI:*(0@0:2:0) 8086:22b1:17aa:3822 rev 33, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 94.087] (--) PCI: (1@0:0:0) 10de:1299:17aa:3822 rev 161, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 94.087] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 94.087] (II) "glx" will be loaded by default.
[ 94.087] (II) LoadModule: "modesetting"
[ 94.088] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 94.090] (II) Module modesetting: vendor="X.Org Foundation"
[ 94.090] compiled for 1.21.1.13, module version = 1.21.1
[ 94.090] Module class: X.Org Video Driver
[ 94.090] ABI class: X.Org Video Driver, version 25.2
[ 94.090] (II) LoadModule: "glx"
[ 94.090] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 94.093] (II) Module glx: vendor="X.Org Foundation"
[ 94.093] compiled for 1.21.1.13, module version = 1.0.0
[ 94.093] ABI class: X.Org Server Extension, version 10.0
[ 94.093] (II) LoadModule: "nvidia"
[ 94.093] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 94.095] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 94.095] compiled for 4.0.2, module version = 1.0.0
[ 94.095] Module class: X.Org Video Driver
[ 94.095] (II) LoadModule: "modesetting"
[ 94.095] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 94.095] (II) Module modesetting: vendor="X.Org Foundation"
[ 94.095] compiled for 1.21.1.13, module version = 1.21.1
[ 94.095] Module class: X.Org Video Driver
[ 94.095] ABI class: X.Org Video Driver, version 25.2
[ 94.095] (II) UnloadModule: "modesetting"
[ 94.095] (II) Unloading modesetting
[ 94.095] (II) Failed to load module "modesetting" (already loaded, 0)
[ 94.095] (II) LoadModule: "intel"
[ 94.095] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 94.096] (II) Module intel: vendor="X.Org Foundation"
[ 94.096] compiled for 1.21.1.6, module version = 2.99.917
[ 94.096] Module class: X.Org Video Driver
[ 94.096] ABI class: X.Org Video Driver, version 25.2
[ 94.096] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 94.096] (II) NVIDIA dlloader X Driver 390.157 Wed Oct 12 09:21:41 UTC 2022
[ 94.096] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 94.096] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 94.098] (II) intel: Driver for Intel(R) HD Graphics
[ 94.098] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 94.098] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 94.098] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 94.098] (II) modeset(G0): using drv /dev/dri/card0
[ 94.098] (WW) Falling back to old probe method for modesetting
[ 94.098] (EE) No devices detected.
[ 94.098] (EE)
Fatal server error:
[ 94.098] (EE) no screens found(EE)
[ 94.098] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 94.098] (EE) Please also check the log file at "/var/lib/gdm/.local/share/xorg/Xorg.0.log" for additional information.
[ 94.098] (EE)
[ 94.119] (EE) Server terminated with error (1). Closing log file.
I searched for a solution but never found one. i added i965 to MODULES and did a one second sleep in gdm
/etc/gdm/custom.conf
# GDM configuration storage
[Service]
ExecStartPre=/bin/sleep 1
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
p.s. I also tried editing the xorg config, but that didn't help ( /etc/X11/xorg.conf )
Last edited by forward_one (2024-04-30 18:08:21)
Offline
There's no "arch drivers " vs "proprietary drivers", you're supposed to use https://aur.archlinux.org/packages/nvidia-470xx-dkms which are the proprietary drivers, don't use nvidia-run from the webpage.
Remove this file: /etc/X11/xorg.conf and explain why you're trying to run a massively dated kernel.
Try linux-lts, you'll need linux-lts-headers for the dkms build.
Also make sure to enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!), fbdev=1 doesn't apply to the 470xx drivers, you can skip that.
Report back w/ an updated xorg log.
Do NOT run nvidia-xconfig again, it produces cruft and is typically not suited for optimus systems (there's a flag for that but even that's not great)
Also this isn't necessary, the X11 server has decent autodetection.
An exception is if you wanted to run the X11 server on the nvidia chip.
The best approach however would be to disable the IGP in the BIOS/UEFI.
If that's not possible but what you want, we'll get there in the next step.
Online
I figured it out. i think the problem was with BusId. also then i had a problem with the glamoregl module. the logs said it was missing. i commented out a lot of configuration from nvidia and everything worked.
Now I want to plug in the glamoregl module. and I found the documentation https://www.freedesktop.org/wiki/Software/Glamor/
it says:
1. Rebuild the mesa using the parameter: --with-egl-platforms=x11,drm --with-gallium-drivers= --enable-gbm --enable-shared-glapi --enable-glx-tls.
2. Rebuild the xf86-video-intel driver, add parameter --enable-glamor to enable glamor module which is embedded in intel driver.
3. Build and install glamor source. The Glamor source can be get at git://anongit.freedesktop.org/git/xorg/driver/glamor
4. Make sure you have the xorg configure file named glamor.conf at conf/glamor.conf under the directory /usr/share/X11/xorg.conf.d or /etc/X11/xorg.conf.d/. Although make install will try to install that file to the correct directory. But it may failed, as if you are installing the xserver to a local directory, then the "make install" will install glamor.conf to your local directory rather than the two system directories. So you may need to manually copy the file to the system's configuration directory. Otherwise, you will encounter segfault when start the xserver. Here is the content of the glamor.conf.
How can I build these packages correctly so that when I upgrade, they build themselves?
Last edited by forward_one (2024-05-01 13:39:11)
Offline
Not. Don't follow random stuff you googled up.
Remove the entire xorg.conf, it's cruft.
You also most likely don't want to use xf86-video-intel at all and glamor is the default backend for the modesetting driver anyway (otherwise the xf86-video-intel ddx driver THAT YOU DON'T WANT TO USE - has probably glamor enabled.
If you want this to go anywhere, stop vaguely describing how you've been flailing around and post your xorg log.
Online
/var/lib/gdm/.local/share/xorg/Xorg.0.log
[ 8072.881] (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-69184.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
[ 8072.882]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 8072.882] Current Operating System: Linux batya 4.19.312-1-lts419 #1 SMP Mon, 29 Apr 2024 06:49:49 +0000 x86_64
[ 8072.882] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts419.img rw cryptdevice=UUID=c8a68898-1c57-4828-b3b6-31d5c45b5359:main root=/dev/mapper/main-root resume=/dev/sda3
[ 8072.883]
[ 8072.883] Current version of pixman: 0.43.4
[ 8072.883] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8072.883] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8072.883] (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Wed May 1 19:35:14 2024
[ 8072.883] (==) Using config file: "/etc/X11/xorg.conf"
[ 8072.883] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8072.883] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8072.884] (==) No Layout section. Using the first Screen section.
[ 8072.884] (==) No screen section available. Using defaults.
[ 8072.884] (**) |-->Screen "Default Screen Section" (0)
[ 8072.884] (**) | |-->Monitor "<default monitor>"
[ 8072.885] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 8072.885] (**) | |-->Device "integrated"
[ 8072.885] (**) | |-->GPUDevice "Intel Graphics"
[ 8072.885] (**) | |-->GPUDevice "Device0"
[ 8072.885] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8072.885] (**) Option "IgnoreABI" "true"
[ 8072.885] (**) Ignoring ABI Version
[ 8072.885] (**) Allowing byte-swapped clients
[ 8072.885] (==) Automatically adding devices
[ 8072.885] (==) Automatically enabling devices
[ 8072.885] (==) Automatically adding GPU devices
[ 8072.885] (==) Automatically binding GPU devices
[ 8072.885] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 8072.885] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 8072.885] Entry deleted from font path.
[ 8072.885] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 8072.885] Entry deleted from font path.
[ 8072.885] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 8072.885] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8072.885] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8072.885] (II) Module ABI versions:
[ 8072.885] X.Org ANSI C Emulation: 0.4
[ 8072.885] X.Org Video Driver: 25.2
[ 8072.885] X.Org XInput driver : 24.4
[ 8072.885] X.Org Server Extension : 10.0
[ 8072.887] (++) using VT number 1
[ 8072.892] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_310
[ 8072.896] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8072.896] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 8072.898] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 8072.907] (--) PCI:*(0@0:2:0) 8086:22b1:17aa:3822 rev 33, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 8072.907] (--) PCI: (1@0:0:0) 10de:1299:17aa:3822 rev 161, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 8072.907] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8072.908] (II) LoadModule: "glx"
[ 8072.908] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8072.913] (II) Module glx: vendor="X.Org Foundation"
[ 8072.913] compiled for 1.21.1.11, module version = 1.0.0
[ 8072.914] ABI class: X.Org Server Extension, version 10.0
[ 8072.914] (II) LoadModule: "modesetting"
[ 8072.914] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 8072.916] (II) Module modesetting: vendor="X.Org Foundation"
[ 8072.916] compiled for 1.21.1.13, module version = 1.21.1
[ 8072.916] Module class: X.Org Video Driver
[ 8072.916] ABI class: X.Org Video Driver, version 25.2
[ 8072.917] (II) LoadModule: "intel"
[ 8072.917] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 8072.918] (II) Module intel: vendor="X.Org Foundation"
[ 8072.918] compiled for 1.21.1.6, module version = 2.99.917
[ 8072.918] Module class: X.Org Video Driver
[ 8072.918] ABI class: X.Org Video Driver, version 25.2
[ 8072.918] (II) LoadModule: "nvidia"
[ 8072.918] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8072.920] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8072.920] compiled for 1.6.99.901, module version = 1.0.0
[ 8072.920] Module class: X.Org Video Driver
[ 8072.920] ================ WARNING WARNING WARNING WARNING ================
[ 8072.920] This server has a video driver ABI version of 25.2 that is not
supported by this NVIDIA driver. Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
[ 8072.920] =================================================================
[ 8072.920] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
[ 8072.920] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 8072.920] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 8072.922] (II) intel: Driver for Intel(R) HD Graphics
[ 8072.922] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 8072.922] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 8072.922] (II) NVIDIA dlloader X Driver 430.40 Sun Jul 21 05:01:54 CDT 2019
[ 8072.922] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8072.922] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 8072.922] (II) modeset(0): using drv /dev/dri/card0
[ 8072.923] (II) Loading sub module "fb"
[ 8072.923] (II) LoadModule: "fb"
[ 8072.923] (II) Module "fb" already built-in
[ 8072.923] (II) Loading sub module "wfb"
[ 8072.923] (II) LoadModule: "wfb"
[ 8072.923] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8072.923] (II) Module wfb: vendor="X.Org Foundation"
[ 8072.923] compiled for 1.21.1.13, module version = 1.0.0
[ 8072.923] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8072.924] (II) Loading sub module "ramdac"
[ 8072.924] (II) LoadModule: "ramdac"
[ 8072.924] (II) Module "ramdac" already built-in
[ 8072.924] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 8072.924] (EE) Screen 1 deleted because of no matching config section.
[ 8072.924] (II) UnloadModule: "nvidia"
[ 8072.924] (II) UnloadSubModule: "wfb"
[ 8072.925] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 8072.925] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 8072.925] (==) modeset(0): RGB weight 888
[ 8072.925] (==) modeset(0): Default visual is TrueColor
[ 8072.925] (II) Loading sub module "glamoregl"
[ 8072.925] (II) LoadModule: "glamoregl"
[ 8072.925] (WW) Warning, couldn't open module glamoregl
[ 8072.925] (EE) modeset: Failed to load module "glamoregl" (module does not exist, 0)
[ 8072.926] (EE) modeset(0): Failed to load glamor module.
[ 8072.926] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 8072.926] (II) modeset(0): Double-buffered shadow updates: off
[ 8072.928] (II) modeset(0): Output eDP-1 has no monitor section
[ 8072.928] (II) modeset(0): Output DP-1 has no monitor section
[ 8072.929] (II) modeset(0): Output HDMI-1 has no monitor section
[ 8072.931] (II) modeset(0): Output DP-2 has no monitor section
[ 8072.932] (II) modeset(0): Output HDMI-2 has no monitor section
[ 8072.935] (II) modeset(0): EDID for output eDP-1
[ 8072.935] (II) modeset(0): Manufacturer: AUO Model: 45ec Serial#: 0
[ 8072.935] (II) modeset(0): Year: 2015 Week: 1
[ 8072.935] (II) modeset(0): EDID Version: 1.4
[ 8072.935] (II) modeset(0): Digital Display Input
[ 8072.935] (II) modeset(0): 6 bits per channel
[ 8072.935] (II) modeset(0): Digital interface is DisplayPort
[ 8072.935] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 8072.935] (II) modeset(0): Gamma: 2.20
[ 8072.935] (II) modeset(0): No DPMS capabilities specified
[ 8072.935] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 8072.935] (II) modeset(0): First detailed timing is preferred mode
[ 8072.935] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 8072.935] (II) modeset(0): redX: 0.575 redY: 0.345 greenX: 0.340 greenY: 0.570
[ 8072.935] (II) modeset(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
[ 8072.935] (II) modeset(0): Manufacturer's mask: 0
[ 8072.935] (II) modeset(0): Supported detailed timing:
[ 8072.935] (II) modeset(0): clock: 78.2 MHz Image Size: 344 x 193 mm
[ 8072.935] (II) modeset(0): h_active: 1366 h_sync: 1374 h_sync_end 1384 h_blank_end 1596 h_border: 0
[ 8072.935] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 772 v_blanking: 816 v_border: 0
[ 8072.935] (II) modeset(0): Unknown vendor-specific block f
[ 8072.935] (II) modeset(0): AUO
[ 8072.935] (II) modeset(0): B156XTN04.5
[ 8072.935] (II) modeset(0): EDID (in hex):
[ 8072.935] (II) modeset(0): 00ffffffffffff0006afec4500000000
[ 8072.935] (II) modeset(0): 01190104952213780250259358579229
[ 8072.935] (II) modeset(0): 22505400000001010101010101010101
[ 8072.935] (II) modeset(0): 0101010101018c1e56e650003030080a
[ 8072.935] (II) modeset(0): 310058c1100000180000000f00000000
[ 8072.935] (II) modeset(0): 00000000000000000020000000fe0041
[ 8072.936] (II) modeset(0): 554f0a202020202020202020000000fe
[ 8072.936] (II) modeset(0): 004231353658544e30342e35200a0058
[ 8072.936] (II) modeset(0): Printing probed modes for output eDP-1
[ 8072.936] (II) modeset(0): Modeline "1366x768"x60.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
[ 8072.936] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 8072.936] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 8072.936] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 8072.936] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 8072.936] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 8072.936] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 8072.937] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 8072.937] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 8072.937] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 8072.937] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 8072.937] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 8072.937] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 8072.937] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 8072.937] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 8072.937] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 8072.937] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 8072.937] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 8072.937] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 8072.937] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 8072.937] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 8072.937] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 8072.938] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 8072.938] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 8072.938] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 8072.938] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 8072.938] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 8072.938] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 8072.938] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 8072.938] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 8072.938] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 8072.938] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 8072.938] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 8072.938] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 8072.938] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 8072.938] (II) modeset(0): EDID for output DP-1
[ 8072.939] (II) modeset(0): EDID for output HDMI-1
[ 8072.940] (II) modeset(0): EDID for output DP-2
[ 8072.942] (II) modeset(0): EDID for output HDMI-2
[ 8072.942] (II) modeset(0): Output eDP-1 connected
[ 8072.942] (II) modeset(0): Output DP-1 disconnected
[ 8072.942] (II) modeset(0): Output HDMI-1 disconnected
[ 8072.942] (II) modeset(0): Output DP-2 disconnected
[ 8072.942] (II) modeset(0): Output HDMI-2 disconnected
[ 8072.942] (II) modeset(0): Using exact sizes for initial modes
[ 8072.942] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 8072.942] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8072.942] (==) modeset(0): DPI set to (96, 96)
[ 8072.942] (II) Loading sub module "fb"
[ 8072.942] (II) LoadModule: "fb"
[ 8072.942] (II) Module "fb" already built-in
[ 8072.942] (II) Loading sub module "shadow"
[ 8072.942] (II) LoadModule: "shadow"
[ 8072.943] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 8072.943] (II) Module shadow: vendor="X.Org Foundation"
[ 8072.943] compiled for 1.21.1.13, module version = 1.1.0
[ 8072.943] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8072.943] (II) UnloadModule: "intel"
[ 8072.943] (II) Unloading intel
[ 8072.943] (==) modeset(0): Backing store enabled
[ 8072.943] (==) modeset(0): Silken mouse enabled
[ 8073.011] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 8073.012] (==) modeset(0): DPMS enabled
[ 8073.012] (WW) modeset(0): Option "DRI" is not used
[ 8073.012] (II) Initializing extension Generic Event Extension
[ 8073.014] (II) Initializing extension SHAPE
[ 8073.015] (II) Initializing extension MIT-SHM
[ 8073.017] (II) Initializing extension XInputExtension
[ 8073.019] (II) Initializing extension XTEST
[ 8073.020] (II) Initializing extension BIG-REQUESTS
[ 8073.022] (II) Initializing extension SYNC
[ 8073.024] (II) Initializing extension XKEYBOARD
[ 8073.025] (II) Initializing extension XC-MISC
[ 8073.026] (II) Initializing extension SECURITY
[ 8073.026] (II) Initializing extension XFIXES
[ 8073.027] (II) Initializing extension RENDER
[ 8073.027] (II) Initializing extension RANDR
[ 8073.028] (II) Initializing extension COMPOSITE
[ 8073.028] (II) Initializing extension DAMAGE
[ 8073.028] (II) Initializing extension MIT-SCREEN-SAVER
[ 8073.029] (II) Initializing extension DOUBLE-BUFFER
[ 8073.029] (II) Initializing extension RECORD
[ 8073.030] (II) Initializing extension DPMS
[ 8073.030] (II) Initializing extension Present
[ 8073.030] (II) Initializing extension DRI3
[ 8073.030] (II) Initializing extension X-Resource
[ 8073.031] (II) Initializing extension XVideo
[ 8073.031] (II) Initializing extension XVideo-MotionCompensation
[ 8073.031] (II) Initializing extension GLX
[ 8073.031] (II) AIGLX: Screen 0 is not DRI2 capable
[ 8073.101] (II) IGLX: Loaded and initialized swrast
[ 8073.101] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 8073.102] (II) Initializing extension XFree86-VidModeExtension
[ 8073.102] (II) Initializing extension XFree86-DGA
[ 8073.102] (II) Initializing extension XFree86-DRI
[ 8073.102] (II) Initializing extension DRI2
[ 8073.103] (II) modeset(0): Damage tracking initialized
[ 8073.103] (II) modeset(0): Setting screen physical size to 361 x 203
[ 8073.510] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 8073.511] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8073.511] (II) LoadModule: "libinput"
[ 8073.511] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 8073.515] (II) Module libinput: vendor="X.Org Foundation"
[ 8073.515] compiled for 1.21.1.8, module version = 1.4.0
[ 8073.515] Module class: X.Org XInput Driver
[ 8073.515] ABI class: X.Org XInput driver, version 24.4
[ 8073.515] (II) Using input driver 'libinput' for 'Power Button'
[ 8073.517] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[ 8073.518] (**) Power Button: always reports core events
[ 8073.518] (**) Option "Device" "/dev/input/event2"
[ 8073.524] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 8073.524] (II) event2 - Power Button: device is a keyboard
[ 8073.524] (II) event2 - Power Button: device removed
[ 8073.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 8073.524] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 8073.527] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 8073.527] (II) event2 - Power Button: device is a keyboard
[ 8073.530] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 8073.530] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8073.530] (II) Using input driver 'libinput' for 'Video Bus'
[ 8073.533] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[ 8073.533] (**) Video Bus: always reports core events
[ 8073.534] (**) Option "Device" "/dev/input/event4"
[ 8073.539] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 8073.539] (II) event4 - Video Bus: device is a keyboard
[ 8073.540] (II) event4 - Video Bus: device removed
[ 8073.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 8073.540] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 8073.546] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 8073.546] (II) event4 - Video Bus: device is a keyboard
[ 8073.548] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 8073.548] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8073.548] (II) Using input driver 'libinput' for 'Video Bus'
[ 8073.552] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 8073.552] (**) Video Bus: always reports core events
[ 8073.552] (**) Option "Device" "/dev/input/event3"
[ 8073.556] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 8073.556] (II) event3 - Video Bus: device is a keyboard
[ 8073.556] (II) event3 - Video Bus: device removed
[ 8073.557] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input3/event3"
[ 8073.557] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 8073.560] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 8073.561] (II) event3 - Video Bus: device is a keyboard
[ 8073.563] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 8073.563] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8073.563] (II) Using input driver 'libinput' for 'Power Button'
[ 8073.566] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[ 8073.566] (**) Power Button: always reports core events
[ 8073.566] (**) Option "Device" "/dev/input/event1"
[ 8073.568] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8073.569] (II) event1 - Power Button: device is a keyboard
[ 8073.569] (II) event1 - Power Button: device removed
[ 8073.569] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 8073.569] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 8073.572] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8073.572] (II) event1 - Power Button: device is a keyboard
[ 8073.574] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 8073.574] (II) No input driver specified, ignoring this device.
[ 8073.574] (II) This device may have been added with another device file.
[ 8073.578] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event6)
[ 8073.578] (**) USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[ 8073.578] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[ 8073.647] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29 paused 0
[ 8073.647] (**) USB OPTICAL MOUSE: always reports core events
[ 8073.648] (**) Option "Device" "/dev/input/event6"
[ 8073.656] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 8073.656] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 8073.657] (II) event6 - USB OPTICAL MOUSE: device removed
[ 8073.658] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.658] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.658] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:3825.0001/input/input7/event6"
[ 8073.658] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 10)
[ 8073.659] (**) Option "AccelerationScheme" "none"
[ 8073.659] (**) USB OPTICAL MOUSE: (accel) selected scheme none/0
[ 8073.659] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 8073.659] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 8073.666] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 8073.667] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 8073.670] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 8073.670] (II) No input driver specified, ignoring this device.
[ 8073.670] (II) This device may have been added with another device file.
[ 8073.672] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event14)
[ 8073.672] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[ 8073.672] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[ 8073.674] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 30 paused 0
[ 8073.675] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[ 8073.675] (**) Option "Device" "/dev/input/event14"
[ 8073.682] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[ 8073.683] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[ 8073.683] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device removed
[ 8073.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15/event14"
[ 8073.683] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 11)
[ 8073.689] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[ 8073.689] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[ 8073.690] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 8073.691] (II) No input driver specified, ignoring this device.
[ 8073.691] (II) This device may have been added with another device file.
[ 8073.692] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 8073.692] (II) No input driver specified, ignoring this device.
[ 8073.692] (II) This device may have been added with another device file.
[ 8073.693] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 8073.693] (II) No input driver specified, ignoring this device.
[ 8073.693] (II) This device may have been added with another device file.
[ 8073.694] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 8073.694] (II) No input driver specified, ignoring this device.
[ 8073.694] (II) This device may have been added with another device file.
[ 8073.696] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[ 8073.696] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 8073.696] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 8073.699] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 31 paused 0
[ 8073.699] (**) Ideapad extra buttons: always reports core events
[ 8073.699] (**) Option "Device" "/dev/input/event8"
[ 8073.702] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 8073.702] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 8073.702] (II) event8 - Ideapad extra buttons: device removed
[ 8073.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event8"
[ 8073.703] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[ 8073.706] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 8073.706] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 8073.708] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 8073.708] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 8073.708] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 8073.710] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 8073.710] (**) AT Translated Set 2 keyboard: always reports core events
[ 8073.710] (**) Option "Device" "/dev/input/event5"
[ 8073.713] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8073.714] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 8073.716] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 8073.716] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 8073.716] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 8073.719] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8073.719] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 8073.723] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
[ 8073.723] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 8073.723] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 8073.725] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 33 paused 0
[ 8073.725] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 8073.725] (**) Option "Device" "/dev/input/event9"
[ 8073.730] (II) event9 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 8073.736] (II) event9 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 8073.736] (II) event9 - ETPS/2 Elantech Touchpad: device removed
[ 8073.737] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.737] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.737] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8073.738] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event9"
[ 8073.738] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[ 8073.740] (**) Option "AccelerationScheme" "none"
[ 8073.740] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 8073.740] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 8073.740] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 8073.743] (II) event9 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 8073.747] (II) event9 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 8073.749] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 8073.749] (II) No input driver specified, ignoring this device.
[ 8073.749] (II) This device may have been added with another device file.
[ 8073.750] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 8073.751] (II) No input driver specified, ignoring this device.
[ 8073.751] (II) This device may have been added with another device file.
[ 8076.538] (II) modeset(0): EDID vendor "AUO", prod id 17900
[ 8076.538] (II) modeset(0): Printing DDC gathered Modelines:
[ 8076.538] (II) modeset(0): Modeline "1366x768"x0.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
[ 8089.446] (**) Option "fd" "23"
[ 8089.446] (II) event2 - Power Button: device removed
[ 8089.447] (**) Option "fd" "26"
[ 8089.447] (II) event4 - Video Bus: device removed
[ 8089.448] (**) Option "fd" "27"
[ 8089.448] (II) event3 - Video Bus: device removed
[ 8089.448] (**) Option "fd" "28"
[ 8089.449] (II) event1 - Power Button: device removed
[ 8089.449] (**) Option "fd" "29"
[ 8089.449] (II) event6 - USB OPTICAL MOUSE: device removed
[ 8089.450] (**) Option "fd" "30"
[ 8089.450] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device removed
[ 8089.451] (**) Option "fd" "31"
[ 8089.451] (II) event8 - Ideapad extra buttons: device removed
[ 8089.451] (**) Option "fd" "32"
[ 8089.451] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 8089.452] (**) Option "fd" "33"
[ 8089.452] (II) event9 - ETPS/2 Elantech Touchpad: device removed
[ 8089.457] (II) systemd-logind: got pause for 13:70
[ 8089.457] (II) systemd-logind: got pause for 13:72
[ 8089.457] (II) systemd-logind: got pause for 13:65
[ 8089.457] (II) systemd-logind: got pause for 13:67
[ 8089.457] (II) systemd-logind: got pause for 13:73
[ 8089.457] (II) systemd-logind: got pause for 13:78
[ 8089.458] (II) systemd-logind: got pause for 13:66
[ 8089.458] (II) systemd-logind: got pause for 13:68
[ 8089.458] (II) systemd-logind: got pause for 13:69
[ 8089.464] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 281 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.464] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 270 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.465] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 292 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.465] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 292 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.466] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 299 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.466] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 305 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.467] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 301 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.467] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 303 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.467] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 307 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.467] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 256 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.468] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 273 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.468] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 273 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8089.469] (II) libinput: ETPS/2 Elantech Touchpad: SetProperty on 273 called but device is disabled.
This driver cannot change properties on a disabled device
[ 8103.821] (II) UnloadModule: "libinput"
[ 8103.825] (II) systemd-logind: releasing fd for 13:73
[ 8103.859] (II) UnloadModule: "libinput"
[ 8103.859] (II) systemd-logind: releasing fd for 13:69
[ 8103.896] (II) UnloadModule: "libinput"
[ 8103.896] (II) systemd-logind: releasing fd for 13:72
[ 8103.977] (II) UnloadModule: "libinput"
[ 8103.977] (II) systemd-logind: releasing fd for 13:78
[ 8104.017] (II) UnloadModule: "libinput"
[ 8104.017] (II) systemd-logind: releasing fd for 13:70
[ 8104.056] (II) UnloadModule: "libinput"
[ 8104.057] (II) systemd-logind: releasing fd for 13:65
[ 8104.107] (II) UnloadModule: "libinput"
[ 8104.107] (II) systemd-logind: releasing fd for 13:67
[ 8104.166] (II) UnloadModule: "libinput"
[ 8104.167] (II) systemd-logind: releasing fd for 13:68
[ 8104.228] (II) UnloadModule: "libinput"
[ 8104.228] (II) systemd-logind: releasing fd for 13:66
[ 8104.334] (II) Server terminated successfully (0). Closing log file.
/home/user/.local/share/Xorg.1.log
[ 8089.528] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 8089.528] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 8089.528] (--) Log file renamed from "/home/batya/.local/share/xorg/Xorg.pid-69760.log" to "/home/batya/.local/share/xorg/Xorg.1.log"
[ 8089.531]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 8089.531] Current Operating System: Linux batya 4.19.312-1-lts419 #1 SMP Mon, 29 Apr 2024 06:49:49 +0000 x86_64
[ 8089.531] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts419.img rw cryptdevice=UUID=c8a68898-1c57-4828-b3b6-31d5c45b5359:main root=/dev/mapper/main-root resume=/dev/sda3
[ 8089.532]
[ 8089.532] Current version of pixman: 0.43.4
[ 8089.532] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8089.532] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8089.532] (==) Log file: "/home/batya/.local/share/xorg/Xorg.1.log", Time: Wed May 1 19:35:31 2024
[ 8089.532] (==) Using config file: "/etc/X11/xorg.conf"
[ 8089.532] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8089.532] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8089.533] (==) No Layout section. Using the first Screen section.
[ 8089.533] (==) No screen section available. Using defaults.
[ 8089.533] (**) |-->Screen "Default Screen Section" (0)
[ 8089.533] (**) | |-->Monitor "<default monitor>"
[ 8089.534] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 8089.534] (**) | |-->Device "integrated"
[ 8089.534] (**) | |-->GPUDevice "Intel Graphics"
[ 8089.534] (**) | |-->GPUDevice "Device0"
[ 8089.534] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8089.534] (**) Option "IgnoreABI" "true"
[ 8089.534] (**) Ignoring ABI Version
[ 8089.534] (**) Allowing byte-swapped clients
[ 8089.534] (==) Automatically adding devices
[ 8089.534] (==) Automatically enabling devices
[ 8089.534] (==) Automatically adding GPU devices
[ 8089.534] (==) Automatically binding GPU devices
[ 8089.534] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 8089.534] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 8089.534] Entry deleted from font path.
[ 8089.534] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 8089.534] Entry deleted from font path.
[ 8089.534] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 8089.534] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8089.534] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8089.534] (II) Module ABI versions:
[ 8089.534] X.Org ANSI C Emulation: 0.4
[ 8089.534] X.Org Video Driver: 25.2
[ 8089.534] X.Org XInput driver : 24.4
[ 8089.534] X.Org Server Extension : 10.0
[ 8089.535] (++) using VT number 2
[ 8089.540] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_311
[ 8089.546] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8089.546] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 8089.548] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 16 paused 0
[ 8089.555] (--) PCI:*(0@0:2:0) 8086:22b1:17aa:3822 rev 33, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 8089.555] (--) PCI: (1@0:0:0) 10de:1299:17aa:3822 rev 161, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 8089.555] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8089.555] (II) LoadModule: "glx"
[ 8089.556] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8089.559] (II) Module glx: vendor="X.Org Foundation"
[ 8089.559] compiled for 1.21.1.11, module version = 1.0.0
[ 8089.559] ABI class: X.Org Server Extension, version 10.0
[ 8089.560] (II) LoadModule: "modesetting"
[ 8089.560] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 8089.561] (II) Module modesetting: vendor="X.Org Foundation"
[ 8089.561] compiled for 1.21.1.13, module version = 1.21.1
[ 8089.561] Module class: X.Org Video Driver
[ 8089.561] ABI class: X.Org Video Driver, version 25.2
[ 8089.561] (II) LoadModule: "intel"
[ 8089.562] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 8089.562] (II) Module intel: vendor="X.Org Foundation"
[ 8089.562] compiled for 1.21.1.6, module version = 2.99.917
[ 8089.562] Module class: X.Org Video Driver
[ 8089.563] ABI class: X.Org Video Driver, version 25.2
[ 8089.563] (II) LoadModule: "nvidia"
[ 8089.563] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8089.564] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8089.564] compiled for 1.6.99.901, module version = 1.0.0
[ 8089.564] Module class: X.Org Video Driver
[ 8089.564] ================ WARNING WARNING WARNING WARNING ================
[ 8089.564] This server has a video driver ABI version of 25.2 that is not
supported by this NVIDIA driver. Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
[ 8089.564] =================================================================
[ 8089.564] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
[ 8089.564] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 8089.564] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 8089.566] (II) intel: Driver for Intel(R) HD Graphics
[ 8089.566] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 8089.566] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 8089.566] (II) NVIDIA dlloader X Driver 430.40 Sun Jul 21 05:01:54 CDT 2019
[ 8089.566] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8089.566] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 8089.566] (II) modeset(0): using drv /dev/dri/card0
[ 8089.566] (II) Loading sub module "fb"
[ 8089.566] (II) LoadModule: "fb"
[ 8089.566] (II) Module "fb" already built-in
[ 8089.566] (II) Loading sub module "wfb"
[ 8089.566] (II) LoadModule: "wfb"
[ 8089.567] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8089.567] (II) Module wfb: vendor="X.Org Foundation"
[ 8089.567] compiled for 1.21.1.13, module version = 1.0.0
[ 8089.567] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8089.567] (II) Loading sub module "ramdac"
[ 8089.567] (II) LoadModule: "ramdac"
[ 8089.567] (II) Module "ramdac" already built-in
[ 8089.568] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 8089.568] (EE) Screen 1 deleted because of no matching config section.
[ 8089.568] (II) UnloadModule: "nvidia"
[ 8089.568] (II) UnloadSubModule: "wfb"
[ 8089.568] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 8089.568] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 8089.568] (==) modeset(0): RGB weight 888
[ 8089.569] (==) modeset(0): Default visual is TrueColor
[ 8089.569] (II) Loading sub module "glamoregl"
[ 8089.569] (II) LoadModule: "glamoregl"
[ 8089.569] (WW) Warning, couldn't open module glamoregl
[ 8089.569] (EE) modeset: Failed to load module "glamoregl" (module does not exist, 0)
[ 8089.569] (EE) modeset(0): Failed to load glamor module.
[ 8089.569] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 8089.569] (II) modeset(0): Double-buffered shadow updates: off
[ 8089.571] (II) modeset(0): Output eDP-1 has no monitor section
[ 8089.571] (II) modeset(0): Output DP-1 has no monitor section
[ 8089.573] (II) modeset(0): Output HDMI-1 has no monitor section
[ 8089.574] (II) modeset(0): Output DP-2 has no monitor section
[ 8089.575] (II) modeset(0): Output HDMI-2 has no monitor section
[ 8089.578] (II) modeset(0): EDID for output eDP-1
[ 8089.578] (II) modeset(0): Manufacturer: AUO Model: 45ec Serial#: 0
[ 8089.578] (II) modeset(0): Year: 2015 Week: 1
[ 8089.578] (II) modeset(0): EDID Version: 1.4
[ 8089.578] (II) modeset(0): Digital Display Input
[ 8089.578] (II) modeset(0): 6 bits per channel
[ 8089.578] (II) modeset(0): Digital interface is DisplayPort
[ 8089.578] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 8089.578] (II) modeset(0): Gamma: 2.20
[ 8089.578] (II) modeset(0): No DPMS capabilities specified
[ 8089.578] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 8089.578] (II) modeset(0): First detailed timing is preferred mode
[ 8089.578] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 8089.578] (II) modeset(0): redX: 0.575 redY: 0.345 greenX: 0.340 greenY: 0.570
[ 8089.578] (II) modeset(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
[ 8089.578] (II) modeset(0): Manufacturer's mask: 0
[ 8089.578] (II) modeset(0): Supported detailed timing:
[ 8089.579] (II) modeset(0): clock: 78.2 MHz Image Size: 344 x 193 mm
[ 8089.579] (II) modeset(0): h_active: 1366 h_sync: 1374 h_sync_end 1384 h_blank_end 1596 h_border: 0
[ 8089.579] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 772 v_blanking: 816 v_border: 0
[ 8089.579] (II) modeset(0): Unknown vendor-specific block f
[ 8089.579] (II) modeset(0): AUO
[ 8089.579] (II) modeset(0): B156XTN04.5
[ 8089.579] (II) modeset(0): EDID (in hex):
[ 8089.579] (II) modeset(0): 00ffffffffffff0006afec4500000000
[ 8089.579] (II) modeset(0): 01190104952213780250259358579229
[ 8089.579] (II) modeset(0): 22505400000001010101010101010101
[ 8089.579] (II) modeset(0): 0101010101018c1e56e650003030080a
[ 8089.579] (II) modeset(0): 310058c1100000180000000f00000000
[ 8089.579] (II) modeset(0): 00000000000000000020000000fe0041
[ 8089.579] (II) modeset(0): 554f0a202020202020202020000000fe
[ 8089.579] (II) modeset(0): 004231353658544e30342e35200a0058
[ 8089.579] (II) modeset(0): Printing probed modes for output eDP-1
[ 8089.579] (II) modeset(0): Modeline "1366x768"x60.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
[ 8089.579] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 8089.579] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 8089.580] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 8089.580] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 8089.580] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 8089.580] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 8089.580] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 8089.580] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 8089.580] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 8089.580] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 8089.580] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 8089.580] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 8089.580] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 8089.580] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 8089.580] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 8089.581] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 8089.581] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 8089.581] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 8089.581] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 8089.581] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 8089.581] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 8089.581] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 8089.581] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 8089.581] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 8089.581] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 8089.581] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 8089.581] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 8089.581] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 8089.581] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 8089.581] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 8089.581] (II) modeset(0): EDID for output DP-1
[ 8089.583] (II) modeset(0): EDID for output HDMI-1
[ 8089.584] (II) modeset(0): EDID for output DP-2
[ 8089.586] (II) modeset(0): EDID for output HDMI-2
[ 8089.586] (II) modeset(0): Output eDP-1 connected
[ 8089.586] (II) modeset(0): Output DP-1 disconnected
[ 8089.586] (II) modeset(0): Output HDMI-1 disconnected
[ 8089.586] (II) modeset(0): Output DP-2 disconnected
[ 8089.586] (II) modeset(0): Output HDMI-2 disconnected
[ 8089.586] (II) modeset(0): Using exact sizes for initial modes
[ 8089.586] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 8089.586] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8089.586] (==) modeset(0): DPI set to (96, 96)
[ 8089.586] (II) Loading sub module "fb"
[ 8089.586] (II) LoadModule: "fb"
[ 8089.586] (II) Module "fb" already built-in
[ 8089.586] (II) Loading sub module "shadow"
[ 8089.586] (II) LoadModule: "shadow"
[ 8089.586] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 8089.587] (II) Module shadow: vendor="X.Org Foundation"
[ 8089.587] compiled for 1.21.1.13, module version = 1.1.0
[ 8089.587] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8089.587] (II) UnloadModule: "intel"
[ 8089.587] (II) Unloading intel
[ 8089.587] (==) modeset(0): Backing store enabled
[ 8089.587] (==) modeset(0): Silken mouse enabled
[ 8089.648] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 8089.649] (==) modeset(0): DPMS enabled
[ 8089.649] (WW) modeset(0): Option "DRI" is not used
[ 8089.649] (II) Initializing extension Generic Event Extension
[ 8089.650] (II) Initializing extension SHAPE
[ 8089.651] (II) Initializing extension MIT-SHM
[ 8089.652] (II) Initializing extension XInputExtension
[ 8089.653] (II) Initializing extension XTEST
[ 8089.654] (II) Initializing extension BIG-REQUESTS
[ 8089.655] (II) Initializing extension SYNC
[ 8089.656] (II) Initializing extension XKEYBOARD
[ 8089.656] (II) Initializing extension XC-MISC
[ 8089.657] (II) Initializing extension SECURITY
[ 8089.657] (II) Initializing extension XFIXES
[ 8089.658] (II) Initializing extension RENDER
[ 8089.658] (II) Initializing extension RANDR
[ 8089.659] (II) Initializing extension COMPOSITE
[ 8089.659] (II) Initializing extension DAMAGE
[ 8089.660] (II) Initializing extension MIT-SCREEN-SAVER
[ 8089.660] (II) Initializing extension DOUBLE-BUFFER
[ 8089.661] (II) Initializing extension RECORD
[ 8089.661] (II) Initializing extension DPMS
[ 8089.662] (II) Initializing extension Present
[ 8089.662] (II) Initializing extension DRI3
[ 8089.662] (II) Initializing extension X-Resource
[ 8089.663] (II) Initializing extension XVideo
[ 8089.663] (II) Initializing extension XVideo-MotionCompensation
[ 8089.663] (II) Initializing extension GLX
[ 8089.664] (II) AIGLX: Screen 0 is not DRI2 capable
[ 8089.739] (II) IGLX: Loaded and initialized swrast
[ 8089.739] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 8089.739] (II) Initializing extension XFree86-VidModeExtension
[ 8089.739] (II) Initializing extension XFree86-DGA
[ 8089.740] (II) Initializing extension XFree86-DRI
[ 8089.740] (II) Initializing extension DRI2
[ 8089.742] (II) modeset(0): Damage tracking initialized
[ 8089.742] (II) modeset(0): Setting screen physical size to 361 x 203
[ 8090.142] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 8090.142] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8090.142] (II) LoadModule: "libinput"
[ 8090.142] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 8090.146] (II) Module libinput: vendor="X.Org Foundation"
[ 8090.146] compiled for 1.21.1.8, module version = 1.4.0
[ 8090.146] Module class: X.Org XInput Driver
[ 8090.146] ABI class: X.Org XInput driver, version 24.4
[ 8090.146] (II) Using input driver 'libinput' for 'Power Button'
[ 8090.148] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 8090.149] (**) Power Button: always reports core events
[ 8090.149] (**) Option "Device" "/dev/input/event2"
[ 8090.155] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 8090.156] (II) event2 - Power Button: device is a keyboard
[ 8090.156] (II) event2 - Power Button: device removed
[ 8090.156] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 8090.156] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 8090.159] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 8090.159] (II) event2 - Power Button: device is a keyboard
[ 8090.161] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 8090.161] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8090.161] (II) Using input driver 'libinput' for 'Video Bus'
[ 8090.164] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[ 8090.164] (**) Video Bus: always reports core events
[ 8090.164] (**) Option "Device" "/dev/input/event4"
[ 8090.168] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 8090.168] (II) event4 - Video Bus: device is a keyboard
[ 8090.169] (II) event4 - Video Bus: device removed
[ 8090.169] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 8090.169] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 8090.174] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 8090.174] (II) event4 - Video Bus: device is a keyboard
[ 8090.177] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 8090.177] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 8090.177] (II) Using input driver 'libinput' for 'Video Bus'
[ 8090.180] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0
[ 8090.180] (**) Video Bus: always reports core events
[ 8090.180] (**) Option "Device" "/dev/input/event3"
[ 8090.183] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 8090.184] (II) event3 - Video Bus: device is a keyboard
[ 8090.184] (II) event3 - Video Bus: device removed
[ 8090.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input3/event3"
[ 8090.184] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 8090.188] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 8090.189] (II) event3 - Video Bus: device is a keyboard
[ 8090.191] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 8090.191] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 8090.191] (II) Using input driver 'libinput' for 'Power Button'
[ 8090.193] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[ 8090.193] (**) Power Button: always reports core events
[ 8090.193] (**) Option "Device" "/dev/input/event1"
[ 8090.197] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8090.197] (II) event1 - Power Button: device is a keyboard
[ 8090.198] (II) event1 - Power Button: device removed
[ 8090.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 8090.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 8090.202] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 8090.202] (II) event1 - Power Button: device is a keyboard
[ 8090.205] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 8090.205] (II) No input driver specified, ignoring this device.
[ 8090.205] (II) This device may have been added with another device file.
[ 8090.210] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event6)
[ 8090.210] (**) USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[ 8090.210] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[ 8090.212] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 8090.212] (**) USB OPTICAL MOUSE: always reports core events
[ 8090.212] (**) Option "Device" "/dev/input/event6"
[ 8090.217] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 8090.217] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 8090.218] (II) event6 - USB OPTICAL MOUSE: device removed
[ 8090.218] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.218] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.218] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.218] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:3825.0001/input/input7/event6"
[ 8090.218] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 10)
[ 8090.219] (**) Option "AccelerationScheme" "none"
[ 8090.219] (**) USB OPTICAL MOUSE: (accel) selected scheme none/0
[ 8090.219] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 8090.219] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 8090.223] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 8090.224] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 8090.227] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 8090.227] (II) No input driver specified, ignoring this device.
[ 8090.227] (II) This device may have been added with another device file.
[ 8090.229] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event14)
[ 8090.229] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[ 8090.230] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[ 8090.232] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 32 paused 0
[ 8090.232] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[ 8090.232] (**) Option "Device" "/dev/input/event14"
[ 8090.236] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[ 8090.237] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[ 8090.237] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device removed
[ 8090.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15/event14"
[ 8090.237] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 11)
[ 8090.241] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[ 8090.242] (II) event14 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[ 8090.243] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 8090.243] (II) No input driver specified, ignoring this device.
[ 8090.243] (II) This device may have been added with another device file.
[ 8090.245] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 8090.245] (II) No input driver specified, ignoring this device.
[ 8090.245] (II) This device may have been added with another device file.
[ 8090.246] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 8090.246] (II) No input driver specified, ignoring this device.
[ 8090.246] (II) This device may have been added with another device file.
[ 8090.247] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 8090.248] (II) No input driver specified, ignoring this device.
[ 8090.248] (II) This device may have been added with another device file.
[ 8090.249] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[ 8090.250] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 8090.250] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 8090.252] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 33 paused 0
[ 8090.252] (**) Ideapad extra buttons: always reports core events
[ 8090.252] (**) Option "Device" "/dev/input/event8"
[ 8090.255] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 8090.255] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 8090.256] (II) event8 - Ideapad extra buttons: device removed
[ 8090.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event8"
[ 8090.256] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[ 8090.259] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 8090.259] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 8090.261] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 8090.262] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 8090.262] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 8090.264] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[ 8090.264] (**) AT Translated Set 2 keyboard: always reports core events
[ 8090.264] (**) Option "Device" "/dev/input/event5"
[ 8090.267] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8090.267] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 8090.269] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 8090.269] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 8090.269] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 8090.272] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 8090.273] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 8090.277] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
[ 8090.277] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 8090.277] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 8090.279] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 35 paused 0
[ 8090.279] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 8090.279] (**) Option "Device" "/dev/input/event9"
[ 8090.283] (II) event9 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 8090.288] (II) event9 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 8090.288] (II) event9 - ETPS/2 Elantech Touchpad: device removed
[ 8090.288] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.288] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.288] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 8090.289] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event9"
[ 8090.289] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[ 8090.292] (**) Option "AccelerationScheme" "none"
[ 8090.292] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 8090.292] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 8090.292] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 8090.295] (II) event9 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 8090.299] (II) event9 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 8090.302] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 8090.302] (II) No input driver specified, ignoring this device.
[ 8090.302] (II) This device may have been added with another device file.
[ 8090.303] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 8090.303] (II) No input driver specified, ignoring this device.
[ 8090.303] (II) This device may have been added with another device file.
[ 8092.810] (II) modeset(0): EDID vendor "AUO", prod id 17900
[ 8092.811] (II) modeset(0): Printing DDC gathered Modelines:
[ 8092.811] (II) modeset(0): Modeline "1366x768"x0.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
Offline
So you're still using an ancient kernel, still using the wrong version of nvidia, still using the xorg.conf you were told to delete, and still using the intel ddx you were told you don't want.
Why are you doing any of this?
Offline
Why are you
a) using an old kernel
b) using nvidia 430.40
c) still using a /etc/X11/xorg.conf
?
Install a current kernel, https://aur.archlinux.org/packages/nvidia-470xx-dkms/ remove the xorg.conf and
[ 8072.925] (EE) modeset: Failed to load module "glamoregl" (module does not exist, 0)
[ 8072.926] (EE) modeset(0): Failed to load glamor module.
post the outputs of
pacman -Qikk xorg-server mesa
Online
I went back to the previous drivers and everything was fine. what are the differences from the drivers provided by nvidia ?
/var/lib/gdm/.local/share/xorg/Xorg.0.log
[ 84.104] (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-798.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
[ 84.166]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 84.166] Current Operating System: Linux batya 6.8.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 16 Mar 2024 17:15:35 +0000 x86_64
[ 84.166] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img rw cryptdevice=UUID=c8a68898-1c57-4828-b3b6-31d5c45b5359:main root=/dev/mapper/main-root resume=/dev/sda3
[ 84.166]
[ 84.166] Current version of pixman: 0.43.4
[ 84.167] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 84.167] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 84.167] (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Thu May 2 12:27:37 2024
[ 84.241] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 84.241] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 84.347] (==) No Layout section. Using the first Screen section.
[ 84.347] (==) No screen section available. Using defaults.
[ 84.347] (**) |-->Screen "Default Screen Section" (0)
[ 84.347] (**) | |-->Monitor "<default monitor>"
[ 84.350] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 84.350] (**) | |-->Device "integrated"
[ 84.350] (**) | |-->GPUDevice "Intel Graphics"
[ 84.350] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 84.351] (**) Option "IgnoreABI" "true"
[ 84.351] (**) Ignoring ABI Version
[ 84.351] (**) Allowing byte-swapped clients
[ 84.351] (==) Automatically adding devices
[ 84.351] (==) Automatically enabling devices
[ 84.351] (==) Automatically adding GPU devices
[ 84.351] (==) Automatically binding GPU devices
[ 84.351] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 84.380] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 84.380] Entry deleted from font path.
[ 84.421] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 84.421] Entry deleted from font path.
[ 84.439] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 84.439] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 84.439] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 84.439] (II) Module ABI versions:
[ 84.439] X.Org ANSI C Emulation: 0.4
[ 84.439] X.Org Video Driver: 25.2
[ 84.439] X.Org XInput driver : 24.4
[ 84.439] X.Org Server Extension : 10.0
[ 84.442] (++) using VT number 1
[ 84.451] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 84.465] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 84.465] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 84.470] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 84.499] (--) PCI:*(0@0:2:0) 8086:22b1:17aa:3822 rev 33, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 84.499] (--) PCI: (1@0:0:0) 10de:1299:17aa:3822 rev 161, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 84.500] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 84.500] (II) LoadModule: "glx"
[ 84.602] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 84.732] (II) Module glx: vendor="X.Org Foundation"
[ 84.732] compiled for 1.21.1.11, module version = 1.0.0
[ 84.732] ABI class: X.Org Server Extension, version 10.0
[ 84.732] (II) LoadModule: "modesetting"
[ 84.733] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 84.830] (II) Module modesetting: vendor="X.Org Foundation"
[ 84.830] compiled for 1.21.1.13, module version = 1.21.1
[ 84.830] Module class: X.Org Video Driver
[ 84.830] ABI class: X.Org Video Driver, version 25.2
[ 84.831] (II) LoadModule: "intel"
[ 84.831] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 84.917] (II) Module intel: vendor="X.Org Foundation"
[ 84.917] compiled for 1.21.1.6, module version = 2.99.917
[ 84.917] Module class: X.Org Video Driver
[ 84.917] ABI class: X.Org Video Driver, version 25.2
[ 84.917] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 84.917] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 84.922] (II) intel: Driver for Intel(R) HD Graphics
[ 84.922] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 84.922] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 84.922] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 84.923] (II) modeset(0): using drv /dev/dri/card1
[ 84.923] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 84.923] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 84.923] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 84.924] (==) modeset(0): RGB weight 888
[ 84.924] (==) modeset(0): Default visual is TrueColor
[ 84.924] (II) Loading sub module "glamoregl"
[ 84.924] (II) LoadModule: "glamoregl"
[ 84.924] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 85.019] (II) Module glamoregl: vendor="X.Org Foundation"
[ 85.019] compiled for 1.21.1.11, module version = 1.0.1
[ 85.019] ABI class: X.Org ANSI C Emulation, version 0.4
[ 88.717] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 405 (BSW)
[ 88.718] (II) modeset(0): glamor initialized
[ 88.718] (==) modeset(0): VariableRefresh: disabled
[ 88.718] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 88.721] (II) modeset(0): Output eDP-1 has no monitor section
[ 88.722] (II) modeset(0): Output DP-1 has no monitor section
[ 88.724] (II) modeset(0): Output HDMI-1 has no monitor section
[ 88.725] (II) modeset(0): Output DP-2 has no monitor section
[ 88.728] (II) modeset(0): Output HDMI-2 has no monitor section
[ 88.734] (II) modeset(0): EDID for output eDP-1
[ 88.734] (II) modeset(0): Manufacturer: AUO Model: 45ec Serial#: 0
[ 88.734] (II) modeset(0): Year: 2015 Week: 1
[ 88.734] (II) modeset(0): EDID Version: 1.4
[ 88.734] (II) modeset(0): Digital Display Input
[ 88.734] (II) modeset(0): 6 bits per channel
[ 88.734] (II) modeset(0): Digital interface is DisplayPort
[ 88.734] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 88.734] (II) modeset(0): Gamma: 2.20
[ 88.734] (II) modeset(0): No DPMS capabilities specified
[ 88.734] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 88.734] (II) modeset(0): First detailed timing is preferred mode
[ 88.734] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 88.734] (II) modeset(0): redX: 0.575 redY: 0.345 greenX: 0.340 greenY: 0.570
[ 88.734] (II) modeset(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
[ 88.734] (II) modeset(0): Manufacturer's mask: 0
[ 88.734] (II) modeset(0): Supported detailed timing:
[ 88.735] (II) modeset(0): clock: 78.2 MHz Image Size: 344 x 193 mm
[ 88.735] (II) modeset(0): h_active: 1366 h_sync: 1374 h_sync_end 1384 h_blank_end 1596 h_border: 0
[ 88.735] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 772 v_blanking: 816 v_border: 0
[ 88.735] (II) modeset(0): Unknown vendor-specific block f
[ 88.735] (II) modeset(0): AUO
[ 88.735] (II) modeset(0): B156XTN04.5
[ 88.735] (II) modeset(0): EDID (in hex):
[ 88.735] (II) modeset(0): 00ffffffffffff0006afec4500000000
[ 88.735] (II) modeset(0): 01190104952213780250259358579229
[ 88.735] (II) modeset(0): 22505400000001010101010101010101
[ 88.735] (II) modeset(0): 0101010101018c1e56e650003030080a
[ 88.735] (II) modeset(0): 310058c1100000180000000f00000000
[ 88.735] (II) modeset(0): 00000000000000000020000000fe0041
[ 88.735] (II) modeset(0): 554f0a202020202020202020000000fe
[ 88.735] (II) modeset(0): 004231353658544e30342e35200a0058
[ 88.735] (II) modeset(0): Printing probed modes for output eDP-1
[ 88.735] (II) modeset(0): Modeline "1366x768"x60.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
[ 88.735] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 88.735] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 88.735] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 88.735] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 88.736] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 88.736] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 88.736] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 88.736] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 88.736] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 88.736] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 88.736] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 88.736] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 88.736] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 88.736] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 88.736] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 88.736] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 88.737] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 88.737] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 88.737] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 88.737] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 88.737] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 88.737] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 88.737] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 88.737] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 88.737] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 88.737] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 88.737] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 88.737] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 88.737] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 88.737] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 88.737] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 88.737] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 88.737] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 88.737] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 88.738] (II) modeset(0): EDID for output DP-1
[ 88.739] (II) modeset(0): EDID for output HDMI-1
[ 88.739] (II) modeset(0): EDID for output DP-2
[ 88.740] (II) modeset(0): EDID for output HDMI-2
[ 88.740] (II) modeset(0): Output eDP-1 connected
[ 88.740] (II) modeset(0): Output DP-1 disconnected
[ 88.740] (II) modeset(0): Output HDMI-1 disconnected
[ 88.740] (II) modeset(0): Output DP-2 disconnected
[ 88.740] (II) modeset(0): Output HDMI-2 disconnected
[ 88.740] (II) modeset(0): Using exact sizes for initial modes
[ 88.740] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 88.741] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 88.741] (==) modeset(0): DPI set to (96, 96)
[ 88.741] (II) Loading sub module "fb"
[ 88.741] (II) LoadModule: "fb"
[ 88.741] (II) Module "fb" already built-in
[ 88.741] (II) UnloadModule: "intel"
[ 88.741] (II) Unloading intel
[ 89.801] (==) modeset(0): Backing store enabled
[ 89.801] (==) modeset(0): Silken mouse enabled
[ 89.901] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 89.902] (==) modeset(0): DPMS enabled
[ 89.902] (WW) modeset(0): Option "DRI" is not used
[ 89.903] (II) modeset(0): [DRI2] Setup complete
[ 89.903] (II) modeset(0): [DRI2] DRI driver: crocus
[ 89.903] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 89.903] (II) Initializing extension Generic Event Extension
[ 89.905] (II) Initializing extension SHAPE
[ 89.907] (II) Initializing extension MIT-SHM
[ 89.908] (II) Initializing extension XInputExtension
[ 89.910] (II) Initializing extension XTEST
[ 89.912] (II) Initializing extension BIG-REQUESTS
[ 89.913] (II) Initializing extension SYNC
[ 89.915] (II) Initializing extension XKEYBOARD
[ 89.916] (II) Initializing extension XC-MISC
[ 89.916] (II) Initializing extension SECURITY
[ 89.917] (II) Initializing extension XFIXES
[ 89.917] (II) Initializing extension RENDER
[ 89.917] (II) Initializing extension RANDR
[ 89.920] (II) Initializing extension COMPOSITE
[ 89.921] (II) Initializing extension DAMAGE
[ 89.923] (II) Initializing extension MIT-SCREEN-SAVER
[ 89.925] (II) Initializing extension DOUBLE-BUFFER
[ 89.926] (II) Initializing extension RECORD
[ 89.928] (II) Initializing extension DPMS
[ 89.929] (II) Initializing extension Present
[ 89.931] (II) Initializing extension DRI3
[ 89.932] (II) Initializing extension X-Resource
[ 89.933] (II) Initializing extension XVideo
[ 89.934] (II) Initializing extension XVideo-MotionCompensation
[ 89.934] (II) Initializing extension GLX
[ 89.967] (II) AIGLX: Loaded and initialized crocus
[ 89.967] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 89.967] (II) Initializing extension XFree86-VidModeExtension
[ 89.968] (II) Initializing extension XFree86-DGA
[ 89.968] (II) Initializing extension XFree86-DRI
[ 89.968] (II) Initializing extension DRI2
[ 89.971] (II) modeset(0): Damage tracking initialized
[ 89.971] (II) modeset(0): Setting screen physical size to 361 x 203
[ 91.313] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 91.313] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 91.313] (II) LoadModule: "libinput"
[ 91.324] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 91.404] (II) Module libinput: vendor="X.Org Foundation"
[ 91.404] compiled for 1.21.1.8, module version = 1.4.0
[ 91.404] Module class: X.Org XInput Driver
[ 91.404] ABI class: X.Org XInput driver, version 24.4
[ 91.404] (II) Using input driver 'libinput' for 'Power Button'
[ 91.411] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 91.411] (**) Power Button: always reports core events
[ 91.411] (**) Option "Device" "/dev/input/event2"
[ 91.464] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 91.464] (II) event2 - Power Button: device is a keyboard
[ 91.465] (II) event2 - Power Button: device removed
[ 91.465] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 91.465] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 91.468] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 91.468] (II) event2 - Power Button: device is a keyboard
[ 91.470] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 91.470] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 91.470] (II) Using input driver 'libinput' for 'Video Bus'
[ 91.477] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[ 91.477] (**) Video Bus: always reports core events
[ 91.477] (**) Option "Device" "/dev/input/event4"
[ 91.480] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 91.481] (II) event4 - Video Bus: device is a keyboard
[ 91.481] (II) event4 - Video Bus: device removed
[ 91.481] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 91.481] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 91.484] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 91.485] (II) event4 - Video Bus: device is a keyboard
[ 91.487] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 91.487] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 91.487] (II) Using input driver 'libinput' for 'Video Bus'
[ 91.494] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[ 91.494] (**) Video Bus: always reports core events
[ 91.494] (**) Option "Device" "/dev/input/event3"
[ 91.500] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 91.500] (II) event3 - Video Bus: device is a keyboard
[ 91.501] (II) event3 - Video Bus: device removed
[ 91.502] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/LNXVIDEO:00/input/input3/event3"
[ 91.502] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 91.508] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 91.508] (II) event3 - Video Bus: device is a keyboard
[ 91.511] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 91.511] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 91.511] (II) Using input driver 'libinput' for 'Power Button'
[ 91.517] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[ 91.517] (**) Power Button: always reports core events
[ 91.517] (**) Option "Device" "/dev/input/event1"
[ 91.521] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 91.522] (II) event1 - Power Button: device is a keyboard
[ 91.522] (II) event1 - Power Button: device removed
[ 91.522] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 91.523] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 91.526] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 91.526] (II) event1 - Power Button: device is a keyboard
[ 91.528] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 91.528] (II) No input driver specified, ignoring this device.
[ 91.528] (II) This device may have been added with another device file.
[ 91.532] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event6)
[ 91.532] (**) USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[ 91.532] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[ 91.595] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[ 91.595] (**) USB OPTICAL MOUSE: always reports core events
[ 91.595] (**) Option "Device" "/dev/input/event6"
[ 91.601] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 91.602] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 91.603] (II) event6 - USB OPTICAL MOUSE: device removed
[ 91.603] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.603] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.603] (II) libinput: USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:3825.0001/input/input7/event6"
[ 91.603] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 10)
[ 91.604] (**) Option "AccelerationScheme" "none"
[ 91.604] (**) USB OPTICAL MOUSE: (accel) selected scheme none/0
[ 91.604] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 91.604] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 91.610] (II) event6 - USB OPTICAL MOUSE: is tagged by udev as: Mouse
[ 91.610] (II) event6 - USB OPTICAL MOUSE: device is a pointer
[ 91.613] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 91.613] (II) No input driver specified, ignoring this device.
[ 91.613] (II) This device may have been added with another device file.
[ 91.615] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 91.615] (II) No input driver specified, ignoring this device.
[ 91.615] (II) This device may have been added with another device file.
[ 91.616] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 91.616] (II) No input driver specified, ignoring this device.
[ 91.616] (II) This device may have been added with another device file.
[ 91.618] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[ 91.618] (II) No input driver specified, ignoring this device.
[ 91.618] (II) This device may have been added with another device file.
[ 91.620] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[ 91.620] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 91.620] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 91.626] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 35 paused 0
[ 91.626] (**) Ideapad extra buttons: always reports core events
[ 91.626] (**) Option "Device" "/dev/input/event9"
[ 91.630] (II) event9 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 91.630] (II) event9 - Ideapad extra buttons: device is a keyboard
[ 91.630] (II) event9 - Ideapad extra buttons: device removed
[ 91.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event9"
[ 91.631] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
[ 91.634] (II) event9 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 91.634] (II) event9 - Ideapad extra buttons: device is a keyboard
[ 91.637] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 91.637] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 91.637] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 91.643] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[ 91.643] (**) AT Translated Set 2 keyboard: always reports core events
[ 91.643] (**) Option "Device" "/dev/input/event5"
[ 91.646] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 91.647] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 91.649] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 91.649] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 91.649] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 91.652] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 91.653] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 91.657] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[ 91.657] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 91.657] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 91.663] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 37 paused 0
[ 91.663] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 91.663] (**) Option "Device" "/dev/input/event8"
[ 91.667] (II) event8 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 91.672] (II) event8 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 91.672] (II) event8 - ETPS/2 Elantech Touchpad: device removed
[ 91.672] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.672] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.672] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 91.673] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[ 91.673] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[ 91.676] (**) Option "AccelerationScheme" "none"
[ 91.676] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 91.676] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 91.676] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 91.679] (II) event8 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 91.684] (II) event8 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 91.686] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 91.686] (II) No input driver specified, ignoring this device.
[ 91.686] (II) This device may have been added with another device file.
[ 91.688] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 91.688] (II) No input driver specified, ignoring this device.
[ 91.688] (II) This device may have been added with another device file.
[ 101.304] (II) modeset(0): EDID vendor "AUO", prod id 17900
[ 101.304] (II) modeset(0): Printing DDC gathered Modelines:
[ 101.305] (II) modeset(0): Modeline "1366x768"x0.0 78.20 1366 1374 1384 1596 768 771 772 816 -hsync -vsync (49.0 kHz eP)
[ 149.723] (**) Option "fd" "28"
[ 149.724] (II) event2 - Power Button: device removed
[ 149.725] (**) Option "fd" "31"
[ 149.725] (II) event4 - Video Bus: device removed
[ 149.726] (**) Option "fd" "32"
[ 149.726] (II) event3 - Video Bus: device removed
[ 149.728] (**) Option "fd" "33"
[ 149.728] (II) event1 - Power Button: device removed
[ 149.729] (**) Option "fd" "34"
[ 149.729] (II) event6 - USB OPTICAL MOUSE: device removed
[ 149.731] (**) Option "fd" "35"
[ 149.731] (II) event9 - Ideapad extra buttons: device removed
[ 149.732] (**) Option "fd" "36"
[ 149.732] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 149.734] (**) Option "fd" "37"
[ 149.735] (II) event8 - ETPS/2 Elantech Touchpad: device removed
[ 149.736] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 149.739] (II) systemd-logind: got pause for 13:70
[ 149.739] (II) systemd-logind: got pause for 13:69
[ 149.739] (II) systemd-logind: got pause for 13:65
[ 149.739] (II) systemd-logind: got pause for 13:72
[ 149.740] (II) systemd-logind: got pause for 13:67
[ 149.740] (II) systemd-logind: got pause for 13:66
[ 149.740] (II) systemd-logind: got pause for 13:73
[ 149.740] (II) systemd-logind: got pause for 13:68
[ 180.894] (II) UnloadModule: "libinput"
[ 180.895] (II) systemd-logind: releasing fd for 13:72
[ 180.927] (II) UnloadModule: "libinput"
[ 180.927] (II) systemd-logind: releasing fd for 13:69
[ 180.948] (II) UnloadModule: "libinput"
[ 180.948] (II) systemd-logind: releasing fd for 13:73
[ 180.968] (II) UnloadModule: "libinput"
[ 180.968] (II) systemd-logind: releasing fd for 13:70
[ 180.987] (II) UnloadModule: "libinput"
[ 180.987] (II) systemd-logind: releasing fd for 13:65
[ 181.001] (II) UnloadModule: "libinput"
[ 181.001] (II) systemd-logind: releasing fd for 13:67
[ 181.024] (II) UnloadModule: "libinput"
[ 181.024] (II) systemd-logind: releasing fd for 13:68
[ 181.040] (II) UnloadModule: "libinput"
[ 181.040] (II) systemd-logind: releasing fd for 13:66
[ 181.107] (II) Server terminated successfully (0). Closing log file.
Offline
Why are you doing any of this?
I wanted to use the nvidia drivers. and see the differences. for example. other older cards are not listed. and I would have to use an older kernel and driver from the nvidia website.
Offline
and I would have to use an older kernel and driver from the nvidia website.
That's bullshit, and you've been told that a number of times.
You've been floundering around doing all kinds of completely crazy things, have you read the nvidia wiki page yet?
Last edited by Scimmia (2024-05-02 12:31:54)
Offline