Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 21A6878177F for <~alpine/users@lists.alpinelinux.org>; Sat, 13 Feb 2021 00:14:10 +0000 (UTC) Received: by mail-pf1-f194.google.com with SMTP id j12so495759pfj.12 for <~alpine/users@lists.alpinelinux.org>; Fri, 12 Feb 2021 16:14:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=ZSjGA5TK3nd3/SmAbh+W4um633Ym5S+WK9s7g8ukjn8=; b=dvEK4h29JSwpQLnmpT1C8fQUHVArjnBqFvUWlNoGPSHb7johLTseKUBJLUB/0Lnle2 OWBVVx1Xrhkt2AlLIbt5jqK2qwpVSdnHibNHTryPqkZM2FE6lNr+XJCzkUJTZyQSLMNs taugvZILVqMZaf7K6vlE/hKCAGbiP/87AycS7stP7paGb17TiZq8NL0S/XH850ZcNWpi O3ZDa8thKz0A25iyQQIyWcKo4tY9FLgw6aR1YfFclfu66z7xl1v2AUyCIRnX0QO8nuZZ 68FoCVrAUk30YKXF6X/rH/A9jSqpCP1kTxddPWDegeXdDEFj3d9tydtJu79qTDY2zQot UHAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=ZSjGA5TK3nd3/SmAbh+W4um633Ym5S+WK9s7g8ukjn8=; b=uDpkpQ3vBd7OAgq0b/byVGEN3w43/NsYyQv9SfsfW5bSxPtfaWqlF9MnssE8hOYwNB WxuixgyaIbHmUHdVIEAhYZSOURXCqPUDOUBrscFk16WeMQjQV7qVJSbeJyepHbOxnrt4 afZkE378gN5Hr/vDE5QPu5LLe0z6YEm3mJwrT+YVf0IveTO18DeAOjLJAeOxRFFWRrFr NIMJKIZBDitwscZjpWTNceWp6K/i7d52HRImXdstbtT/la/+Q9MH0wnw6jb5IBXW0ggp M7sCJH5EeRZZoBsZW41hJVzybqyjIf+sKhiX/eRFgXmO5Yx6+zehikAj34YB6orRJ15e JQtA== X-Gm-Message-State: AOAM533zYF3kIWxAzpkfTIXWNJielgvHTlaIqo6/c7aLawiloIiUJZjI d8/6DsQJ1Ht5wWhb0DofxHlVHRyAo0of2NXr X-Google-Smtp-Source: ABdhPJxPewTHpNg9eYEeOJAZSScK17Y/joQE3k22XaCUlIA4zh/fk0uNALVOS7HO5E20VPbS5s0GNQ== X-Received: by 2002:a63:70f:: with SMTP id 15mr5405358pgh.250.1613175248216; Fri, 12 Feb 2021 16:14:08 -0800 (PST) Received: from mac.mac.mac ([2806:1000:8200:9208:ae72:89ff:fe37:3435]) by smtp.gmail.com with ESMTPSA id m81sm9871755pfd.188.2021.02.12.16.14.07 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Feb 2021 16:14:07 -0800 (PST) Date: Fri, 12 Feb 2021 16:14:06 -0800 From: luciphercode To: ~alpine/users@lists.alpinelinux.org Subject: desktop freeze after upgrade Message-Id: <20210212161406.106d0576e310ca1dff6eafba@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, I have just installed Alpine and everything worked fine until I ugraded my system to edge. Now I can use the desktop as root, but it freezes if I lanuch startx as user. I get the desktop, but the mouse is frozen and I cannot use any command. the xorg error log shows errors like this: [ 53.446] (EE) xf86OpenSerial: Cannot open device /dev/input/event4 Permission denied. [ 53.446] (II) event4: opening input device '/dev/input/event4' failed (Permission denied). [ 53.446] (II) event4 - failed to create input device '/dev/input/event4'. [ 53.446] (EE) libinput: Power Button: Failed to create a device for /dev/input/event4 [ 53.446] (EE) PreInit returned 2 for "Power Button" [ 53.446] (II) UnloadModule: "libinput" [ 53.447] (II) config/udev: Adding input device Video Bus (/dev/input/event8) [ 53.447] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 53.447] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 53.447] (II) Using input driver 'libinput' for 'Video Bus' [ 53.447] (**) Video Bus: always reports core events [ 53.447] (**) Option "Device" "/dev/input/event8" [ 53.447] (**) Option "_source" "server/udev" the entire xorg.0.log can be seen at: https://pastebin.com/tYCJeGdU I'm fairly new at Linux, can anyone help me troubleshoot the problem?