Before, I was having an error in which the Nvidia Jetson boot was stuck on "Starting User Manager for UID 124..." (like here: https://unix.stackexchange.com/questions/426235/how-to-solve-stopping-user-manager-for-uid-121-error-after-installing-nvidia-d). So I followed the suggestion of running "sudo dpkg-reconfigure lightdm
, then sudo reboot
." However now whenever I boot up the Jetson it takes me to the tty page. There on the command line running startx
(from here: https://askubuntu.com/questions/403747/how-to-access-gui-from-tty-mode) yields the error message /usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/Xorg: undefined symbol: drmGetEntry
. Therefore I tried other commands to start the enable the GUI like sudo systemctl enable lightdm.service
, sudo systemctl enable lightdm
, and sudo systemctl unmask lightdm.service
(all from here: https://forums.developer.nvidia.com/t/how-to-disable-tx1s-desktop/50343/14) but the GUI will not load. Therefore was wondering if you guys could provide some commands I could possibly run to enable the GUI? Thank you.
Asked
Active
Viewed 209 times
0

James Chong
- 371
- 2
- 16