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

Graphical installer fails to launch with X error #51

Closed
kiltedkoder opened this issue Aug 4, 2019 · 5 comments
Closed

Graphical installer fails to launch with X error #51

kiltedkoder opened this issue Aug 4, 2019 · 5 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@kiltedkoder
Copy link

@kiltedkoder kiltedkoder commented Aug 4, 2019

I used the "stable" ISO. X crashes and the system sits there and does nothing. After an hour I then hit ctrl-c and it then told me the installation was complete. Obviously it wasn't, but the ctrl-c ended the launch script so I guess it assumed things went well.
I have an Intel 7th gen CPU and an Nvidia RTX card.
Most peculiarly, it worked A-Ok on my thinkpad with intel graphics and it worked A-Ok in virtualbox.

Possible nvidia bug?

@RodMyers
Copy link
Contributor

@RodMyers RodMyers commented Aug 4, 2019

BIOS or EFI?

@kiltedkoder
Copy link
Author

@kiltedkoder kiltedkoder commented Aug 4, 2019

idk. EFI I guess since its a new system. The ISO loads, I get a scrolling wall of FreeBSD stuff that makes no sense to me. Im assuming that cause X is trying to launch, whichever of those im using is ok.
Is X dependent on EFI to load?
BTW, thanks for the lightning fast response. I dont think I've ever gotten a bug response so quick. :)

@RodMyers
Copy link
Contributor

@RodMyers RodMyers commented Aug 4, 2019

best bet is to use telegram, i just happened to catch the email.

dvd or USB for install media?

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Aug 5, 2019

@kiltedkoder : FreeBSD has currently broken the "vesa" graphics driver which is the primary graphical support option for the installation on Legacy-boot systems right now. If you can switch to UEFI boot, it should be able to use the newer "scfb" driver to get you through the installation so that you can use the NVIDIA graphics post-install.
There is no nvidia driver installed on the ISO itself, due to the variety of conflicting versions available for the end-user, so during the installation you will need to pick the right version that will work for your card (defaults to the 390.x driver from NVIDIA, but the 304.x and 340.x drivers are also there).

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 17, 2019

This should be resolved now. The "vesa" graphics driver was fixed upstream in FreeBSD and is included in the latest Trident releases.

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