You are not logged in.
There was a problem with the update from xorg-server 1.17 to 1.18 for nVidia Optimus laptops. I was downgrading xorg-server the last months but it seems to be worked out now so I'm trying to update.
I updated my xorg config according to https://wiki.archlinux.org/index.php/NV … ing_nvidia.
$ pacman -Q nvidia-340xx xorg-server
nvidia-340xx 340.96-8
xorg-server 1.18.1-3
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
01:00.0 VGA compatible controller: NVIDIA Corporation GT215M [GeForce GT 335M] (rev ff)
$ find /etc/X11/
/etc/X11/
/etc/X11/Xwrapper.config
/etc/X11/xorg.conf.d
/etc/X11/xorg.conf.d/20-nvidia.conf
/etc/X11/xinit
/etc/X11/xinit/xinitrc.d
/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xserverrc
$ cat /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Module"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "1:0:0"
Option "AllowEmptyInitialConfiguration"
Option "ConnectedMonitor" "CRT-0"
Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
Option "IgnoreEDID" "false"
Option "UseEDID" "true"
EndSectionWhen I start the X server now, I get this segfault:
[ 3323.085]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 3323.090] X Protocol Version 11, Revision 0
[ 3323.091] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 3323.093] Current Operating System: Linux zergling 4.4.5-1-ARCH #1 SMP PREEMPT Tue Mar 15 19:16:16 CET 2016 x86_64
[ 3323.093] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=064f6016-18b3-4589-813a-7223a3980bfb rw cryptdevice=/dev/sda3:main quiet pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
[ 3323.096] Build Date: 11 February 2016 09:57:03AM
[ 3323.097]
[ 3323.098] Current version of pixman: 0.34.0
[ 3323.100] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3323.100] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3323.105] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 16 08:48:41 2016
[ 3323.107] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 3323.108] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3323.108] (==) No Layout section. Using the first Screen section.
[ 3323.108] (==) No screen section available. Using defaults.
[ 3323.108] (**) |-->Screen "Default Screen Section" (0)
[ 3323.108] (**) | |-->Monitor "<default monitor>"
[ 3323.108] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 3323.108] (**) | |-->Device "nvidia"
[ 3323.108] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3323.108] (==) Automatically adding devices
[ 3323.108] (==) Automatically enabling devices
[ 3323.108] (==) Automatically adding GPU devices
[ 3323.108] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3323.108] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 3323.108] Entry deleted from font path.
[ 3323.108] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 3323.108] Entry deleted from font path.
[ 3323.108] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 3323.108] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 3323.108] Entry deleted from font path.
[ 3323.108] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 3323.108] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 3323.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3323.108] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3323.108] (II) Loader magic: 0x81ad60
[ 3323.108] (II) Module ABI versions:
[ 3323.108] X.Org ANSI C Emulation: 0.4
[ 3323.108] X.Org Video Driver: 20.0
[ 3323.108] X.Org XInput driver : 22.1
[ 3323.108] X.Org Server Extension : 9.0
[ 3323.110] (++) using VT number 9
[ 3323.110] (--) controlling tty is VT number 9, auto-enabling KeepTty
[ 3323.114] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c10
[ 3323.116] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3323.117] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 3323.121] (--) PCI:*(0:0:2:0) 8086:0046:1028:0465 rev 2, Mem @ 0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005078/8
[ 3323.121] (--) PCI: (0:1:0:0) 10de:0caf:1028:0465 rev 162, Mem @ 0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 3323.121] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3323.122] (II) "glx" will be loaded by default.
[ 3323.122] (II) LoadModule: "modesetting"
[ 3323.122] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3323.122] (II) Module modesetting: vendor="X.Org Foundation"
[ 3323.122] compiled for 1.18.1, module version = 1.18.1
[ 3323.122] Module class: X.Org Video Driver
[ 3323.122] ABI class: X.Org Video Driver, version 20.0
[ 3323.122] (II) LoadModule: "glx"
[ 3323.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3323.141] (II) Module glx: vendor="NVIDIA Corporation"
[ 3323.141] compiled for 4.0.2, module version = 1.0.0
[ 3323.141] Module class: X.Org Server Extension
[ 3323.141] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:06:18 PST 2015
[ 3323.141] (II) LoadModule: "nvidia"
[ 3323.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3323.141] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3323.141] compiled for 4.0.2, module version = 1.0.0
[ 3323.141] Module class: X.Org Video Driver
[ 3323.141] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3323.141] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:46:28 PST 2015
[ 3323.141] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3323.142] (II) modeset(G0): using drv /dev/dri/card0
[ 3323.142] (II) Loading sub module "fb"
[ 3323.142] (II) LoadModule: "fb"
[ 3323.142] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3323.142] (II) Module fb: vendor="X.Org Foundation"
[ 3323.142] compiled for 1.18.1, module version = 1.0.0
[ 3323.142] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3323.142] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 3323.142] (II) Loading sub module "wfb"
[ 3323.142] (II) LoadModule: "wfb"
[ 3323.142] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3323.142] (II) Module wfb: vendor="X.Org Foundation"
[ 3323.142] compiled for 1.18.1, module version = 1.0.0
[ 3323.142] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3323.142] (II) Loading sub module "ramdac"
[ 3323.142] (II) LoadModule: "ramdac"
[ 3323.142] (II) Module "ramdac" already built-in
[ 3323.290] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3323.290] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 3323.290] (==) NVIDIA(0): RGB weight 888
[ 3323.290] (==) NVIDIA(0): Default visual is TrueColor
[ 3323.290] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3323.290] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 3323.290] (**) NVIDIA(0): Option "UseEDID" "true"
[ 3323.290] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT-0"
[ 3323.290] (**) NVIDIA(0): Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
[ 3323.290] (**) NVIDIA(0): Enabling 2D acceleration
[ 3323.290] (**) NVIDIA(0): ConnectedMonitor string: "CRT-0"
[ 3323.880] (II) NVIDIA(0): Using ConnectedMonitor string "CRT-0".
[ 3323.880] (II) NVIDIA(0): Display (AU Optronics Corporation (CRT-0)) does not support
[ 3323.880] (II) NVIDIA(0): NVIDIA 3D Vision stereo.
[ 3323.881] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 3323.883] (II) NVIDIA(0): NVIDIA GPU GeForce GT 335M (GT215) at PCI:1:0:0 (GPU-0)
[ 3323.883] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 3323.883] (--) NVIDIA(0): VideoBIOS: 70.15.3c.00.0a
[ 3323.883] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 3323.886] (--) NVIDIA(0): Valid display device(s) on GeForce GT 335M at PCI:1:0:0
[ 3323.886] (--) NVIDIA(0): AU Optronics Corporation (CRT-0) (boot, connected)
[ 3323.886] (--) NVIDIA(GPU-0): AU Optronics Corporation (CRT-0): 400.0 MHz maximum pixel clock
[ 3323.886] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 3323.886] (**) NVIDIA(0): device AU Optronics Corporation (CRT-0) (Using EDID
[ 3323.886] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 3323.887] (==) NVIDIA(0):
[ 3323.887] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 3323.887] (==) NVIDIA(0): will be used as the requested mode.
[ 3323.887] (==) NVIDIA(0):
[ 3323.887] (II) NVIDIA(0): Validated MetaModes:
[ 3323.887] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 3323.887] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[ 3323.891] (--) NVIDIA(0): DPI set to (133, 139); computed from "UseEdidDpi" X config
[ 3323.891] (--) NVIDIA(0): option
[ 3323.892] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 3323.892] (==) modeset(G0): RGB weight 888
[ 3323.892] (==) modeset(G0): Default visual is TrueColor
[ 3323.892] (II) Loading sub module "glamoregl"
[ 3323.892] (II) LoadModule: "glamoregl"
[ 3323.892] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 3323.897] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3323.897] compiled for 1.18.1, module version = 1.0.0
[ 3323.897] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3323.897] (II) glamor: OpenGL accelerated X.org driver based.
[ 3323.910] (EE)
[ 3323.911] (EE) Backtrace:
[ 3323.911] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x598b99]
[ 3323.911] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f3afee9f32f]
[ 3323.912] (EE) 2: /usr/lib/libX11.so.6 (XQueryExtension+0x39) [0x7f3af4e80549]
[ 3323.912] (EE) 3: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7f3af4e74352]
[ 3323.912] (EE) 4: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7f3af4c4338f]
[ 3323.912] (EE) 5: /usr/lib/libnvidia-glsi.so.340.96 (_nv002glsi+0x5c817) [0x7f3af5248b47]
[ 3323.912] (EE) 6: /usr/lib/libnvidia-glsi.so.340.96 (_nv049glsi+0x4c) [0x7f3af518e3ec]
[ 3323.912] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 3323.912] (EE) 7: /usr/lib/libEGL.so.1 (?+0x4c) [0x7f3af5436f7c]
[ 3323.912] (EE) 8: /usr/lib/libEGL.so.1 (NvEglRegClientApi+0x4f84) [0x7f3af5444274]
[ 3323.913] (EE) 9: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0xf3) [0x7f3af7a8b0c3]
[ 3323.913] (EE) 10: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x3b63) [0x7f3afc8ac8c3]
[ 3323.913] (EE) 11: /usr/lib/xorg-server/Xorg (InitOutput+0xbf5) [0x47b1f5]
[ 3323.913] (EE) 12: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x264) [0x43a124]
[ 3323.914] (EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f3afee8c710]
[ 3323.914] (EE) 14: /usr/lib/xorg-server/Xorg (_start+0x29) [0x424649]
[ 3323.915] (EE) 15: ? (?+0x29) [0x29]
[ 3323.915] (EE)
[ 3323.915] (EE) Segmentation fault at address 0x0
[ 3323.915] (EE)
Fatal server error:
[ 3323.915] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 3323.915] (EE)
[ 3323.915] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3323.915] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 3323.915] (EE)
[ 3323.919] (EE) Server terminated with error (1). Closing log file.Without the added EDID options I get pretty much the same but nvidia can't read the EDID data:
[ 4446.784]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 4446.789] X Protocol Version 11, Revision 0
[ 4446.791] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 4446.792] Current Operating System: Linux zergling 4.4.5-1-ARCH #1 SMP PREEMPT Tue Mar 15 19:16:16 CET 2016 x86_64
[ 4446.792] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=064f6016-18b3-4589-813a-7223a3980bfb rw cryptdevice=/dev/sda3:main quiet pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
[ 4446.796] Build Date: 11 February 2016 09:57:03AM
[ 4446.797]
[ 4446.798] Current version of pixman: 0.34.0
[ 4446.800] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4446.800] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4446.805] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 16 09:07:24 2016
[ 4446.806] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4446.807] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4446.807] (==) No Layout section. Using the first Screen section.
[ 4446.807] (==) No screen section available. Using defaults.
[ 4446.807] (**) |-->Screen "Default Screen Section" (0)
[ 4446.807] (**) | |-->Monitor "<default monitor>"
[ 4446.807] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 4446.807] (**) | |-->Device "nvidia"
[ 4446.807] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 4446.807] (==) Automatically adding devices
[ 4446.807] (==) Automatically enabling devices
[ 4446.807] (==) Automatically adding GPU devices
[ 4446.807] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4446.807] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 4446.807] Entry deleted from font path.
[ 4446.807] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 4446.807] Entry deleted from font path.
[ 4446.807] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 4446.807] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 4446.807] Entry deleted from font path.
[ 4446.807] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 4446.807] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 4446.807] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4446.807] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4446.807] (II) Loader magic: 0x81ad60
[ 4446.807] (II) Module ABI versions:
[ 4446.807] X.Org ANSI C Emulation: 0.4
[ 4446.807] X.Org Video Driver: 20.0
[ 4446.807] X.Org XInput driver : 22.1
[ 4446.807] X.Org Server Extension : 9.0
[ 4446.809] (++) using VT number 9
[ 4446.809] (--) controlling tty is VT number 9, auto-enabling KeepTty
[ 4446.813] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c13
[ 4446.814] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4446.815] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 4446.818] (--) PCI:*(0:0:2:0) 8086:0046:1028:0465 rev 2, Mem @ 0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005078/8
[ 4446.818] (--) PCI: (0:1:0:0) 10de:0caf:1028:0465 rev 162, Mem @ 0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 4446.818] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4446.818] (II) "glx" will be loaded by default.
[ 4446.818] (II) LoadModule: "modesetting"
[ 4446.818] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4446.819] (II) Module modesetting: vendor="X.Org Foundation"
[ 4446.819] compiled for 1.18.1, module version = 1.18.1
[ 4446.819] Module class: X.Org Video Driver
[ 4446.819] ABI class: X.Org Video Driver, version 20.0
[ 4446.819] (II) LoadModule: "glx"
[ 4446.819] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4446.837] (II) Module glx: vendor="NVIDIA Corporation"
[ 4446.837] compiled for 4.0.2, module version = 1.0.0
[ 4446.837] Module class: X.Org Server Extension
[ 4446.837] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:06:18 PST 2015
[ 4446.837] (II) LoadModule: "nvidia"
[ 4446.837] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4446.837] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4446.837] compiled for 4.0.2, module version = 1.0.0
[ 4446.837] Module class: X.Org Video Driver
[ 4446.837] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 4446.837] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:46:28 PST 2015
[ 4446.837] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4446.838] (II) modeset(G0): using drv /dev/dri/card0
[ 4446.838] (II) Loading sub module "fb"
[ 4446.838] (II) LoadModule: "fb"
[ 4446.838] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4446.838] (II) Module fb: vendor="X.Org Foundation"
[ 4446.838] compiled for 1.18.1, module version = 1.0.0
[ 4446.838] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4446.838] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 4446.838] (II) Loading sub module "wfb"
[ 4446.838] (II) LoadModule: "wfb"
[ 4446.838] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4446.838] (II) Module wfb: vendor="X.Org Foundation"
[ 4446.838] compiled for 1.18.1, module version = 1.0.0
[ 4446.838] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4446.838] (II) Loading sub module "ramdac"
[ 4446.838] (II) LoadModule: "ramdac"
[ 4446.838] (II) Module "ramdac" already built-in
[ 4446.977] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 4446.978] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 4446.978] (==) NVIDIA(0): RGB weight 888
[ 4446.978] (==) NVIDIA(0): Default visual is TrueColor
[ 4446.978] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4446.978] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 4446.978] (**) NVIDIA(0): Enabling 2D acceleration
[ 4447.575] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
[ 4447.575] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 4447.577] (II) NVIDIA(0): NVIDIA GPU GeForce GT 335M (GT215) at PCI:1:0:0 (GPU-0)
[ 4447.577] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 4447.577] (--) NVIDIA(0): VideoBIOS: 70.15.3c.00.0a
[ 4447.577] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 4447.580] (--) NVIDIA(0): Valid display device(s) on GeForce GT 335M at PCI:1:0:0
[ 4447.580] (--) NVIDIA(0): CRT-0 (boot, connected)
[ 4447.580] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 4447.580] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 4447.580] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
[ 4447.580] (**) NVIDIA(0): all display devices.)
[ 4447.584] (==) NVIDIA(0):
[ 4447.584] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 4447.584] (==) NVIDIA(0): will be used as the requested mode.
[ 4447.584] (==) NVIDIA(0):
[ 4447.585] (II) NVIDIA(0): Validated MetaModes:
[ 4447.585] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 4447.585] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 4447.588] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 4447.588] (WW) NVIDIA(0): from CRT-0's EDID.
[ 4447.588] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 4447.588] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 4447.589] (==) modeset(G0): RGB weight 888
[ 4447.589] (==) modeset(G0): Default visual is TrueColor
[ 4447.589] (II) Loading sub module "glamoregl"
[ 4447.589] (II) LoadModule: "glamoregl"
[ 4447.589] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 4447.594] (II) Module glamoregl: vendor="X.Org Foundation"
[ 4447.594] compiled for 1.18.1, module version = 1.0.0
[ 4447.594] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4447.594] (II) glamor: OpenGL accelerated X.org driver based.
[ 4447.607] (EE)
[ 4447.607] (EE) Backtrace:
[ 4447.607] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x598b99]
[ 4447.608] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f28604b732f]
[ 4447.608] (EE) 2: /usr/lib/libX11.so.6 (XQueryExtension+0x39) [0x7f2856498549]
[ 4447.608] (EE) 3: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7f285648c352]
[ 4447.608] (EE) 4: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7f285625b38f]
[ 4447.609] (EE) 5: /usr/lib/libnvidia-glsi.so.340.96 (_nv002glsi+0x5c817) [0x7f2856860b47]
[ 4447.609] (EE) 6: /usr/lib/libnvidia-glsi.so.340.96 (_nv049glsi+0x4c) [0x7f28567a63ec]
[ 4447.609] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 4447.609] (EE) 7: /usr/lib/libEGL.so.1 (?+0x4c) [0x7f2856a4ef7c]
[ 4447.609] (EE) 8: /usr/lib/libEGL.so.1 (NvEglRegClientApi+0x4f84) [0x7f2856a5c274]
[ 4447.609] (EE) 9: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0xf3) [0x7f28590a30c3]
[ 4447.609] (EE) 10: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x3b63) [0x7f285dec48c3]
[ 4447.610] (EE) 11: /usr/lib/xorg-server/Xorg (InitOutput+0xbf5) [0x47b1f5]
[ 4447.610] (EE) 12: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x264) [0x43a124]
[ 4447.610] (EE) 13: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f28604a4710]
[ 4447.610] (EE) 14: /usr/lib/xorg-server/Xorg (_start+0x29) [0x424649]
[ 4447.611] (EE) 15: ? (?+0x29) [0x29]
[ 4447.611] (EE)
[ 4447.611] (EE) Segmentation fault at address 0x1100000011
[ 4447.611] (EE)
Fatal server error:
[ 4447.611] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 4447.611] (EE)
[ 4447.611] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 4447.611] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 4447.611] (EE)
[ 4447.662] (EE) Server terminated with error (1). Closing log file.Setting Option "AccelMethod" to "none" or "sna" as pointed out in the wiki, leads to the same result. In this case I got this stacktrace but those two seem to be alternating anyway:
[ 4804.443] (EE) Backtrace:
[ 4804.443] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x598b99]
[ 4804.444] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fe4a982b32f]
[ 4804.444] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 4804.444] (EE) 2: /usr/lib/libglapi.so.0 (?+0x0) [0x7fe4a148b07b]
[ 4804.444] (EE)
[ 4804.444] (EE) Segmentation fault at address 0x7fe49fb824cdI also tried the "Alternative configuration" from the wiki but the instructions are a bit unclear atm because it says to modify sections that are no longer there.
I tried an additional 30-intel.conf with these contents:
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "AccelMethod" "sna"
#Option "TearFree" "True"
#Option "Tiling" "True"
#Option "SwapbuffersWait" "True"
EndSectionThis starts the X server but I don't get any picture. The screen(s) still show the console. I use this .xinitrc:
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr > /tmp/xrandr
exec openboxThe output of xrandr is only this:
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
VGA-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
1366x768 60.04*+Or - without the EDID fix - this:
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 8192 x 8192
VGA-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*+
800x600 72.19 60.32 56.25
640x480 59.94
512x384 60.00
400x300 72.19
320x240 60.05X log looks like this:
[ 5466.016]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 5466.021] X Protocol Version 11, Revision 0
[ 5466.023] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 5466.024] Current Operating System: Linux zergling 4.4.5-1-ARCH #1 SMP PREEMPT Tue Mar 15 19:16:16 CET 2016 x86_64
[ 5466.024] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=064f6016-18b3-4589-813a-7223a3980bfb rw cryptdevice=/dev/sda3:main quiet pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
[ 5466.027] Build Date: 11 February 2016 09:57:03AM
[ 5466.028]
[ 5466.029] Current version of pixman: 0.34.0
[ 5466.031] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5466.031] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5466.036] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 16 09:24:24 2016
[ 5466.037] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 5466.039] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5466.039] (==) No Layout section. Using the first Screen section.
[ 5466.039] (==) No screen section available. Using defaults.
[ 5466.039] (**) |-->Screen "Default Screen Section" (0)
[ 5466.039] (**) | |-->Monitor "<default monitor>"
[ 5466.039] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 5466.039] (**) | |-->Device "nvidia"
[ 5466.039] (**) | |-->GPUDevice "intel"
[ 5466.039] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5466.039] (==) Automatically adding devices
[ 5466.039] (==) Automatically enabling devices
[ 5466.039] (==) Automatically adding GPU devices
[ 5466.039] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5466.039] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 5466.039] Entry deleted from font path.
[ 5466.039] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 5466.039] Entry deleted from font path.
[ 5466.039] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 5466.039] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 5466.039] Entry deleted from font path.
[ 5466.039] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 5466.039] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 5466.039] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5466.039] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5466.039] (II) Loader magic: 0x81ad60
[ 5466.039] (II) Module ABI versions:
[ 5466.039] X.Org ANSI C Emulation: 0.4
[ 5466.039] X.Org Video Driver: 20.0
[ 5466.039] X.Org XInput driver : 22.1
[ 5466.039] X.Org Server Extension : 9.0
[ 5466.041] (++) using VT number 9
[ 5466.041] (--) controlling tty is VT number 9, auto-enabling KeepTty
[ 5466.045] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c18
[ 5466.047] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5466.048] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 5466.051] (--) PCI:*(0:0:2:0) 8086:0046:1028:0465 rev 2, Mem @ 0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005078/8
[ 5466.052] (--) PCI: (0:1:0:0) 10de:0caf:1028:0465 rev 162, Mem @ 0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 5466.052] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5466.052] (II) "glx" will be loaded by default.
[ 5466.052] (II) LoadModule: "modesetting"
[ 5466.052] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5466.052] (II) Module modesetting: vendor="X.Org Foundation"
[ 5466.052] compiled for 1.18.1, module version = 1.18.1
[ 5466.052] Module class: X.Org Video Driver
[ 5466.053] ABI class: X.Org Video Driver, version 20.0
[ 5466.053] (II) LoadModule: "glx"
[ 5466.053] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5466.071] (II) Module glx: vendor="NVIDIA Corporation"
[ 5466.071] compiled for 4.0.2, module version = 1.0.0
[ 5466.071] Module class: X.Org Server Extension
[ 5466.071] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:06:18 PST 2015
[ 5466.071] (II) LoadModule: "nvidia"
[ 5466.072] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5466.072] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5466.072] compiled for 4.0.2, module version = 1.0.0
[ 5466.072] Module class: X.Org Video Driver
[ 5466.072] (II) LoadModule: "modesetting"
[ 5466.072] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5466.072] (II) Module modesetting: vendor="X.Org Foundation"
[ 5466.072] compiled for 1.18.1, module version = 1.18.1
[ 5466.072] Module class: X.Org Video Driver
[ 5466.072] ABI class: X.Org Video Driver, version 20.0
[ 5466.072] (II) UnloadModule: "modesetting"
[ 5466.072] (II) Unloading modesetting
[ 5466.072] (II) Failed to load module "modesetting" (already loaded, 0)
[ 5466.072] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5466.072] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:46:28 PST 2015
[ 5466.072] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5466.072] (II) modeset(0): using drv /dev/dri/card0
[ 5466.072] (II) Loading sub module "fb"
[ 5466.072] (II) LoadModule: "fb"
[ 5466.073] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5466.073] (II) Module fb: vendor="X.Org Foundation"
[ 5466.073] compiled for 1.18.1, module version = 1.0.0
[ 5466.073] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5466.073] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 5466.073] (II) Loading sub module "wfb"
[ 5466.073] (II) LoadModule: "wfb"
[ 5466.073] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5466.073] (II) Module wfb: vendor="X.Org Foundation"
[ 5466.073] compiled for 1.18.1, module version = 1.0.0
[ 5466.073] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5466.073] (II) Loading sub module "ramdac"
[ 5466.073] (II) LoadModule: "ramdac"
[ 5466.073] (II) Module "ramdac" already built-in
[ 5466.218] (EE) Screen 0 deleted because of no matching config section.
[ 5466.219] (II) UnloadModule: "modesetting"
[ 5466.219] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5466.219] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 5466.219] (==) NVIDIA(0): RGB weight 888
[ 5466.219] (==) NVIDIA(0): Default visual is TrueColor
[ 5466.219] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5466.219] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 5466.219] (**) NVIDIA(0): Enabling 2D acceleration
[ 5466.817] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
[ 5466.817] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 5466.819] (II) NVIDIA(0): NVIDIA GPU GeForce GT 335M (GT215) at PCI:1:0:0 (GPU-0)
[ 5466.819] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 5466.819] (--) NVIDIA(0): VideoBIOS: 70.15.3c.00.0a
[ 5466.819] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 5466.822] (--) NVIDIA(0): Valid display device(s) on GeForce GT 335M at PCI:1:0:0
[ 5466.822] (--) NVIDIA(0): CRT-0 (boot, connected)
[ 5466.822] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 5466.822] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 5466.822] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
[ 5466.822] (**) NVIDIA(0): all display devices.)
[ 5466.827] (==) NVIDIA(0):
[ 5466.827] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 5466.827] (==) NVIDIA(0): will be used as the requested mode.
[ 5466.827] (==) NVIDIA(0):
[ 5466.827] (II) NVIDIA(0): Validated MetaModes:
[ 5466.827] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 5466.827] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 5466.831] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 5466.831] (WW) NVIDIA(0): from CRT-0's EDID.
[ 5466.831] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 5466.831] (--) Depth 24 pixmap format is 32 bpp
[ 5466.831] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 5466.906] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 5466.906] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 5466.906] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 5466.906] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 5466.906] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 5466.906] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 5466.906] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 5466.906] (II) NVIDIA(0): Config Options in the README.
[ 5466.911] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[ 5466.992] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 5466.992] (==) NVIDIA(0): Backing store enabled
[ 5466.992] (==) NVIDIA(0): Silken mouse enabled
[ 5466.993] (==) NVIDIA(0): DPMS enabled
[ 5466.993] (II) Loading sub module "dri2"
[ 5466.993] (II) LoadModule: "dri2"
[ 5466.993] (II) Module "dri2" already built-in
[ 5466.993] (II) NVIDIA(0): [DRI2] Setup complete
[ 5466.993] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 5466.993] (--) RandR disabled
[ 5466.998] (II) Initializing extension GLX
[ 5466.998] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 5467.065] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 5467.065] (II) LoadModule: "evdev"
[ 5467.065] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5467.066] (II) Module evdev: vendor="X.Org Foundation"
[ 5467.066] compiled for 1.18.0, module version = 2.10.1
[ 5467.066] Module class: X.Org XInput Driver
[ 5467.066] ABI class: X.Org XInput driver, version 22.1
[ 5467.067] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 29 paused 0
[ 5467.067] (II) Using input driver 'evdev' for 'Power Button'
[ 5467.067] (**) Power Button: always reports core events
[ 5467.067] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 5467.067] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 5467.067] (--) evdev: Power Button: Found keys
[ 5467.067] (II) evdev: Power Button: Configuring as keyboard
[ 5467.067] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[ 5467.067] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 5467.067] (**) Option "xkb_rules" "evdev"
[ 5467.068] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 5467.068] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 5467.069] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[ 5467.069] (II) Using input driver 'evdev' for 'Video Bus'
[ 5467.069] (**) Video Bus: always reports core events
[ 5467.069] (**) evdev: Video Bus: Device: "/dev/input/event6"
[ 5467.069] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 5467.069] (--) evdev: Video Bus: Found keys
[ 5467.069] (II) evdev: Video Bus: Configuring as keyboard
[ 5467.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
[ 5467.069] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 5467.069] (**) Option "xkb_rules" "evdev"
[ 5467.069] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 5467.069] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 5467.070] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[ 5467.070] (II) Using input driver 'evdev' for 'Video Bus'
[ 5467.070] (**) Video Bus: always reports core events
[ 5467.070] (**) evdev: Video Bus: Device: "/dev/input/event7"
[ 5467.070] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 5467.070] (--) evdev: Video Bus: Found keys
[ 5467.070] (II) evdev: Video Bus: Configuring as keyboard
[ 5467.070] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:01/input/input8/event7"
[ 5467.070] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 5467.070] (**) Option "xkb_rules" "evdev"
[ 5467.071] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 5467.071] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 5467.072] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[ 5467.072] (II) Using input driver 'evdev' for 'Power Button'
[ 5467.072] (**) Power Button: always reports core events
[ 5467.072] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 5467.072] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 5467.072] (--) evdev: Power Button: Found keys
[ 5467.072] (II) evdev: Power Button: Configuring as keyboard
[ 5467.072] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[ 5467.072] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 5467.072] (**) Option "xkb_rules" "evdev"
[ 5467.072] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 5467.072] (II) No input driver specified, ignoring this device.
[ 5467.072] (II) This device may have been added with another device file.
[ 5467.073] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 5467.073] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5467.073] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 33 paused 1
[ 5467.073] (EE) Error systemd-logind returned paused fd for drm node
[ 5467.073] (II) systemd-logind: releasing fd for 226:1
[ 5467.076] (II) config/udev: Adding input device HID 413c:8161 (/dev/input/event1)
[ 5467.076] (**) HID 413c:8161: Applying InputClass "evdev keyboard catchall"
[ 5467.077] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[ 5467.077] (II) Using input driver 'evdev' for 'HID 413c:8161'
[ 5467.077] (**) HID 413c:8161: always reports core events
[ 5467.077] (**) evdev: HID 413c:8161: Device: "/dev/input/event1"
[ 5467.077] (--) evdev: HID 413c:8161: Vendor 0x413c Product 0x8161
[ 5467.077] (--) evdev: HID 413c:8161: Found keys
[ 5467.077] (II) evdev: HID 413c:8161: Configuring as keyboard
[ 5467.077] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:413C:8161.0001/input/input2/event1"
[ 5467.077] (II) XINPUT: Adding extended input device "HID 413c:8161" (type: KEYBOARD, id 10)
[ 5467.077] (**) Option "xkb_rules" "evdev"
[ 5467.079] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/event2)
[ 5467.079] (**) HID 413c:8162: Applying InputClass "evdev pointer catchall"
[ 5467.133] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[ 5467.133] (II) Using input driver 'evdev' for 'HID 413c:8162'
[ 5467.133] (**) HID 413c:8162: always reports core events
[ 5467.133] (**) evdev: HID 413c:8162: Device: "/dev/input/event2"
[ 5467.133] (--) evdev: HID 413c:8162: Vendor 0x413c Product 0x8162
[ 5467.133] (--) evdev: HID 413c:8162: Found 3 mouse buttons
[ 5467.133] (--) evdev: HID 413c:8162: Found relative axes
[ 5467.133] (--) evdev: HID 413c:8162: Found x and y relative axes
[ 5467.133] (II) evdev: HID 413c:8162: Configuring as mouse
[ 5467.133] (**) evdev: HID 413c:8162: YAxisMapping: buttons 4 and 5
[ 5467.133] (**) evdev: HID 413c:8162: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 5467.133] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:413C:8162.0003/input/input3/event2"
[ 5467.133] (II) XINPUT: Adding extended input device "HID 413c:8162" (type: MOUSE, id 11)
[ 5467.133] (II) evdev: HID 413c:8162: initialized for relative axes.
[ 5467.134] (**) HID 413c:8162: (accel) keeping acceleration scheme 1
[ 5467.134] (**) HID 413c:8162: (accel) acceleration profile 0
[ 5467.134] (**) HID 413c:8162: (accel) acceleration factor: 2.000
[ 5467.134] (**) HID 413c:8162: (accel) acceleration threshold: 4
[ 5467.135] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/mouse0)
[ 5467.136] (II) No input driver specified, ignoring this device.
[ 5467.136] (II) This device may have been added with another device file.
[ 5467.137] (II) config/udev: Adding input device Laptop_Integrated_Webcam_1.3M (/dev/input/event17)
[ 5467.137] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "evdev keyboard catchall"
[ 5467.139] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 36 paused 0
[ 5467.139] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_1.3M'
[ 5467.139] (**) Laptop_Integrated_Webcam_1.3M: always reports core events
[ 5467.139] (**) evdev: Laptop_Integrated_Webcam_1.3M: Device: "/dev/input/event17"
[ 5467.139] (--) evdev: Laptop_Integrated_Webcam_1.3M: Vendor 0xc45 Product 0x6424
[ 5467.139] (--) evdev: Laptop_Integrated_Webcam_1.3M: Found keys
[ 5467.139] (II) evdev: Laptop_Integrated_Webcam_1.3M: Configuring as keyboard
[ 5467.139] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input18/event17"
[ 5467.139] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_1.3M" (type: KEYBOARD, id 12)
[ 5467.139] (**) Option "xkb_rules" "evdev"
[ 5467.140] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 5467.141] (II) No input driver specified, ignoring this device.
[ 5467.141] (II) This device may have been added with another device file.
[ 5467.141] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[ 5467.142] (II) No input driver specified, ignoring this device.
[ 5467.142] (II) This device may have been added with another device file.
[ 5467.142] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[ 5467.142] (II) No input driver specified, ignoring this device.
[ 5467.142] (II) This device may have been added with another device file.
[ 5467.143] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
[ 5467.143] (II) No input driver specified, ignoring this device.
[ 5467.143] (II) This device may have been added with another device file.
[ 5467.144] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event14)
[ 5467.144] (II) No input driver specified, ignoring this device.
[ 5467.144] (II) This device may have been added with another device file.
[ 5467.144] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=7 (/dev/input/event15)
[ 5467.144] (II) No input driver specified, ignoring this device.
[ 5467.144] (II) This device may have been added with another device file.
[ 5467.146] (II) config/udev: Adding input device PLAYSTATION(R)3 Controller (/dev/input/event18)
[ 5467.146] (II) No input driver specified, ignoring this device.
[ 5467.146] (II) This device may have been added with another device file.
[ 5467.147] (II) config/udev: Adding input device PLAYSTATION(R)3 Controller (/dev/input/js0)
[ 5467.147] (II) No input driver specified, ignoring this device.
[ 5467.147] (II) This device may have been added with another device file.
[ 5467.148] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 5467.148] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 5467.149] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[ 5467.149] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 5467.149] (**) AT Translated Set 2 keyboard: always reports core events
[ 5467.149] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 5467.149] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 5467.149] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 5467.149] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 5467.149] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 5467.149] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 5467.149] (**) Option "xkb_rules" "evdev"
[ 5467.150] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 5467.150] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 5467.150] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[ 5467.151] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
[ 5467.151] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[ 5467.152] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 5467.152] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event16"
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[ 5467.152] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[ 5467.152] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[ 5467.152] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[ 5467.152] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 5467.152] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event16"
[ 5467.152] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 5467.152] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[ 5467.152] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 5467.152] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 5467.152] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 5467.152] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 5467.153] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 5467.153] (II) No input driver specified, ignoring this device.
[ 5467.153] (II) This device may have been added with another device file.
[ 5467.153] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 5467.153] (II) No input driver specified, ignoring this device.
[ 5467.153] (II) This device may have been added with another device file.
[ 5467.154] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[ 5467.154] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 5467.155] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 39 paused 0
[ 5467.156] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 5467.156] (**) Dell WMI hotkeys: always reports core events
[ 5467.156] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event9"
[ 5467.156] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 5467.156] (--) evdev: Dell WMI hotkeys: Found keys
[ 5467.156] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 5467.156] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event9"
[ 5467.156] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 5467.156] (**) Option "xkb_rules" "evdev"
[ 5467.157] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event19)
[ 5467.157] (II) No input driver specified, ignoring this device.
[ 5467.157] (II) This device may have been added with another device file.
[ 5467.157] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[ 5467.157] (II) No input driver specified, ignoring this device.
[ 5467.157] (II) This device may have been added with another device file.
[ 5467.163] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[ 5467.163] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 5467.163] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5467.164] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 28 paused 1
[ 5467.164] (EE) Error systemd-logind returned paused fd for drm node
[ 5467.164] (II) systemd-logind: releasing fd for 226:1
[ 5467.201] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0Adding a ServerLayout section with screen 0 or 1 didn't help either. Tell me if any output of that configuration would help.
For now I'm downgrading again:
$ grep downgrade /var/log/pacman.log
[...]
[2016-03-16 09:28] [ALPM] downgraded xf86-input-evdev (2.10.1-3 -> 2.10.0-1)
[2016-03-16 09:28] [ALPM] downgraded xorg-server (1.18.1-3 -> 1.17.4-2)With the recommended configuration from my first code block (for 1.17.2 or higher according to the wiki), I get the same crash with 1.17.4.
With my old configuration
$ cat /etc/X11/xorg.conf.d/20-nvidia.conf
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSectioneverything works fine. The X log shows this:
[ 6075.929]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 6075.934] X Protocol Version 11, Revision 0
[ 6075.936] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 6075.937] Current Operating System: Linux zergling 4.4.5-1-ARCH #1 SMP PREEMPT Tue Mar 15 19:16:16 CET 2016 x86_64
[ 6075.937] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=064f6016-18b3-4589-813a-7223a3980bfb rw cryptdevice=/dev/sda3:main quiet pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1
[ 6075.941] Build Date: 01 November 2015 10:36:50AM
[ 6075.942]
[ 6075.944] Current version of pixman: 0.34.0
[ 6075.946] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6075.946] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6075.951] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 16 09:34:34 2016
[ 6075.952] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6075.954] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6075.954] (==) ServerLayout "layout"
[ 6075.954] (**) |-->Screen "nvidia" (0)
[ 6075.954] (**) | |-->Monitor "<default monitor>"
[ 6075.954] (**) | |-->Device "nvidia"
[ 6075.954] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 6075.954] (**) |-->Inactive Device "intel"
[ 6075.954] (==) Automatically adding devices
[ 6075.954] (==) Automatically enabling devices
[ 6075.954] (==) Automatically adding GPU devices
[ 6075.954] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 6075.954] Entry deleted from font path.
[ 6075.954] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 6075.954] Entry deleted from font path.
[ 6075.954] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 6075.954] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 6075.954] Entry deleted from font path.
[ 6075.954] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 6075.954] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 6075.954] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6075.954] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6075.954] (II) Loader magic: 0x817d60
[ 6075.954] (II) Module ABI versions:
[ 6075.954] X.Org ANSI C Emulation: 0.4
[ 6075.954] X.Org Video Driver: 19.0
[ 6075.954] X.Org XInput driver : 21.1
[ 6075.954] X.Org Server Extension : 9.0
[ 6075.960] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c21
[ 6075.961] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6075.962] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 6075.966] (--) PCI:*(0:0:2:0) 8086:0046:1028:0465 rev 2, Mem @ 0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005078/8
[ 6075.966] (--) PCI: (0:1:0:0) 10de:0caf:1028:0465 rev 162, Mem @ 0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 6075.966] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 6075.966] (II) LoadModule: "glx"
[ 6075.967] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6075.984] (II) Module glx: vendor="NVIDIA Corporation"
[ 6075.984] compiled for 4.0.2, module version = 1.0.0
[ 6075.984] Module class: X.Org Server Extension
[ 6075.984] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:06:18 PST 2015
[ 6075.984] (II) LoadModule: "nvidia"
[ 6075.984] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 6075.985] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 6075.985] compiled for 4.0.2, module version = 1.0.0
[ 6075.985] Module class: X.Org Video Driver
[ 6075.985] (II) LoadModule: "modesetting"
[ 6075.985] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6075.985] (II) Module modesetting: vendor="X.Org Foundation"
[ 6075.985] compiled for 1.17.4, module version = 1.17.4
[ 6075.985] Module class: X.Org Video Driver
[ 6075.985] ABI class: X.Org Video Driver, version 19.0
[ 6075.985] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:46:28 PST 2015
[ 6075.985] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6075.985] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6075.985] (++) using VT number 9
[ 6075.985] (--) controlling tty is VT number 9, auto-enabling KeepTty
[ 6075.985] (II) Loading sub module "fb"
[ 6075.985] (II) LoadModule: "fb"
[ 6075.985] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6075.986] (II) Module fb: vendor="X.Org Foundation"
[ 6075.986] compiled for 1.17.4, module version = 1.0.0
[ 6075.986] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6075.986] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 6075.986] (II) Loading sub module "wfb"
[ 6075.986] (II) LoadModule: "wfb"
[ 6075.986] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 6075.986] (II) Module wfb: vendor="X.Org Foundation"
[ 6075.986] compiled for 1.17.4, module version = 1.0.0
[ 6075.986] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6075.986] (II) Loading sub module "ramdac"
[ 6075.986] (II) LoadModule: "ramdac"
[ 6075.986] (II) Module "ramdac" already built-in
[ 6076.138] (II) modeset(G0): using drv /dev/dri/card0
[ 6076.138] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 6076.138] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 6076.138] (==) NVIDIA(0): RGB weight 888
[ 6076.139] (==) NVIDIA(0): Default visual is TrueColor
[ 6076.139] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6076.139] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 6076.139] (**) NVIDIA(0): Enabling 2D acceleration
[ 6076.740] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
[ 6076.740] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 6076.741] (II) NVIDIA(0): NVIDIA GPU GeForce GT 335M (GT215) at PCI:1:0:0 (GPU-0)
[ 6076.741] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 6076.741] (--) NVIDIA(0): VideoBIOS: 70.15.3c.00.0a
[ 6076.741] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 6076.744] (--) NVIDIA(0): Valid display device(s) on GeForce GT 335M at PCI:1:0:0
[ 6076.744] (--) NVIDIA(0): CRT-0 (boot, connected)
[ 6076.744] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 6076.745] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 6076.745] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
[ 6076.745] (**) NVIDIA(0): all display devices.)
[ 6076.749] (==) NVIDIA(0):
[ 6076.749] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 6076.749] (==) NVIDIA(0): will be used as the requested mode.
[ 6076.749] (==) NVIDIA(0):
[ 6076.749] (II) NVIDIA(0): Validated MetaModes:
[ 6076.749] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 6076.749] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 6076.753] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 6076.753] (WW) NVIDIA(0): from CRT-0's EDID.
[ 6076.753] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 6076.753] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 6076.753] (**) modeset(G0): Option "AccelMethod" "none"
[ 6076.753] (==) modeset(G0): RGB weight 888
[ 6076.753] (==) modeset(G0): Default visual is TrueColor
[ 6076.753] (**) modeset(G0): glamor disabled
[ 6076.753] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[ 6076.753] (II) modeset(G0): Output LVDS-1-0 has no monitor section
[ 6076.766] (II) modeset(G0): Output VGA-1-0 has no monitor section
[ 6076.779] (II) modeset(G0): Output HDMI-1-0 has no monitor section
[ 6076.802] (II) modeset(G0): Output DisplayPort-1-0 has no monitor section
[ 6076.909] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 6076.909] (II) modeset(G0): Output DisplayPort-1-1 has no monitor section
[ 6076.910] (II) modeset(G0): EDID for output LVDS-1-0
[ 6076.910] (II) modeset(G0): Manufacturer: AUO Model: 105c Serial#: 0
[ 6076.910] (II) modeset(G0): Year: 2010 Week: 1
[ 6076.910] (II) modeset(G0): EDID Version: 1.4
[ 6076.910] (II) modeset(G0): Digital Display Input
[ 6076.910] (II) modeset(G0): 6 bits per channel
[ 6076.910] (II) modeset(G0): Digital interface is undefined
[ 6076.910] (II) modeset(G0): Max Image Size [cm]: horiz.: 26 vert.: 14
[ 6076.910] (II) modeset(G0): Gamma: 2.20
[ 6076.910] (II) modeset(G0): No DPMS capabilities specified
[ 6076.910] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[ 6076.910] (II) modeset(G0): First detailed timing is preferred mode
[ 6076.910] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 6076.910] (II) modeset(G0): redX: 0.584 redY: 0.333 greenX: 0.338 greenY: 0.571
[ 6076.910] (II) modeset(G0): blueX: 0.158 blueY: 0.133 whiteX: 0.313 whiteY: 0.329
[ 6076.910] (II) modeset(G0): Manufacturer's mask: 0
[ 6076.910] (II) modeset(G0): Supported detailed timing:
[ 6076.910] (II) modeset(G0): clock: 70.5 MHz Image Size: 256 x 144 mm
[ 6076.910] (II) modeset(G0): h_active: 1366 h_sync: 1390 h_sync_end 1404 h_blank_end 1464 h_border: 0
[ 6076.910] (II) modeset(G0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 802 v_border: 0
[ 6076.910] (II) modeset(G0): Supported detailed timing:
[ 6076.910] (II) modeset(G0): clock: 70.5 MHz Image Size: 256 x 144 mm
[ 6076.910] (II) modeset(G0): h_active: 1366 h_sync: 1390 h_sync_end 1404 h_blank_end 1464 h_border: 0
[ 6076.910] (II) modeset(G0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 802 v_border: 0
[ 6076.910] (II) modeset(G0): 4CF14B116XW1
[ 6076.910] (II) modeset(G0): Unknown vendor-specific block 0
[ 6076.910] (II) modeset(G0): EDID (in hex):
[ 6076.910] (II) modeset(G0): 00ffffffffffff0006af5c1000000000
[ 6076.910] (II) modeset(G0): 01140104901a0e780299859555569228
[ 6076.910] (II) modeset(G0): 22505400000001010101010101010101
[ 6076.910] (II) modeset(G0): 0101010101018a1b566250002230180e
[ 6076.910] (II) modeset(G0): 240000901000001a8a1b566250002230
[ 6076.910] (II) modeset(G0): 180e240000901000001a000000fe0034
[ 6076.910] (II) modeset(G0): 43463134804231313658573100000000
[ 6076.910] (II) modeset(G0): 00004102940101000001010a20200026
[ 6076.911] (II) modeset(G0): Printing probed modes for output LVDS-1-0
[ 6076.911] (II) modeset(G0): Modeline "1366x768"x60.0 70.50 1366 1390 1404 1464 768 770 774 802 +hsync -vsync (48.2 kHz eP)
[ 6076.911] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6076.911] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6076.922] (II) modeset(G0): EDID for output VGA-1-0
[ 6076.935] (II) modeset(G0): EDID for output HDMI-1-0
[ 6076.935] (II) modeset(G0): Manufacturer: GSM Model: 7546 Serial#: 16843009
[ 6076.935] (II) modeset(G0): Year: 2005 Week: 4
[ 6076.936] (II) modeset(G0): EDID Version: 1.3
[ 6076.936] (II) modeset(G0): Digital Display Input
[ 6076.936] (II) modeset(G0): DFP 1.x compatible TMDS
[ 6076.936] (II) modeset(G0): Max Image Size [cm]: horiz.: 64 vert.: 38
[ 6076.936] (II) modeset(G0): Gamma: 2.20
[ 6076.936] (II) modeset(G0): No DPMS capabilities specified
[ 6076.936] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 6076.936] (II) modeset(G0): First detailed timing not preferred mode in violation of standard!
[ 6076.936] (II) modeset(G0): redX: 0.631 redY: 0.339 greenX: 0.281 greenY: 0.595
[ 6076.936] (II) modeset(G0): blueX: 0.144 blueY: 0.075 whiteX: 0.283 whiteY: 0.295
[ 6076.936] (II) modeset(G0): Supported established timings:
[ 6076.936] (II) modeset(G0): 720x400@70Hz
[ 6076.936] (II) modeset(G0): 640x480@60Hz
[ 6076.936] (II) modeset(G0): 800x600@60Hz
[ 6076.936] (II) modeset(G0): 1024x768@60Hz
[ 6076.936] (II) modeset(G0): Manufacturer's mask: 0
[ 6076.936] (II) modeset(G0): Supported standard timings:
[ 6076.936] (II) modeset(G0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
[ 6076.936] (II) modeset(G0): #3: hsize: 800 vsize 600 refresh: 60 vid: 16453
[ 6076.936] (II) modeset(G0): #5: hsize: 1024 vsize 768 refresh: 60 vid: 16481
[ 6076.936] (II) modeset(G0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 6076.936] (II) modeset(G0): Supported detailed timing:
[ 6076.936] (II) modeset(G0): clock: 80.1 MHz Image Size: 930 x 523 mm
[ 6076.936] (II) modeset(G0): h_active: 1280 h_sync: 1344 h_sync_end 1480 h_blank_end 1680 h_border: 0
[ 6076.936] (II) modeset(G0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 795 v_border: 0
[ 6076.936] (II) modeset(G0): Supported detailed timing:
[ 6076.936] (II) modeset(G0): clock: 84.8 MHz Image Size: 930 x 523 mm
[ 6076.936] (II) modeset(G0): h_active: 1360 h_sync: 1432 h_sync_end 1568 h_blank_end 1776 h_border: 0
[ 6076.936] (II) modeset(G0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 798 v_border: 0
[ 6076.936] (II) modeset(G0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 48 kHz, PixClock max 95 MHz
[ 6076.936] (II) modeset(G0): Monitor name: RZ32LZ50
[ 6076.936] (II) modeset(G0): EDID (in hex):
[ 6076.936] (II) modeset(G0): 00ffffffffffff001e6d467501010101
[ 6076.936] (II) modeset(G0): 040f01038140267808b1daa156489824
[ 6076.936] (II) modeset(G0): 13484ba1080031400101010145400101
[ 6076.936] (II) modeset(G0): 6140818001014e1f009051001b304088
[ 6076.936] (II) modeset(G0): 1300a20b320000181b2150a051001e30
[ 6076.936] (II) modeset(G0): 48883500a20b3200001c000000fd003b
[ 6076.936] (II) modeset(G0): 3d1f3009000a202020202020000000fc
[ 6076.936] (II) modeset(G0): 00525a33324c5a35300a20202020005a
[ 6076.937] (II) modeset(G0): Not using mode "1280x1024" (bad mode clock/interlace/doublescan)
[ 6076.937] (II) modeset(G0): Printing probed modes for output HDMI-1-0
[ 6076.937] (II) modeset(G0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 776 798 -hsync +vsync (47.7 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "1280x768"x60.0 80.14 1280 1344 1480 1680 768 769 772 795 -hsync -vsync (47.7 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6076.937] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6076.959] (II) modeset(G0): EDID for output DisplayPort-1-0
[ 6077.066] (II) modeset(G0): EDID for output HDMI-1-1
[ 6077.066] (II) modeset(G0): EDID for output DisplayPort-1-1
[ 6077.066] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 6077.066] (==) modeset(G0): DPI set to (96, 96)
[ 6077.066] (II) Loading sub module "fb"
[ 6077.066] (II) LoadModule: "fb"
[ 6077.066] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6077.067] (II) Module fb: vendor="X.Org Foundation"
[ 6077.067] compiled for 1.17.4, module version = 1.0.0
[ 6077.067] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6077.067] (II) Loading sub module "shadow"
[ 6077.067] (II) LoadModule: "shadow"
[ 6077.067] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 6077.067] (II) Module shadow: vendor="X.Org Foundation"
[ 6077.067] compiled for 1.17.4, module version = 1.1.0
[ 6077.067] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6077.067] (--) Depth 24 pixmap format is 32 bpp
[ 6077.068] (==) modeset(G0): Backing store enabled
[ 6077.068] (==) modeset(G0): Silken mouse enabled
[ 6077.068] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 6077.112] (==) modeset(G0): DPMS enabled
[ 6077.112] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 6077.413] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 6077.494] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 6077.494] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 6077.494] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 6077.494] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 6077.494] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 6077.494] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 6077.494] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 6077.494] (II) NVIDIA(0): Config Options in the README.
[ 6077.499] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[ 6077.580] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 6077.580] (==) NVIDIA(0): Backing store enabled
[ 6077.580] (==) NVIDIA(0): Silken mouse enabled
[ 6077.580] (==) NVIDIA(0): DPMS enabled
[ 6077.580] (II) Loading sub module "dri2"
[ 6077.580] (II) LoadModule: "dri2"
[ 6077.580] (II) Module "dri2" already built-in
[ 6077.580] (II) NVIDIA(0): [DRI2] Setup complete
[ 6077.580] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 6077.581] (--) RandR disabled
[ 6077.585] (II) Initializing extension GLX
[ 6077.585] (II) Indirect GLX disabled.(II) modeset(G0): Damage tracking initialized
[ 6077.660] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 6077.660] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6077.660] (II) LoadModule: "evdev"
[ 6077.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 6077.661] (II) Module evdev: vendor="X.Org Foundation"
[ 6077.661] compiled for 1.17.4, module version = 2.10.0
[ 6077.661] Module class: X.Org XInput Driver
[ 6077.661] ABI class: X.Org XInput driver, version 21.1
[ 6077.662] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[ 6077.662] (II) Using input driver 'evdev' for 'Power Button'
[ 6077.662] (**) Power Button: always reports core events
[ 6077.662] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 6077.662] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6077.662] (--) evdev: Power Button: Found keys
[ 6077.662] (II) evdev: Power Button: Configuring as keyboard
[ 6077.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[ 6077.662] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6077.662] (**) Option "xkb_rules" "evdev"
[ 6077.663] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 6077.663] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 6077.664] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 6077.664] (II) Using input driver 'evdev' for 'Video Bus'
[ 6077.664] (**) Video Bus: always reports core events
[ 6077.664] (**) evdev: Video Bus: Device: "/dev/input/event6"
[ 6077.664] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 6077.664] (--) evdev: Video Bus: Found keys
[ 6077.664] (II) evdev: Video Bus: Configuring as keyboard
[ 6077.664] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
[ 6077.664] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6077.664] (**) Option "xkb_rules" "evdev"
[ 6077.665] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 6077.665] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 6077.666] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[ 6077.666] (II) Using input driver 'evdev' for 'Video Bus'
[ 6077.666] (**) Video Bus: always reports core events
[ 6077.666] (**) evdev: Video Bus: Device: "/dev/input/event7"
[ 6077.666] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 6077.666] (--) evdev: Video Bus: Found keys
[ 6077.666] (II) evdev: Video Bus: Configuring as keyboard
[ 6077.666] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:01/input/input8/event7"
[ 6077.666] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 6077.666] (**) Option "xkb_rules" "evdev"
[ 6077.668] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 6077.668] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6077.669] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[ 6077.669] (II) Using input driver 'evdev' for 'Power Button'
[ 6077.669] (**) Power Button: always reports core events
[ 6077.669] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 6077.669] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6077.669] (--) evdev: Power Button: Found keys
[ 6077.669] (II) evdev: Power Button: Configuring as keyboard
[ 6077.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[ 6077.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 6077.670] (**) Option "xkb_rules" "evdev"
[ 6077.671] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 6077.671] (II) No input driver specified, ignoring this device.
[ 6077.671] (II) This device may have been added with another device file.
[ 6077.672] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 6077.672] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6077.673] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 34 paused 1
[ 6077.673] (EE) Error systemd-logind returned paused fd for drm node
[ 6077.673] (II) systemd-logind: releasing fd for 226:1
[ 6077.676] (II) config/udev: Adding input device HID 413c:8161 (/dev/input/event1)
[ 6077.676] (**) HID 413c:8161: Applying InputClass "evdev keyboard catchall"
[ 6077.677] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[ 6077.677] (II) Using input driver 'evdev' for 'HID 413c:8161'
[ 6077.677] (**) HID 413c:8161: always reports core events
[ 6077.677] (**) evdev: HID 413c:8161: Device: "/dev/input/event1"
[ 6077.677] (--) evdev: HID 413c:8161: Vendor 0x413c Product 0x8161
[ 6077.677] (--) evdev: HID 413c:8161: Found keys
[ 6077.677] (II) evdev: HID 413c:8161: Configuring as keyboard
[ 6077.677] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:413C:8161.0001/input/input2/event1"
[ 6077.677] (II) XINPUT: Adding extended input device "HID 413c:8161" (type: KEYBOARD, id 10)
[ 6077.677] (**) Option "xkb_rules" "evdev"
[ 6077.679] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/event2)
[ 6077.679] (**) HID 413c:8162: Applying InputClass "evdev pointer catchall"
[ 6077.733] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 6077.733] (II) Using input driver 'evdev' for 'HID 413c:8162'
[ 6077.733] (**) HID 413c:8162: always reports core events
[ 6077.733] (**) evdev: HID 413c:8162: Device: "/dev/input/event2"
[ 6077.733] (--) evdev: HID 413c:8162: Vendor 0x413c Product 0x8162
[ 6077.733] (--) evdev: HID 413c:8162: Found 3 mouse buttons
[ 6077.733] (--) evdev: HID 413c:8162: Found relative axes
[ 6077.733] (--) evdev: HID 413c:8162: Found x and y relative axes
[ 6077.733] (II) evdev: HID 413c:8162: Configuring as mouse
[ 6077.733] (**) evdev: HID 413c:8162: YAxisMapping: buttons 4 and 5
[ 6077.733] (**) evdev: HID 413c:8162: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6077.733] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:413C:8162.0003/input/input3/event2"
[ 6077.733] (II) XINPUT: Adding extended input device "HID 413c:8162" (type: MOUSE, id 11)
[ 6077.734] (II) evdev: HID 413c:8162: initialized for relative axes.
[ 6077.734] (**) HID 413c:8162: (accel) keeping acceleration scheme 1
[ 6077.734] (**) HID 413c:8162: (accel) acceleration profile 0
[ 6077.734] (**) HID 413c:8162: (accel) acceleration factor: 2.000
[ 6077.734] (**) HID 413c:8162: (accel) acceleration threshold: 4
[ 6077.736] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/mouse0)
[ 6077.736] (II) No input driver specified, ignoring this device.
[ 6077.736] (II) This device may have been added with another device file.
[ 6077.737] (II) config/udev: Adding input device Laptop_Integrated_Webcam_1.3M (/dev/input/event17)
[ 6077.737] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "evdev keyboard catchall"
[ 6077.739] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 37 paused 0
[ 6077.739] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_1.3M'
[ 6077.739] (**) Laptop_Integrated_Webcam_1.3M: always reports core events
[ 6077.739] (**) evdev: Laptop_Integrated_Webcam_1.3M: Device: "/dev/input/event17"
[ 6077.739] (--) evdev: Laptop_Integrated_Webcam_1.3M: Vendor 0xc45 Product 0x6424
[ 6077.739] (--) evdev: Laptop_Integrated_Webcam_1.3M: Found keys
[ 6077.739] (II) evdev: Laptop_Integrated_Webcam_1.3M: Configuring as keyboard
[ 6077.739] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input18/event17"
[ 6077.739] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_1.3M" (type: KEYBOARD, id 12)
[ 6077.739] (**) Option "xkb_rules" "evdev"
[ 6077.741] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 6077.741] (II) No input driver specified, ignoring this device.
[ 6077.741] (II) This device may have been added with another device file.
[ 6077.742] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[ 6077.742] (II) No input driver specified, ignoring this device.
[ 6077.742] (II) This device may have been added with another device file.
[ 6077.743] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[ 6077.743] (II) No input driver specified, ignoring this device.
[ 6077.743] (II) This device may have been added with another device file.
[ 6077.743] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
[ 6077.743] (II) No input driver specified, ignoring this device.
[ 6077.743] (II) This device may have been added with another device file.
[ 6077.744] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event14)
[ 6077.744] (II) No input driver specified, ignoring this device.
[ 6077.744] (II) This device may have been added with another device file.
[ 6077.744] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=7 (/dev/input/event15)
[ 6077.744] (II) No input driver specified, ignoring this device.
[ 6077.744] (II) This device may have been added with another device file.
[ 6077.746] (II) config/udev: Adding input device PLAYSTATION(R)3 Controller (/dev/input/event18)
[ 6077.746] (II) No input driver specified, ignoring this device.
[ 6077.746] (II) This device may have been added with another device file.
[ 6077.747] (II) config/udev: Adding input device PLAYSTATION(R)3 Controller (/dev/input/js0)
[ 6077.747] (II) No input driver specified, ignoring this device.
[ 6077.747] (II) This device may have been added with another device file.
[ 6077.748] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 6077.748] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 6077.749] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 38 paused 0
[ 6077.749] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 6077.749] (**) AT Translated Set 2 keyboard: always reports core events
[ 6077.749] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 6077.749] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 6077.749] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 6077.749] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 6077.749] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 6077.749] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 6077.749] (**) Option "xkb_rules" "evdev"
[ 6077.750] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 6077.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 6077.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[ 6077.752] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 39 paused 0
[ 6077.752] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[ 6077.752] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 6077.752] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event16"
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[ 6077.752] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[ 6077.752] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[ 6077.752] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[ 6077.752] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6077.752] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event16"
[ 6077.752] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 6077.752] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[ 6077.752] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 6077.752] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 6077.753] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 6077.753] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 6077.753] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 6077.753] (II) No input driver specified, ignoring this device.
[ 6077.753] (II) This device may have been added with another device file.
[ 6077.754] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 6077.754] (II) No input driver specified, ignoring this device.
[ 6077.754] (II) This device may have been added with another device file.
[ 6077.755] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[ 6077.755] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 6077.756] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 40 paused 0
[ 6077.756] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 6077.756] (**) Dell WMI hotkeys: always reports core events
[ 6077.756] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event9"
[ 6077.756] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 6077.756] (--) evdev: Dell WMI hotkeys: Found keys
[ 6077.756] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 6077.756] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event9"
[ 6077.756] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 6077.756] (**) Option "xkb_rules" "evdev"
[ 6077.757] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event19)
[ 6077.757] (II) No input driver specified, ignoring this device.
[ 6077.757] (II) This device may have been added with another device file.
[ 6077.758] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[ 6077.758] (II) No input driver specified, ignoring this device.
[ 6077.758] (II) This device may have been added with another device file.
[ 6077.764] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[ 6077.764] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 6077.764] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6077.764] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 29 paused 1
[ 6077.765] (EE) Error systemd-logind returned paused fd for drm node
[ 6077.765] (II) systemd-logind: releasing fd for 226:1
[ 6077.840] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 6077.855] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 6077.872] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 6077.872] (II) modeset(G0): EDID vendor "AUO", prod id 4188
[ 6077.872] (II) modeset(G0): Printing DDC gathered Modelines:
[ 6077.872] (II) modeset(G0): Modeline "1366x768"x0.0 70.50 1366 1390 1404 1464 768 770 774 802 +hsync -vsync (48.2 kHz eP)
[ 6078.047] (II) NVIDIA(0): Setting mode "NULL"
[ 6093.807] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 6093.810] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
[ 6093.810] (II) modeset(G0): EDID vendor "AUO", prod id 4188
[ 6093.810] (II) modeset(G0): Printing DDC gathered Modelines:
[ 6093.810] (II) modeset(G0): Modeline "1366x768"x0.0 70.50 1366 1390 1404 1464 768 770 774 802 +hsync -vsync (48.2 kHz eP)And xrandr outputs this:
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
VGA-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm panning 1366x768+0+0
1024x768 60.00*+
800x600 72.19 60.32 56.25
640x480 59.94
512x384 60.00
400x300 72.19
320x240 60.05
LVDS-1-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
1366x768 60.04*+
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
800x600 60.00 60.32 56.25
700x525 59.98
640x512 60.02
640x480 60.00 59.94
512x384 60.00
400x300 60.32 56.34
320x240 60.05
VGA-1-0 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 930mm x 523mm
1360x768 59.80*
1280x768 60.00
1024x768 60.00
800x600 60.32
640x480 60.00 59.94
720x400 70.08
DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-1 disconnected (normal left inverted right x axis y axis)
1024x768 (0x4a) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x4f) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
800x600 (0x50) 36.000MHz +HSync +VSync
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.16KHz
v: height 600 start 601 end 603 total 625 clock 56.25Hz
640x480 (0x54) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
512x384 (0x55) 32.500MHz -HSync -VSync DoubleScan
h: width 512 start 524 end 592 total 672 skew 0 clock 48.36KHz
v: height 384 start 385 end 388 total 403 clock 60.00Hz
320x240 (0x58) 12.587MHz -HSync -VSync DoubleScan
h: width 320 start 328 end 376 total 400 skew 0 clock 31.47KHz
v: height 240 start 245 end 246 total 262 clock 60.05HzAny help would be appreciated.
Offline
Not a single hint?
Offline