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 - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-02-2019, 12:59 PM   #1
xanas
LQ Newbie
 
Registered: Aug 2019
Posts: 10

Rep: Reputation: Disabled
Ryzen 3200G/Vega 8 - GUI loading with no keyboard/mouse support


Xorg.0.log is showing errors concerning no input driver being specified for the keyboard and mouse. It is showing the light DM login screen I just can't do anything at all. I can't switch out to a virtual terminal or move the mouse pointer. This is using kernel 5.2 because with 4.x kernels I can't get the GUI to load at all.

Additional Background:

I bought an ASRock DESKMINI A300W and installed a Ryzen 3200G/Vega 8 in it yesterday. I'm trying to install Manjaro Cinnamon on it. I almost was able to do this, but ran into a hiccup.

What I've done so far

Cinnamon install CD didn't boot to GUI after trying various options so switched to Manjaro Architect installer.
I completed the install on Manjaro Architect, installing a variety of kernels since I knew some might workable and some might not. I have 4.19, 4.4, 5.1, 5.2, 5.3 right now
4.19 / 4.4 kernels will not start lightdm no matter what I've tried. Xorg.0.log just shows it going through all the various modules from ati to radeon to fbdev/etc. and it seems to be failing each and then drops out entirely at the end.
5.2 kernel gets all the way to lightdm, and it looks perfect, but keyboard and mouse both do not work. Same occurs with 5.3 and 5.1. I can't even use the keyboard to switch out to a terminal.

I'm just trying to figure out what to try next. What's the easiest way for me to get to terminal in 5.1 and bypass lightdm loading automatically? I have read about editing the startup for grub but none of the posts I've seen this mentioned on matches with what I see in the configuration so I'm not sure exactly how to change it.
 
Old 08-02-2019, 01:06 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,007
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
Xorg or wayland?

If wayland, then not sure what's going on, as it defaults to libinput, should have libinput be a dependency, and should just work.

If xorg, Arch and it's derivatives default to libinput anymore, so:

Do you have libinput installed (xf86-input-libinput)?

As far as bypassing, you'll want to boot into single user mode (runlevel 1), start networking manually if you need to install anything.
 
Old 08-02-2019, 01:22 PM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,657
Blog Entries: 19

Rep: Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480
I think you need the evdev driver in Xorg.
 
Old 08-02-2019, 01:36 PM   #4
xanas
LQ Newbie
 
Registered: Aug 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
I did have xf86-input-libinput installed, but earlier on when I knew less about what I was doing I tried installing catalyst and I had reinstalled some other things but not that one. Right now I'm running amdgpu and have experimental installed as well.

So I went and reinstalled xf86-input-libinput, xf86-input-mouse, xf86-input-keyboard and then typed startx and it loaded up and mouse was working. The screen is still flashing (black screen displays for 1 sec about every 30 seconds), so I have something else to fix I didn't mention but the direction you gave was very helpful to getting me closer to working system. Do you have any ideas on how I might be able to get rid of the flashing?

I read elsewhere about screen flickering that I should remove xf86-video-intel. I'm going to try a reboot as I just removed and screen still flickering

Does this look ok for what I have? (I am just using kernel 5.3 as I thought it might be worth checking if it eliminated the flickering, but it didn't).

inxi -SGxxz
System:
Host: rem Kernel: 5.3.0-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.1.0
Desktop: Cinnamon 4.2.3 wm: muffin dm: LightDM Distro: Manjaro Linux
Graphics:
Device-1: AMD Picasso driver: amdgpu v: kernel bus ID: 04:00.0
chip ID: 1002:15d8
Display: server: X.Org 1.20.5 driver: amdgpu,ati
unloaded: fbdev,modesetting,vesa tty: N/A
OpenGL: renderer: AMD RAVEN (DRM 3.33.0 5.3.0-1-MANJARO LLVM 8.0.1)
v: 4.5 Mesa 19.1.3 direct render: Yes

*Flickering much less at the moment without the intel driver, about ever several minutes now but not completely gone. Perhaps coincidental

Last edited by xanas; 08-02-2019 at 01:49 PM.
 
Old 08-02-2019, 02:26 PM   #5
xanas
LQ Newbie
 
Registered: Aug 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
*deleted

Last edited by xanas; 08-02-2019 at 02:41 PM. Reason: can't delete - less flickering but still annoying and more than I'd want
 
Old 08-02-2019, 06:40 PM   #6
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,007
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
get rid of the ati driver. Can't say that'll stop the flashing, but it definitely should not be loaded for Vega.
 
  


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
LXer: Ryzen R1000 SoC offers dual Zen and triple Vega cores with a 12-25W TDP LXer Syndicated Linux News 0 04-17-2019 02:27 AM
Which CPU has better Linux Support - Ryzen 2600 or I5 8400? sujitSali Linux - Hardware 2 09-05-2018 01:44 PM
AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx - *ERROR* amdgpu requires firmware installed angelsen Linux - Hardware 1 07-11-2018 05:12 AM
LXer: VirtualBox 5.1.24 Brings A Better Support For AMD Ryzen CPUs LXer Syndicated Linux News 0 07-20-2017 01:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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