LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-19-2022, 06:06 PM   #1
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Rep: Reputation: 0
Unhappy Startx not working after multilib script was ran


I installed Slackware 15, added alienbob and restricted to slacking+ after installing slacking+ and then ran the multilib installation script. Before all that i ran slackpkg update-all, slacking install-new and slackpkg update got and restarted the os. Upon restart i made sure to enable a graphical loggin by changing innittab to 4. It does not go into the graphical login and upon startx I get :
Xauthth: file /root/.serverauth.6913 does not exist, .xauthority does not exist...xinit giving up/unable to connect to x server : bad file descriptor/server error.


I need to use my computer to code for school. How can I fix this? Why is it not working and why after running the multilib script does it fail? It is odd slackware is purely 64 bit of 32 bit.

Last edited by Cameronnoah; 03-19-2022 at 06:12 PM.
 
Old 03-19-2022, 06:22 PM   #2
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
You don't run startx if you have runlevel 4 set in inittab.

Maybe just to get back to a working X try reverting inittab back to runlevel 3 and start X as a normal user.


/root/.serverauth.6913 is an odd error to get if you are running a normal user account. Going back to runlevel 3 will simplify things and make it easier to get back up and running.
 
Old 03-19-2022, 06:22 PM   #3
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Vesa: refusing to run on UEFI
FATAL SERVER ERROR:
EE NO SCREENS FOUND (ee)
...

(EE) SERVER TERMINATED WITH ERROR (1). CLOSING LOG FILES.
 
Old 03-19-2022, 06:26 PM   #4
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Pithium View Post
You don't run startx if you have runlevel 4 set in inittab.

Maybe just to get back to a working X try reverting inittab back to runlevel 3 and start X as a normal user.


/root/.serverauth.6913 is an odd error to get if you are running a normal user account. Going back to runlevel 3 will simplify things and make it easier to get back up and running.
I know I shouldn't have to startx but it did what it did and that's not work. I returned it back to 3 and rebooted
And got the same error so thats not the issue.
 
Old 03-19-2022, 06:27 PM   #5
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
That's probably related to your video driver. What GPU/driver are you using? Is this an nvidia card with the official driver?
 
Old 03-19-2022, 06:28 PM   #6
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Like i legit did very few things for it not to be working. Updated it, installed slackpkg+, installed multilib script and that's it pretty much and now it's broken lol.
 
Old 03-19-2022, 06:29 PM   #7
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Pithium View Post
That's probably related to your video driver. What GPU/driver are you using? Is this an nvidia card with the official driver?
No it's an Intel integrated driver for the thinkpad t460 https://pcsupport.lenovo.com/us/en/p...loads/ds105823

Last edited by Cameronnoah; 03-19-2022 at 06:31 PM.
 
Old 03-19-2022, 06:31 PM   #8
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
Quote:
Originally Posted by Cameronnoah View Post
Like i legit did very few things for it not to be working. Updated it, installed slackpkg+, installed multilib script and that's it pretty much and now it's broken lol.
Yeah that's why I ask about the nvidia thing. I did a quick search and it looks like this is something that pops up with nvidia cards.

If this is an nvidia card then you need to reinstall the driver after doing multilib.
 
Old 03-19-2022, 06:31 PM   #9
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
wow how the hell does multilib mess up the intel stuff. LOL

Last edited by Pithium; 03-19-2022 at 06:36 PM.
 
Old 03-19-2022, 06:33 PM   #10
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
At least you aren't alone:
https://www.linuxquestions.org/quest...in-4175687045/

Maybe try nomodeset in your kernel boot params. Performance will probably be shit but at least things will run.
 
Old 03-19-2022, 06:37 PM   #11
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Pithium View Post
Yeah that's why I ask about the nvidia thing. I did a quick search and it looks like this is something that pops up with nvidia cards.

If this is an nvidia card then you need to reinstall the driver after doing multilib.
No it's HD graphics 520
 
Old 03-19-2022, 06:39 PM   #12
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Smile

Quote:
Originally Posted by Pithium View Post
At least you aren't alone:
https://www.linuxquestions.org/quest...in-4175687045/

Maybe try nomodeset in your kernel boot params. Performance will probably be shit but at least things will run.
Is that the only option? I don't want my performance to be shit. There has to he another alternative. What is going on?! I know that can't be the case bc that would be embarrassing - i waited so long for 15 to he released. This would mean Slackware is obsolete, wouldn't it? I don't know any body who uses a 32 bit OS.

Last edited by Cameronnoah; 03-19-2022 at 06:42 PM.
 
Old 03-19-2022, 06:43 PM   #13
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
i'm curious to know if that actually works. I still don't know why this would be an issue after installing multilib.
 
Old 03-19-2022, 06:49 PM   #14
Cameronnoah
Member
 
Registered: Mar 2022
Location: New York City
Distribution: Slackware 15
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Pithium View Post
i'm curious to know if that actually works. I still don't know why this would be an issue after installing multilib.
GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""

I did no mindset and got the same error.
 
Old 03-19-2022, 07:58 PM   #15
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
Are you using grub? By default slackware uses elilo for efi systems.
 
  


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
I ran startx as root, did I mess something up ? LegionOfHell Linux - Newbie 5 08-04-2020 08:01 PM
[ANN] mk-slack64-multilib : A tool to create slackware64+multilib tree/iso phenixia2003 Slackware 5 12-28-2012 05:42 AM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
[SOLVED] Broffice not compile on Slack64(multilib or no multilib);SlackBuild afreitascs Slackware 4 06-14-2010 07:16 AM
Xorg works fine with startx, but only when ran the first time. Anithen Slackware 21 04-05-2007 11:09 PM

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

All times are GMT -5. The time now is 10:01 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