You are not logged in.
Xorg refuses to start up saying no usable screens were found. I had to disable kms in order to get Arch to let me login. I want to post the log, but I only have access to the cli. How do I post it?
Offline
https://wiki.archlinux.org/index.php/Li … in_clients
In addition to posting the Xorg log, please describe your configuration: e.g., what's your video hardware and what driver(s) are you using, and how are you attempting to start X (startx/xinit, or a DM, etc).
Last edited by Trilby (2020-07-03 22:02:28)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Here is the output of lspci -v:
Here is /var/log/Xorg.0.log:
I'm afraid I'm not sure what driver I'm using. All I did was install the Xorg group and i3.
Offline
What instructions did you follow to initially install your system?
You should know what driver you are using as you should have installed (and configured) it following the wiki:
https://wiki.archlinux.org/index.php/Xorg#Installation
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I used the installation guide on the wiki. Then I just installed the xorg group and xorg-xinit and i3. It looks like the only driver installed is the vesa driver. My VGA controller is [AMD/ATI] Picasso (rev c1).
Offline
Ok, now follow the Xorg page I linked to to properly install and configure Xorg: most notably this includes - but is not necessarily limited to - installing the proper video driver.
Last edited by Trilby (2020-07-04 01:35:02)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
You should know what driver you are using as you should have installed (and configured) it following the wiki:
https://wiki.archlinux.org/index.php/Xorg#Installation
Offline
I tried xf86-video-amdgpu, xf86-video-ati, and the xorg-drivers group. I only restarted for the first one. Not sure if that matters. No difference.
Offline
I tried xf86-video-amdgpu, xf86-video-ati, and the xorg-drivers group. I only restarted for the first one. Not sure if that matters. No difference.
Make some effort to help yourself: https://bbs.archlinux.org/viewtopic.php?id=57855
Offline
The instructions were not just to install random packages and hope for the best. Follow the wiki instructions. Really. Follow them.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Just to point out what shoudl be obvious: you still have "nomodeset" in the xorg log you posted…
Online