Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumina did not start #58

Closed
SnowCrestGuy opened this issue Jan 18, 2019 · 1 comment
Closed

Lumina did not start #58

SnowCrestGuy opened this issue Jan 18, 2019 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@SnowCrestGuy
Copy link

@SnowCrestGuy SnowCrestGuy commented Jan 18, 2019

about.txt
xorg.conf.txt
generate-xorg-conf.patch.sh.txt

Describe the bug
Lumina did not start. however, the shell with logon was presented.

To Reproduce
Steps to reproduce the behavior:

  1. Start Project Trident

The about.txt file will show that the AMD video card is installed. The driver for this card is grayed out on the driver selection during the install and served as a clue.

The xorg.conf.txt shows the null driver.

The bug is created by not checking that the detect-best-drive.sh was successful. A null driver is returned on failure of this script.

A suggested patch is shown in generate-xorg-conf.patch.sh.txt. This works on my system but I do not have other video drivers (video cards) to test this on. When a working amdgpu driver is available this patched script will use it for xorg.

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Jan 18, 2019

Fixed with aef483f
This not only add a failover system to ensure that a graphical session can always be started, but also implements some extra fixes to ensure the scfb driver is installed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment