LightDM with autologin: long delay of inactivity between autologin and desktop appears in AMD cpu

Asked by Tomás F. L.

System: Manjaro 16.06 OpenRC Xfce 64 bits (with all updates)

LihtDM version: 1.18.1

I have just reinstalled my four home computers with the mentioned system, with the same configuration but different hardware.

2 Notebook with Intel. Only one notebook have the 32 bits version of the system.
1 Desktop with Intel cpu and independient Nvidia graphics card.
1 Desktop with AMD cpu and Nvidia integrated in the motherboard.

The previous versions of Manjaro haven't this issue.

In all Intel, lightdm works correctly but in the AMD cpu appears a curious issue: a long inactivity period between autologin and the desktop appears.

If I move the mouse during 1-2 seconds this inactivity time is interrupted.

Another curiosity: the inactivity time changes according to the parameter "autologin-user-timeout":
- with "autologin-user-timeout=0": delay is about 45-50 seconds.
- with "autologin-user-timeout=1": delay is about 35-40 seconds.

Steps with "autologin-user-timeout=0":
- start run OpenRC without errors: " * Setting up lightdm ... [ ok ]"
- black screen
- after inactivity period, load desktop

Steps with "autologin-user-timeout=1":
- start run OpenRC without errors: " * Setting up lightdm ... [ ok ]"
- load login screen, that after a 1 second disappear
- show the background image
- after inactivity period, load desktop

The issue appears in the next step:

lightdm.log
-----------
[+1.05s] DEBUG: Session pid=1804: Running command /etc/lightdm/Xsession startxfce4
[+1.05s] DEBUG: Creating shared data directory /var/lib/lightdm-data/userxxxx
[+1.05s] DEBUG: Session pid=1804: Logging to .xsession-errors
[+48.09s] DEBUG: Activating VT 7

Xorg.0.log
----------
[ 9.657] (II) This device may have been added with another device file.
[ 57.676] (II) NVIDIA(GPU-0): Display (LG Electronics 27MP65 (CRT-0)) does not support

Any idea?.
Thanks.

lightdm runs
------------
root 1857 1589 0 14:37 ? 00:00:00 lightdm --session-child 13 20
userxxxx 1883 1857 0 14:37 ? 00:00:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc

Configuration parameters
------------------------
In the /etc/lightdm/lightdm.conf

    [Seat:*]
    pam-service=lightdm
    pam-autologin-service=lightdm-autologin
    session-wrapper=/etc/lightdm/Xsession
    autologin-user=userxxxx
    autologin-user-timeout=0

I exec
------
    sudo groupadd -r autologin
    sudo gpasswd -a userxxxx autologin

Hardware of AMD cpu
-------------------
    $ inxi -F
    System: Host: manjaro Kernel: 4.4.13-1-MANJARO x86_64 (64 bit) Desktop: Xfce 4.12.3 Distro: Manjaro Linux
    Machine: Mobo: ASRock model: N68C-GS FX Bios: American Megatrends v: P1.40 date: 10/31/2012
    CPU: Dual core AMD Athlon 64 X2 6000+ (-MCP-) cache: 2048 KB
    clock speeds: max: 3000 MHz 1: 1800 MHz 2: 1800 MHz
    Graphics: Card: NVIDIA C61 [GeForce 7025 / nForce 630a]
    Display Server: X.Org 1.17.4 driver: nvidia Resolution: 1920x1080@60.00hz
    GLX Renderer: GeForce 7025 / nForce 630a/integrated/SSE2 GLX Version: 2.1.2 NVIDIA 304.131
    Audio: Card NVIDIA MCP61 High Definition Audio driver: snd_hda_intel Sound: ALSA v: k4.4.13-1-MANJARO
    Network: Card: NVIDIA MCP61 Ethernet driver: forcedeth
    IF: enp0s7 state: up speed: 1000 Mbps duplex: full
    Sensors: None detected - is lm-sensors installed and configured?
    Info: Processes: 131 Uptime: 2 min Memory: 394.6/3704.2MB Client: Shell (bash) inxi: 2.3.0

With "autologin-user-timeout=0"
===============================
cat lightdm.log
---------------
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.18.1, UID=0 PID=1590
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.01s] WARNING: Failed to get list of logind seats: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files
[+0.01s] DEBUG: Adding default seat
[+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.01s] DEBUG: Seat seat0: Starting
[+0.01s] DEBUG: Seat seat0: Creating user session
[+0.02s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.02s] DEBUG: User userxxxx added
[+0.02s] DEBUG: Seat seat0: Creating display server of type x
[+0.02s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
[+0.02s] DEBUG: Using VT 7
[+0.02s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.02s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
[+0.02s] DEBUG: DisplayServer x-0: Writing X server authority to /run/lightdm/root/:0
[+0.02s] DEBUG: DisplayServer x-0: Launching X Server
[+0.02s] DEBUG: Launching process 1604: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.02s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
[+0.02s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.00s] DEBUG: Got signal 10 from process 1604
[+1.00s] DEBUG: DisplayServer x-0: Got signal from X server :0
[+1.00s] DEBUG: DisplayServer x-0: Connecting to XServer :0
[+1.01s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+1.01s] DEBUG: Session pid=1804: Started with service 'lightdm-autologin', username 'userxxxx'
[+1.04s] DEBUG: Session pid=1804: Authentication complete with return value 0: Success
[+1.04s] DEBUG: Seat seat0: Session authenticated, running command
[+1.04s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+1.05s] DEBUG: Session pid=1804: Running command /etc/lightdm/Xsession startxfce4
[+1.05s] DEBUG: Creating shared data directory /var/lib/lightdm-data/userxxxx
[+1.05s] DEBUG: Session pid=1804: Logging to .xsession-errors
[+48.09s] DEBUG: Activating VT 7
[+48.09s] DEBUG: Activating ConsoleKit session manjaro-1468773732.394882-1289272985
[+48.10s] WARNING: Error activating ConsoleKit session: GDBus.Error:org.freedesktop.ConsoleKit.Session.Error.AlreadyActive: Session already active

With "autologin-user-timeout=1"
===============================
cat lightdm.log
---------------
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.18.1, UID=0 PID=1589
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.01s] WARNING: Failed to get list of logind seats: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files
[+0.01s] DEBUG: Adding default seat
[+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.01s] DEBUG: Seat seat0: Starting
[+0.01s] DEBUG: Seat seat0: Creating greeter session
[+0.02s] DEBUG: Seat seat0: Creating display server of type x
[+0.02s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
[+0.02s] DEBUG: Using VT 7
[+0.02s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.02s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
[+0.02s] DEBUG: DisplayServer x-0: Writing X server authority to /run/lightdm/root/:0
[+0.02s] DEBUG: DisplayServer x-0: Launching X Server
[+0.02s] DEBUG: Launching process 1602: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.02s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
[+0.02s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.03s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.03s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.03s] DEBUG: User userxxxx added
[+1.01s] DEBUG: Got signal 10 from process 1602
[+1.01s] DEBUG: DisplayServer x-0: Got signal from X server :0
[+1.01s] DEBUG: DisplayServer x-0: Connecting to XServer :0
[+1.01s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+1.01s] DEBUG: Session pid=1805: Started with service 'lightdm-greeter', username 'lightdm'
[+1.04s] DEBUG: Session pid=1805: Authentication complete with return value 0: Success
[+1.04s] DEBUG: Seat seat0: Session authenticated, running command
[+1.04s] DEBUG: Session pid=1805: Running command /usr/bin/lightdm-gtk-greeter
[+1.04s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+1.04s] DEBUG: Session pid=1805: Logging to /var/log/lightdm/x-0-greeter.log
[+1.10s] DEBUG: Activating VT 7
[+1.10s] DEBUG: Activating ConsoleKit session manjaro-1469191038.302456-288936678
[+1.10s] WARNING: Error activating ConsoleKit session: GDBus.Error:org.freedesktop.ConsoleKit.Session.Error.AlreadyActive: Session already active
[+1.46s] DEBUG: Session pid=1805: Greeter connected version=1.18.1 resettable=false
[+1.93s] DEBUG: Session pid=1805: Greeter start authentication for userxxxx
[+1.93s] DEBUG: Session pid=1857: Started with service 'lightdm-autologin', username 'userxxxx'
[+1.96s] DEBUG: Session pid=1857: Authentication complete with return value 0: Success
[+1.96s] DEBUG: Session pid=1805: Authenticate result for user userxxxx: Success
[+1.96s] DEBUG: Session pid=1805: User userxxxx authorized
[+2.46s] DEBUG: Session pid=1805: Greeter sets language es_ES.utf8
[+2.72s] DEBUG: Session pid=1805: Greeter requests session xfce
[+2.72s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+2.72s] DEBUG: Session pid=1805: Sending SIGTERM
[+2.77s] DEBUG: Session pid=1805: Greeter closed communication channel
[+2.77s] DEBUG: Session pid=1805: Exited with return value 0
[+2.77s] DEBUG: Seat seat0: Session stopped
[+2.77s] DEBUG: Seat seat0: Greeter stopped, running session
[+2.77s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+2.78s] DEBUG: Session pid=1857: Running command /etc/lightdm/Xsession startxfce4
[+2.78s] DEBUG: Creating shared data directory /var/lib/lightdm-data/userxxxx
[+2.78s] DEBUG: Session pid=1857: Logging to .xsession-errors
[+38.10s] DEBUG: Activating VT 7
[+38.10s] DEBUG: Activating ConsoleKit session manjaro-1469191075.286378-1641104470
[+38.11s] WARNING: Error activating ConsoleKit session: GDBus.Error:org.freedesktop.ConsoleKit.Session.Error.AlreadyActive: Session already active

Xorg.0.log is the same in two options
=====================================
[ 8.755]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 8.755] X Protocol Version 11, Revision 0
[ 8.755] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 8.755] Current Operating System: Linux manjaro 4.4.13-1-MANJARO #1 SMP PREEMPT Wed Jun 8 09:21:59 UTC 2016 x86_64
[ 8.755] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4-x86_64 root=UUID=5a5bf58d-63e0-477a-8778-b91a7ecfa232 rw ipv6.disable=1
[ 8.755] Build Date: 01 November 2015 10:36:50AM
[ 8.755]
[ 8.755] Current version of pixman: 0.34.0
[ 8.755] Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[ 8.755] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.755] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 22 14:37:17 2016
[ 8.757] (==) Using config file: "/etc/X11/xorg.conf"
[ 8.757] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8.757] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.759] (==) ServerLayout "Layout0"
[ 8.759] (**) |-->Screen "Screen0" (0)
[ 8.759] (**) | |-->Monitor "Monitor0"
[ 8.760] (**) | |-->Device "Device0"
[ 8.760] (**) |-->Input Device "Keyboard0"
[ 8.760] (**) |-->Input Device "Mouse0"
[ 8.760] (==) Automatically adding devices
[ 8.760] (==) Automatically enabling devices
[ 8.760] (==) Automatically adding GPU devices
[ 8.767] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 8.767] Entry deleted from font path.
[ 8.767] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 8.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 8.768] Entry deleted from font path.
[ 8.768] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 8.768] (==) FontPath set to:
 /usr/share/fonts/misc/,
 /usr/share/fonts/TTF/,
 /usr/share/fonts/OTF/,
 /usr/share/fonts/Type1/
[ 8.768] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.768] (**) Extension "Composite" is enabled
[ 8.768] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 8.768] (WW) Disabling Keyboard0
[ 8.768] (WW) Disabling Mouse0
[ 8.768] (II) Loader magic: 0x817d60
[ 8.768] (II) Module ABI versions:
[ 8.768] X.Org ANSI C Emulation: 0.4
[ 8.768] X.Org Video Driver: 19.0
[ 8.768] X.Org XInput driver : 21.1
[ 8.768] X.Org Server Extension : 9.0
[ 8.769] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[ 8.770] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.771] (--) PCI:*(0:0:13:0) 10de:03d6:1849:03d6 rev 162, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xed000000/16777216, BIOS @ 0x????????/131072
[ 8.772] (II) Open ACPI successful (/var/run/acpid.socket)
[ 8.773] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 8.773] (II) LoadModule: "dbe"
[ 8.773] (II) Module "dbe" already built-in
[ 8.773] (II) LoadModule: "extmod"
[ 8.773] (II) Module "extmod" already built-in
[ 8.773] (II) LoadModule: "glx"
[ 8.774] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.933] (II) Module glx: vendor="NVIDIA Corporation"
[ 8.933] compiled for 4.0.2, module version = 1.0.0
[ 8.933] Module class: X.Org Server Extension
[ 8.933] (II) NVIDIA GLX Module 304.131 Sun Nov 8 22:03:20 PST 2015
[ 8.933] (II) LoadModule: "nvidia"
[ 8.934] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8.949] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8.949] compiled for 4.0.2, module version = 1.0.0
[ 8.949] Module class: X.Org Video Driver
[ 8.954] (II) NVIDIA dlloader X Driver 304.131 Sun Nov 8 21:45:02 PST 2015
[ 8.954] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8.954] (++) using VT number 7

[ 8.960] (II) Loading sub module "fb"
[ 8.960] (II) LoadModule: "fb"
[ 8.960] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 8.962] (II) Module fb: vendor="X.Org Foundation"
[ 8.962] compiled for 1.17.4, module version = 1.0.0
[ 8.962] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.962] (II) Loading sub module "wfb"
[ 8.962] (II) LoadModule: "wfb"
[ 8.962] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8.963] (II) Module wfb: vendor="X.Org Foundation"
[ 8.963] compiled for 1.17.4, module version = 1.0.0
[ 8.963] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.963] (II) Loading sub module "ramdac"
[ 8.963] (II) LoadModule: "ramdac"
[ 8.963] (II) Module "ramdac" already built-in
[ 8.965] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 8.965] (==) NVIDIA(0): RGB weight 888
[ 8.965] (==) NVIDIA(0): Default visual is TrueColor
[ 8.965] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.965] (**) NVIDIA(0): Option "NoLogo" "1"
[ 8.966] (**) NVIDIA(0): Enabling 2D acceleration
[ 9.471] (II) NVIDIA(GPU-0): Display (LG Electronics 27MP65 (CRT-0)) does not support
[ 9.471] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
[ 9.472] (II) NVIDIA(0): NVIDIA GPU GeForce 7025 / nForce 630a (C61) at PCI:0:13:0
[ 9.472] (II) NVIDIA(0): (GPU-0)
[ 9.472] (--) NVIDIA(0): Memory: 524288 kBytes
[ 9.472] (--) NVIDIA(0): VideoBIOS: 05.61.32.28.01
[ 9.472] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 9.472] (--) NVIDIA(0): Valid display device(s) on GeForce 7025 / nForce 630a at PCI:0:13:0
[ 9.472] (--) NVIDIA(0): LG Electronics 27MP65 (CRT-0) (connected)
[ 9.472] (--) NVIDIA(0): LG Electronics 27MP65 (CRT-0): 350.0 MHz maximum pixel clock
[ 9.472] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 9.472] (**) NVIDIA(0): device LG Electronics 27MP65 (CRT-0) (Using EDID
[ 9.472] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 9.472] (==) NVIDIA(0):
[ 9.472] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 9.472] (==) NVIDIA(0): will be used as the requested mode.
[ 9.472] (==) NVIDIA(0):
[ 9.472] (II) NVIDIA(0): Validated MetaModes:
[ 9.472] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 9.472] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 9.474] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[ 9.474] (--) NVIDIA(0): option
[ 9.474] (--) Depth 24 pixmap format is 32 bpp
[ 9.478] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[ 9.578] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 9.578] (==) NVIDIA(0): Backing store enabled
[ 9.578] (==) NVIDIA(0): Silken mouse enabled
[ 9.579] (**) NVIDIA(0): DPMS enabled
[ 9.579] (II) Loading sub module "dri2"
[ 9.579] (II) LoadModule: "dri2"
[ 9.579] (II) Module "dri2" already built-in
[ 9.579] (II) NVIDIA(0): [DRI2] Setup complete
[ 9.579] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 9.580] (--) RandR disabled
[ 9.587] (II) Initializing extension GLX
[ 9.587] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.665] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.665] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.665] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 9.665] (II) LoadModule: "evdev"
[ 9.666] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 9.668] (II) Module evdev: vendor="X.Org Foundation"
[ 9.668] compiled for 1.17.4, module version = 2.10.3
[ 9.668] Module class: X.Org XInput Driver
[ 9.668] ABI class: X.Org XInput driver, version 21.1
[ 9.668] (II) Using input driver 'evdev' for 'Power Button'
[ 9.668] (**) Power Button: always reports core events
[ 9.668] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 9.668] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 9.668] (--) evdev: Power Button: Found keys
[ 9.668] (II) evdev: Power Button: Configuring as keyboard
[ 9.668] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[ 9.668] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.668] (**) Option "xkb_rules" "evdev"
[ 9.668] (**) Option "xkb_model" "pc105"
[ 9.668] (**) Option "xkb_layout" "es"
[ 9.668] (WW) Option "xkb_variant" requires a string value
[ 9.668] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.694] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 9.694] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.694] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.694] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 9.694] (II) Using input driver 'evdev' for 'Power Button'
[ 9.694] (**) Power Button: always reports core events
[ 9.694] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 9.694] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 9.694] (--) evdev: Power Button: Found keys
[ 9.694] (II) evdev: Power Button: Configuring as keyboard
[ 9.694] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1"
[ 9.694] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 9.694] (**) Option "xkb_rules" "evdev"
[ 9.694] (**) Option "xkb_model" "pc105"
[ 9.694] (**) Option "xkb_layout" "es"
[ 9.694] (WW) Option "xkb_variant" requires a string value
[ 9.694] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.694] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event3)
[ 9.694] (II) No input driver specified, ignoring this device.
[ 9.694] (II) This device may have been added with another device file.
[ 9.694] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event4)
[ 9.694] (II) No input driver specified, ignoring this device.
[ 9.694] (II) This device may have been added with another device file.
[ 9.694] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event5)
[ 9.694] (II) No input driver specified, ignoring this device.
[ 9.694] (II) This device may have been added with another device file.
[ 9.695] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 9.695] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 9.695] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 9.695] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 9.695] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 9.695] (**) AT Translated Set 2 keyboard: always reports core events
[ 9.695] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 9.695] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 9.695] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 9.695] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 9.695] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 9.695] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 9.695] (**) Option "xkb_rules" "evdev"
[ 9.695] (**) Option "xkb_model" "pc105"
[ 9.695] (**) Option "xkb_layout" "es"
[ 9.695] (WW) Option "xkb_variant" requires a string value
[ 9.695] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.695] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
[ 9.695] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[ 9.695] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[ 9.695] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[ 9.695] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event6"
[ 9.695] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[ 9.695] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[ 9.695] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[ 9.695] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[ 9.695] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[ 9.695] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[ 9.695] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[ 9.695] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[ 9.695] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 9.695] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event6"
[ 9.695] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[ 9.696] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[ 9.696] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[ 9.696] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[ 9.696] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[ 9.696] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[ 9.696] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[ 9.696] (II) No input driver specified, ignoring this device.
[ 9.696] (II) This device may have been added with another device file.
[ 47.793] (II) NVIDIA(GPU-0): Display (LG Electronics 27MP65 (CRT-0)) does not support
[ 47.793] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
[ 47.793] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 47.793] (**) NVIDIA(0): device LG Electronics 27MP65 (CRT-0) (Using EDID
[ 47.793] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 47.878] (II) NVIDIA(GPU-0): Display (LG Electronics 27MP65 (CRT-0)) does not support
[ 47.878] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
[ 47.878] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 47.878] (**) NVIDIA(0): device LG Electronics 27MP65 (CRT-0) (Using EDID
[ 47.878] (**) NVIDIA(0): frequencies has been enabled on all display devices.)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu lightdm Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

HOw is this related to Ubuntu if you are using Majaro??

Revision history for this message
Tomás F. L. (v17564) said :
#2

Hello andrew-woodhead666

Sorry ,isn't Ubuntu is about LightDM, How i can change?.

I asked in Manjaro forum but i don't received answer and i try to solve in the LightDM launcpad.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Majaro isn't supported here in any way. This is Ubuntu support only.

Manjaro isn't even Ubuntu based.

You could try an Arch forum, but its not supported here.....

Revision history for this message
Tomás F. L. (v17564) said :
#4

Thanks for your answser.

Revision history for this message
Tomás F. L. (v17564) said :
#5

Arch's forum says exactly the same that you:

These boards are for the support of Arch Linux, and Arch ONLY

If you have installed Archbang, Antegros, Chakra, Evo/Lution, Manjaro, Whatever, you are NOT running Arch Linux. Similarly, if you followed some random video on YouTube or used an automated script you found on a blog, you are NOT running Arch Linux, so do not expect any support, sympathy or anything but your thread being closed and told to move along.

Well. I will have to wait to the following update to verify if it is solved.
Thanks.

Can you help with this problem?

Provide an answer of your own, or ask Tomás F. L. for more information if necessary.

To post a message you must log in.