Describe the bug
Lumina did not start. however, the shell with logon was presented.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: