LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Issue with "X" starting up. (https://www.linuxquestions.org/questions/slackware-14/issue-with-x-starting-up-4175682534/)

-JW- 09-22-2020 03:19 PM

Issue with "X" starting up.
 
Wasn't exactly sure what to put for the subject.

I've used Ubuntu and Mint plenty, but I'm way too reliant on GUI, so I'm getting slackware on my laptop with the intent to use it as my daily and force myself to get a deeper learning of slack.

So, I've installed Slackware64-current.
I've been using/following the slackware beginner guide doc, but I've come across an issue with getting X to work/configure.
Connected to the internet fine. Updated slackpkg gpg. Made a user.

installed right now are
xf86-video-ati-19.1.0-X86_64-1
xf86-video-amdgpu-19.1.0-X86_64-1
(including these because I THINK it's a driver issue?)

Currently I have not editted /etc/inittab to start with the GUI yet. I have tried that previously, but it just loads to a black screen.

When I type startx I get

vesa: Refusing to run on UEFI
(EE)
fatal server error:
(EE) no screen found (EE)
(EE)

server terminated with error (1) closing logfile

xinit: giving up
xinit: unable to connect to X server: connection refused
xinit: server error



I go to check the log file and find

(EE) open /dev/dri/card0: No such file or directory
Screen 0 deleted because of no matching config section

Devices detected, but none match those in config file



I wasn't sure if I needed to edit the xorg.conf file? Download drivers? (if it's download drivers, how do I go about doing that in command line?)
Trying not to sound too uneducated. I'm not afraid of doing work, but can't seem to find a way to fix this.

bassmadrigal 09-22-2020 04:00 PM

Did you do a full install? What hardware do you have (specifically video card, but other details would be nice)?

For the video card, the output from the following command would be helpful:

Code:

lspci -k | grep -iA3 vga

-JW- 09-22-2020 04:12 PM

Full install

Lenovo IdeaPad 3 81W40015CF
2.6 GHz AMD Ryzen 5 4500U

output of the command is

03:00.0 VGA compatible controller: Advanced Micro Devices, INC. [AMD/ATI] Renoir (rev c3)
subsystem: Lenovo Renoir
Kernel modules: amdgpu
03:00.0 Audio Device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637


Appreciate the help and look forward to the day I can hopefully help others.

bassmadrigal 09-22-2020 05:05 PM

The Renoir isn't supported with the 5.4 kernel included in -current. You'll need to upgrade to a newer one, I think the 5.6 is the first that offered support, but that's EOL and you'd likely want to run the latest stable, 5.8.

-JW- 09-22-2020 05:57 PM

Thank you for the info.
Solved.


All times are GMT -5. The time now is 11:48 PM.