LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 10-08-2022, 02:27 PM   #1
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
aarch64 rockpro64 up to date, startx stopped working


hello all

On my one aarch64 rockpro64, I sometimes run it with x/kde and sometimes no x just cli stuff.

Today I wanted to try sndwvs chromium as mentioned here but startx keeps giving me .serverauth.xxxx does not exist, .Xauthority does not exist.

I tried a few googled things and can't get past it, like delete .x* in home folder, delete /tmp/* reboot, comment xserverauth line in startx.

In /var/log/Xorg.0.log I see
Quote:
[ 4795.068] (II) UnloadModule: "libinput"
at the tail end, I do not see this on couple of my x86_64.

There are no (EE).

Last edited by glorsplitz; 10-08-2022 at 02:39 PM.
 
Old 10-08-2022, 05:51 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
This may happen if you run startx and there is nothing started on X. You say KDE, how do you start KDE on X?
 
Old 10-08-2022, 06:26 PM   #3
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,808

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
This is one of the problems I am dealing with noted in my "Confused" thread. There seems to be more than one problem caused by the most recent "slackpkg upgrade-all". To be clear I am also getting the fail error messages of ".serverauth.xxxx does not exist, .Xauthority does not exist.". I get these errors despite "slackpkg reinstall a,x,xap,kde". In addition I had a missing "libxcvtv" issue that was fairly easily solved thanks to some help by the only responder so far.
 
Old 10-08-2022, 07:02 PM   #4
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
how do you start KDE on X? from command line using startx, as I have on all my slackware installs over the years.

I have not installed, changed, modified, removed anything, just applying any provided updates, kde was running just a few days ago.

I was too confused by your "Confused" thread so I started my own.

Last edited by glorsplitz; 10-08-2022 at 07:05 PM.
 
Old 10-08-2022, 07:50 PM   #5
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
xwmconfig. select fluxbox, startx, as it's coming up, I see ".serverauth.5097 does not exist:", it gets created, and fluxbox loads

exit fluxbox, .serverauth.5097 gets deleted

on the other hand, chromium runs from within fluxbox
 
Old 10-08-2022, 08:55 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Quote:
how do you start KDE on X? from command line using startx,
OK, the question here is how startx starts KDE, somewhere in your conf must be set a variable or you must have a command in your ~/.xinitrc, startx is just a script, it does not know what DE you want to run.
 
Old 10-08-2022, 09:23 PM   #7
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,808

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
Quote:
Originally Posted by glorsplitz View Post
how do you start KDE on X? from command line using startx, as I have on all my slackware installs over the years.

I have not installed, changed, modified, removed anything, just applying any provided updates, kde was running just a few days ago.

I was too confused by your "Confused" thread so I started my own.
Sorry for the confusion and I by no means am complaining that you started a similar thread. I think this issue needs some serious attention. As for starting any DE, normally I do it from SDDM chooser menu. When troubleshooting I also just try startx and the various "start" commands directlt, like "startfluxbox" or "startplasma-x11", both as root and User.

NOTE: I also try running "xwmconfig" to switch WM/DEs so I can try "startx" with each of then.

Last edited by enorbet; 10-08-2022 at 09:25 PM.
 
1 members found this post helpful.
Old 10-09-2022, 09:09 AM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Emerson, thank you for offering some help, I think I'm going to wait for the dust enorbet has stirred to settle.

Quote:
Originally Posted by enorbet View Post
Sorry for the confusion and I by no means am complaining that you started a similar thread.
I saw your thread before creating this thread but had no idea we're having similar issues.

Last edited by glorsplitz; 10-09-2022 at 09:15 AM.
 
Old 10-09-2022, 09:35 AM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Code:
exec dbus-launch --exit-with-session startplasma-x11
If you need a workaround to start your KDE, then this in your ~/.xinitrc should do it.
 
1 members found this post helpful.
Old 10-09-2022, 06:58 PM   #10
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Workaround as indicated here also worked for me.
 
Old 10-10-2022, 06:59 PM   #11
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Tue Oct 11 08:08:08 UTC 2022
a/dbus-1.14.4-aarch64-2.txz: Rebuilt.
Fixed build-time configuration bug.

Thank you drmozes!
 
3 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RockPro64 RK3399 (aarch64) sndwvs slarm64 11 03-25-2024 01:11 PM
Slackware AArch64 - RockPro64 drmozes Slackware - ARM 20 12-30-2021 09:37 AM
Installing Slackware AArch64 on the RockPro64 Exaga Slackware - ARM 3 12-09-2021 03:18 AM
[SOLVED] ROCKPro64 RK3399 (aarch64) sndwvs Slackware - ARM 36 12-07-2021 09:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 10:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration